| 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/calebandlydia/ |
Upload File : |
-- phpMyAdmin SQL Dump
-- version 3.5.2
-- http://www.phpmyadmin.net
--
-- Host: internal-db.s141900.gridserver.com
-- Generation Time: Sep 19, 2015 at 10:52 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_calebandlydia`
--
-- --------------------------------------------------------
--
-- 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_approved` (`comment_approved`),
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/', '', '2011-09-14 23:28:27', '2011-09-14 23:28:27', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0);
-- --------------------------------------------------------
--
-- 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,
`blog_id` int(11) NOT NULL DEFAULT '0',
`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=6239 ;
--
-- Dumping data for table `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, 'siteurl', 'http://calebandlydia.com', 'yes'),
(2, 0, 'blogname', 'Caleb and Lydia', 'yes'),
(3, 0, 'blogdescription', 'October 22, 2011', 'yes'),
(4, 0, 'users_can_register', '0', 'yes'),
(5, 0, 'admin_email', 'info@ceagon.com', 'yes'),
(6, 0, 'start_of_week', '1', 'yes'),
(7, 0, 'use_balanceTags', '0', 'yes'),
(8, 0, 'use_smilies', '1', 'yes'),
(9, 0, 'require_name_email', '1', 'yes'),
(10, 0, 'comments_notify', '1', 'yes'),
(11, 0, 'posts_per_rss', '10', 'yes'),
(12, 0, 'rss_use_excerpt', '0', 'yes'),
(13, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 0, 'mailserver_login', 'login@example.com', 'yes'),
(15, 0, 'mailserver_pass', 'password', 'yes'),
(16, 0, 'mailserver_port', '110', 'yes'),
(17, 0, 'default_category', '1', 'yes'),
(18, 0, 'default_comment_status', 'open', 'yes'),
(19, 0, 'default_ping_status', 'open', 'yes'),
(20, 0, 'default_pingback_flag', '1', 'yes'),
(21, 0, 'default_post_edit_rows', '20', 'yes'),
(22, 0, 'posts_per_page', '10', 'yes'),
(23, 0, 'date_format', 'F j, Y', 'yes'),
(24, 0, 'time_format', 'g:i a', 'yes'),
(25, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(27, 0, 'links_recently_updated_append', '</em>', 'yes'),
(28, 0, 'links_recently_updated_time', '120', 'yes'),
(29, 0, 'comment_moderation', '0', 'yes'),
(30, 0, 'moderation_notify', '1', 'yes'),
(31, 0, 'permalink_structure', '/%category%/%postname%/', 'yes'),
(32, 0, 'gzipcompression', '0', 'yes'),
(33, 0, 'hack_file', '0', 'yes'),
(34, 0, 'blog_charset', 'UTF-8', 'yes'),
(35, 0, 'moderation_keys', '', 'no'),
(36, 0, 'active_plugins', 'a:1:{i:0;s:36:"contact-form-7/wp-contact-form-7.php";}', 'yes'),
(37, 0, 'home', 'http://calebandlydia.com', 'yes'),
(38, 0, 'category_base', '', 'yes'),
(39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(40, 0, 'advanced_edit', '0', 'yes'),
(41, 0, 'comment_max_links', '2', 'yes'),
(42, 0, 'gmt_offset', '0', 'yes'),
(43, 0, 'default_email_category', '1', 'yes'),
(44, 0, 'recently_edited', '', 'no'),
(45, 0, 'template', 'CalebAndLydia', 'yes'),
(46, 0, 'stylesheet', 'CalebAndLydia', 'yes'),
(47, 0, 'comment_whitelist', '1', 'yes'),
(48, 0, 'blacklist_keys', '', 'no'),
(49, 0, 'comment_registration', '0', 'yes'),
(50, 0, 'rss_language', 'en', 'yes'),
(51, 0, 'html_type', 'text/html', 'yes'),
(52, 0, 'use_trackback', '0', 'yes'),
(53, 0, 'default_role', 'subscriber', 'yes'),
(54, 0, 'db_version', '18226', 'yes'),
(55, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(56, 0, 'upload_path', '', 'yes'),
(57, 0, 'blog_public', '1', 'yes'),
(58, 0, 'default_link_category', '2', 'yes'),
(59, 0, 'show_on_front', 'page', 'yes'),
(60, 0, 'tag_base', '', 'yes'),
(61, 0, 'show_avatars', '1', 'yes'),
(62, 0, 'avatar_rating', 'G', 'yes'),
(63, 0, 'upload_url_path', '', 'yes'),
(64, 0, 'thumbnail_size_w', '150', 'yes'),
(65, 0, 'thumbnail_size_h', '150', 'yes'),
(66, 0, 'thumbnail_crop', '1', 'yes'),
(67, 0, 'medium_size_w', '300', 'yes'),
(68, 0, 'medium_size_h', '300', 'yes'),
(69, 0, 'avatar_default', 'mystery', 'yes'),
(70, 0, 'enable_app', '0', 'yes'),
(71, 0, 'enable_xmlrpc', '0', 'yes'),
(72, 0, 'large_size_w', '1024', 'yes'),
(73, 0, 'large_size_h', '1024', 'yes'),
(74, 0, 'image_default_link_type', 'file', 'yes'),
(75, 0, 'image_default_size', '', 'yes'),
(76, 0, 'image_default_align', '', 'yes'),
(77, 0, 'close_comments_for_old_posts', '0', 'yes'),
(78, 0, 'close_comments_days_old', '14', 'yes'),
(79, 0, 'thread_comments', '1', 'yes'),
(80, 0, 'thread_comments_depth', '5', 'yes'),
(81, 0, 'page_comments', '0', 'yes'),
(82, 0, 'comments_per_page', '50', 'yes'),
(83, 0, 'default_comments_page', 'newest', 'yes'),
(84, 0, 'comment_order', 'asc', 'yes'),
(85, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(86, 0, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(87, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(89, 0, 'timezone_string', '', 'yes'),
(90, 0, 'embed_autourls', '1', 'yes'),
(91, 0, 'embed_size_w', '', 'yes'),
(92, 0, 'embed_size_h', '600', 'yes'),
(93, 0, 'page_for_posts', '0', 'yes'),
(94, 0, 'page_on_front', '5', 'yes'),
(95, 0, 'default_post_format', '0', 'yes'),
(96, 0, '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'),
(97, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(102, 0, 'sidebars_widgets', 'a:8:{s:19:"wp_inactive_widgets";a:0:{}s:19:"primary-widget-area";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:21:"secondary-widget-area";a:0:{}s:24:"first-footer-widget-area";a:0:{}s:25:"second-footer-widget-area";a:0:{}s:24:"third-footer-widget-area";a:0:{}s:25:"fourth-footer-widget-area";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(103, 0, 'cron', 'a:3:{i:1442705308;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:1442705310;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'),
(104, 0, '_transient_doing_cron', '1442662543', 'yes'),
(105, 0, '_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:1442662544;s:15:"version_checked";s:5:"3.2.1";}', 'yes'),
(380, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1442619819;s:7:"checked";a:3:{s:19:"akismet/akismet.php";s:5:"2.5.3";s:36:"contact-form-7/wp-contact-form-7.php";s:3:"3.0";s:9:"hello.php";s:3:"1.6";}s:8:"response";a:1:{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";}}}', 'yes'),
(109, 0, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1442619819;s:7:"checked";a:1:{s:13:"CalebAndLydia";s:5:"1.0.0";}s:8:"response";a:0:{}}', 'yes'),
(110, 0, '_transient_random_seed', '122bcde6187befa9f0f95245abae2b13', 'yes'),
(111, 0, 'auth_salt', '.E>U[~}aa}i40y1{2/}E2+RC38KnqZX*kYz*RW:$,NY5)={A}$,-_^Yr*`y,^lDP', 'yes'),
(112, 0, 'logged_in_salt', 'No7k}0)SsI3uNTLG.bHX3(rkb*MNV.f`VTva3xkegB#x!}cZ9~MWd[(mZ@m9Foi&', 'yes'),
(113, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(114, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(115, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(116, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(117, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(338, 0, '_site_transient_timeout_browser_d371e0f1ab86893efc86c4d0c98e192c', '1317344134', 'yes'),
(339, 0, '_site_transient_browser_d371e0f1ab86893efc86c4d0c98e192c', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:5:"6.0.2";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:1:"6";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(120, 0, '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:24:"http://calebandlydia.com";s:4:"link";s:100:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://calebandlydia.com/";s:3:"url";s:133:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://calebandlydia.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'),
(121, 0, 'nonce_salt', 'N@yp`GZl|t{cOv<!]+_b2>A/K>O#-w!b`aAiy)bZ&1*fon?pq.OHV8XTr%`Dd94Z', 'yes'),
(172, 0, 'current_theme', 'Caleb & Lydia', 'yes'),
(124, 0, 'can_compress_scripts', '1', 'yes'),
(209, 0, '_transient_timeout_feed_e5a308caebce185015f61e371ca1d8cb', '1316431894', 'no'),
(210, 0, '_transient_feed_e5a308caebce185015f61e371ca1d8cb', '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:58:"link:http://calebandlydia.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:95:"http://www.google.com/search?ie=utf-8&q=link:http://calebandlydia.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:91:"Your search - <b>link:http://calebandlydia.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:7:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Sun, 18 Sep 2011 23:31: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=0cdd14170c0707fb:FF=0:TM=1316388694:LM=1316388694:S=UbuunD7XuQq8va9x; expires=Tue, 17-Sep-2013 23:31:34 GMT; path=/; domain=.google.com";i:1;s:212:"NID=51=jplpvlcFZH_NFamUQvTEJsDpXEX4XKtaY61BRTjGC-rno3DQk6w37h2F4hoJ63hQb-jTNUos2rVzYYYKSc6_wYmBAYalsdIIs10fgiZlvVdYB26kkn3KSERqso4QsEnR; expires=Mon, 19-Mar-2012 23:31:34 GMT; path=/; domain=.google.com; HttpOnly";}s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
(211, 0, '_transient_timeout_feed_mod_e5a308caebce185015f61e371ca1d8cb', '1316431894', 'no'),
(212, 0, '_transient_feed_mod_e5a308caebce185015f61e371ca1d8cb', '1316388694', 'no'),
(368, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1316782536', 'no'),
(369, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1316739336', 'no'),
(370, 0, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1316782536', 'no'),
(371, 0, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Most Popular</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/ourstatsde-widget/''>ourSTATS Widget</a></h5> <span>(<a href=''plugin-install.php?tab=plugin-information&plugin=ourstatsde-widget&_wpnonce=7bf7f34075&TB_iframe=true&width=600&height=800'' class=''thickbox'' title=''ourSTATS Widget''>Install</a>)</span>\n<p>create a widget for the ourstats.de counter service</p>\n<h4>Newest Plugins</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/wordpress-custom-fields/''>Wordpress Custom Fields</a></h5> <span>(<a href=''plugin-install.php?tab=plugin-information&plugin=wordpress-custom-fields&_wpnonce=37978cecc6&TB_iframe=true&width=600&height=800'' class=''thickbox'' title=''Wordpress Custom Fields''>Install</a>)</span>\n<p>This plugin allows adminstrator to add global fields (options) to the blog site that can be retrieve later for custom use. \nIt is not for user profile</p>\n<h4>Recently Updated</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/wp-lifestream2/''>WP-Lifestream2</a></h5> <span>(<a href=''plugin-install.php?tab=plugin-information&plugin=wp-lifestream2&_wpnonce=db02881f8c&TB_iframe=true&width=600&height=800'' class=''thickbox'' title=''WP-Lifestream2''>Install</a>)</span>\n<p>Streams your activity from over 50 different sources to your blog.</p>\n', 'no'),
(342, 0, '_transient_timeout_feed_mod_74f0884171d542f6fddb6a17c21852c9', '1316782535', 'no'),
(343, 0, '_transient_feed_mod_74f0884171d542f6fddb6a17c21852c9', '1316739335', 'no'),
(344, 0, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1316782535', 'no'),
(345, 0, '_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… yet. It’s okay — there is no rush.</p>\n', 'no'),
(348, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1316782535', 'no'),
(349, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1316739335', 'no'),
(350, 0, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1316782535', 'no'),
(351, 0, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.org/news/2011/09/software-freedom-day-hackathon/'' title=''Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend’s hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had time […]''>Software Freedom Day + Hackathon</a> <span class="rss-date">September 15, 2011</span><div class=''rssSummary''>Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend’s hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had time […]</div></li><li><a class=''rsswidget'' href=''http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/'' title=''This coming weekend, two WordCamps will be going on simultaneously — yep, it’s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portlan […]''>A Tale of Two WordCamps</a> <span class="rss-date">September 14, 2011</span><div class=''rssSummary''>This coming weekend, two WordCamps will be going on simultaneously — yep, it’s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portlan […]</div></li></ul></div>', 'no'),
(352, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1316782536', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(353, 0, '_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:95:"WordPress.tv: Gregory Cornelius & Scott Dasse: Synchronizing Creativity with Content Management";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6897";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:110:"http://wordpress.tv/2011/09/22/gregory-cornelius-scott-dasse-synchronizing-creativity-with-content-management/";s: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:1911:"<div id="v-65XY8DIG-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6897/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6897&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/22/gregory-cornelius-scott-dasse-synchronizing-creativity-with-content-management/"><img alt="Gregory Cornelius & Scott Dasse: Synchronizing Creativity with Content Management" src="http://videos.videopress.com/65XY8DIG/synchronizing-creativity-with-content-management_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, 22 Sep 2011 23:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"WordCamp Boston";s: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:67:"WPTavern: Sara Cannon On Responsive Web Design From WordCamp Boston";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.wptavern.com/?p=5459";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:119:"http://feedproxy.google.com/~r/WordpressTavern/~3/pVDM5jf5btw/sara-cannon-on-responsive-web-design-from-wordcamp-boston";s: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:2063:"<p>Within the past few weeks, I’ve noticed the term ‘<em>Responsive</em>‘ showing up everywhere, especially as it relates to WordPress 3.3 and the administrative area. Having no idea what this term meant, I got in touch with <a href="http://sara-cannon.com/blog">Sara Cannon</a> to figure it out. Unfortunately (or fortunately), she is pretty busy helping with making the back-end of WordPress 3.3 responsive. So the next best thing is her presentation from WordCamp Boston on optimizing a WordPress site for multiple devices. To make a long story short, having a responsive designed WordPress site means it will look good across multiple screen dimensions without the need for plugins or weird tricks. The webpage responds to look correct within the confines of the devices screen. It’s not about designing one site that is pixel perfect on a 30 inch monitor. It’s about designing a website that can be fluid enough to look great on an iPad, 30 inch screen, or an iPhone. After watching the presentation, I can see why this is a cool technique. Perhaps with WordPress 3.3, we’ll be able to login with our iPhones and be able to easily navigate and administrate our websites much easier through the phone rather than through a specific app. I recommend viewing the video in full screen mode as it’s difficult to see the slides. </p>\n<div class="aligncenter"></div>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/interview-with-paul-mycroft-on-the-erosion-of-his-web-design-business" rel="bookmark" title="Permanent Link: Interview With Paul Mycroft On The Erosion Of His Web Design Business">Interview With Paul Mycroft On The Erosion Of His Web Design Business</a></li>\n<li><a href="http://www.wptavern.com/hasty-mistake-with-wp28-header-design-challenge" rel="bookmark" title="Permanent Link: Hasty Mistake With WP2.8 Header Design Challenge">Hasty Mistake With WP2.8 Header Design Challenge</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/pVDM5jf5btw" 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, 22 Sep 2011 17: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:6:"Jeffro";s: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:44:"WPTavern: Plugin Quality Not Plugin Quantity";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.wptavern.com/?p=5454";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"http://feedproxy.google.com/~r/WordpressTavern/~3/OetOSHEl5iE/plugin-quality-not-plugin-quantity";s: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:6656:"<p>Ryan Imel of WPCandy.com has <a href="http://wpcandy.com/thinks/active-plugin-counts-just-dont-matter">published an editorial</a> that has sparked yet another good discussion. This time, the focus is on the misnomer that it’s better to keep your active plugin count as low as possible to avoid problems.</p>\n<p>I’ve been down this road before. In at least a couple of the WordCamps I’ve attended where we discussed plugins, I would tell folks that I had almost <strong>30</strong> active plugins running on WPTavern.com. Judging by their reaction, you’d think I just dropped a bomb on them. In my defense, those <strong>30</strong> or so plugins enabled me to have the functionality I wanted within a WordPress installation. For the most part, these plugins have caused me <strong>0</strong> problems. The total number of active plugins has varied between <strong>more than 30</strong> and <strong>less than 25</strong> over the past four years but I’ve never had more than <strong>35</strong> activated at one time. After <strong>4</strong> years of using WordPress, my activated plugin count has remained nearly the same for two reasons. The first is that I’m pretty content with the functionality I have. The second is that I’m not the adventurous type who likes to try every plugin known to man.</p>\n<p>The funny thing about this discussion is that, you could have <strong>3</strong> plugins activated with one of those causing your site to hang. Or, you could have <strong>25</strong> and your site loads in less than <strong>3</strong> seconds. As Ryan mentions, the number of activated plugins doesn’t matter so much as the quality of the code within them. This conclusion leads us into an entirely different subset of circumstances. For instance, how do you judge the quality of a plugin before installation? How does one know if a particular plugin doesn’t play nice with some other plugin? Are we to sit here and expect end users to know good code from bad? From my perspective, if I activate a plugin and it provides the functionality it says it does, I generally don’t go under the hood to see how it’s done, just as long as it’s done without any apparent issues.</p>\n<p>In a perfect world, we should be able to activate <strong>100</strong> different plugins from a variety of different authors and have them all work seamlessly without any problems. But this isn’t a perfect world. It’s open source. It’s the wild wild west of coding. Sure, there are <a href="http://codex.wordpress.org/WordPress_Coding_Standards">coding standards for WordPress</a>, but not everyone is going to follow them. Not everyone is going to do things the way they should be done because it’s an open world. A plugin review team that works similarly to the theme review team is non-existent allowing plugins that don’t have malicious code into the repository regardless of their code quality. So how does this problem end up getting solved for everyone involved? <strong>It doesn’t</strong>. We can continue to educate both users and developers until the cows come home but the very nature of how things work in this open source environment allows for bad code quality to happen. It’s the nature of the beast. I think that over time, the problem can become less of an issue but it will never go away. Not unless some major crackdown starts happening on the plugin repository. Educating plugin authors is a good way to treat one of the symptoms of the overall problem but screening code before it gets past the pearly gates of the repository into the hands of users is the only way to truly solve the problem. Just like the theme review team, until a plugin reaches certain quality criteria, it can not be allowed to be hosted on the repository. It may sound bad, but the repository gate keepers would be the ones educating plugin authors before their code is accepted so in the end, it would be win-win situation.</p>\n<p>This could cause some plugin fragmentation in terms of where people go to get their plugins but that has existed for years. It might even cause a backlash similar if not, worse than the one generated from implementing the theme review team. But at the end of the day, something like this is good for end users all around. There certainly would be no guarantees that everything will work seamlessly after the team is put together but what it would be doing is increasing the odds of that happening in the future. It would also increase the number of plugins hosted on the repository that can be used as examples of plugins that did things the <em>right way</em>.</p>\n<p>However, a plugin review team introduces it’s own complexities such as how many people will be on the team, will only new plugins be screened or all plugins pushing updates to the repository, will these volunteers be paid etc. The funny thing is, if only new plugins were screened on the repository, it would mean that potentially down the road, an update to that plugin would introduce shoddy code which in turn would break someones site.</p>\n<p>After thinking about all of this, I start to wonder if it’s a case of “<em>just can’t win</em>“. Perhaps it’s best to educate users and developers as best we can and hope for the best?</p>\n<h3>Related But Not Required Reading:</h3>\n<p><a href="http://wpdude.com/validating-plugins">Validating Plugins</a><br />\n<a href="http://www.kobashicomputing.com/quality-check-your-wordpress-plugins">Quality Check Your WordPress Plugins</a><br />\n<a href="http://www.magicomm.biz/2009/11/13/finding-quality-wordpress-plugins/">Finding Quality WordPress Plugins</a><br />\n<a href="http://wpmu.org/wordpress-plugins-how-to-know-if-you-have-too-many/">WordPress Plugins: How To Know If You Have Too Many</a></p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/plugin-repository-now-supports-videos" rel="bookmark" title="Permanent Link: Plugin Repository Now Supports Videos">Plugin Repository Now Supports Videos</a></li>\n<li><a href="http://www.wptavern.com/plugin-code-repository-bookmarklet" rel="bookmark" title="Permanent Link: Plugin Code Repository Bookmarklet">Plugin Code Repository Bookmarklet</a></li>\n<li><a href="http://www.wptavern.com/please-adopt-this-plugin-comment-quicktags-reloaded" rel="bookmark" title="Permanent Link: Please Adopt This Plugin – Comment Quicktags Reloaded">Please Adopt This Plugin – Comment Quicktags Reloaded</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/OetOSHEl5iE" 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, 22 Sep 2011 14:15:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s: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:58:"Weblog Tools Collection: WordPress Theme Releases for 9/22";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10507";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/ckb_zipZFu4/";s: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:1602:"<p><img class="alignnone size-full wp-image-10508" title="gazpomag" src="http://weblogtoolscollection.com/wp-content/uploads/2011/09/gazpomag.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://gazpo.com/2011/09/gazpomag-magazine-style-wordpress-theme/"><strong>gazpoMag</strong></a> is a clean and featured-rich magazine style theme.</p>\n<p><img class="alignnone size-full wp-image-10509" title="girlygirl" src="http://weblogtoolscollection.com/wp-content/uploads/2011/09/girlygirl.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.emptynestheritage.com/?p=3213"><strong>Girly Girl</strong></a> has fluid width, two columns, left sidebar, is widget ready, has valid XHTML, and features feminine colors like rose pink, gray, and lime green.</p>\n<p><img class="alignnone size-full wp-image-10510" title="insomnia" src="http://weblogtoolscollection.com/wp-content/uploads/2011/09/insomnia.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://designerthemes.com/themes/insomnia/"><strong>Insomnia</strong></a> is great for online magazines and personal blogs.</p>\n<p><img class="alignnone size-full wp-image-10511" title="photoclick" src="http://weblogtoolscollection.com/wp-content/uploads/2011/09/photoclick.jpg" alt="" width="150" height="103" /></p>\n<p><a href="http://www.simplywp.net/photoclick-theme.html"><strong>PhotoClick</strong></a> is a one column theme for photography and personal blogs, with a three column widget-ready footer.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/ckb_zipZFu4" 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, 22 Sep 2011 13:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s: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:84:"WordPress.tv: Chris Penn: How to Market Your Blog (okay, Mom’s reading, now what?)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6721";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"http://wordpress.tv/2011/09/22/chris-penn-how-to-market-your-blog-okay-mom%e2%80%99s-reading-now-what/";s: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:1866:"<div id="v-f0aBpMR3-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6721/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6721/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6721/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6721&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/22/chris-penn-how-to-market-your-blog-okay-mom%e2%80%99s-reading-now-what/"><img alt="Chris Penn: How to Market Your Blog (okay, Mom’s reading, now what?)" src="http://videos.videopress.com/f0aBpMR3/wcbos2011-howto-cspenn_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, 22 Sep 2011 05:55: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:15:"WordCamp Boston";s: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:98:"WordPress.tv: Sara Cannon: Theming & Mobile – Optimizing your WordPress site for Various Devices";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6821";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"http://wordpress.tv/2011/09/22/sara-cannon-theming-mobile-optimizing-your-wordpress-site-for-various-devices/";s: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:1941:"<div id="v-C61ytV3w-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6821/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6821&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/22/sara-cannon-theming-mobile-optimizing-your-wordpress-site-for-various-devices/"><img alt="Sara Cannon: Theming & Mobile – Optimizing your WordPress site for Various Devices" src="http://videos.videopress.com/C61ytV3w/theming-mobile-optimizing-your-wordpress-site-for-various-devices-mpeg-4_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, 22 Sep 2011 04:52:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:42:"WordPress.tv: C. C. Chapman: Content Rules";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6843";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2011/09/22/c-c-chapman-content-rules/";s: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:1767:"<div id="v-qEByaDq3-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6843/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6843/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6843/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6843&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/22/c-c-chapman-content-rules/"><img alt="C. C. Chapman: Content Rules" src="http://videos.videopress.com/qEByaDq3/cc-chapman_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, 22 Sep 2011 03:49:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:54:"WordPress.tv: Kyle Dickson: Mobile WordPress on Campus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6895";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2011/09/22/kyle-dickson-mobile-wordpress-on-campus/";s: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:1822:"<div id="v-qiqmpP4H-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6895/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6895&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/22/kyle-dickson-mobile-wordpress-on-campus/"><img alt="Kyle Dickson: Mobile WordPress on Campus" src="http://videos.videopress.com/qiqmpP4H/mobile-wordpress-on-campus-kyle-dickson_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, 22 Sep 2011 02:48:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:58:"WordPress.tv: Jon Bishop: Creating Content With Shortcodes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6844";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2011/09/21/jon-bishop-creating-content-with-shortcodes/";s: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:1823:"<div id="v-sb8jBU91-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6844/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6844&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/21/jon-bishop-creating-content-with-shortcodes/"><img alt="Jon Bishop: Creating Content With Shortcodes" src="http://videos.videopress.com/sb8jBU91/creating-content-with-shortcodes_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, 21 Sep 2011 21:02:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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: Jake Goldman: Getting Started with WordPress as a CMS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6854";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.tv/2011/09/21/jake-goldman-getting-started-with-wordpress-as-a-cms/";s: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:1848:"<div id="v-YOjlVgIS-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6854/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6854/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6854/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6854/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6854/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6854/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6854/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6854/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6854/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6854/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6854/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6854/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6854/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6854/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6854&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/21/jake-goldman-getting-started-with-wordpress-as-a-cms/"><img alt="Jake Goldman: Getting Started with WordPress as a CMS" src="http://videos.videopress.com/YOjlVgIS/getting-started-with-wordpress-as-a-cms_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, 21 Sep 2011 19:50: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:15:"WordCamp Boston";s: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:45:"Weblog Tools Collection: bbPress 2.0 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10504";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/jVd5MmBHci0/";s: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:1515:"<p><a href="http://bbpress.org/">bbPress</a> 2.0 <a href="http://bbpress.org/blog/2011/09/bbpress-2-0-now-available/">has been released</a>. With <a href="http://weblogtoolscollection.com/archives/2011/09/21/buddypress-1-5-released/">BuddyPress 1.5</a> launching just a few hours earlier, this is a great day for major <a href="http://wordpress.org/">WordPress</a>-extending plugins. That’s right, there’s no more complicated installation and integration instructions. <a href="http://wordpress.org/extend/plugins/bbpress/">bbPress is now a WordPress plugin</a>, and it can easily integrate with <a href="http://akismet.com/">Akismet</a> and <a href="http://buddypress.org/">BuddyPress</a> too.</p>\n<blockquote><p>Simply by activating bbPress 2.0, any standard WordPress theme is suddenly capable of having support forums, user profiles, topic tags, and custom topic views. Your users are able to mark topics as favorites to read them later, and can subscribe to be notified via email to topic replies, so they never miss out on the conversation.</p></blockquote>\n<p>If you’re currently using the old version of bbPress, this new version comes with a handy importer to get you started, and there are importers for other forum platforms planned for the future. If you run into any trouble, please feel free to contact <a href="http://bbpress.org/forums/">the bbPress support forums</a>.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/jVd5MmBHci0" 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, 21 Sep 2011 19:16: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:10:"James Huff";s: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:68:"WordPress.tv: Arwin Holmes: Enterprise WordPress Do’s and Don’ts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6857";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wordpress.tv/2011/09/21/arwin-holmes-enterprise-wordpress-dos-and-donts/";s: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:1847:"<div id="v-MTY3ZytP-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6857/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6857&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/21/arwin-holmes-enterprise-wordpress-dos-and-donts/"><img alt="Arwin Holmes: Enterprise WordPress Do’s and Don’ts" src="http://videos.videopress.com/MTY3ZytP/enterprise-wordpress-dos-and-donts_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, 21 Sep 2011 18:51: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:15:"WordCamp Boston";s: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:25:"Matt: 40% of Time Traffic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39292";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://ma.tt/2011/09/40-of-time-traffic/";s: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:403:"<p><a href="http://publisherblog.automattic.com/2011/09/21/time-com-verticals-wordpress-com-vip/">At least 40% of TIME.com traffic is going through WordPress</a>, probably more when you add up the non-vertical sites. Bummer they never mention WordPress in <a href="http://paidcontent.org/article/419-time.com-vertical-strategy-downplays-the-brand-to-deliver-more-traffic-/">the original 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:"Wed, 21 Sep 2011 18:13: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:110:"WordPress.tv: Andrew Nacin & Daryl Koopersmith: Lean. Agile. Mobile. Social. Local. Organic. Pivot. WordPress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6868";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:117:"http://wordpress.tv/2011/09/21/andrew-nacin-daryl-koopersmith-lean-agile-mobile-social-local-organic-pivot-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1939:"<div id="v-WVDyjw1N-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6868/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6868/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6868/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6868/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6868/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6868/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6868/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6868/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6868/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6868/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6868/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6868/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6868/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6868/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6868&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/21/andrew-nacin-daryl-koopersmith-lean-agile-mobile-social-local-organic-pivot-wordpress/"><img alt="Andrew Nacin & Daryl Koopersmith: Lean. Agile. Mobile. Social. Local. Organic. Pivot. WordPress." src="http://videos.videopress.com/WVDyjw1N/lean-agile-mobile-social-local-organic-pivot-wordpress_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, 21 Sep 2011 17:44: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:15:"WordCamp Boston";s: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:55:"WPTavern: New Feature Pointers Slated For WordPress 3.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5451";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/WordpressTavern/~3/zcWv6C3CLqg/new-feature-pointers-slated-for-wordpress-3-3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:952:"<p>Theme.FM has a <a href="http://theme.fm/2011/09/introducing-pointers-in-wordpress-3-3-2407/">great writeup explaining</a> one of the new features that is slated to arrive with WordPress 3.3 called Pointers. These pointers appear to show the end user some information related to a new feature. However, it looks as though in future versions of WordPress, there will be an API built around pointers which should allow plugin and theme authors to tap into it’s usefulness. If you don’t like the pointers feature, <a href="http://wpengineer.com/2272/how-to-add-and-deactivate-the-new-feature-pointer-in-wordpress-3-3/">WPEngineer has an explanation</a> as to how to disable it. Keep in mind though, that the information is based on the nightly build of WordPress so the implementation could be different later on. </p>\n\n\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/zcWv6C3CLqg" 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, 21 Sep 2011 17:38:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s: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:63:"Publisher Blog: TIME.com Running Verticals on WordPress.com VIP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1712";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://publisherblog.automattic.com/2011/09/21/time-com-verticals-wordpress-com-vip/";s: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:3968:"<p>Great piece yesterday in <a href="http://paidcontent.org/article/419-time.com-vertical-strategy-downplays-the-brand-to-deliver-more-traffic-/">paidcontent.org</a> about how TIME.com is leveraging the <a href="http://vip.wordpress.com">WordPress.com VIP SaaS platform</a> to run all their vertical sites. In the post TIME.com cites their internal Omniture numbers, stating that ” <strong>..verticals drove 40 percent of total site visits in 2011.</strong>“</p>\n<p>It’s great to see <a title="Techland" href="http://techland.time.com/">Techland</a>, <a title="Swampland" href="http://swampland.time.com/">Swampland</a>, <a title="Battleland" href="http://battleland.blogs.time.com/">Battleland</a>, and other TIME.com verticals that run on WordPress.com VIP highlighted in this article:</p>\n<blockquote><p>“In developing the vertical strategy, we decided to pinpoint areas of reader and advertiser interest, blow them out as mini-publications in their own right,” (Jim) Frederick (the site’s managing editor) said. “The idea was to get writers who can speak to Tech enthusiasts for Techland or personal finance fans at Moneyland, and forge new readerships, while still embracing our core audience and feeling familiar to our Time loyalists, too.””</p></blockquote>\n<p><a title="LightBox" href="http://lightbox.time.com/">LightBox</a>, an amazing photography blog that lives on WordPress.com VIP and then connects effortlessly to Twitter, Facebook, and Tumblr, is a great example of WordPress as a digital hub. TIME.com uses the WordPress site to draw in audiences from various services back to the core content.</p>\n<p><strong>Nice work TIME.com team !</strong></p>\n<p><a href="http://lightbox.time.com/"><img class="aligncenter size-full wp-image-1716" title="LightBox - From the photo editors of TIME (20110921)" src="http://wordpresspublishers.files.wordpress.com/2011/09/lightbox-from-the-photo-editors-of-time-20110921.jpg?w=640&h=774" alt="" width="640" height="774" /></a></p>\n<p><em>Ready to become a <a href="http://vip.wordpress.com/">VIP Services Client</a>? Some of the <a href="http://vip.wordpress.com/clients">world’s biggest brands rely on WordPress.com VIP Services.</a></em></p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1712/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1712&subd=wordpresspublishers&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 15:16: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:10:"Sara Rosso";s: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:48:"Weblog Tools Collection: BuddyPress 1.5 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10500";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/gPy9ximwQog/";s: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:1188:"<p><a href="http://buddypress.org/">BuddyPress</a> 1.5 <a href="http://buddypress.org/2011/09/buddypress-1-5-now-available/">has been released</a>. With “<a href="http://codex.buddypress.org/releases/version-1-5/">hundreds</a> of bug fixes, enhancements, and all-new features,” this is one of the largest updates that the <a href="http://wordpress.org/">WordPress</a>-powered social networking platform has received in quite some time.</p>\n<p>Some highlights of this release include a new installation and update wizard, a new profile manager, integration with WordPress navigation menus, and a greatly improved default theme.</p>\n<p>Before upgrading, you may want to stop by <a href="http://codex.buddypress.org/releases/upgrading-to-buddypress-1-5/">this handy guide</a> for some tips as well as plugin and theme compatibility reports. This release has been well tested over a few beta releases and release candidates, but if you run into any trouble, please feel free to contact <a href="http://buddypress.org/support/topics/">the BuddyPress support forums</a>.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/gPy9ximwQog" 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, 21 Sep 2011 13:00:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s: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:35:"bbPress: bbPress 2.0 now available!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?p=488";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://bbpress.org/blog/2011/09/bbpress-2-0-now-available/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2582:"<p>In hot pursuit of BuddyPress 1.5 follows <a href="http://wordpress.org/extend/plugins/bbpress/">bbPress 2.0</a>!</p>\n<p>No longer are the days of elaborate xml-rpc connections or impossible to figure-out cookie configurations! No more are the integration woes, complex theme arrangements, or separate dashboards! bbPress 2.0 represents a complete rethink of how to fit forums inside WordPress in the simplest, most elegant way possible.</p>\n<p>Simply by activating bbPress 2.0, any standard WordPress theme is suddenly capable of having support forums, user profiles, topic tags, and custom topic views. Your users are able to mark topics as favorites to read them later, and can subscribe to be notified via email to topic replies, so they never miss out on the conversation.</p>\n<p>bbPress 2.0 comes with Akismet and BuddyPress functionalities baked-in, so if you’re already using either plugin, no additional configuration is required.</p>\n<p>If you already have a previous version installed, updating to 2.0 is easy with the bbPress Importer. Move your bbPress 1.0 powered content into your new WordPress/bbPress installation and you’re ready to go. <em>(There is already a migration plugin in the works for other forum software that promises to be pretty amazing, too!)</em></p>\n<p>If you’d like to see bbPress 2.0 in action, a few brave developers have been using it on their live sites already:</p>\n<ul>\n<li><a href="http://testbp.org/discussion">BuddyPress Test Drive</a></li>\n<li><a href="http://wpcandy.com/discussions">WPCandy Forums</a></li>\n<li><a href="http://devpress.com/forums">DevPress Forums</a></li>\n<li><a href="http://jigoshop.com/forums">Jigoshop Support</a></li>\n<li><a href="http://getshopped.org/forums/">GetShopped Support</a></li>\n</ul>\n<p>In the coming weeks we’ll be moving our own forums onto bbPress 2.0, adding a codex to improve the documentation, and doing some general housekeeping here at bbpress.org. We’ve put a lot of work into rebuilding the software, now it’s time to rebuild the site to properly support it!</p>\n<p>Props for 2.0 go out to: andy, anointed, boonebgorges, christopher-jon, Coolkevman, cnorris23, dimadin, DJPaul, duck_, dudd, Fartlek, GautamGupta, greenshady, jaredatch, jghazally, Jason K, Kaspace, markmcwilliams, mouratidis, nacin, Nightgunner5, petemall, ryangannon, ryanimel, ramiy, scribu, schrepel, sorich87, vanillalounge, Viper007Bond, westi, and wonderboymusic.</p>\n<p><a class="download-button" href="http://wordpress.org/extend/plugins/bbpress/">Download bbPress 2.0</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 08:42:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"John 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: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:"BuddyPress: BuddyPress 1.5 now available!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://buddypress.org/?p=1568";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://buddypress.org/2011/09/buddypress-1-5-now-available/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9006:"<p>BuddyPress 1.5 “Lombardi” is here!</p>\n<p>Version 1.5 is a major feature release for BuddyPress, encompassing hundreds of bug fixes, enhancements, and all-new features. BuddyPress 1.5 comes with a completely reworked Default theme, a brand-new installation and update wizard, integration with the WordPress navigation menus and Admin Bar, a rewritten interface for managing profile fields, and scores of smaller improvements. To see the complete list of BuddyPress 1.5′s fixes and features, check out the dedicated <a href="http://codex.buddypress.org/releases/version-1-5/">BuddyPress Codex 1.5 features and fixes page</a>.</p>\n<p>We’ve given BuddyPress 1.5 the codename “Lombardi”. The BuddyPress core development team is made up of pizza fanatics who thought it fitting to pay homage in this release to the <a href="http://en.wikipedia.org/wiki/Lombardi%27s">first pizzeria in the United States</a>. (As a bonus, two of our developers hail from the Badger State where the name “Lombardi” has <a href="http://en.wikipedia.org/wiki/Vince_Lombardi">a different but no less important connotation</a>.)</p>\n<p>Do you have an existing site that you want to upgrade to BuddyPress 1.5? We’ve worked our hardest to ensure that your upgrade will go off without a hitch. The most popular BuddyPress plugins have been updated for full BuddyPress 1.5 compatibility, and on standard installations most of your other plugins and themes will continue to work as well. There’s a page on the BuddyPress Codex devoted to the process of <a href="http://codex.buddypress.org/releases/upgrading-to-buddypress-1-5/">upgrading to BuddyPress 1.5</a> where you’ll find lots of helpful resources on making your upgrade as smooth as possible. Don’t forget that the Codex is a wiki – if you’ve got some words of wisdom to share with the community, don’t be afraid to jump in and edit (using your buddypress.org account)! As usual, you’re encouraged to run upgrades in test environments before upgrading your live site.</p>\n<p>If you’ve never used BuddyPress before, there’s never been a better time to try it out. BuddyPress 1.5 is the most secure and stable version to date.</p>\n<p>If you experience problems with your BP 1.5 installation or upgrade, the BuddyPress community has assembled a collection of resources for you. In addition to the <a href="http://codex.buddypress.org/releases/version-1-5/">fixes and features</a> and <a href="http://codex.buddypress.org/releases/upgrading-to-buddypress-1-5/">upgrade</a> pages, there are many other tutorials and guides available from the <a href="http://codex.buddypress.org/home/">Codex home page</a>. buddypress.org is also the home of a vibrant set of <a href="http://buddypress.org/support/topics/">support and discussion forums</a> where you can read, ask, and answer questions about 1.5 and BuddyPress in general. And if you find bugs in BuddyPress itself, our development community’s home is <a href="http://buddypress.trac.wordpress.org/">http://buddypress.trac.wordpress.org</a>.</p>\n<p>BuddyPress 1.5 is the result of thousands of hours of work by hundreds of community members, in the form of patches, design, and testing. The following folks contributed patches that ended up in the release: <a href="http://profiles.wordpress.org/users/AaronCampbell">AaronCampbell</a>, <a href="http://profiles.wordpress.org/users/AD7six">AD7six</a>, <a href="http://profiles.wordpress.org/users/aesqe">aesqe</a>, <a href="http://profiles.wordpress.org/users/andrewteg">andrewteg</a>, <a href="http://profiles.wordpress.org/users/apeatling">apeatling</a>, <a href="http://profiles.wordpress.org/users/Backie">Backie</a>, <a href="http://profiles.wordpress.org/users/balbert">balbert</a>, <a href="http://profiles.wordpress.org/users/BB_Othella">BB_Othella</a>, <a href="http://profiles.wordpress.org/users/bizybee">bizybee</a>, <a href="http://profiles.wordpress.org/users/boonebgorges">boonebgorges</a>, <a href="http://profiles.wordpress.org/users/bowromir">bowromir</a>, <a href="http://profiles.wordpress.org/users/calvin_42">calvin_42</a>, <a href="http://profiles.wordpress.org/users/chestnut_jp">chestnut_jp</a>, <a href="http://profiles.wordpress.org/users/cnorris23">cnorris23</a>, <a href="http://profiles.wordpress.org/users/davidtcarson">davidtcarson</a>, <a href="http://profiles.wordpress.org/users/dchase">dchase</a>, <a href="http://profiles.wordpress.org/users/ddean">ddean</a>, <a href="http://profiles.wordpress.org/users/deadpan110">deadpan110</a>, <a href="http://profiles.wordpress.org/users/defunctlife">defunctlife</a>, <a href="http://profiles.wordpress.org/users/delayedinsanity">delayedinsanity</a>, <a href="http://profiles.wordpress.org/users/denis.ogun">denis.ogun</a>, <a href="http://profiles.wordpress.org/users/Dennissmolek">Dennissmolek</a>, <a href="http://profiles.wordpress.org/users/dgwatkins">dgwatkins</a>, <a href="http://profiles.wordpress.org/users/enderandrew">enderandrew</a>, <a href="http://profiles.wordpress.org/users/for">for</a>, <a href="http://profiles.wordpress.org/users/francescolaffi">francescolaffi</a>, <a href="http://profiles.wordpress.org/users/Ghost_ufa">Ghost_ufa</a>, <a href="http://profiles.wordpress.org/users/gian-ava">gian-ava</a>, <a href="http://profiles.wordpress.org/users/greuben">greuben</a>, <a href="http://profiles.wordpress.org/users/gzeidan">gzeidan</a>, <a href="http://profiles.wordpress.org/users/Harry">Harry</a>, <a href="http://profiles.wordpress.org/users/hnla">hnla</a>, <a href="http://profiles.wordpress.org/users/intimez">intimez</a>, <a href="http://profiles.wordpress.org/users/ipstenu">ipstenu</a>, <a href="http://profiles.wordpress.org/users/j.conti">j.conti</a>, <a href="http://profiles.wordpress.org/users/jefferai">jefferai</a>, <a href="http://profiles.wordpress.org/users/jessica120">jessica120</a>, <a href="http://profiles.wordpress.org/users/jfarthing84">jfarthing84</a>, <a href="http://profiles.wordpress.org/users/johnjamesjacoby">johnjamesjacoby</a>, <a href="http://profiles.wordpress.org/users/johnpbloch">johnpbloch</a>, <a href="http://profiles.wordpress.org/users/jond">jond</a>, <a href="http://profiles.wordpress.org/users/Jonnyauk">Jonnyauk</a>, <a href="http://profiles.wordpress.org/users/karmatosed">karmatosed</a>, <a href="http://profiles.wordpress.org/users/kunalb">kunalb</a>, <a href="http://profiles.wordpress.org/users/LanceHudson">LanceHudson</a>, <a href="http://profiles.wordpress.org/users/lpryor">lpryor</a>, <a href="http://profiles.wordpress.org/users/luccame">luccame</a>, <a href="http://profiles.wordpress.org/users/lucianop">lucianop</a>, <a href="http://profiles.wordpress.org/users/lunabyte">lunabyte</a>, <a href="http://profiles.wordpress.org/users/mareck">mareck</a>, <a href="http://profiles.wordpress.org/users/mdawaffe">mdawaffe</a>, <a href="http://profiles.wordpress.org/users/mercime">mercime</a>, <a href="http://profiles.wordpress.org/users/mikekennedy">mikekennedy</a>, <a href="http://profiles.wordpress.org/users/modemlooper">modemlooper</a>, <a href="http://profiles.wordpress.org/users/mrmaz">mrmaz</a>, <a href="http://profiles.wordpress.org/users/nacin">nacin</a>, <a href="http://profiles.wordpress.org/users/nerrad">nerrad</a>, <a href="http://profiles.wordpress.org/users/nuprn1">nuprn1</a>, <a href="http://profiles.wordpress.org/users/DJPaul">Paul Gibbs</a>, <a href="http://profiles.wordpress.org/users/PedroMiguel">PedroMiguel</a>, <a href="http://profiles.wordpress.org/users/ptahdunbar">ptahdunbar</a>, <a href="http://profiles.wordpress.org/users/r-a-y">r-a-y</a>, <a href="http://profiles.wordpress.org/users/rebootnow">rebootnow</a>, <a href="http://profiles.wordpress.org/users/sboisvert">sboisvert</a>, <a href="http://profiles.wordpress.org/users/sbrajesh">sbrajesh</a>, <a href="http://profiles.wordpress.org/users/SergeyBiryukov">SergeyBiryukov</a>, <a href="http://profiles.wordpress.org/users/slaFFik">slaFFik</a>, <a href="http://profiles.wordpress.org/users/slambert">slambert</a>, <a href="http://profiles.wordpress.org/users/smurkas">smurkas</a>, <a href="http://profiles.wordpress.org/users/sorich87">sorich87</a>, <a href="http://profiles.wordpress.org/users/stas">stas</a>, <a href="http://profiles.wordpress.org/users/sushkov">sushkov</a>, <a href="http://profiles.wordpress.org/users/swinton">swinton</a>, <a href="http://profiles.wordpress.org/users/to">to</a>, <a href="http://profiles.wordpress.org/users/TobiasBg">TobiasBg</a>, <a href="http://profiles.wordpress.org/users/travel-junkie">travel-junkie</a>, <a href="http://profiles.wordpress.org/users/wpmuguru">wpmuguru</a>.</p>\n<p>Many thanks to them and to everyone who helped test during the entire 1.5 development cycle. Without the contributions of this awesome community, BuddyPress simply would not be possible.</p>\n<p>Now that that’s out of the way, order yourself a pizza and download BuddyPress 1.5 today!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 03:54: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: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: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:"BuddyPress: Boo yah! BuddyPress Template Pack 1.2 is BP 1.5 compatible";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://buddypress.org/?p=1590";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://buddypress.org/2011/09/boo-yah-buddypress-template-pack-1-2-is-bp-1-5-compatible/";s: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:1966:"<p><a href="http://wordpress.org/extend/plugins/bp-template-pack/">BuddyPress Template Pack</a> is a Totally Tubular plugin that helps you to bring BuddyPress functionality to any WordPress theme. And now, after a bit of elbow grease, the latest version (1.2) is fully compatible with the so-close-it-hurts BuddyPress 1.5!</p>\n<p>BPTP works, in brief, by copying over some necessary template files from BuddyPress into your existing theme, where you can customize them to your heart’s content. In order to protect any customizations that you may already have made if you’re already using the Template Pack with a BuddyPress 1.2.x site, BPTP won’t overwrite the any BP-specific template files in your theme, even after upgrading to BPTP 1.2 and BP 1.5. If you’re upgrading, and you’d like to get the shiny new templates from BP 1.5, you’ll need to remove the BP template directories from your theme (<code>activity</code>, <code>blogs</code>, <code>forums</code>, <code>groups</code>, <code>members</code>, and <code>registration</code>), and hit “Reset” under Dashboard > Appearance > BP Compatibility. If you’ve previously made customizations to the BP templates copied into your theme, you’ll then have to copy those changes over to the newly moved template files. Sound like a lot of work? Don’t worry – the template changes between BuddyPress 1.2.10 and BuddyPress 1.5 are not huge, so it’s likely that your old templates will continue to work just fine. In any case, make sure you back up your theme before attempting any monkey business!</p>\n<p>Special thanks to <a href="http://buddypress.org/community/members/r-a-y/">r-a-y</a>, who did most of the work to make BuddyPress Template Pack compatible with the latest BuddyPress. Woo hoo, r-a-y!</p>\n<p>Download BPTP 1.2 from the <a href="http://wordpress.org/extend/plugins/bp-template-pack/">wordpress.org plugin repository</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 02:44:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s: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:97:"WordPress.tv: Jonathan May: Helping Your Small Business Client Take On Maintaining Their Own 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6852";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:114:"http://wordpress.tv/2011/09/20/jonathan-may-helping-your-small-business-client-take-on-maintaining-their-own-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1903:"<div id="v-bYXCOGom-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6852/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6852&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/20/jonathan-may-helping-your-small-business-client-take-on-maintaining-their-own-site/"><img alt="Jonathan May: Helping Your Small Business Client Take On Maintaining Their Own Site" src="http://videos.videopress.com/bYXCOGom/helping-your-small-business-client_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, 20 Sep 2011 23: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:15:"WordCamp Boston";s: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:51:"WP Android: Version 1.5: Follow your Favorite Blogs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://android.wordpress.org/?p=439";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://android.wordpress.org/2011/09/20/version-1-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:4135:"<div id="attachment_441" class="wp-caption alignright"><a href="http://wpandroid.files.wordpress.com/2011/09/android-read.jpg"><img class="size-medium wp-image-441" title="Android Reader" src="http://wpandroid.files.wordpress.com/2011/09/android-read.jpg?w=200&h=300" alt="" width="200" height="300" /></a><p class="wp-caption-text">The new Read feature in action.</p></div>\n<p>Today we released Version 1.5 of WordPress for Android to the Android Market, which makes it effortless to keep up with your favorite blogs and sites while on the go.</p>\n<p>If you’ve connected one of your WordPress.com blogs with the app, you’ll now see a ‘Read’ button at the bottom of your blogs list. Clicking it will display all the latest posts published on the blogs that you follow, along with the option to like or reblog them. You can even follow blogs and sites that aren’t on WordPress.com, as long as they have an RSS feed.</p>\n<p><strong>Sweet! How do I add more sites to my reader?</strong></p>\n<p><img class="alignnone size-full wp-image-483" title="" src="http://wpandroid.files.wordpress.com/2011/09/version-1-5-follow-example.png?w=226&h=38" alt="" width="226" height="38" /></p>\n<p>Tap the “Follow” button while viewing any WordPress.com blog (you’ll find it in the top admin bar while logged in) to add it to your reader. To add a site that’s not on WordPress.com, simply enter the URL of the site at the top of your <a href="http://wordpress.com/#!/following/edit/">following list</a> and then click ‘Follow’.</p>\n<p>Not following any blogs yet? Check out today’s <a href="http://wordpress.com/#!/fresh/">Freshly Pressed</a> to browse some that you might like.</p>\n<p><strong>What else is new?</strong></p>\n<p>We’ve tweaked a few things here and there in the app, including using the HTML5 video tag for video uploads instead of the outdated QuickTime tag. There are also a handful of bug fixes in Version 1.5 that improve the app’s reliability.</p>\n<p><strong>What’s next for WordPress for Android?</strong></p>\n<p>We’re excited to let you know that work has already begun on the next major update to WordPress for Android – Version 2.0. It’s going to have a beautiful new look and will be stuffed with awesome new features. For updates on Version 2.0, check out our <a href="http://dev.android.wordpress.org">Developer Blog</a>. And if you have any feedback on Version 1.5 and the new Read feature, be sure to let us know!</p>\n<p>Follow <a href="http://twitter.com/WPAndroid">@WPAndroid on Twitter</a> for the latest news.</p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpandroid.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpandroid.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpandroid.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpandroid.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpandroid.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpandroid.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpandroid.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpandroid.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpandroid.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpandroid.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpandroid.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpandroid.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpandroid.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpandroid.wordpress.com/439/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=android.wordpress.org&blog=9426921&post=439&subd=wpandroid&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, 20 Sep 2011 13:35: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:3:"Dan";s: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 9/20";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/4yceyJiZ3_U/";s: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:1050:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/phpleague/"><strong>PHPLeague</strong></a> allows you to to manage your sports leagues and can be used for many different sports like football (soccer), basketball, handball, volleyball and even ice-hockey.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/"><strong>Google XML Sitemaps</strong></a> will generate a special <a href="http://www.sitemaps.org/">XML sitemap</a> which will help search engines to better index your blog.</p>\n<p><a href="http://scribu.net/wordpress/posts-to-posts"><strong>Posts 2 Posts</strong></a> allows you to create many-to-many connections between posts of all kinds.</p>\n<p><a href="http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/"><strong>WP-Table Reloaded</strong></a> enables you to create and manage tables in your admin area. No HTML knowledge is needed.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/4yceyJiZ3_U" 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, 20 Sep 2011 13:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"James Huff";s: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:42:"Matt: Why Your Company Should Have a Creed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39282";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://ma.tt/2011/09/automattic-creed/";s: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:5290:"<p>Does your company have a creed? Twice a year, <a href="http://www.trueventures.com">True Ventures</a> (one of <a href="http://automattic.com/">Automattic’s</a> investors) organizes an event called Founders’ Camp, a one-day conference for the founders and CEOs of companies in their portfolio. The latest was held in the Automattic Lounge at Pier 38 in San Francisco (<a href="http://matt.wordpress.com/2011/09/16/mayor-edwin-lee-in-our-office-saying-how-unsafe-it-is-to-be-here/">it could be the last</a>).</p>\n<p>There was an interesting conversation led by <a href="http://bandcamp.com/">Ethan Diamond</a>, <a href="http://about.me/alexbard">Alex Bard</a>, <a href="http://howardlindzon.com/">Howard Lindzon</a>, and <a href="http://www.nosoapradio.org/">Narendra Rocherolle</a> on the importance of culture in an organization and how it gets formed. Despite its importance, “culture” is one of those fuzzy things that’s difficult for many founders, especially men, to discuss earnestly. Even though I have extremely strong opinions about company culture, I find it feels “corny” to talk about it directly. Nevertheless, as part of the discussion, I shared the following practical example from Automattic about something we did to codify and share our values.</p>\n<p><em>It started innocently enough</em> — someone copied me when they emailed their paperwork to accept a job offer. For the first time in a while I looked at the offer letter and realized that it read like a bad generic legal template: no branding; terrible typography; the most important information (start date, salary, stock options) buried under a sea of text; and, worst of all, it was being sent out in .docx format (especially embarrassing for a company whose foundation is Open Source). The offer didn’t reflect who we were, how we worked, and certainly not how we thought about design and user experience.</p>\n<p><a href="http://nickmomrik.com/">Nick</a> and <a href="http://mattnt.com/">MT</a> of the Janitorial team at Automattic designed new documents and worked out a clever way to have a web form on our intranet generate the pages as HTML. It has some extra goodies like vector signatures. Anybody sending a contract or offer can create a PDF out of that web page, and email the document out to the recipient. Everything is logged and tracked. (As a bonus our legal templates for employees and contractors are now tracked in SVN along with the rest of our code.)</p>\n<p>Finally, as a hack to introduce new folks to our culture, we put a beta “Automattic Creed”, basically a statement of things important to us, written in the first person. We put it after the legal gobbledygook and before the signature area; if you chose to accept the offer, you’d sign your name next to the values before starting work. This seemed like a powerful statement and might affect people’s perceptions in the same way that <a href="http://hbswk.hbs.edu/item/6728.html">putting signatures at the top of forms increases honesty</a>.</p>\n<p>That was around the beginning of May last year, and everyone who has joined since then (about half the company) has gotten the creed in their offer letter. The feedback from the beta was excellent and later that same month we added the creed to the home page of our Automattic Field Guide (our internal reference site), where it still lives today with a link to a recent discussion about what the creed means in practice.</p>\n<p>Adding the creed before the signature block ended up being an easy change that had a big impact on the company.</p>\n<p>A fair number of founders at the event have asked what the creed is. If you’re curious here it is (as of September 19<sup>th</sup>, 2011):</p>\n<div class="blockquote"><blockquote><p>I will never stop learning. I won’t just work on things that are assigned to me. I know there’s no such thing as a status quo. I will build our business sustainably through passionate and loyal customers. I will never pass up an opportunity to help out a colleague, and I’ll remember the days before I knew everything. I am more motivated by impact than money, and I know that Open Source is one of the most powerful ideas of our generation. I will communicate as much as possible, because it’s the oxygen of a distributed company. I am in a marathon, not a sprint, and no matter how far away the goal is, the only way to get there is by putting one foot in front of another every day. Given time, there is no problem that’s insurmountable.</p></blockquote></div>\n<p>I’m sure that it will evolve in the future, just as Automattic and WordPress will. If you’re building a startup or any sort of organization, take a few moments to reflect on the <strong>qualities that the people you most enjoy working with embody</strong> and the <strong>user experience</strong> of new people joining your organization, from the offer letter to their first day.</p>\n<p>Of course if you’d like to see the above in an offer letter, consider <a href="http://automattic.com/work-with-us/">applying for Automattic</a>.</p>\n<p>If you write a creed for your company or non-profit after reading this, please leave it in the comments!</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, 20 Sep 2011 02:23:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:33:"Matt: Silicon Valleys Rental Boom";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39279";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"http://ma.tt/2011/09/silicon-valleys-rental-boom/";s: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:580:"<div class="blockquote"><blockquote><p>It’s not only about the money, says Matt Mullenweg, a techie who helped create the popular WordPress blogging software and has invested in Getaround. Some of this is about “my generation’s desire to conserve resources and make better use of what we have to leave the world a better place for our children.”</p></blockquote></div>\n<p><a href="http://www.thedailybeast.com/newsweek/2011/09/18/silicon-valley-s-rental-boom.html">Silicon Valleys Rental Boom on The Daily Beast</a> by <a href="http://realdanlyons.com/">Dan Lyons</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, 19 Sep 2011 20:57:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WordPress.tv: John Resig: jQuery Performance and New Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=6870";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2011/09/19/john-resig-jquery-performance-and-new-features/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1843:"<div id="v-kvZuWgka-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6870/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6870/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6870/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6870/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6870/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6870/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6870/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6870/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6870/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6870/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6870/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6870/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6870/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6870/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6870&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/19/john-resig-jquery-performance-and-new-features/"><img alt="John Resig: jQuery Performance and New Features" src="http://videos.videopress.com/kvZuWgka/jquery-performance-and-new-features-john-resig_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, 19 Sep 2011 17:15: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:15:"WordCamp Boston";s: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:78:"WordPress.tv: Christina Dulude: Simplifying Your Life with WordPress Multisite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6896";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2011/09/19/christina-dulude-simplifying-your-life-with-wordpress-multisite/";s: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:1875:"<div id="v-gHPptghS-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6896/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6896/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6896/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6896&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/19/christina-dulude-simplifying-your-life-with-wordpress-multisite/"><img alt="Christina Dulude: Simplifying Your Life with WordPress Mulisite" src="http://videos.videopress.com/gHPptghS/simplifying-your-life-with-wordpress-mulisite_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, 19 Sep 2011 16:56: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:15:"WordCamp Boston";s: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:114:"WordPress.tv: Andrew Norcross: You’re doing it wrong and it’s all my fault: dissecting the client relationship";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6901";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:142:"http://wordpress.tv/2011/09/19/andrew-norcross-you%e2%80%99re-doing-it-wrong-and-it%e2%80%99s-all-my-fault-dissecting-the-client-relationship/";s: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:1934:"<div id="v-xLIZ2ZGI-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6901/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6901/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6901/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6901/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6901/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6901/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6901/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6901/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6901/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6901/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6901/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6901/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6901/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6901/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6901&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/19/andrew-norcross-you%e2%80%99re-doing-it-wrong-and-it%e2%80%99s-all-my-fault-dissecting-the-client-relationship/"><img alt="Andrew Norcross: You’re doing it wrong and it’s all my fault: dissecting the client relationship" src="http://videos.videopress.com/xLIZ2ZGI/youre-doing-it-wrong_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, 19 Sep 2011 16:47:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:48:"Alex King: wp_publish_post() Does Not Set post_*";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://alexking.org/?p=7260";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://alexking.org/blog/2011/09/19/wp_publish_post-does-not-set-post_";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2125:"<p>The inline documentation for <code>wp_publish_post()</code> says that it will:</p>\n<blockquote><p>Publish a post by transitioning the post status.</p></blockquote>\n<p>and that’s exactly what it does. Moreover, that’s <em>all</em> it does.</p>\n<p>If you are creating a draft post via <code>wp_insert_post()</code> (or <code>wp_update_post()</code>, which calls <code>wp_insert_post()</code>), certain defaults will be set for you when the post status is set to <code>publish</code> (or <code>future</code>, etc.). Among these is the automatic creation of the <code>post_name</code> from the <code>post_title</code> (if none has been explicitly provided) and setting <code>post_date_gmt</code>.</p>\n<p>I had <a href="https://github.com/alexkingorg/wp-flickr-post">some</a> <a href="https://github.com/alexkingorg/wp-pinboard-post">code</a> on my site that was hitting a service to get data, creating a draft, adding some meta data and taxonomy information, then publishing it. When I was initially doing this (and using <code>wp_publish_post()</code> instead of <code>wp_update_post()</code>), I was ending up with published, unnamed posts. Not what I had in mind.</p>\n<p>There are two ways around this:</p>\n<ol>\n<li>Use <code>wp_update_post()</code> instead of <code>wp_publish_post()</code>. This works fine, but it’s a little heavier, and conceptually I think the code reads better with the <code>wp_publish_post()</code> call instead.</li>\n<li>Use <code>wp_publish_post()</code>, but make sure to set the <code>post_name</code>, <code>post_date_gmt</code>, etc. when you create your draft post via <code>wp_insert_post()</code>.</li>\n</ol>\n<p>For what it’s worth, I was using <code>wp_update_post()</code>, switched to <code>wp_publish_post()</code> because it seemed cleaner, and have since gone back to <code>wp_update_post()</code>. Using less of my own code and letting WordPress core code do more work for me feels more future-proof.</p>\n<p>Hopefully this is useful to someone else who starts digging through the code and is having trouble deciding which of the various functions to use.</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, 19 Sep 2011 15:44:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"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: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:22:"Matt: Design at Amazon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39276";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://ma.tt/2011/09/design-at-amazon/";s: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:293:"<p>Amazon is hiring designers and <a href="http://www.designamazon.com/">using WordPress to do so</a>. <ins>Update: Site is down, anyone know what happened? I wonder if it wasn’t meant to be public.</ins> <ins datetime="2011-09-22T11:55:29+00:00">Update 2: Now it’s back.</ins></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, 18 Sep 2011 19:08:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:58:"Weblog Tools Collection: WordPress Theme Releases for 9/18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10492";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/KWdGDqoHRBY/";s: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:1204:"<p><img class="alignnone size-full wp-image-10493" title="cash" src="http://weblogtoolscollection.com/wp-content/uploads/2011/09/cash.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.emptynestheritage.com/?p=3022"><strong>Cash</strong></a> is designed for blogs of a financial nature.</p>\n<p><img class="alignnone size-full wp-image-10494" title="neo_wdl" src="http://weblogtoolscollection.com/wp-content/uploads/2011/09/neo_wdl.jpg" alt="" width="150" height="99" /></p>\n<p><a href="http://wordpress.org/extend/themes/neo_wdl"><strong>Neo_WDL</strong></a> has featured posts, social icons, twitter updates, threaded comments and widget support.</p>\n<p><img class="alignnone size-full wp-image-10495" title="simpleblogger" src="http://weblogtoolscollection.com/wp-content/uploads/2011/09/simpleblogger.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://www.dreamdrivendesigns.com/free-wordpress-themes/simpleblogger/"><strong>SimpleBlogger</strong></a> is an easy to use, lightweight, yet advance theme that can be easily customized to make your own.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/KWdGDqoHRBY" 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:"Sun, 18 Sep 2011 13:00:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s: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:55:"Joseph: Slides: 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:30:"http://josephscott.org/?p=4782";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://josephscott.org/archives/2011/09/slides-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:689:"<p>Here are the slides from my “Site Performance, From Pinto to Ferrari” talk that I gave at <a href="http://2011.slc.wordcamp.org/">WordCamp SLC 2011</a> and <a href="http://2011.albuquerque.wordcamp.org/">Wordcamp Albuquerque 2011</a>.</p>\n<div id="__ss_9299193"> <strong><a href="http://www.slideshare.net/josephscott/site-performance-from-pinto-to-ferrari" title="Site Performance - From Pinto to Ferrari" target="_blank">Site Performance – From Pinto to Ferrari</a></strong> \n<div> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/josephscott" target="_blank">Joseph Scott</a> </div>\n</p></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, 17 Sep 2011 17:34:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joseph Scott";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:59:"Weblog Tools Collection: WordPress Plugin Security Showdown";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10487";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/YD9QC1O6SU0/";s: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:1109:"<p>It’s the weekend, time to work on your next <a href="http://wordpress.org/">WordPress</a> plugin, but are you following the right security practices? At <a href="http://2011.sf.wordcamp.org/">this year’s WordCamp San Francisco</a>, core developers <a href="http://markjaquith.com/">Mark Jaquith</a> and <a href="http://joncave.co.uk/">Jon Cave</a>, along with developer and author <a href="http://www.strangework.com/">Brad Williams</a>, covered <a href="http://wordpress.tv/2011/09/07/mark-jaquith-jon-cave-brad-williams-plugin-security-showdown/">some of the best security practices for plugin development</a> and offered some real-life examples of just how easy it is to turn a world-class plugin into a crippling vulnerability.</p>\n<p>“One of the greatest things about WordPress plugins is they can do anything, and one of the most frightening things about WordPress plugins is they can do anything.” ~ Mark Jaquith</p>\n<div id="v-sEWYvWY9-1" class="video-player"></div>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/YD9QC1O6SU0" 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:"Sat, 17 Sep 2011 13:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s: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:39:"WPTavern: WordUp – A Fork Of WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5438";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/WordpressTavern/~3/G1SxjKcYN0Y/wordup-a-fork-of-wordcamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2035:"<p>If you’re anywhere near the Edinburgh area around October 22nd, make a pit stop to an event they are calling WordUp Edinburgh. According to the <a href="http://wordup.wpscotland.org/edinburgh2011/">event website</a>, this un-conference will mimic the WordCamp model in that there will be presentations with attendance being free. However, there are only going to be 50 spots available for this one day event. <em>Congrats to those who purchased their tickets as all available spots have been sold</em>. From taking a look at the attendee list, I’m happy to see that co-creator of WordPress, Mike Little, will be there along with one of my favorite commenters, Donnacha of <a href="http://www.wordskill.com">WordSkill.com</a>. </p>\n<p>With regards to the event name, what do you think of WordUp? Could this become the defacto name for independent WordCamp events not wanting to have to deal with all of the guidelines that come with using the trademarked term, WordCamp? At least with WordCamps, we generally have an idea as to what to expect out of the event thanks to longevity of the term being used as well as a tighter grip being placed on events using the name. So I leave you with this poll question.</p>\n<div class="aligncenter">Note: There is a poll embedded within this post, please visit the site to participate in this post''s poll.</div>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/wordcamp-central-redesigned" rel="bookmark" title="Permanent Link: WordCamp Central Redesigned">WordCamp Central Redesigned</a></li>\n<li><a href="http://www.wptavern.com/my-thoughts-on-the-virtual-wordcamp" rel="bookmark" title="Permanent Link: My Thoughts On The Virtual WordCamp">My Thoughts On The Virtual WordCamp</a></li>\n<li><a href="http://www.wptavern.com/wordcamp-hitting-the-big-apple" rel="bookmark" title="Permanent Link: WordCamp Hitting The Big Apple">WordCamp Hitting The Big Apple</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/G1SxjKcYN0Y" 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:"Sat, 17 Sep 2011 11: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:6:"Jeffro";s: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:24:"Matt: Theme Code Matters";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39272";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://ma.tt/2011/09/theme-code-matters/";s: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:124:"<p><a href="http://themeshaper.com/2011/09/13/your-themes-code-matters-too/">Theme Code Matters, Too</a> on Themeshaper.</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, 17 Sep 2011 01:32:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"WPTavern: WordPress Mentioned On TheGuild";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.wptavern.com/?p=5434";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://feedproxy.google.com/~r/WordpressTavern/~3/vFNNEoucwj0/wordpress-mentioned-on-theguild";s: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:836:"<p>Not really WordPress news but it’s cool to hear a WordPress reference in the show, <a href="http://www.watchtheguild.com/">TheGuild</a>. Fast forward to <strong>9:03</strong> to hear the WordPress remark. As an aside, I watched the entire episode and didn’t understand the show one bit. This was the first time I’ve watched TheGuild and since I’ve never played MMORPG games, I guess I don’t get any of the inside jokes. </p>\n<div class="aligncenter"><a href="http://video.msn.com?vid=41791843-cfd2-48f9-ad5d-3b935336822a&mkt=en-us&src=FLPl:embed::uuids" target="_new" title="Season 5 - Episode 8 - Social Traumas">Video: Season 5 – Episode 8 – Social Traumas</a></div>\n\n\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/vFNNEoucwj0" 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, 16 Sep 2011 20:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s: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:42:"WPTavern: WordPress Wins 2011 bOSSie Award";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.wptavern.com/?p=5430";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/WordpressTavern/~3/4bzIDuJQM1o/wordpress-wins-2011-bossie-award";s: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:2106:"<p>WordPress can put yet another trophy on its mantle with a <a href="http://www.infoworld.com/d/open-source-software/bossie-awards-2011-the-best-open-source-applications-171572-1¤t=8&last=3#slideshowTop">2011 bOSSie award</a> by InfoWorld within the Best Open Source Applications category. Confusingly, <a href="http://www.infoworld.com/d/open-source-software/bossie-awards-2011-the-best-open-source-applications-171572-1¤t=4&last=1#slideshowTop">Drupal also won an award</a> within the same category. Are the two pieces of software so different that they can be considered seperate entities with regards to what they enable the end user to accomplish? Don’t they both accomplish the same task but in their own way? </p>\n<p><a href="http://www.wptavern.com/wp-content/uploads/2011/09/bossie2011logo.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2011/09/bossie2011logo.png" alt="2011 Bossie Logo" title="bossie2011logo" width="414" height="173" class="aligncenter size-full wp-image-5431" /></a></p>\n<p>As an aside to open source software, I thought <a href="http://www.technewsworld.com/story/73286.html">this quote on TechnewsWorld</a> made a good point.</p>\n<blockquote><p>“I had a client that was unhappy because the robot he is helping design for a NASA competition at the local college just doesn’t have the level of lighting realism he wanted with Solidworks,” hairyfeet added. “So I just sent him to this link on the Blender wiki and voila! Thanks to FOSS and a volunteer that wrote the import scripts, he is happily having his robot rendering in photo realism by Blender.”</p>\n<p>That, in fact, “is what FOSS should be about — not about politics or factions, or all the GPL vs. BSD flamewars, but ‘can this software make someone’s day easier and/or better?’” hairyfeet concluded. “If it does, that is what makes good software to me.”</p></blockquote>\n\n\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/4bzIDuJQM1o" 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, 16 Sep 2011 17:00:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s: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:63:"Publisher Blog: Animal Politico : WordPress Publisher Spotlight";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1702";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://publisherblog.automattic.com/2011/09/16/animal-politico-wordpress-publisher-spotlight/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4080:"<p><em>Reflection Media, a small web-design and development firm with a focus on WordPress Custom Solutions, was hired to implement the design and structure of the portal. They answered a few questions about Animal Politico and WordPress.</em></p>\n<p><strong>Tell us about the site:</strong><br />\n<strong><a href="http://www.animalpolitico.com/"> Animal Politico</a></strong> is a Mexican political portal. It’s only available online and is powered almost entirely by WordPress. Since its launch last Autumn, there are over 5000 articles and 44 sub-blogs out of which 3 sub-blogs are used as sort of a discussion forum.</p>\n<p>Other features include:</p>\n<ul>\n<li>Facebook connect for subscribers – only logged-in users can post comments</li>\n<li>Custom profile fields for users like date of birth, education level, etc.</li>\n<li>Custom taxonomies are used for home-page positioning of articles</li>\n<li>Ajax powered photo-galleries and video-galleries</li>\n<li>MailChimp integration – sending newsletters directly from the WP admin panel.</li>\n</ul>\n<div><img class="aligncenter size-full wp-image-1703" title="Animal Politico | El Portal Político de México (20110916)" src="http://wordpresspublishers.files.wordpress.com/2011/09/animal-politico-el-portal-polc3adtico-de-mc3a9xico-20110916.jpg?w=640&h=507" alt="" width="640" height="507" /></div>\n<p><strong>What publishing challenges did WordPress help Animal Politico address?</strong><br />\nI think what was most needed by the editors was flexibility to post, sort and prioritize news articles. With the help of custom taxonomies and a few custom meta-boxes we were able to offer them just that without any problems. Price was also an issue and choosing WordPress as our platform considerably reduced the development expenses.</p>\n<p><strong>What are your (development) team’s favorite WordPress features?</strong><br />\nI think the flexibility we get from the hooks and filters system is what we love most. It provides almost unlimited flexibility without disrupting the update path.</p>\n<p><em>Are you a publisher working with WordPress? We want to <a href="http://publisherblog.automattic.com/contact-us/">hear from you</a>. </em></p>\n<p><strong><em><a href="http://get.wp.com/"><strong>Want WordPress for your site? Get.WP.com</strong></a></em></strong></p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1702/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1702/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1702/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1702/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1702/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1702/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1702/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1702/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1702/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1702/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1702/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1702/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1702/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1702/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1702&subd=wordpresspublishers&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Sep 2011 16:00:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Sara Rosso";s: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:46:"WPTavern: WPWeekly Episode 112 – Kickstarted";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.wptavern.com/?p=5445";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"http://feedproxy.google.com/~r/WordpressTavern/~3/tjzwcd_SRdA/wpweekly-episode-112-%e2%80%93-kickstarted";s: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:3399:"<p><img src="http://www.wptavern.com/wp-content/uploads/2009/02/wordpressweekly1.png" alt="wordpressweekly1" title="wordpressweekly1" width="120" height="120" class="alignright size-full wp-image-436" />In this pre-recorded edition of WordPress Weekly, I get you caught up with the news that made the headlines this week. While I didn’t have time to go in-depth on any particular topic, this episode features two interviews. One with Tom McFarlin talking about the lessons he’s learned through commercial plugin development and the other with Scott Kingsley Clark who discusses why he decided to use Kickstarter to fund the development of Pods 2.0. While you enjoy the show, I’ll be prepping the yard and such for the party tomorrow. </p>\n<p>One year ago on September 17th, my would be father-in-law passed away from prostate cancer. Fellas, if you’re over 30 or 40, better keep an eye on that thing as it’s taking men out left and right. </p>\n<h2>Stories Discussed:</h2>\n<p><a href="http://central.wordcamp.org/news/2011/09/13/introducing-andrea/">Andrea Middleton Takes Over WordCamp Central</a><br />\n<a href="http://www.wptavern.com/iweb-to-wordpress-converter">iWeb To WordPress Converter</a><br />\n<a href="http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/">An Update On Upcoming WordCamps</a><br />\n<a href="http://bbpress.org/blog/2011/09/bbpress-2-0-rc-5/">bbPress RC 5 Released</a><br />\n<a href="http://buddypress.org/2011/09/buddypress-1-5-release-candidate-1-and-buddypress-1-2-10/">BuddyPress 1.5 RC 1 and BuddyPress 1.2.10 Released</a></p>\n<p><a href="http://moreco.de/plugin-development-lessons/">Interview With Tom McFarlin Regarding His Lessons Learned So Far With Commercial Plugin Development</a><br />\n<a href="http://www.wptavern.com/pods-plugin-successfully-kickstarted-to-version-2-0">Interview With Scott Clark Discussing His Use Of Kickstarter.com To Fund Pods 2.0 Development</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, September 23rd 9P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="itpc://recordings.talkshoe.com/rss34224.xml" target="_blank">Click here to subscribe</a></p>\n<p><strong>Length Of Episode:</strong> 42 Minutes</p>\n<p><strong>Download The Show:</strong> <a href="http://recordings.talkshoe.com/TC-34224/TS-536228.mp3" target="_blank">WordPressWeeklyEpisode112.mp3</a></p>\n<p><strong>Listen To Episode #112:</strong><br />\n</p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/pods-plugin-successfully-kickstarted-to-version-2-0" rel="bookmark" title="Permanent Link: Pods Plugin Successfully Kickstarted To Version 2.0">Pods Plugin Successfully Kickstarted To Version 2.0</a></li>\n<li><a href="http://www.wptavern.com/wpweekly-episode-63-interview-with-randy-hoyt-and-scott-clark" rel="bookmark" title="Permanent Link: WPWeekly Episode 63 – Interview With Randy Hoyt And Scott Clark">WPWeekly Episode 63 – Interview With Randy Hoyt And Scott Clark</a></li>\n<li><a href="http://www.wptavern.com/wpweekly-episode-62-celebrating-the-freedoms-of-the-gpl" rel="bookmark" title="Permanent Link: WPWeekly Episode 62 – Celebrating The Freedoms Of The GPL">WPWeekly Episode 62 – Celebrating The Freedoms Of The GPL</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/tjzwcd_SRdA" 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, 16 Sep 2011 14:40: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:6:"Jeffro";s: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:61:"WPTavern: Pods Plugin Successfully Kickstarted To Version 2.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5425";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:113:"http://feedproxy.google.com/~r/WordpressTavern/~3/IF6e2Ptw-GE/pods-plugin-successfully-kickstarted-to-version-2-0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2922:"<p><a href="http://www.wptavern.com/wp-content/uploads/2011/09/podspluginlogo.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2011/09/podspluginlogo.png" alt="logo for Pods plugin" title="podspluginlogo" width="195" height="70" class="alignright size-full wp-image-5427" /></a>Scoot Kingsley Clark who is the lead developer of the <a href="http://podscms.org/" title="Homepage For PODS Plugin">Pods Development Framework</a> has <a href="http://www.kickstarter.com/projects/sc0ttkclark/pods-development-framework-20">successfully acquired</a> the funds necessary to complete development work for Pods 2.0 along with the community website. After launching his project on Kickstarter.com, he managed to get the $1,500.00 goal necessary within 24 hours. However, the project has been so successful at getting pledges, he is nearly 200% or $2,000.00 above the original goal with 7 days left in the pledging period. With regards to what Scott plans on doing with the extra cash, this is what he says under the FAQ section of the project page:</p>\n<blockquote><p>All additional money raised goes towards the Pods Foundation to help fund future development, travel for WordCamps and presentations, and hosting costs. So really, 2.0 is now funded – BUT you can still fund the foundation and everything it stands for.\n</p></blockquote>\n<p>You might be wondering what he means by <a href="http://podsfoundation.org/">Pods Foundation</a>. When I had a chance to speak with Scott the other day, he told me that the purpose of the foundation as well as how it’s structured is very similar to the WordPress foundation. I’m pretty sure this is the first WordPress plugin to have it’s own Non Profit foundation attached to it unless you know of another one? Because of the foundation, you can be assured that the money donated will go towards improvement of the plugin and accompanying community website. </p>\n<p>Congratulations goes out to Scott as well as his community of users. I have yet to see any other plugin or theme developers use Kickstarter in such a way. Do you think this was a unique opportunity for something like the Pods plugin or could other plugin authors leverage Kickstarter successfully to fund development of their projects? </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/intensedebate-plugin-version-2-4-2-released" rel="bookmark" title="Permanent Link: IntenseDebate Plugin Version 2.4.2 Released">IntenseDebate Plugin Version 2.4.2 Released</a></li>\n<li><a href="http://www.wptavern.com/wpweekly-episode-63-interview-with-randy-hoyt-and-scott-clark" rel="bookmark" title="Permanent Link: WPWeekly Episode 63 – Interview With Randy Hoyt And Scott Clark">WPWeekly Episode 63 – Interview With Randy Hoyt And Scott Clark</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/IF6e2Ptw-GE" 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, 16 Sep 2011 13:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 9/16";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10484";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/Fmkk9BbiUwI/";s: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:940:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/auto-read-more-generator/"><strong>Auto Read More Generator</strong></a> will put a “Read More…” link for each post of the blog page after the first image and the first paragraph.</p>\n<p><a href="http://www.getmecooking.com/recipe-template"><strong>GetMeCooking Recipe Template</strong></a> makes it easy for you to add recipes within your blog posts in a consistent, Search Engine friendly format and it allows your visitors to easily view and print the recipes.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.designchemical.com/blog/index.php/wordpress-plugin-slick-contact-forms/"><strong>Slick Contact Forms</strong></a> creates a widget, which adds a contact form using either a floating, drop down button or a sticky, sliding tab.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Fmkk9BbiUwI" 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, 16 Sep 2011 13:00: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:10:"James Huff";s: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:56:"WPTavern: Andrea Middleton Now Managing WordCamp Central";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.wptavern.com/?p=5421";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"http://feedproxy.google.com/~r/WordpressTavern/~3/zmWcbIqTwoE/andrea-middleton-now-managing-wordcamp-central";s: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:940:"<p>WordCamp Central is <a href="http://central.wordcamp.org/news/2011/09/13/introducing-andrea/">now managed by Andrea Middleton</a> instead of Jane Wells. Within the post, Jane mentions that she will take on more of an advisory role while Andrea will be handling all of the management activities associated with the position. According to the facts presented within the introduction post, it certainly seems as though Andrea has the right credentials for the job.</p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/jane-wells-is-not-so-bad" rel="bookmark" title="Permanent Link: Jane Wells Is Not So Bad">Jane Wells Is Not So Bad</a></li>\n<li><a href="http://www.wptavern.com/my-wordcamp-columbus-experience" rel="bookmark" title="Permanent Link: My WordCamp Columbus Experience">My WordCamp Columbus Experience</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/zmWcbIqTwoE" 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, 16 Sep 2011 12:15: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:"Jeffro";s: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:52:"Weblog Tools Collection: BuddyPress 1.5 RC1 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10481";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/3STcLYH0Mxk/";s: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:924:"<p>The first release candidate of <a href="http://buddypress.org/">BuddyPress</a> 1.5 <a href="http://buddypress.org/2011/09/buddypress-1-5-release-candidate-1-and-buddypress-1-2-10/">has been released</a>. Long considered to be the one true social networking solution for <a href="http://wordpress.org/">WordPress</a>, there is <a href="http://weblogtoolscollection.com/archives/2011/08/24/what-to-expect-in-buddypress-1-5/">a lot to look forward to in BuddyPress 1.5</a>, and this is the first solid glimpse of that.</p>\n<p>Though the developers have not exactly cleared this release for use on live sites yet, now is the time to test it out if you’re handy with discovering bugs, and there’s even <a href="http://testbp.org/">a test installation</a> available for you to get your hands dirty with.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/3STcLYH0Mxk" 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, 15 Sep 2011 17:30: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:10:"James Huff";s: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:42:"Dev Blog: Software Freedom Day + Hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2058";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/software-freedom-day-hackathon/";s: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:3802:"<p>Saturday, September 17 is <a href="http://softwarefreedomday.org/">Software Freedom Day</a>. To that end, a few announcements about this weekend’s hackathon and <a href="http://wordpress.org/news/feed/2011.portland.wordcamp.org">WordCamp Portland</a>.</p>\n<h3>3.3 Hackathon</h3>\n<p>WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had time to address yet. Around this time, there are often dozens of tickets that have patches, but the patches have not been tested enough to be committed to core. Then the contributors who worked hard on the patches are disappointed that their code doesn’t make it into the current release. You can help us prevent this!</p>\n<p>This weekend, we’ll be running a <a href="http://core.trac.wordpress.org/report/13">has-patch needs-testing marathon</a> for the 3.3 milestone. Basically, we’re looking for people who can help test patches and/or refresh patches that need updating. Lead developers and core contributors will be hanging around in the #wordpress-dev channel on irc.freenode.net to answer questions as needed, and will be committing patches as they get enough verification. As you test the patches, report your findings on the trac tickets in question. If all developers who make a living working with WordPress helped out for even an hour or two this weekend, we could clear the 200 tickets or so that are in this situation. To make it fun, why not get together with other WordPress devs and have an in-person hackathon meetup?</p>\n<h3>WordCamp Portland</h3>\n<p>At WordCamp Portland this weekend, some of the WordPress core team will be in attendance, including me, Nacin, and Koop. In addition to giving presentations and participating in the unconference sessions, we’ll be involved with a couple of other cool things at WCPDX:</p>\n<ul>\n<li><strong>Hacker Room.</strong> There will be room set aside for people to work on core bugs and features slated for the 3.3 release. Hopefully PDX developers will hang out in here some of the time helping with the marathon.</li>\n<li><strong>Welcome Free Software Projects!</strong> Normally WordCamps are 100% focused on WordPress, but in light of Software Freedom Day, the WC PDX organizers, in conjunction with the WordPress Foundation, would like to extend an invitation to all free software projects to participate in WordCamp Portland. There are a couple of rooms set aside that can be used for unconference sessions and/or hacker rooms for other projects. It would be great to have local representatives from a bunch of projects there — almost a micro version of OS Bridge or OSCON — to maximize the free software love and cross-pollinate ideas. Developers from other projects are also welcome in the WP hackathon room if they’d like to pitch in. Saturday will also feature the Software Freedom Day Happy Hour at the end of sessions. For more information or to get your project involved, contact the event organizers via the <a href="http://2011.portland.wordcamp.org/">WordCamp Portland website</a> or email support at wordcamp dot org.</li>\n<li><strong>Usability Testing of 3.3 Alpha.</strong> As mentioned, we’re about to hit freeze, so we’ll be giving WordCamp Portland attendees a sneak peek at 3.3, seeing how they adjust to the new features, and getting feedback to help us with our last round of fixes before we get to Beta. There will be a signup sheet to participate.</li>\n</ul>\n<p>So, if you live it the Portland/Seattle area and haven’t already bought a ticket to attend WordCamp Portland, hurry up, as it’s going to be a great celebration of Software Freedom Day and WordPress.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Sep 2011 07:33:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s: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:33:"Dev Blog: A Tale of Two WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2057";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/a-tale-of-two-wordcamps/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3682:"<p>This coming weekend, two WordCamps will be going on simultaneously — yep, it’s <a href="http://wordcamp.org">WordCamp</a> season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is <a href="http://2011.capetown.wordcamp.org/">WordCamp Cape Town</a>, and then this weekend, first-time <a href="http://2011.albuquerque.wordcamp.org/">WordCamp Albuquerque</a> coincides with 4-time returning champ <a title="WCPDX" href="http://2011.portland.wordcamp.org">WordCamp Portland</a>, a cool juxtaposition of a more established local community with one that is just getting started. If you’re anywhere near the Portland area, you should try to attend. The <a title="WordPress Foundation" href="http://wordpressfoundation.org/">WordPress Foundation</a> will be sponsoring some special activities around <a href="http://softwarefreedomday.org/">Software Freedom Day</a>, and some members of the core team (me, Nacin, Koop) will be there.</p>\n<p>Is there a WordCamp coming up near you? Let’s find out!</p>\n<p>Sep 15: <a href="http://2011.capetown.wordcamp.org/">WordCamp Cape Town</a> <em>Cape Town, South Africa</em></p>\n<p>Sep 16-18: <a href="http://2011.albuquerque.wordcamp.org/">WordCamp Albuquerque</a> <em>Albuquerque, NM</em></p>\n<p>Sep 17-18: <a href="http://2011.portland.wordcamp.org/">WordCamp Portland</a> <em>Portland, OR</em></p>\n<p>Sep 24: <a href="http://2011.lisboa.wordcamp.org/">WordCamp Lisboa</a> <em>Lisboa, Portugal</em></p>\n<p>Sep 24: <a href="http://wordcamp.de/">WordCamp Germany</a> <em>Koln, Germany</em></p>\n<p>Sep 25: <a href="http://2011.sofia.wordcamp.org/">WordCamp Sofia</a> <em>Sofia, Bulgaria</em></p>\n<p>Oct 1: <a href="http://www.wordcamplouisville2011.org/">WordCamp Louisville</a> <em>Louisville, Kentucky</em></p>\n<p>Oct 8-9: <a href="http://2011.sevilla.wordcamp.org/">WordCamp Sevilla</a> <em>Seville, Spain</em></p>\n<div>\n<p>Oct 15-16: <a href="http://2011.jabalpur.wordcamp.org/">WordCamp Jabalpur</a> <em>Jabalpur, India</em></p>\n<p>Nov 5-6: <a href="http://2011.toronto.wordcamp.org/">WordCamp Toronto</a> <em>Toronto, ON</em></p>\n<p>Nov 5-6: <a href="http://2011.goldcoast.wordcamp.org/">WordCamp Gold Coast</a> <em>Gold Coast, Australia</em></p>\n<p>Nov 5-6: <a href="http://2011.philly.wordcamp.org/">WordCamp Philly</a> <em>Philadelphia, PA</em></p>\n<p>Nov 12: <a href="http://2011.caguas.wordcamp.org/">WordCamp Caguas</a> <em>Caguas, Puerto Rico</em></p>\n<p>Nov 12-13: <a href="http://2011.kenya.wordcamp.org/">WordCamp Kenya</a> <em>Nairobi, Kenya</em></p>\n<p>Nov 12-13: <a href="http://2011.detroit.wordcamp.org/">WordCamp Detroit</a> <em>Detroit, MI</em></p>\n<p>Nov 12: <a href="http://2011.richmond.wordcamp.org/">WordCamp Richmond</a> <em>Richmond, VA</em></p>\n<p>Nov 12-13: <a href="http://2011.denmark.wordcamp.org/">WordCamp Denmark</a> <em>Copenhagen, Denmark</em></p>\n<p>Dec 17: <a href="http://2011.vegas.wordcamp.org/">WordCamp Las Vegas</a> <em>Las Vegas, NV</em></p>\n<p>Feb 3-4 <a href="http://2012.atlanta.wordcamp.org/">WordCamp Atlanta</a> <em>Atlanta, GA</em></p>\n<p>There are also a number of WordCamps still in the early organizing stage that do not yet have dates set. These include: Ft. Wayne, IN; London, UK; Edmonton, Canada; Baku, Azerbaijan; Oslo, Norway; Sacramento, CA; Birmingham, Alabama; Pittsburgh, PA; Omaha, NE; Orlando, FL; Tokyo, Japan; Paris, France; Zagreb, Croatia; Nashville, TN, Washington DC, Baltimore, MD; Bangkok, Thailand; Istanbul, Turkey.</p>\n<p>Hope to see you soon at a WordCamp near you!</p>\n<p><em><br />\n</em></p>\n</div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Sep 2011 21:17:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s: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:56:"WPTavern: Using WordPress To Create Multiple Image Sizes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5419";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"http://feedproxy.google.com/~r/WordpressTavern/~3/OIYihc-aYKM/using-wordpress-to-create-multiple-image-sizes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:684:"<p>WPBeginner has an <a href="http://www.wpbeginner.com/wp-tutorials/how-to-create-additional-image-sizes-in-wordpress/">excellent tutorial</a> that describes how to use the built in functions of WordPress to generate additional image sizes for use in themes. This is possibly a better alternative than using TimThumb. </p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/screencast-basic-image-editing-in-wordpress-2-9" rel="bookmark" title="Permanent Link: Screencast: Basic Image Editing In WordPress 2.9">Screencast: Basic Image Editing In WordPress 2.9</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/OIYihc-aYKM" 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, 14 Sep 2011 18:45:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WordPress.tv: Kelly Dwan: Creating 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:27:"http://wordpress.tv/?p=6861";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2011/09/14/kelly-dwan-creating-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:1786:"<div id="v-ErF9JnjJ-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6861/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6861&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/14/kelly-dwan-creating-plugins/"><img alt="Kelly Dwan: Creating Plugins" src="http://videos.videopress.com/ErF9JnjJ/creating-plugins-kelly-dwan_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, 14 Sep 2011 13:15:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"WordCamp Boston";s: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:37:"WPTavern: iWeb To WordPress Converter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.wptavern.com/?p=5416";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/WordpressTavern/~3/D8kEwHe-BCg/iweb-to-wordpress-converter";s: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:687:"<p>With MobileMe slated to shutdown on June 30th, 2012 taking iWeb with it, users will need to find a new home for their iWeb powered website. A company by the name of Rage Software has created an <a href="http://www.ragesw.com/products/iweb-to-wordpress.html">iWeb to WordPress converter</a> that takes an exported iWeb website and converts it into a WordPress XML file that can be imported into the self hosted version of WordPress or WordPress.com. Seems easy enough although the conversion software will set you back $49.95.</p>\n<div class="aligncenter"></div>\n\n\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/D8kEwHe-BCg" 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, 14 Sep 2011 13:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s: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:58:"Weblog Tools Collection: WordPress Theme Releases for 9/14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10475";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/Vx4HCu2Lvug/";s: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:1181:"<p><img class="alignnone size-full wp-image-10476" title="brandnewday" src="http://weblogtoolscollection.com/wp-content/uploads/2011/09/brandnewday.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/brand-new-day"><strong>Brand New Day</strong></a> is a fun illustrated theme in four “flavors,” perfect for personal websites or blogs.</p>\n<p><img class="alignnone size-full wp-image-10477" title="elegance" src="http://weblogtoolscollection.com/wp-content/uploads/2011/09/elegance.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.emptynestheritage.com/?p=3000"><strong>Elegance</strong></a> is a simple, elegant, and monochrome theme featuring attractive typography.</p>\n<p><img class="alignnone size-full wp-image-10478" title="utility" src="http://weblogtoolscollection.com/wp-content/uploads/2011/09/utility.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/utility"><strong>Utility</strong></a> is stylish, customizable, simple, and readable.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Vx4HCu2Lvug" 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, 14 Sep 2011 13:00:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s: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:37:"WPTavern: All We Want To Know Is Why?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.wptavern.com/?p=5411";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://feedproxy.google.com/~r/WordpressTavern/~3/7G4uFDY2kVY/all-we-want-to-know-is-why";s: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:5439:"<p>The hot topic in the community over the weekend was a <a href="http://wpcandy.com/reports/devpress-deal-is-against-wordcamp-guidelines">post published by WPCandy.com</a> that talks about the DevPress deal for WordCamp Organizers going down in flames thanks to the <a href="http://plan.wordcamp.org/planning-details/fundraising/">WordCamp Guidelines</a>, specifically dealing with giveaways. Unfortunately, the way in which the WordCamp Central team went about correcting the issue blew up in a sea of <a href="http://wpcandy.com/reports/devpress-deal-is-against-wordcamp-guidelines#comments">heated controversy and discussion</a>. This sort of thing has happened on different occasions over the past four years, where a specific guideline is created or changed or some other major change is noticed without a succinct explanation given as to <strong>WHY</strong> leading the community to discuss, argue, debate and rip things to shreds as we tried to figure out what exactly was going on. I’ve been thinking about all of this over the weekend and wanted to write a long post detailing my thoughts but I think the <a href="http://wpcandy.com/reports/devpress-deal-is-against-wordcamp-guidelines#comment-187903">comment by Norcross</a> sums up how I feel beautifully:</p>\n<blockquote><p>Norcross – Like most of the drama that has arisen lately in the WP scene, the reactions have far exceeded the issue. Amanda makes good points (and knowing what she’s done to plan camps, I respect her point of view). But it’s always the cover up, isn’t it? Instead of the foundation coming out, in the open, and saying “hey, we didn’t think about [insert issue here] because it never came up before. So going forward, we have to handle it this way, and here is why”, they attempt to influence back channels and conveniently change policy without mention. If a rule needs to be changed / enacted, so be it. But doing so without transparency and open lines of communication will only cause more problems.</p></blockquote>\n<p>It’s that simple. The way in which this should have been handled is the WordCamp Central folks or the foundation should have published a post which succinctly explained why the guidelines were violated with regards to the offer by DevPress to WordCamp Organizers. The guideline could have been highlighted, explained, and changed if necessary while leaving a note stating that since things were already under way with WordCamp Philly and the DevPress offer, it would be allowed but not allowed for future WordCamps. Then we as a community could have had a mildly moderated discussion on that post discussing our disagreements or follow up questions concerning the guideline. At least we would know where the Foundation or WordCamp Central is coming from with their line of reasoning without having to guess or debate out in the open. This would have also provided their side of the story since for the most part, we read and reacted to what was published on WPCandy. I think the WordPress Foundation or WordCamp Central owes it to all WordCamp organizers present and future to publish that information on the <a href="http://plan.wordcamp.org/planners-blog/">WordCamp Planner’s blog</a>. </p>\n<p>I don’t understand why some things are not brought out into the open such as guideline additions or changes. It’s as if they (whoever they are) are afraid of communicating with the community or don’t feel the need to do so. History as I remember it has shown the same communication problem occurring time and time again. We as a community notice a change that we don’t agree with that is not communicated very well leaving us to discuss, debate, make things up, assume and get so upset until we run out of energy to the point where we just don’t care about it anymore. Pretty unhealthy if you ask me. </p>\n<p>Here is another comment that makes the same points.</p>\n<blockquote><p>Amanda – I think a major issue (though lord knows there’d always continue to be issues, just not these issues) is that the foundation/camp thing needs to work more like core does. Transparency, meritocracy, traceable explanation of the WHY. Frankly, the why is often so simple that if explained succinctly there’d be far less of THIS going on. Its not present because of a conspiracy, its not present because of a lack of manpower and hours in the day. That’ll be remedied in the near future from what I understand.</p></blockquote>\n<p><strong>Transparency, meritocracy, traceable explanation of the WHY.</strong> Is this too much to ask? Can we at least have that as a starting point before we dive into head splitting next time?</p>\n\n\n<p>Related posts:<ol><li><a href="http://www.wptavern.com/virtual-wordcamp-virtually-disappears" rel="bookmark" title="Permanent Link: Virtual WordCamp Virtually Disappears">Virtual WordCamp Virtually Disappears</a></li>\n<li><a href="http://www.wptavern.com/lots-of-news-from-wordcamp-san-francisco" rel="bookmark" title="Permanent Link: Lots Of News From WordCamp San Francisco">Lots Of News From WordCamp San Francisco</a></li>\n<li><a href="http://www.wptavern.com/state-of-the-word-from-wordcamp-dallas" rel="bookmark" title="Permanent Link: State Of The Word From WordCamp Dallas">State Of The Word From WordCamp Dallas</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/7G4uFDY2kVY" 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, 13 Sep 2011 17:00:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"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, 23 Sep 2011 00:55:38 GMT";s:12:"content-type";s:15:"application/xml";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Fri, 23 Sep 2011 00:45:12 GMT";s:14:"content-length";s:6:"151005";s:4:"x-nc";s:11:"HIT luv 138";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(360, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1316782536', 'no'),
(361, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1316739336', 'no'),
(358, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1316782536', 'no'),
(359, 0, '_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, 23 Sep 2011 00:44: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: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:29:"Arne on "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: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:"Takayuki Miyoshi on "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: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:33:"uberdose on "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:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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: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:32:"Joost de Valk on "WordPress SEO"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:140:"Yoast's all in one WordPress SEO solution for your WordPress site: SEO titles, meta descriptions, XML sitemaps, breadcrumbs & more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:34:"flash gallery on "1 Flash 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:63:"http://wordpress.org/extend/plugins/1-flash-gallery/#post-24163";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Feb 2011 14:02:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24163@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:146:"1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"flash 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:"";}}}}}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:38:"Brian Colinger on "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: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:30:"Alex Rabe on "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:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:28:"casibus on "ourSTATS 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:65:"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 May 2010 14:16: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:"18282@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:51:"create a widget for the ourstats.de counter service";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"casibus";s: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:33:"Disqus on "Disqus Comment System"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/disqus-comment-system/#post-6808";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 28 Aug 2008 01:22:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"6808@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:"The Disqus comment system replaces your WordPress comment system with your comments hosted and powered by Disqus.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Disqus";s: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:38:"mdawaffe on "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:8:"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: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:66:"eight7teen on "SexyBookmarks | email, bookmark, and share buttons"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/sexybookmarks/#post-9249";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 22 Feb 2009 11:30:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"9249@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:"Adds an attractive social bookmarking menu to your posts, pages, index, or any combination of the three.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"eight7teen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"BraveNewCode Inc. on "WPtouch"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5468@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:"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"BraveNewCode Inc.";s: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:27:"Matt Mullenweg on "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: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:36:"Frederick Townes on "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:135:"Improve site performance and user experience via 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: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:49:"Joost de Valk on "Google Analytics 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:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2316@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:145:"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s: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:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 23 Sep 2011 00:55:38 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:19:"2007-03-09 22:31:32";s:14:"content-length";s:4:"7946";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
(362, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1316782536', 'no'),
(363, 0, '_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, 23 Sep 2011 00:43: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: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:31:"KwarK on "Kw LiveStream Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/kw-livestream-plugin/#post-30404";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 05:41: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:"30404@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:88:"A simple plugin for streaming (live tv) with livestream.com and shortcode with WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"KwarK";s: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:29:"Simon Fransson on "Logged in"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/logged-in/#post-30432";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 20:06: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:"30432@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:142:"Allows you to close your site to non-logged in users, by redirecting them to the login page, displaying a message or a specific template 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:"Simon Fransson";s: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:22:"DaganLev on "DGallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/dgallery/#post-30428";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 18:40: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30428@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:"verrides WordPress regular gallery with a nicer gallery based on Google+ photo 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:8:"DaganLev";s: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:37:"SultanICQ on "Web Page Speed Checker"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/web-page-speed-checker/#post-30354";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 15:50:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30354@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:102:"Web Page Speed Checker is a plugin designed to control the Google Page Speed Score of your blog pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"SultanICQ";s: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:36:"Inpsyde GmbH on "Multilingual Press"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/multilingual-press/#post-26125";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Apr 2011 18:29: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:"26125@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:46:"Multilingual websites with WordPress Multisite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Inpsyde GmbH";s: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:68:"Londontime on "Share Google , twitter , facebook and social sharing"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/google-wp-buton/#post-30359";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 18:22: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:"30359@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:87:"Adds a set of cool icons and widgets at the end of your post for your readers to share.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Londontime";s: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:50:"sergey.s.betke@novgaro.ru on "AJAX Yandex.Metrika"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/ajax-yandexmetrika/#post-30419";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 13:24:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30419@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:71:"Add Yandex.Metrika counter. And add counter integration for AJAX 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:25:"sergey.s.betke@novgaro.ru";s: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:35:"quartz on "Wordpress Custom Fields"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/wordpress-custom-fields/#post-30420";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 14:28: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:"30420@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:"This plugin allows adminstrator to add global fields (options) to the blog site that can be retrieve later for custom use. \nIt is not for user profile";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"quartz";s: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:62:"Londontime on "Share Google +1 and Google Buzz button 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:64:"http://wordpress.org/extend/plugins/google-button-wp/#post-30346";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 11:40:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30346@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:76:"Puts Google +1,Google buzz buttons of your choice above or below your posts.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Londontime";s: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:33:"Shelby DeNike on "WP-Lifestream2"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wp-lifestream2/#post-30396";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 21:37:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30396@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:66:"Streams your activity from over 50 different sources to 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:13:"Shelby DeNike";s: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:32:"cartpauj on "Shortcode Redirect"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/shortcode-redirect/#post-30365";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 02:04: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:"30365@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:"A super easy way to automatically redirect a user to another page when viewing a post/page on your 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:8:"cartpauj";s: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:27:"xslidian on "Latest Chrome"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/latest-chrome/#post-30356";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 16:30:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30356@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:"A widget including the latest Chrome downloads and a script to check if the visitor is using a latest version.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"xslidian";s: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:30:"Pat Hawks on "Gallery Excerpt"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/gallery-excerpt/#post-30280";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 18 Sep 2011 15:24: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30280@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:102:"Replace the excerpt for posts with the post type 'Gallery' to a row of images from the post.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Pat Hawks";s: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:20:"Chouby on "Polylang"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/polylang/#post-30393";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 20:26:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30393@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:39:"Adds multilingual support to WordPress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Chouby";s: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:18:"plista on "plista"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/plista/#post-29335";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 15 Aug 2011 14:47: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:"29335@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:44:"Plugin for displaying plista Recommendations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"plista";s: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:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 23 Sep 2011 00:55:38 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:19:"2011-09-22 05:41:56";s:14:"content-length";s:4:"7582";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
(364, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1316782536', 'no'),
(365, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1316739336', 'no'),
(346, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1316782535', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(347, 0, '_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:"Fri, 16 Sep 2011 15:08:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/?v=3.3-aortic-dissection";s:7:"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:56:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Software Freedom Day + Hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/software-freedom-day-hackathon/";s: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:74:"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/#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, 15 Sep 2011 07:33:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s: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:2;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;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:"";}i:4;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:7:"bughunt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2058";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:"Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend’s hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had 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:10:"Jane Wells";s: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:3772:"<p>Saturday, September 17 is <a href="http://softwarefreedomday.org/">Software Freedom Day</a>. To that end, a few announcements about this weekend’s hackathon and <a href="2011.portland.wordcamp.org">WordCamp Portland</a>.</p>\n<h3>3.3 Hackathon</h3>\n<p>WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had time to address yet. Around this time, there are often dozens of tickets that have patches, but the patches have not been tested enough to be committed to core. Then the contributors who worked hard on the patches are disappointed that their code doesn’t make it into the current release. You can help us prevent this!</p>\n<p>This weekend, we’ll be running a <a href="http://core.trac.wordpress.org/report/13">has-patch needs-testing marathon</a> for the 3.3 milestone. Basically, we’re looking for people who can help test patches and/or refresh patches that need updating. Lead developers and core contributors will be hanging around in the #wordpress-dev channel on irc.freenode.net to answer questions as needed, and will be committing patches as they get enough verification. As you test the patches, report your findings on the trac tickets in question. If all developers who make a living working with WordPress helped out for even an hour or two this weekend, we could clear the 200 tickets or so that are in this situation. To make it fun, why not get together with other WordPress devs and have an in-person hackathon meetup?</p>\n<h3>WordCamp Portland</h3>\n<p>At WordCamp Portland this weekend, some of the WordPress core team will be in attendance, including me, Nacin, and Koop. In addition to giving presentations and participating in the unconference sessions, we’ll be involved with a couple of other cool things at WCPDX:</p>\n<ul>\n<li><strong>Hacker Room.</strong> There will be room set aside for people to work on core bugs and features slated for the 3.3 release. Hopefully PDX developers will hang out in here some of the time helping with the marathon.</li>\n<li><strong>Welcome Free Software Projects!</strong> Normally WordCamps are 100% focused on WordPress, but in light of Software Freedom Day, the WC PDX organizers, in conjunction with the WordPress Foundation, would like to extend an invitation to all free software projects to participate in WordCamp Portland. There are a couple of rooms set aside that can be used for unconference sessions and/or hacker rooms for other projects. It would be great to have local representatives from a bunch of projects there — almost a micro version of OS Bridge or OSCON — to maximize the free software love and cross-pollinate ideas. Developers from other projects are also welcome in the WP hackathon room if they’d like to pitch in. Saturday will also feature the Software Freedom Day Happy Hour at the end of sessions. For more information or to get your project involved, contact the event organizers via the <a href="http://2011.portland.wordcamp.org/">WordCamp Portland website</a> or email support at wordcamp dot org.</li>\n<li><strong>Usability Testing of 3.3 Alpha.</strong> As mentioned, we’re about to hit freeze, so we’ll be giving WordCamp Portland attendees a sneak peek at 3.3, seeing how they adjust to the new features, and getting feedback to help us with our last round of fixes before we get to Beta. There will be a signup sheet to participate.</li>\n</ul>\n<p>So, if you live it the Portland/Seattle area and haven’t already bought a ticket to attend WordCamp Portland, hurry up, as it’s going to be a great celebration of Software Freedom Day and WordPress.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/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:47:"\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:23:"A Tale of Two WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Sep 2011 21:17: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:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2057";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:380:"This coming weekend, two WordCamps will be going on simultaneously — yep, it’s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portland, [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Jane Wells";s: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:3683:"<p>This coming weekend, two WordCamps will be going on simultaneously — yep, it’s <a href="http://wordcamp.org">WordCamp</a> season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is <a href="http://2011.capetown.wordcamp.org/">WordCamp Cape Town</a>, and then this weekend, first-time <a href="http://2011.albuquerque.wordcamp.org/">WordCamp Albuquerque</a> coincides with 4-time returning champ <a title="WCPDX" href="http://2011.portland.wordcamp.org">WordCamp Portland</a>, a cool juxtaposition of a more established local community with one that is just getting started. If you’re anywhere near the Portland area, you should try to attend. The <a title="WordPress Foundation" href="http://wordpressfoundation.org/">WordPress Foundation</a> will be sponsoring some special activities around <a href="http://softwarefreedomday.org/">Software Freedom Day</a>, and some members of the core team (me, Nacin, Koop) will be there.</p>\n<p>Is there a WordCamp coming up near you? Let’s find out!</p>\n<p>Sep 15: <a href="http://2011.capetown.wordcamp.org/">WordCamp Cape Town</a> <em>Cape Town, South Africa</em></p>\n<p>Sep 16-18: <a href="http://2011.albuquerque.wordcamp.org/">WordCamp Albuquerque</a> <em>Albuquerque, NM</em></p>\n<p>Sep 17-18: <a href="http://2011.portland.wordcamp.org/">WordCamp Portland</a> <em>Portland, OR</em></p>\n<p>Sep 24: <a href="http://2011.lisboa.wordcamp.org/">WordCamp Lisboa</a> <em>Lisboa, Portugal</em></p>\n<p>Sep 24: <a href="http://wordcamp.de/">WordCamp Germany</a> <em>Koln, Germany</em></p>\n<p>Sep 25: <a href="http://2011.sofia.wordcamp.org/">WordCamp Sofia</a> <em>Sofia, Bulgaria</em></p>\n<p>Oct 1: <a href="http://www.wordcamplouisville2011.org/">WordCamp Louisville</a> <em>Louisville, Kentucky</em></p>\n<p>Oct 8-9: <a href="http://2011.sevilla.wordcamp.org/">WordCamp Sevilla</a> <em>Seville, Spain</em></p>\n<div>\n<p>Oct 15-16: <a href="http://2011.jabalpur.wordcamp.org/">WordCamp Jabalpur</a> <em>Jabalpur, India</em></p>\n<p>Nov 5-6: <a href="http://2011.toronto.wordcamp.org/">WordCamp Toronto</a> <em>Toronto, ON</em></p>\n<p>Nov 5-6: <a href="http://2011.goldcoast.wordcamp.org/">WordCamp Gold Coast</a> <em>Gold Coast, Australia</em></p>\n<p>Nov 5-6: <a href="http://2011.philly.wordcamp.org/">WordCamp Philly</a> <em>Philadelphia, PA</em></p>\n<p>Nov 12: <a href="http://2011.caguas.wordcamp.org/">WordCamp Caguas</a> <em>Caguas, Puerto Rico</em></p>\n<p>Nov 12-13: <a href="http://2011.kenya.wordcamp.org/">WordCamp Kenya</a> <em>Nairobi, Kenya</em></p>\n<p>Nov 12-13: <a href="http://2011.detroit.wordcamp.org/">WordCamp Detroit</a> <em>Detroit, MI</em></p>\n<p>Nov 12: <a href="http://2011.richmond.wordcamp.org/">WordCamp Richmond</a> <em>Richmond, VA</em></p>\n<p>Nov 12-13: <a href="http://2011.denmark.wordcamp.org/">WordCamp Denmark</a> <em>Copenhagen, Denmark</em></p>\n<p>Dec 17: <a href="http://2011.vegas.wordcamp.org/">WordCamp Las Vegas</a> <em>Las Vegas, NV</em></p>\n<p>Feb 3-4 <a href="http://2012.atlanta.wordcamp.org/">WordCamp Atlanta</a> <em>Atlanta, GA</em></p>\n<p>There are also a number of WordCamps still in the early organizing stage that do not yet have dates set. These include: Ft. Wayne, IN; London, UK; Edmonton, Canada; Baku, Azerbaijan; Oslo, Norway; Sacramento, CA; Birmingham, Alabama; Pittsburgh, PA; Omaha, NE; Orlando, FL; Tokyo, Japan; Paris, France; Zagreb, Croatia; Nashville, TN, Washington DC, Baltimore, MD; Bangkok, Thailand; Istanbul, Turkey.</p>\n<p>Hope to see you soon at a WordCamp near you!</p>\n<p><em><br />\n</em></p>\n</div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/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:47:"\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:35:"Vote for WordPress Sessions at SXSW";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/vote-for-wordpress-sxsw/";s: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:67:"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/#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:"Fri, 02 Sep 2011 04: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"conferences";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"sxsw";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2036";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:302:"Each year, members of the web community from around the world submit session proposals to the South by Southwest Interactive conference, an event that played a role in the birth of WordPress. We head to Austin every year, do a BBQ or throw a party, but despite the fact that almost 15% of the 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:10:"Jane Wells";s: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:6289:"<p>Each year, members of the web community from around the world submit session proposals to the <a href="http://sxsw.com/interactive">South by Southwest Interactive</a> conference, an event that played a role in the birth of WordPress. We head to Austin every year, do a BBQ or throw a party, but despite the fact that almost 15% of the web is powered by WordPress, there aren’t many sessions related to WordPress on the schedule. This year, more than 3200 proposals are competing for about 350 slots, and who has time to read through, vote, and comment on 3200 proposals? Out of those 3200+ proposals, only 8 relate to WordPress! I thought it would be handy to post a guide to the WordPressy proposals for SXSWi 2012, so that if you would like to check them out and vote on them it woud be fast and easy. Leaving a comment in addition to your thumbs up/down vote helps the staff and advisory board know which sessions are likely to have an interested audience, so make sure to leave comments on the sessions you think would be cool (remember, they also publish the podcasts afterward). Voting ends in about 24 hours, so if you want to weigh in, now’s the time. Thanks for helping spread the word!</p>\n<h4>WordPress-specific Sessions</h4>\n<p>This list is based on searching for “WordPress” in proposal titles, descriptions, and tags. Clicking the proposal title will take you to that page in the SXSW PanelPicker, where you can vote and comment. Names that are linked go to those people’s WordPress.org profiles.</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/9240">Blog Wars: Movable Type vs. WordPress Revisited</a></h3>\n<p><a href="http://profiles.wordpress.org/users/markjaquith/">Mark Jaquith</a> – WordPress Lead Developer<br />\nByrne Reese – Endevver<br />\nThese days people tend to pit us against Drupal rather than Movable Type, but looking back at the early rivalry and learning from the positive and negative aspects of it would be cool as we position ourselves in competition with new platforms. I like seeing Mark present at conferences, he always prepares well and does a good job. Though I’m guessing these guys will be all friendly and collaborative, I might take a nostalgia hit and imagine them in a fistfight just to liven things up. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/13045">Designing WordPress</a></h3>\n<p><a href="http://profiles.wordpress.org/users/jane/">Jane Wells</a> – WordPress User Experience Lead<br />\nDisclosure: This is me! Balancing the desire for truly open and participatory design processes against the often more efficient and consistent results of a more curated design method is something we’ve been working on for the past year or so in WordPress core. I’d use the design process for several recent core features (like the UI refresh and internal linking) to illustrate the issues we’ve faced and the results we’ve achieved. </p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/13800">Open Source Social Networking</a></h3>\n<p><a href="http://profiles.wordpress.org/users/johnjamesjacoby">John James Jacoby</a> – <a href="http://buddypress.org/">BuddyPress</a> Lead Developer<br />\nJ-trip (as John James Jacoby is fondly known by many in the community) is the lead dev for BuddyPress and the new bbPress plugin. He’s proposing a panel discussion among reps from several open source social network platforms. It’s always cool hearing more about BuddyPress, but it would be even cooler to figure out how it fits in with and/or stacks up against other platforms.</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/11333">Welcome to the Chaos – the Distributed Workplace</a></h3>\n<p><a href="http://profiles.wordpress.org/users/nbachiyski">Nikolay Bachiyski</a> – WordPress Core Developer, <a href="http://blog.glotpress.org/">GlotPress</a> Lead Developer<br />\nLori McLeese – Automattic<br />\nThis one isn’t about WordPress per se, though using WordPress as a communication tool is one of the topics and Automattic is obviously a WordPress-based business. The main reason I think people should vote for this session is because Nikolay, core committing developer for internationalization and lead developer of GlotPress, our translation tool, is an awesome speaker. He is hysterically funny when he presents. I would bet money this presentation will involve a bear.</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/13304">Deploying WordPress: From Zero to Ninja</a></h3>\n<p><a href="http://profiles.wordpress.org/users/grantnorwood/">Grant Norwood</a> – Michael & Susan Dell Foundation<br />\nWhen Mark Jaquith says a presentation on security and deployment is on his short list, I’m impressed. (He said it in the comments on the proposal.)</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/10221">Beyond the Theme – Using WordPress as an API</a></h3>\n<p><a href="http://profiles.wordpress.org/users/rocketwood">David Tufts</a> – kickpress.org<br />\nObviously a hot topic in the community right now, seems like a no-brainer to choose.</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/11653">Local Government Online: WordPress Beats Drupal</a></h3>\n<p>Jase Wilson – Luminopolis<br />\nThere was a presentation at WordCamp San Francisco this month on moving a news site from Drupal to WordPress. More and more the question comes up of which tool is best for various situations and requirements. And obviously getting government to use more open source software would be a cost-saver in these tough economic times.</p>\n<h3><a href="http://panelpicker.sxsw.com/ideas/view/9818">WordPress website built live in 45 minutes</a></h3>\n<p>Glenn Todd – Dvize Creative<br />\nLive walkthroughs are always fun, and help prove to the uninitiated how easy WordPress can be. </p>\n<p>So: go vote on these session proposals and help spread the WordPress love. If you know of any WordPress-related proposals that didn’t come up in my search, let me know in a comment and I’ll update this post. Thanks, and maybe we’ll see you in Austin in March!</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:63:"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/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:44:"\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:17:"State of the Word";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/08/state-of-the-word/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2011/08/state-of-the-word/#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:"Fri, 19 Aug 2011 15:32: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"Meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2019";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:307:"This has been an exciting year for WordPress. We’ve grown to power 14.7% of the top million websites in the world, up from 8.5%, and the latest data show 22 out of every 100 new active domains in the US are running WordPress. We also conducted our first ever user and developer survey, which got [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2043:"<p>This has been an exciting year for WordPress. We’ve grown to power <strong>14.7% of the top million websites in the world</strong>, up from 8.5%, and the latest data show <strong>22 out of every 100 new active domains in the US are running WordPress</strong>.</p>\n<p>We also conducted our first ever user and developer survey, which got over 18,000 responses from all over the world:</p>\n<p><img src="http://michaelpick.files.wordpress.com/2011/08/sotw2011-final-046-0012.jpg?w=690" alt="" /></p>\n<p>We found a few interesting tidbits from the survey responses already, including that <strong>6,800 self-employed respondents were responsible for over 170,000 sites personally</strong>, and charged a median hourly rate of $50. In tough economic times, it’s heartening to see Open Source creating so many jobs. (If each site took only 3 hours to make, that’s $29.5M of work at the average hourly rate.)</p>\n<p>I talk about this data, and much more, in my State of the Word address which you <a href="http://wordpress.tv/2011/08/14/matt-mullenweg-state-of-the-word-2011/">can watch here</a>:</p>\n<p><embed src="http://v.wordpress.com/9ujY295r" type="application/x-shockwave-flash" width="600" height="337" allowscriptaccess="always" allowfullscreen="true" wmode="transparent"></embed></p>\n<p>We know there’s more good stuff hidden in there and we’re open sourcing and releasing the raw information behind it. If you’re a researcher and would like to dig into the anonymized survey data yourself, <a href="http://s.wordpress.org/resources/survey/wp2011-survey.tar.gz">you can grab it here</a>. (Careful, it’s a 9MB CSV.)</p>\n<p>There has never been a better time to be part of the WordPress community, and I want to thank each and every one of you for making it such a wonderful place to be. Now it’s time to get back to work, there’s still 85.3% of the web that needs help. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </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:57:"http://wordpress.org/news/2011/08/state-of-the-word/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:44:"\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:23:"WordCamp SF Livestream!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/08/wordcamp-sf-livestream/";s: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:66:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/#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:"Fri, 12 Aug 2011 08:38: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:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2012";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:342:"The annual WordPress conference, WordCamp San Francisco, starts in fewer than 8 hours. The sold out event — three full days of programming for bloggers, developers, theme designers, and professional WordPress users — will be shared with more than 1,000 ticket holders from near and far. If you are one of the many people who [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Jane Wells";s: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:2414:"<p>The annual WordPress conference, <a href="http://2011.sf.wordcamp.org/">WordCamp San Francisco</a>, starts in fewer than 8 hours. The sold out event — three full days of programming for bloggers, developers, theme designers, and professional WordPress users — will be shared with more than 1,000 ticket holders from near and far. If you are one of the many people who wanted to come but couldn’t swing the time off or travel expenses, you should <a href="http://2011.sf.wordcamp.org/get-tickets/">check out the livestream tickets that are for sale</a>. You can even get <a href="http://2011.sf.wordcamp.org/2011/08/11/the-swag-its-awesome/">a conference t-shirt</a> to commemorate your “virtual” participation.</p>\n<p><a href="http://2011.sf.wordcamp.org/speakers/">Speakers</a> include members of the WordPress core development team, leaders of WordPress-based businesses, hobbyists, and everything in between. Take a look at the schedules for <a href="http://2011.sf.wordcamp.org/program/friday-mission-bay/">Friday</a>, <a href="http://2011.sf.wordcamp.org/program/saturday-mission-bay/">Saturday</a>, and <a href="http://2011.sf.wordcamp.org/program/content-creators-sunday-mission-bay/">Sunday</a>, and if you see something that sounds interesting (how could you not?), buy a livestream ticket. The stream will start at 16:00 UTC on Friday, August 12.</p>\n<h3>Viewing Parties</h3>\n<p>Celebrate your own local WordPress community by calling together some friends and having a livestream viewing party. In the case of <a href="http://wordpress.meetup.com/">regular WordPress meetup groups</a>, if you do a viewing party we will have a process after #WCSF is over whereby attendees will be eligible to buy conference shirts if their meetup group organizer confirms viewing party attendance. </p>\n<p>Videos from all the recorded sessions will be posted for free on <a href="http://WordPress.tv">WordPress.tv</a> within a couple of weeks, but watching the livestream allows you to support <a href="http://wordcamp.org">WordCamp</a> while providing instant gratification. And let’s face it: the best part is that you’ll know what the heck people are talking about on Twitter using the hashtag <a href="https://twitter.com/#!/search/%23wcsf">#wcsf</a>. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </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:62:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/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:44:"\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:23:"Best WordCamp Speakers?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/07/best-wordcamp-speakers/";s: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:66:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/#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, 16 Jul 2011 21:32: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2000";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:357:"As we complete speaker selection for the annual WordPress conference (a.k.a. WordCamp San Francisco), it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Jane Wells";s: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:1600:"<p>As we complete speaker selection for <a href="http://2011.sf.wordcamp.org/">the annual WordPress conference (a.k.a. WordCamp San Francisco)</a>, it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply (too shy? who knows?) but have wowed local crowds at previous WordCamps.</p>\n<p>This is about as basic a survey as there is. Tell us the three best WordCamp presentations you saw in the past year or so. For each, give the presenters name, the topic (exact title not necessary) and which WordCamp it was at (important).</p>\n<p>Example:</p>\n<p>1. Joe Shmoe, Using the Loop, WordCamp Sheboygan 2011<br />\n2. Jane Doe, Top 5 WordPress Plugins, WordCamp La Mancha 2010<br />\n3. Lee Smith, Your First Core Patch, WordCamp Atlantis 2011</p>\n<p>That’s it. We don’t need your name or any info at all, just your three top speaker votes. We’ll take a look at the people with the most votes, and consider them for WCSF if they’re not already in the application pool. Thanks for your help in making this year’s conference better and more WordPressy than ever. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p><a href="http://wordcampcentral.polldaddy.com/s/best-2010-2011-wordcamp-speakers-so-far">Vote Now!</a></p>\n<p>P.S. <a href="http://2011.sf.wordcamp.org/get-tickets/">Have you bought your tickets yet</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:62:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/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:41:"\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:15:"WordPress 3.2.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/07/wordpress-3-2-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/2011/07/wordpress-3-2-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Jul 2011 19:49: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: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=1982";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"After more than a million downloads of WordPress 3.2, we’re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:1129:"<p>After more than a million downloads of WordPress 3.2, we’re now releasing <a href="http://wordpress.org/download/">WordPress 3.2.1</a> into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to 3.2, then this update will be even faster than usual, thanks to the new feature in 3.2 that only updates files that have been changed, rather than replacing all the files in your installation.</p>\n<p>For a full list of fixes, view the <a href="http://core.trac.wordpress.org/log/branches/3.2/?rev=18436&stop_rev=18398">changelog</a> the list of <a href="http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.2.1">tickets</a>. Our release haiku:</p>\n<p>JSON, the admin<br />\nA little bit tidier<br />\nEdge cases covered</p>\n<p><a href="http://wordpress.org/download/"><strong>Download 3.2.1</strong></a> or update now from the Dashboard → Updates menu in your site’s admin area.</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/2011/07/wordpress-3-2-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:41:"\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:27:"WordPress 3.2 now available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/07/gershwin/";s: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:52:"http://wordpress.org/news/2011/07/gershwin/#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:"Mon, 04 Jul 2011 21:07: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: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=1924";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:329:"Here in the U.S. we are observing Independence Day, and I can’t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I’m excited to announce that WordPress 3.2 is now available to the world, both as an update in [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:14127:"<p>Here in the U.S. we are observing Independence Day, and I can’t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I’m excited to announce that WordPress 3.2 is now available to the world, both as an update in your dashboard and a <a href="http://wordpress.org/">download on WordPress.org</a>. Version 3.2 is our fifteenth major release of WordPress and comes just four months after 3.1 (which coincidentally just passed the 15 million download mark this morning), reflecting the growing speed of development in the WordPress community and our dedication to getting improvements in your hands as soon as possible. We’re dedicating this release to noted composer and pianist <a href="http://en.wikipedia.org/wiki/George_Gershwin">George Gershwin</a>.</p>\n<p><em>Before we get to the release, in anticipation of the State of the Word speech at the upcoming <a href="http://2011.sf.wordcamp.org/">WordCamp San Francisco</a> (the annual WordPress conference) we’re doing a survey or census of the WordPress world. If you have a moment, <a href="http://wpsurvey.polldaddy.com/s/wp-2011">please fill out this survey</a> and we’ll share what <em>we learn by </em>publishing the aggregate results in August.</em></p>\n<p>The focus for this release was <strong>making WordPress faster and lighter</strong>. The first thing you’ll notice when you log in to 3.2 is a <strong>refreshed dashboard design</strong> that tightens the typography, design, and code behind the admin. (Rhapsody in Grey?) If you’re starting a new blog, you’ll also appreciate the fully HTML5 <strong>new Twenty Eleven theme</strong>, fulfilling our plan to replace the default theme every year. Start writing your first post in our redesigned post editor and venture to the full-screen button in the editing toolbar to enter the new <strong>distraction-free writing or zen mode</strong>, my personal favorite feature of the release. All of the widgets, menus, buttons, and interface elements fade away to allow you to compose and edit your thoughts in a completely clean environment conducive to writing, but when your mouse strays to the top of the screen your most-used shortcuts are right there where you need them. (I like to press F11 to take my browser full-screen, getting rid of even the OS chrome.)</p>\n<p><embed src="http://v.wordpress.com/ac07H291" type="application/x-shockwave-flash" width="600" height="337" allowscriptaccess="always" allowfullscreen="true" wmode="transparent"></embed></p>\n<p>Under the hood there have been a number of improvements, not the least of which is the <strong>streamlining</strong> enabled by our <a href="http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/">previously announced plan</a> of retiring support for PHP4, older versions of MySQL, and legacy browsers like IE6, which allows us to take advantage of more features enabled by new technologies. The <strong>admin bar</strong> has a few more shortcuts to your most commonly-used actions. On the comment moderation screen, the new <strong>approve & reply</strong> feature speeds up your conversation management. You’ll notice in your first update after 3.2 that we’ll only be updating the files that have changed with each new release instead of every file in your WordPress installation, which makes <strong>updates significantly faster on all hosting platforms</strong>. There are also some fun new theme features shown off by Twenty Eleven, like the ability to have multiple <strong>rotating header images</strong> to highlight all of your favorite photos.</p>\n<p>There is way more, like our new freedoms and credits screens (linked from your dashboard footer), so for the full story check out the <a href="http://codex.wordpress.org/Version_3.2">Codex page on 3.2</a> or the <a href="http://core.trac.wordpress.org/milestone/3.2">Trac milestone which includes the 400+ tickets closed in this release</a>.</p>\n<h3>A Community Effort</h3>\n<p>We now finally have a credits page inside of WordPress itself (though a cool revision is coming in 3.3), but for posterity let’s give a round of applause to these fine folks who contributed to 3.2:</p>\n<p><a href="http://profiles.wordpress.org/users/technosailor">Aaron Brazell</a>, <a href="http://profiles.wordpress.org/users/aaroncampbell">Aaron Campbell</a>, <a href="http://profiles.wordpress.org/users/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/users/kawauso">Adam Harley</a>, <a href="http://profiles.wordpress.org/users/xknown">Alex Concha</a>, <a href="http://profiles.wordpress.org/users/ampt">ampt</a>, <a href="http://profiles.wordpress.org/users/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/users/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/users/andrewryno">andrewryno</a>, <a href="http://profiles.wordpress.org/users/andy">andy</a>, <a href="http://profiles.wordpress.org/users/filosofo">Austin Matzko</a>, <a href="http://profiles.wordpress.org/users/benchapman">BenChapman</a>, <a href="http://profiles.wordpress.org/users/empireoflight">Ben Dunkle</a>, <a href="http://profiles.wordpress.org/users/bluntelk">bluntelk</a>, <a href="http://profiles.wordpress.org/users/boonebgorges">Boone Gorges</a>, <a href="http://profiles.wordpress.org/users/cnorris23">Brandon Allen</a>, <a href="http://profiles.wordpress.org/users/brandonburke">Brandon Burke</a>, <a href="http://profiles.wordpress.org/users/caspie">Caspie</a>, <a href="http://profiles.wordpress.org/users/cfinke">cfinke</a>, <a href="http://profiles.wordpress.org/users/charlesclarkson">charlesclarkson</a>, <a href="http://profiles.wordpress.org/users/chexee">chexee</a>, <a href="http://profiles.wordpress.org/users/coffee2code">coffee2code</a>, <a href="http://profiles.wordpress.org/users/scribu">Cristi Burcă</a>, <a href="http://profiles.wordpress.org/users/daniloercoli">daniloercoli</a>, <a href="http://profiles.wordpress.org/users/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/users/dcowgill">David Cowgill</a>, <a href="http://profiles.wordpress.org/users/jdtrower">David Trower</a>, <a href="http://profiles.wordpress.org/users/demetris">demetris</a>, <a href="http://profiles.wordpress.org/users/devinreams">Devin Reams</a>, <a href="http://profiles.wordpress.org/users/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/users/dllh">dllh</a>, <a href="http://profiles.wordpress.org/users/ocean90">Dominik Schilling</a>, <a href="http://profiles.wordpress.org/users/dougwrites">Doug Provencio</a>, <a href="http://profiles.wordpress.org/users/dvwallin">dvwallin</a>, <a href="http://profiles.wordpress.org/users/cyberhobo">Dylan Kuhn</a>, <a href="http://profiles.wordpress.org/users/ericmann">Eric Mann</a>, <a href="http://profiles.wordpress.org/users/fabifott">fabifott</a>, <a href="http://profiles.wordpress.org/users/peaceablewhale">Franklin Tse</a>, <a href="http://profiles.wordpress.org/users/frumph">Frumph</a>, <a href="http://profiles.wordpress.org/users/garyc40">garyc40</a>, <a href="http://profiles.wordpress.org/users/blepoxp">Glenn Ansley</a>, <a href="http://profiles.wordpress.org/users/guyn">guyn</a>, <a href="http://profiles.wordpress.org/users/hakre">hakre</a>, <a href="http://profiles.wordpress.org/users/hebbet">hebbet</a>, <a href="http://profiles.wordpress.org/users/helenyhou">Helen Hou-Sandi</a>, <a href="http://profiles.wordpress.org/users/hew">hew</a>, <a href="http://profiles.wordpress.org/users/holizz">holizz</a>, <a href="http://profiles.wordpress.org/users/iandstewart">Ian Stewart</a>, <a href="http://profiles.wordpress.org/users/jacobwg">Jacob Gillespie</a>, <a href="http://profiles.wordpress.org/users/jane">Jane Wells</a>, <a href="http://profiles.wordpress.org/users/jayjdk">Jayjdk</a>, <a href="http://profiles.wordpress.org/users/jfarthing84">Jeff Farthing</a>, <a href="http://profiles.wordpress.org/users/jkudish">Joachim Kudish</a>, <a href="http://profiles.wordpress.org/users/joelhardi">joelhardi</a>, <a href="http://profiles.wordpress.org/users/johnbillion">John Blackbourn</a>, <a href="http://profiles.wordpress.org/users/aldenta">John Ford</a>, <a href="http://profiles.wordpress.org/users/johnjamesjacoby">John James Jacoby</a>, <a href="http://profiles.wordpress.org/users/johnonolan">JohnONolan</a>, <a href="http://profiles.wordpress.org/users/duck_">Jon Cave</a>, <a href="http://profiles.wordpress.org/users/joostdevalk">joostdevalk</a>, <a href="http://profiles.wordpress.org/users/koke">Jorge Bernal</a>, <a href="http://profiles.wordpress.org/users/josephscott">Joseph Scott</a>, <a href="http://profiles.wordpress.org/users/jtsternberg">Justin Sternberg</a>, <a href="http://profiles.wordpress.org/users/greenshady">Justin Tadlock</a>, <a href="http://profiles.wordpress.org/users/kevinb">kevinB</a>, <a href="http://profiles.wordpress.org/users/knutsp">Knut Sparhell</a>, <a href="http://profiles.wordpress.org/users/kovshenin">kovshenin</a>, <a href="http://profiles.wordpress.org/users/tenpura">Kuraishi</a>, <a href="http://profiles.wordpress.org/users/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpress.org/users/linuxologos">linuxologos</a>, <a href="http://profiles.wordpress.org/users/lloydbudd">lloydbudd</a>, <a href="http://profiles.wordpress.org/users/ldebrouwer">Luc De Brouwer</a>, <a href="http://profiles.wordpress.org/users/marcis20">marcis20</a>, <a href="http://profiles.wordpress.org/users/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/users/markmcwilliams">Mark McWilliams</a>, <a href="http://profiles.wordpress.org/users/tfnab">Martin Lormes</a>, <a href="http://profiles.wordpress.org/users/matveb">Matías Ventura</a>, <a href="http://profiles.wordpress.org/users/sivel">Matt Martz</a>, <a href="http://profiles.wordpress.org/users/iammattthomas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/users/mattyrob">MattyRob</a>, <a href="http://profiles.wordpress.org/users/mcepl">mcepl</a>, <a href="http://profiles.wordpress.org/users/mdawaffe">mdawaffe</a>, <a href="http://profiles.wordpress.org/users/mfields">Michael Fields</a>, <a href="http://profiles.wordpress.org/users/michaelh">MichaelH</a>, <a href="http://profiles.wordpress.org/users/michaeltyson">michaeltyson</a>, <a href="http://profiles.wordpress.org/users/dh-shredder">Mike Schroder</a>, <a href="http://profiles.wordpress.org/users/dimadin/">Milan Dinić</a>, <a href="http://profiles.wordpress.org/users/mintindeed">mintindeed</a>, <a href="http://profiles.wordpress.org/users/mitchoyoshitaka">mitchoyoshitaka</a>, <a href="http://profiles.wordpress.org/users/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/users/mrroundhill">mrroundhill</a>, <a href="http://profiles.wordpress.org/users/natecook">natecook</a>, <a href="http://profiles.wordpress.org/users/nathanrice">nathanrice</a>, <a href="http://profiles.wordpress.org/users/niallkennedy">Niall Kennedy</a>, <a href="http://profiles.wordpress.org/users/nickbohle">Nick Bohle</a>, <a href="http://profiles.wordpress.org/users/nbachiyski">Nikolay Bachiyski</a>, <a href="http://profiles.wordpress.org/users/nuxwin">nuxwin</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/users/petemall">pete.mall</a>, <a href="http://profiles.wordpress.org/users/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/users/nprasath002">Prasath Nadarajah</a>, <a href="http://profiles.wordpress.org/users/ptahdunbar">Ptah Dunbar</a>, <a href="http://profiles.wordpress.org/users/bi0xid">Rafael Poveda</a>, <a href="http://profiles.wordpress.org/users/rahe">Rahe</a>, <a href="http://profiles.wordpress.org/users/ramiy">Ramiy</a>, <a href="http://profiles.wordpress.org/users/rasheed">Rasheed Bydousi</a>, <a href="http://profiles.wordpress.org/users/greuben">Reuben Gunday</a>, <a href="http://profiles.wordpress.org/users/miqrogroove">Robert Chapin</a>, <a href="http://profiles.wordpress.org/users/wpmuguru">Ron Rennick</a>, <a href="http://profiles.wordpress.org/users/rosshanney">Ross Hanney</a>, <a href="http://profiles.wordpress.org/users/ryan">Ryan Boren</a>, <a href="http://profiles.wordpress.org/users/ryanimel">Ryan Imel</a>, <a href="http://profiles.wordpress.org/users/zeo">Safirul Alredha</a>, <a href="http://profiles.wordpress.org/users/solarissmoke">Samir Shah</a>, <a href="http://profiles.wordpress.org/users/saracannon">saracannon</a>, <a href="http://profiles.wordpress.org/users/sbressler">sbressler</a>, <a href="http://profiles.wordpress.org/users/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/users/shakenstirred">shakenstirred</a>, <a href="http://profiles.wordpress.org/users/sidharrell">Sidney Harrell</a>, <a href="http://profiles.wordpress.org/users/pross">Simon Prosser</a>, <a href="http://profiles.wordpress.org/users/sorich87">sorich87</a>, <a href="http://profiles.wordpress.org/users/szadok">szadok</a>, <a href="http://profiles.wordpress.org/users/tetele">tetele</a>, <a href="http://profiles.wordpress.org/users/tigertech">tigertech</a>, <a href="http://profiles.wordpress.org/users/trepmal">trepmal</a>, <a href="http://profiles.wordpress.org/users/utkarsh">Utkarsh Kukreti</a>, <a href="http://profiles.wordpress.org/users/valentinas">valentinas</a>, <a href="http://profiles.wordpress.org/users/webduo">webduo</a>, <a href="http://profiles.wordpress.org/users/xibe">Xavier Borderie</a>, <a href="http://profiles.wordpress.org/users/yoavf">Yoav Farhi</a>, <a href="http://profiles.wordpress.org/users/vanillalounge">Ze Fontainhas</a>, and <a href="http://profiles.wordpress.org/users/ziofix">ziofix</a>.</p>\n<p><strong>Bonus:</strong> On their WordPress.org profiles over 20,000 people have said they make their living from WordPress. Are you one of them? <a href="http://wpsurvey.polldaddy.com/s/wp-2011">Don’t forget to take a minute for our survey</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:48:"http://wordpress.org/news/2011/07/gershwin/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:53:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Are You Ready for WordPress 3.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:66:"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-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:75:"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-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:"Sun, 03 Jul 2011 23:32: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:8:"category";a:5:{i:0;a:5:{s:4:"data";s:7:"Hosting";s: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:12:"health check";s: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:20:"minimum requirements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:5:"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:"";}i:4;a:5:{s:4:"data";s:3:"PHP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1952";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:312:"WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: the minimum requirements are changing. PHP and MySQL As of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0. As we mentioned almost a year ago when we announced that this change was coming, the percentage [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Jane Wells";s: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:4342:"<p>WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: <strong>the minimum requirements are changing</strong>.</p>\n<h3>PHP and MySQL</h3>\n<p>As of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0. <a title="EOL Announcement for PHP4 and MySQL4" href="http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/">As we mentioned almost a year ago when we announced that this change was coming</a>, the percentage of people running older versions of PHP and MySQL is relatively low. With more than 45 million people using WordPress, though, even a small percentage can mean a lot of people! Don’t caught with your <del>pants</del> dashboard down — make sure you’re running compatible versions of PHP and MySQL before you update <del>tomorrow</del> when WordPress 3.2 is released.</p>\n<p>Log in to your hosting account, and check to make sure you have at least PHP 5.2.4 and MySQL 5.0. Most of the major hosts already default to these or newer versions, but there are some exceptions. Check to see which versions you are running, and if you’re still on an older version, it should be as simple as changing a dropdown menu and clicking Save to get up to date.</p>\n<p>If you don’t know how to find this information in your hosting account or you don’t even know how to access your hosting control panel because someone else manages that for you, don’t fret. You can <a href="http://wordpress.org/extend/plugins/health-check/">find out if you’re ready for 3.2 with the Health Check plugin</a>. In your dashboard, go to Plugins → Add New and search for “health check” (it should be the first result). Install it, activate it, and it will tell you if you need to update anything.</p>\n<p>If you need more help, contact your host’s customer service and use this email template to ask them to help you.</p>\n<blockquote><p>Hi there. I host my domain [example.com] with you, and I run WordPress on my site. The minimum requirements are changing to PHP 5.2.4 and MySQL 5.0, and I would appreciate your help in confirming that my site’s setup meets these requirements. If I’m currently running an older version of PHP or MySQL, could you update it for me, or tell me how to do it? Thanks so much!</p></blockquote>\n<p>If your host replies that they can’t update to these versions, it might be time to <a href="http://wordpress.org/hosting/">look for a new host</a>.</p>\n<h3>IE6 and Outdated Browsers</h3>\n<p>With 3.2, we’re also dropping support for Internet Explorer 6, a 10-years-old outdated browser that even <a href="http://www.ie6countdown.com/">Microsoft is ready to leave behind</a>. From now on, if you access your WordPress dashboard from an outdated browser, we’ll let you know. Why? Because as web technology improves, so does WordPress, as we build features to take advantage of these improvements. If you’re using an out-of-date browser, chances are you’re missing out.</p>\n<p>If your browser is out of date, you’ll see a friendly orangey-yellow box in your dashboard letting you know you a newer version is available (which you can dismiss, of course). If you’re using IE6, though, the box will be red, and your dashboard will not function properly. If you’re stuck on IE6 because the computer you use is maintained by a business, library, school, or the like, and you are not able to download a newer browser, here’s a sample email you can use to ask your boss/administrator/IT guys to update the browser.</p>\n<blockquote><p>Hi there. The computer I use at [where you use the computer] is equipped with an out-of-date web browser. Internet Explorer 6 was created 10 years ago, before modern web standards, and does not support modern web applications. More and more sites and applications are dropping support for IE6, including the new version of WordPress. Even Microsoft, the makers of IE6, are counting down until IE6 goes the way of the dinosaur (see http://www.ie6countdown.com/ for more information). Can you please install an updated version of IE or any modern browser (see http://browsehappy.com for more information) on the available computers? Thank you very much.</p></blockquote>\n<p>Welcome to the future!</p>\n<p> </p>\n<p> </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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/2011/07/are-you-ready-for-wordpress-3-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:9;a:6:{s:4:"data";s:44:"\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:45:"WordPress 3.1.4 (and 3.2 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:50:"http://wordpress.org/news/2011/06/wordpress-3-1-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/06/wordpress-3-1-4/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jun 2011 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: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=1927";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:368:"WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions. This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of SEC Consult for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Ryan Boren";s: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:2016:"<p>WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions.</p>\n<p>This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of <a href="http://www.sec-consult.com/">SEC Consult</a> for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening measures thanks to the work of WordPress developers <a href="http://www.buayacorp.com/">Alexander Concha</a> and <a href="http://joncave.co.uk/">Jon Cave</a> of our security team. Consult the <a href="http://core.trac.wordpress.org/log/branches/3.1/?action=stop_on_copy&mode=stop_on_copy&rev=18377&stop_rev=18043">change log</a> for more details.</p>\n<p><strong><a href="http://wordpress.org/download/"><strong>Download WordPress 3.1.4</strong></a> or update immediately from the Dashboard → Updates menu in your site’s admin area.</strong></p>\n<h3>WordPress 3.2 Release Candidate 3</h3>\n<p>This release was about all that stood in the way of a final release of WordPress 3.2. So we’re also announcing the third release candidate for 3.2, which contains all of the fixes in 3.1.4; few minor RTL, JavaScript, and user interface fixes; and ensures graceful failures if 3.2 is run on PHP4. As a reminder, we’ve bumped our minimum requirements for version 3.2 to PHP 5.2.4 and MySQL 5.0.</p>\n<p>To test WordPress 3.2, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you’ll want “bleeding edge nightlies”). Or you can <a href="http://wordpress.org/wordpress-3.2-RC3.zip">download the release candidate here</a> (zip). At this stage, plugin authors should be doing final tests to ensure compatibility.</p>\n<p><em>Bonus: For more on what to test and what to do if you find an issue, please read <a href="http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/">our Beta 1 post</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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/2011/06/wordpress-3-1-4/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, 23 Sep 2011 00:55:38 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:"Fri, 16 Sep 2011 15:08:48 GMT";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(340, 0, '_transient_timeout_feed_74f0884171d542f6fddb6a17c21852c9', '1316782535', 'no'),
(341, 0, '_transient_feed_74f0884171d542f6fddb6a17c21852c9', '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:51:"link:http://calebandlydia.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:88:"http://www.google.com/search?ie=utf-8&q=link:http://calebandlydia.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:84:"Your search - <b>link:http://calebandlydia.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:7:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Fri, 23 Sep 2011 00:55:37 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=88ae5d05dcf6dc4b:FF=0:TM=1316739337:LM=1316739337:S=nV4zWFMxWYqbmLcE; expires=Sun, 22-Sep-2013 00:55:37 GMT; path=/; domain=.google.com";i:1;s:212:"NID=51=M3jqKcKOJt1CQdO33S1a7R6QvvsTUoo6FY3cGlNITAWicZY81csA1j18IcVx6prKPEupbW9E2PJ7MuoMTsG2AsvDjCU2dA3SvpF0JN-rK9qAVPdDoJollZrcWn1Fl3Jk; expires=Sat, 24-Mar-2012 00:55:37 GMT; path=/; domain=.google.com; HttpOnly";}s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
(155, 0, '_transient_timeout_plugin_slugs', '1316834418', 'no'),
(156, 0, '_transient_plugin_slugs', 'a:3:{i:0;s:19:"akismet/akismet.php";i:1;s:36:"contact-form-7/wp-contact-form-7.php";i:2;s:9:"hello.php";}', 'no'),
(160, 0, '_site_transient_timeout_wporg_theme_feature_list', '1316053714', 'yes'),
(161, 0, '_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'),
(163, 0, 'theme_mods_CalebAndLydia', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:18:"Primary Navigation";i:3;}}', 'yes'),
(366, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1316782536', 'no'),
(367, 0, '_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:"Fri, 23 Sep 2011 00:42: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: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:35:"jaredh123 on "ProPhoto Beta Tester"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/prophoto-beta-tester/#post-24538";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 18 Feb 2011 22:08: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:42:"24538@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:66:"Facilitates beta-testing for future releases of the ProPhoto 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:9:"jaredh123";s: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:42:"kumbergwp on "Facebook Like Button 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:78:"http://wordpress.org/extend/plugins/wordpress-facebook-like-button/#post-30309";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Sep 2011 09:57: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:"30309@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:"Facebook Like social button for sharing your content with friends to Facebook network.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"kumbergwp";s: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:33:"vagabumming on "Where Can I Find"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/where-can-i-find/#post-29916";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 19:47: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:"29916@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:90:"A simple directory of where things can be found in a particular city/geographical location";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"vagabumming";s: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:29:"Simon Fransson on "Logged in"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/logged-in/#post-30432";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 20:06: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:"30432@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:142:"Allows you to close your site to non-logged in users, by redirecting them to the login page, displaying a message or a specific template 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:"Simon Fransson";s: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:27:"Jermaine Maree on "Feather"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/feather/#post-30350";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 14:01: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:"30350@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:"Feather is a lightweight and powerful WordPress theme framework. Easily configure your theme using a configuration 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:"Jermaine Maree";s: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:33:"ashvini_saxena on "Comment Juice"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/comment-juice/#post-30064";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Sep 2011 08:28:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30064@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:140:"Comment-Juice Plugin is an excellent way to win over your readers. When they comment on your blog, they gain backlinks to their own blog.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:14:"ashvini_saxena";s: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:37:"ihacklog on "Hacklog-DownloadManager"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/hacklog-downloadmanager/#post-30260";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 17 Sep 2011 16:20: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:"30260@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:125:"A download manager for your WordPress blog,modified from WP-DownloadManager 1.5 originally by Lester 'GaMerZ' Chan.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"ihacklog";s: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:37:"SultanICQ on "Web Page Speed Checker"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/web-page-speed-checker/#post-30354";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 15:50:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30354@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:102:"Web Page Speed Checker is a plugin designed to control the Google Page Speed Score of your blog pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"SultanICQ";s: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:24:"verysimple on "Imsanity"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/imsanity/#post-28590";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 20 Jul 2011 21: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"28590@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:"Imsanity automatically resizes huge image uploads. Are contributors uploading\nhuge photos? Tired of manually scaling? Imsanity to the rescue.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"verysimple";s: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:35:"quartz on "Wordpress Custom Fields"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/wordpress-custom-fields/#post-30420";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 14:28: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:"30420@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:"This plugin allows adminstrator to add global fields (options) to the blog site that can be retrieve later for custom use. \nIt is not for user profile";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"quartz";s: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:42:"russell.albin on "Simple Business Manager"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/simple-business-manager/#post-25737";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Apr 2011 00:19: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:"25737@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:53:"Manage your customers, send invoices, track spending.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"russell.albin";s: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:33:"Shelby DeNike on "WP-Lifestream2"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wp-lifestream2/#post-30396";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Sep 2011 21:37:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30396@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:66:"Streams your activity from over 50 different sources to 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:13:"Shelby DeNike";s: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:22:"DaganLev on "DGallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/dgallery/#post-30428";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 18:40: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30428@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:"verrides WordPress regular gallery with a nicer gallery based on Google+ photo 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:8:"DaganLev";s: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:53:"AgentStorm by StormRETS on "Agent Storm by StormRETS"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/agent-storm/#post-18231";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 26 May 2010 21:41:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18231@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:"This plugin integrates StormRETS IDX Functionality into your Wordpress powered 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:23:"AgentStorm by StormRETS";s: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:42:"SteveVideo on "YouTube Video MP3 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/extend/plugins/youtube-video-mp3-download/#post-29851";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 04 Sep 2011 22:02: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:"29851@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:"Your readers can download easy your embedded youtube videos as an mp3 file directly from the 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:10:"SteveVideo";s: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:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 23 Sep 2011 00:55:38 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:19:"2011-02-18 22:08:44";s:14:"content-length";s:4:"7895";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
(240, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(288, 0, 'recently_activated', 'a:1:{s:35:"googleanalytics/googleanalytics.php";i:1316747987;}', 'yes'),
(378, 0, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1316758700', 'yes'),
(379, 0, '_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:"2477";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1672";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1488";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1249";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1237";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1202";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"881";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"809";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"778";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"758";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"739";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"686";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"675";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"600";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"530";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"517";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"445";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"443";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"439";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"430";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"428";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"400";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"389";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"379";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"373";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"355";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"354";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"354";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"350";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"345";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"345";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"340";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"328";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"318";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"312";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"309";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"301";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"289";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"289";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"283";}}', 'yes'),
(292, 0, 'wpcf7', 'a:1:{s:7:"version";s:3:"3.0";}', 'yes'),
(354, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1316782536', 'no'),
(355, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1316739336', 'no'),
(356, 0, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1316782536', 'no'),
(357, 0, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.tv/2011/09/22/gregory-cornelius-scott-dasse-synchronizing-creativity-with-content-management/'' title='' […]''>WordPress.tv: Gregory Cornelius & Scott Dasse: Synchronizing Creativity with Content Management</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/WordpressTavern/~3/pVDM5jf5btw/sara-cannon-on-responsive-web-design-from-wordcamp-boston'' title=''Within the past few weeks, I’ve noticed the term ‘Responsive‘ showing up everywhere, especially as it relates to WordPress 3.3 and the administrative area. Having no idea what this term meant, I got in touch with Sara Cannon to figure it out. Unfortunately (or fortunately), she is pretty busy helping with making the back-end of WordPress 3.3 responsive. So t […]''>WPTavern: Sara Cannon On Responsive Web Design From WordCamp Boston</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/WordpressTavern/~3/OetOSHEl5iE/plugin-quality-not-plugin-quantity'' title=''Ryan Imel of WPCandy.com has published an editorial that has sparked yet another good discussion. This time, the focus is on the misnomer that it’s better to keep your active plugin count as low as possible to avoid problems. I’ve been down this road before. In at least a couple of the WordCamps I’ve attended where we discussed plugins, I would tell folks th […]''>WPTavern: Plugin Quality Not Plugin Quantity</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/ckb_zipZFu4/'' title=''gazpoMag is a clean and featured-rich magazine style theme. Girly Girl has fluid width, two columns, left sidebar, is widget ready, has valid XHTML, and features feminine colors like rose pink, gray, and lime green. Insomnia is great for online magazines and personal blogs. PhotoClick is a one column theme for photography and personal blogs, with a three col […]''>Weblog Tools Collection: WordPress Theme Releases for 9/22</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2011/09/22/chris-penn-how-to-market-your-blog-okay-mom%E2%80%99s-reading-now-what/'' title='' […]''>WordPress.tv: Chris Penn: How to Market Your Blog (okay, Mom’s reading, now what?)</a></li></ul></div>', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(377, 0, 'rewrite_rules', 'a:314:{s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:46:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"wpcf7_contact_form/([^/]+)/trackback/?$";s:45:"index.php?wpcf7_contact_form=$matches[1]&tb=1";s:59:"wpcf7_contact_form/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?wpcf7_contact_form=$matches[1]&feed=$matches[2]";s:54:"wpcf7_contact_form/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?wpcf7_contact_form=$matches[1]&feed=$matches[2]";s:47:"wpcf7_contact_form/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?wpcf7_contact_form=$matches[1]&paged=$matches[2]";s:54:"wpcf7_contact_form/([^/]+)/comment-page-([0-9]{1,})/?$";s:58:"index.php?wpcf7_contact_form=$matches[1]&cpage=$matches[2]";s:39:"wpcf7_contact_form/([^/]+)(/[0-9]+)?/?$";s:57:"index.php?wpcf7_contact_form=$matches[1]&page=$matches[2]";s:35:"wpcf7_contact_form/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"wpcf7_contact_form/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"wpcf7_contact_form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"wpcf7_contact_form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"wpcf7_contact_form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:14:".*wp-atom.php$";s:19:"index.php?feed=atom";s:13:".*wp-rdf.php$";s:18:"index.php?feed=rdf";s:13:".*wp-rss.php$";s:18:"index.php?feed=rss";s:14:".*wp-rss2.php$";s:19:"index.php?feed=rss2";s:14:".*wp-feed.php$";s:19:"index.php?feed=feed";s:22:".*wp-commentsrss2.php$";s:34:"index.php?feed=rss2&withcomments=1";s:30:"photos/1/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"photos/1/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"photos/1/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/1/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/1/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/1)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:43:"(photos/1)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:38:"(photos/1)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:31:"(photos/1)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:38:"(photos/1)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/1)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:30:"photos/2/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"photos/2/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"photos/2/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/2/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/2/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/2)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:43:"(photos/2)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:38:"(photos/2)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:31:"(photos/2)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:38:"(photos/2)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/2)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:30:"photos/3/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"photos/3/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"photos/3/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/3/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/3/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/3)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:43:"(photos/3)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:38:"(photos/3)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:31:"(photos/3)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:38:"(photos/3)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/3)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:30:"photos/4/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"photos/4/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"photos/4/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/4/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/4/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/4)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:43:"(photos/4)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:38:"(photos/4)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:31:"(photos/4)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:38:"(photos/4)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/4)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:30:"photos/5/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"photos/5/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"photos/5/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/5/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/5/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/5)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:43:"(photos/5)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:38:"(photos/5)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:31:"(photos/5)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:38:"(photos/5)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/5)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:30:"photos/6/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"photos/6/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"photos/6/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/6/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/6/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/6)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:43:"(photos/6)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:38:"(photos/6)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:31:"(photos/6)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:38:"(photos/6)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/6)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:30:"photos/7/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"photos/7/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"photos/7/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/7/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/7/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/7)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:43:"(photos/7)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:38:"(photos/7)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:31:"(photos/7)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:38:"(photos/7)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/7)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:30:"photos/8/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"photos/8/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"photos/8/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/8/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"photos/8/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/8)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:43:"(photos/8)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:38:"(photos/8)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:31:"(photos/8)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:38:"(photos/8)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(photos/8)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:31:"photos/10/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"photos/10/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"photos/10/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"photos/10/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"photos/10/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(photos/10)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:44:"(photos/10)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:39:"(photos/10)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:32:"(photos/10)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:39:"(photos/10)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(photos/10)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:31:"photos/11/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"photos/11/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"photos/11/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"photos/11/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"photos/11/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(photos/11)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:44:"(photos/11)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:39:"(photos/11)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:32:"(photos/11)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:39:"(photos/11)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(photos/11)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:31:"photos/12/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"photos/12/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"photos/12/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"photos/12/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"photos/12/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(photos/12)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:44:"(photos/12)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:39:"(photos/12)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:32:"(photos/12)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:39:"(photos/12)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(photos/12)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:31:"photos/13/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"photos/13/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"photos/13/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"photos/13/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"photos/13/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(photos/13)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:44:"(photos/13)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:39:"(photos/13)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:32:"(photos/13)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:39:"(photos/13)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(photos/13)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:31:"photos/14/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"photos/14/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"photos/14/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"photos/14/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"photos/14/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(photos/14)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:44:"(photos/14)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:39:"(photos/14)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:32:"(photos/14)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:39:"(photos/14)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(photos/14)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:36:"about-us/photo/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"about-us/photo/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"about-us/photo/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"about-us/photo/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"about-us/photo/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:29:"(about-us/photo)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:49:"(about-us/photo)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:44:"(about-us/photo)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:37:"(about-us/photo)/page/?([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&paged=$matches[2]";s:44:"(about-us/photo)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:29:"(about-us/photo)(/[0-9]+)?/?$";s:49:"index.php?attachment=$matches[1]&page=$matches[2]";s:39:"guest-information/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"guest-information/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"guest-information/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"guest-information/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"guest-information/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"(guest-information)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:52:"(guest-information)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:47:"(guest-information)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:40:"(guest-information)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:47:"(guest-information)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:32:"(guest-information)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:26:"rsvp/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"rsvp/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"rsvp/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"rsvp/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"rsvp/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:19:"(rsvp)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:39:"(rsvp)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:34:"(rsvp)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:27:"(rsvp)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:34:"(rsvp)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:19:"(rsvp)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:28:"photos/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"photos/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"photos/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"photos/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"photos/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:21:"(photos)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:41:"(photos)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:36:"(photos)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:29:"(photos)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:36:"(photos)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:21:"(photos)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:30:"ceremony/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"ceremony/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"ceremony/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"ceremony/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"ceremony/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(ceremony)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:43:"(ceremony)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:38:"(ceremony)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:31:"(ceremony)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:38:"(ceremony)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:23:"(ceremony)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:39:"registry/thankyou/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"registry/thankyou/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"registry/thankyou/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"registry/thankyou/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"registry/thankyou/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"(registry/thankyou)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:52:"(registry/thankyou)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:47:"(registry/thankyou)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:40:"(registry/thankyou)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:47:"(registry/thankyou)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:32:"(registry/thankyou)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:30:"registry/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"registry/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"registry/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"registry/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"registry/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(registry)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:43:"(registry)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:38:"(registry)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:31:"(registry)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:38:"(registry)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:23:"(registry)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:30:"about-us/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"about-us/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"about-us/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"about-us/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"about-us/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(about-us)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:43:"(about-us)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:38:"(about-us)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:31:"(about-us)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:38:"(about-us)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:23:"(about-us)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:38:"index.php?&page_id=5&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s: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:31:".+?/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:".+?/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:26:"(.+?)/([^/]+)/trackback/?$";s:57:"index.php?category_name=$matches[1]&name=$matches[2]&tb=1";s:46:"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:69:"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]";s:41:"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:69:"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]";s:34:"(.+?)/([^/]+)/page/?([0-9]{1,})/?$";s:70:"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]";s:41:"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$";s:70:"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]";s:26:"(.+?)/([^/]+)(/[0-9]+)?/?$";s:69:"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]";s:20:".+?/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:30:".+?/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:50:".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:45:".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:45:".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:38:"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:33:"(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:26:"(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:33:"(.+?)/comment-page-([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&cpage=$matches[2]";s:8:"(.+?)/?$";s:35:"index.php?category_name=$matches[1]";}', 'yes'),
(388, 0, 'category_children', 'a:0:{}', 'yes'),
(387, 0, '_transient_plugins_delete_result_1', '1', 'yes'),
(6237, 0, '_site_transient_timeout_theme_roots', '1442669745', 'yes'),
(6238, 0, '_site_transient_theme_roots', 'a:1:{s:13:"CalebAndLydia";s:7:"/themes";}', '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=122 ;
--
-- Dumping data for table `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4, 5, '_edit_last', '1'),
(5, 5, '_edit_lock', '1316482007:1'),
(6, 7, '_edit_last', '1'),
(7, 7, '_edit_lock', '1316747594:1'),
(8, 9, '_edit_last', '1'),
(9, 9, '_edit_lock', '1316746602:1'),
(10, 12, '_edit_last', '1'),
(11, 12, '_edit_lock', '1316738655:1'),
(12, 14, '_edit_last', '1'),
(13, 14, '_edit_lock', '1316730069:1'),
(14, 17, '_edit_last', '1'),
(15, 17, '_edit_lock', '1316729025:1'),
(16, 19, '_menu_item_type', 'post_type'),
(17, 19, '_menu_item_menu_item_parent', '0'),
(18, 19, '_menu_item_object_id', '17'),
(19, 19, '_menu_item_object', 'page'),
(20, 19, '_menu_item_target', ''),
(21, 19, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(22, 19, '_menu_item_xfn', ''),
(23, 19, '_menu_item_url', ''),
(79, 28, '_wp_attached_file', '2011/09/photo.png'),
(25, 20, '_menu_item_type', 'post_type'),
(26, 20, '_menu_item_menu_item_parent', '0'),
(27, 20, '_menu_item_object_id', '14'),
(28, 20, '_menu_item_object', 'page'),
(29, 20, '_menu_item_target', ''),
(30, 20, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(31, 20, '_menu_item_xfn', ''),
(32, 20, '_menu_item_url', ''),
(34, 21, '_menu_item_type', 'post_type'),
(35, 21, '_menu_item_menu_item_parent', '0'),
(36, 21, '_menu_item_object_id', '12'),
(37, 21, '_menu_item_object', 'page'),
(38, 21, '_menu_item_target', ''),
(39, 21, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(40, 21, '_menu_item_xfn', ''),
(41, 21, '_menu_item_url', ''),
(80, 28, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"829";s:6:"height";s:3:"587";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:17:"2011/09/photo.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"photo-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"photo-300x212.png";s:5:"width";s:3:"300";s:6:"height";s:3:"212";}}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:"";}}'),
(43, 22, '_menu_item_type', 'post_type'),
(44, 22, '_menu_item_menu_item_parent', '0'),
(45, 22, '_menu_item_object_id', '9'),
(46, 22, '_menu_item_object', 'page'),
(47, 22, '_menu_item_target', ''),
(48, 22, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(49, 22, '_menu_item_xfn', ''),
(50, 22, '_menu_item_url', ''),
(52, 23, '_menu_item_type', 'post_type'),
(53, 23, '_menu_item_menu_item_parent', '0'),
(54, 23, '_menu_item_object_id', '7'),
(55, 23, '_menu_item_object', 'page'),
(56, 23, '_menu_item_target', ''),
(57, 23, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(58, 23, '_menu_item_xfn', ''),
(59, 23, '_menu_item_url', ''),
(61, 24, '_menu_item_type', 'post_type'),
(62, 24, '_menu_item_menu_item_parent', '0'),
(63, 24, '_menu_item_object_id', '5'),
(64, 24, '_menu_item_object', 'page'),
(65, 24, '_menu_item_target', ''),
(66, 24, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(67, 24, '_menu_item_xfn', ''),
(68, 24, '_menu_item_url', ''),
(69, 24, '_menu_item_orphaned', '1316388851'),
(70, 25, '_menu_item_type', 'custom'),
(71, 25, '_menu_item_menu_item_parent', '0'),
(72, 25, '_menu_item_object_id', '25'),
(73, 25, '_menu_item_object', 'custom'),
(74, 25, '_menu_item_target', ''),
(75, 25, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(76, 25, '_menu_item_xfn', ''),
(77, 25, '_menu_item_url', 'http://calebandlydia.com/'),
(81, 44, 'form', '<p>Names<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email<br />\r\n [email* your-email] </p>\r\n\r\n<p>Attending?<br />\r\n [select* attending include_blank "Yes, can''t wait!" "No, sorry to miss."]\r\n\r\n<p>[submit "Send"]</p>'),
(82, 44, 'mail', 'a:7:{s:7:"subject";s:18:"RSVP - [your-name]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:62:"From: [your-name]\r\nEmail: [your-email]\r\nAttending: [attending]";s:9:"recipient";s:33:"info@ceagon.com, lymism@gmail.com";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(88, 49, '_edit_lock', '1316730737:1'),
(83, 44, 'mail_2', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:122:"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Caleb and Lydia http://calebandlydia.com";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(84, 44, 'messages', 'a:13:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:17:"akismet_says_spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";}'),
(85, 44, 'additional_settings', ''),
(86, 44, '_wp_old_slug', 'contact-form-1'),
(87, 49, '_edit_last', '1'),
(89, 73, '_wp_attached_file', '2011/09/1.jpg'),
(90, 73, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"840";s:6:"height";s:3:"560";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"2011/09/1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"1-e1316738476150-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"1-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}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:"";}}'),
(91, 74, '_wp_attached_file', '2011/09/2.jpg'),
(92, 74, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"453";s:6:"height";s:3:"680";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:13:"2011/09/2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"2-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}}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:"";}}'),
(93, 75, '_wp_attached_file', '2011/09/3.jpg'),
(94, 75, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"840";s:6:"height";s:3:"560";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"2011/09/3.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"3-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}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:"";}}'),
(95, 76, '_wp_attached_file', '2011/09/4.jpg'),
(96, 76, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"840";s:6:"height";s:3:"560";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"2011/09/4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"4-e1316738582484-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"4-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}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:"";}}'),
(97, 77, '_wp_attached_file', '2011/09/5.jpg'),
(98, 77, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"453";s:6:"height";s:3:"680";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:13:"2011/09/5.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"5-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"5-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}}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:"";}}'),
(99, 78, '_wp_attached_file', '2011/09/6.jpg'),
(100, 78, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"453";s:6:"height";s:3:"680";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:13:"2011/09/6.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"6-e1316738104243-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"6-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}}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:"";}}'),
(101, 79, '_wp_attached_file', '2011/09/7.jpg'),
(102, 79, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"840";s:6:"height";s:3:"560";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"2011/09/7.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"7-e1316738519963-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"7-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}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:"";}}'),
(103, 80, '_wp_attached_file', '2011/09/8.jpg'),
(104, 80, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"840";s:6:"height";s:3:"560";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"2011/09/8.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"8-e1316738373365-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"8-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}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:"";}}'),
(105, 81, '_wp_attached_file', '2011/09/10.jpg'),
(106, 81, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"453";s:6:"height";s:3:"680";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:14:"2011/09/10.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"10-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:14:"10-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}}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:"";}}'),
(107, 82, '_wp_attached_file', '2011/09/11.jpg'),
(108, 82, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"840";s:6:"height";s:3:"560";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:14:"2011/09/11.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"11-e1316738645973-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:14:"11-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}}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:"";}}'),
(109, 83, '_wp_attached_file', '2011/09/12.jpg'),
(110, 83, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"453";s:6:"height";s:3:"680";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:14:"2011/09/12.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"12-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:14:"12-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}}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:"";}}'),
(111, 84, '_wp_attached_file', '2011/09/13.jpg'),
(112, 84, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"453";s:6:"height";s:3:"680";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:14:"2011/09/13.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"13-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:14:"13-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}}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:"";}}'),
(113, 85, '_wp_attached_file', '2011/09/14.jpg'),
(114, 85, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"453";s:6:"height";s:3:"680";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:14:"2011/09/14.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"14-e1316738411789-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:14:"14-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}}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:"";}}'),
(115, 78, '_wp_attachment_backup_sizes', 'a:2:{s:14:"thumbnail-orig";a:3:{s:4:"file";s:13:"6-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:23:"thumbnail-1316738104243";a:3:{s:4:"file";s:28:"6-e1316737888439-150x137.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"137";}}'),
(116, 80, '_wp_attachment_backup_sizes', 'a:1:{s:14:"thumbnail-orig";a:3:{s:4:"file";s:13:"8-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}'),
(117, 85, '_wp_attachment_backup_sizes', 'a:1:{s:14:"thumbnail-orig";a:3:{s:4:"file";s:14:"14-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}'),
(118, 73, '_wp_attachment_backup_sizes', 'a:1:{s:14:"thumbnail-orig";a:3:{s:4:"file";s:13:"1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}'),
(119, 79, '_wp_attachment_backup_sizes', 'a:1:{s:14:"thumbnail-orig";a:3:{s:4:"file";s:13:"7-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}'),
(120, 76, '_wp_attachment_backup_sizes', 'a:1:{s:14:"thumbnail-orig";a:3:{s:4:"file";s:13:"4-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}'),
(121, 82, '_wp_attachment_backup_sizes', 'a:1:{s:14:"thumbnail-orig";a:3:{s:4:"file";s:14:"11-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}');
-- --------------------------------------------------------
--
-- 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` text 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=104 ;
--
-- 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, '2011-09-14 23:28:27', '2011-09-14 23:28:27', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2011-09-14 23:28:27', '2011-09-14 23:28:27', '', 0, 'http://calebandlydia.com/?p=1', 0, 'post', '', 1),
(5, 1, '2011-09-18 23:32:15', '2011-09-18 23:32:15', '[titlecase letter="C"/]aleb and I met in early 2006. He came in to the coffee shop while I was working and we were introduced. I didn''t think much of it other than, "omg he is lyke sooo hawt." Then he added me on Myspace (ohhh the internet), and we started talking online all the time. Every time we hung out, I thought there was no way he would ever like me. His friends and family knew he liked me, and vice versa, but everyone kept quiet, so neither of us knew how the other one felt.\r\n\r\nCaleb''s sister, Bekah, and I were working together at the time and she had been asking me who I liked. I never confessed, but I didn''t need to because she showed up at work one day with <a href="http://calebandlydia.com/wp-content/uploads/2011/09/photo.png" rel="prettyPhoto">this photo</a> in an envelope for me. I''m a really bad liar, but even if I had tried, my smile gave it away. So, a little more time went on, and there were a few more girly freak outs that went something like this: "Caleb said (insert vague statement here). What does that mean?!" before I finally figured out that he liked me too.\r\n\r\nWe started dating on October 27th in 2007 after we got back from a MuteMath concert and a trip to the mountains with some of our closest friends. And we''ve been together ever since. So that''s our story (or at least my side of it), and in October this year, we''re getting married!', 'About Us', '', 'publish', 'open', 'open', '', 'about-us', '', '', '2011-09-20 01:26:47', '2011-09-20 01:26:47', '', 0, 'http://calebandlydia.com/?page_id=5', 0, 'page', '', 0),
(6, 1, '2011-09-18 23:31:46', '2011-09-18 23:31:46', '', 'About Us', '', 'inherit', 'open', 'open', '', '5-revision', '', '', '2011-09-18 23:31:46', '2011-09-18 23:31:46', '', 5, 'http://calebandlydia.com/?p=6', 0, 'revision', '', 0),
(49, 1, '2011-09-22 22:26:04', '2011-09-22 22:26:04', '<h3>Merci beaucoup!</h3>\r\nWe''ll send you a post card of the Eiffel tower, or maybe some sweet France flag toothpicks.', 'Thank You!', '', 'publish', 'open', 'open', '', 'thankyou', '', '', '2011-09-22 22:32:16', '2011-09-22 22:32:16', '', 7, 'http://calebandlydia.com/?page_id=49', 0, 'page', '', 0),
(7, 1, '2011-09-18 23:32:29', '2011-09-18 23:32:29', 'We are registered at the following places:\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View the registry</a>.\r\n\r\n<h3>Target</h3>\r\n<a href="http://www.target.com/RegistryGiftGiverCmd?isPreview=false&status=completePageLink&listId=UAtnSU5I6PR8I0vEB-I16w®istryType=WD&isAjax=false">View the registry</a>.\r\n\r\n<h3>Belk</h3>\r\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View the registry</a>. You will have to search for our names, since Belk hired the wrong web developers.\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by donating via PayPal. We''ll love you so much, too.\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="CUUE6FKDYN4QC"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>', 'Registry', '', 'publish', 'open', 'open', '', 'registry', '', '', '2011-09-23 03:13:14', '2011-09-23 03:13:14', '', 0, 'http://calebandlydia.com/?page_id=7', 0, 'page', '', 0),
(8, 1, '2011-09-18 23:32:25', '2011-09-18 23:32:25', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '7-revision', '', '', '2011-09-18 23:32:25', '2011-09-18 23:32:25', '', 7, 'http://calebandlydia.com/uncategorized/7-revision/', 0, 'revision', '', 0),
(9, 1, '2011-09-18 23:32:39', '2011-09-18 23:32:39', '<h3>When</h3>\r\nOctober 22, 2011 at 6:30pm\r\n<h3>Where</h3>\r\nThe Alexander Homestead\r\n4717 Shamrock Drive\r\nCharlotte, NC 28215\r\n<a href="http://maps.google.com/maps?q=The+Alexander+Homestead+4717+Shamrock+Drive+Charlotte,+NC+28215+&hl=en&ll=35.226542,-80.746604&spn=0.010061,0.010632&sll=35.135022,-80.740884&sspn=0.020566,0.021265&vpsrc=0&t=m&z=17">View Map</a>\r\n<h3>Reception</h3>\r\nThe reception will follow on site. There will be light hors d''oeuvres\r\nafter the ceremony (ya know, while you''re all waiting patiently for us to be done having our picture taken.) Then dinner to fill your bellies, and dancing to work off your meal.', 'Ceremony', '', 'publish', 'open', 'open', '', 'ceremony', '', '', '2011-09-23 02:56:42', '2011-09-23 02:56:42', '', 0, 'http://calebandlydia.com/?page_id=9', 0, 'page', '', 0),
(10, 1, '2011-09-18 23:32:34', '2011-09-18 23:32:34', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '9-revision', '', '', '2011-09-18 23:32:34', '2011-09-18 23:32:34', '', 9, 'http://calebandlydia.com/uncategorized/9-revision/', 0, 'revision', '', 0),
(11, 1, '2011-09-18 23:32:36', '2011-09-18 23:32:36', '', 'Ceremony', '', 'inherit', 'open', 'open', '', '9-revision-2', '', '', '2011-09-18 23:32:36', '2011-09-18 23:32:36', '', 9, 'http://calebandlydia.com/uncategorized/9-revision-2/', 0, 'revision', '', 0),
(12, 1, '2011-09-18 23:32:47', '2011-09-18 23:32:47', '<ul class="photos clearfix">\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-e1316738476150-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-e1316738582484-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316738104243-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-e1316738519963-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-e1316738373365-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-e1316738645973-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-e1316738411789-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'publish', 'open', 'open', '', 'photos', '', '', '2011-09-23 00:44:15', '2011-09-23 00:44:15', '', 0, 'http://calebandlydia.com/?page_id=12', 0, 'page', '', 0),
(13, 1, '2011-09-18 23:32:43', '2011-09-18 23:32:43', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '12-revision', '', '', '2011-09-18 23:32:43', '2011-09-18 23:32:43', '', 12, 'http://calebandlydia.com/uncategorized/12-revision/', 0, 'revision', '', 0),
(14, 1, '2011-09-18 23:32:53', '2011-09-18 23:32:53', 'Don''t feel like sending in your RSVP? We''re not offended. Submit the form below to RSVP online instead.\r\n\r\n[contact-form-7 id="44" title="RSVP"]', 'RSVP', '', 'publish', 'open', 'open', '', 'rsvp', '', '', '2011-09-22 22:21:09', '2011-09-22 22:21:09', '', 0, 'http://calebandlydia.com/?page_id=14', 0, 'page', '', 0),
(15, 1, '2011-09-18 23:32:50', '2011-09-18 23:32:50', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '14-revision', '', '', '2011-09-18 23:32:50', '2011-09-18 23:32:50', '', 14, 'http://calebandlydia.com/uncategorized/14-revision/', 0, 'revision', '', 0),
(16, 1, '2011-09-18 23:32:52', '2011-09-18 23:32:52', '', 'RSVP', '', 'inherit', 'open', 'open', '', '14-revision-2', '', '', '2011-09-18 23:32:52', '2011-09-18 23:32:52', '', 14, 'http://calebandlydia.com/uncategorized/14-revision-2/', 0, 'revision', '', 0),
(17, 1, '2011-09-18 23:33:03', '2011-09-18 23:33:03', 'If you''re coming from out of town, here are a couple of hotel suggestions:\r\n\r\n<strong>Blake Hotel</strong>\r\n555 South McDowell Street\r\nCharlotte, NC 28204\r\nCall <a href="tel:7043724100">(704) 372-4100</a> or visit <a href="http://blakehotelnc.com/" rel="external">blakehotelnc.com</a> to book online\r\n\r\n<strong>Holiday Inn Hotel Charlotte</strong>\r\n230 North College St\r\nCharlotte, NC 28202\r\nCall <a href="tel:7043355400">(704) 335-5400</a> or visit <a href="http://holidayinn.com" rel="external">holidayinn.com</a> to book online', 'Guest Information', '', 'publish', 'open', 'open', '', 'guest-information', '', '', '2011-09-22 22:03:45', '2011-09-22 22:03:45', '', 0, 'http://calebandlydia.com/?page_id=17', 0, 'page', '', 0),
(18, 1, '2011-09-18 23:32:56', '2011-09-18 23:32:56', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '17-revision', '', '', '2011-09-18 23:32:56', '2011-09-18 23:32:56', '', 17, 'http://calebandlydia.com/uncategorized/17-revision/', 0, 'revision', '', 0),
(19, 1, '2011-09-18 23:35:22', '2011-09-18 23:35:22', ' ', 'Guest Info', '', 'publish', 'open', 'open', '', 'guest-info', '', '', '2011-09-18 23:35:35', '2011-09-18 23:35:35', '', 0, 'http://calebandlydia.com/?p=19', 6, 'nav_menu_item', '', 0),
(20, 1, '2011-09-18 23:35:22', '2011-09-18 23:35:22', ' ', '', '', 'publish', 'open', 'open', '', '20', '', '', '2011-09-18 23:35:35', '2011-09-18 23:35:35', '', 0, 'http://calebandlydia.com/?p=20', 5, 'nav_menu_item', '', 0),
(21, 1, '2011-09-18 23:35:22', '2011-09-18 23:35:22', ' ', '', '', 'publish', 'open', 'open', '', '21', '', '', '2011-09-18 23:35:35', '2011-09-18 23:35:35', '', 0, 'http://calebandlydia.com/?p=21', 4, 'nav_menu_item', '', 0),
(22, 1, '2011-09-18 23:35:22', '2011-09-18 23:35:22', ' ', '', '', 'publish', 'open', 'open', '', '22', '', '', '2011-09-18 23:35:35', '2011-09-18 23:35:35', '', 0, 'http://calebandlydia.com/?p=22', 3, 'nav_menu_item', '', 0),
(23, 1, '2011-09-18 23:35:22', '2011-09-18 23:35:22', ' ', '', '', 'publish', 'open', 'open', '', '23', '', '', '2011-09-18 23:35:35', '2011-09-18 23:35:35', '', 0, 'http://calebandlydia.com/?p=23', 2, 'nav_menu_item', '', 0),
(24, 1, '2011-09-18 23:34:11', '0000-00-00 00:00:00', '[letter]C[/letter]aleb and I met in early 2006. He came in to the coffee shop while I was working and we were introduced. I didn’t think much of it other than, “omg he is lyke sooo hawt.” Then he added me on Myspace (ohhh the internet), and we started talking online all the time. Every time we hung out, I thought there was no way he would ever like me. His friends and family knew he liked me, and vice versa, but everyone kept quiet, so neither of us knew how the other one felt.\r\n\r\nCaleb’s sister, Bekah, and I were working together at the time and she had been asking me who I liked. I never confessed, but I didn’t need to because she showed up at work one day with this photo in an envelope for me. I’m a really bad liar, but even if I had tried, my smile gave it away. So, a little more time went on, and there were a few more girly freak outs that went something like this: “Caleb said (insert vague statement here). What does that mean?!” before I finally figured out that he liked me too.\r\n\r\nWe started dating on October 27th in 2007 after we got back from a MuteMath concert and a trip to the mountains with some of our closest friends. And we’ve been together ever since. So that’s our story (or at least my side of it), and in October this year, we’re getting married!', '', '', 'draft', 'open', 'open', '', '', '', '', '2011-09-18 23:34:11', '0000-00-00 00:00:00', '', 0, 'http://calebandlydia.com/?p=24', 1, 'nav_menu_item', '', 0),
(25, 1, '2011-09-18 23:35:22', '2011-09-18 23:35:22', '', 'About Us', '', 'publish', 'open', 'open', '', 'about-us', '', '', '2011-09-18 23:35:35', '2011-09-18 23:35:35', '', 0, 'http://calebandlydia.com/?p=25', 1, 'nav_menu_item', '', 0),
(26, 1, '2011-09-18 23:32:15', '2011-09-18 23:32:15', '[letter]C[/letter]aleb and I met in early 2006. He came in to the coffee shop while I was working and we were introduced. I didn''t think much of it other than, "omg he is lyke sooo hawt." Then he added me on Myspace (ohhh the internet), and we started talking online all the time. Every time we hung out, I thought there was no way he would ever like me. His friends and family knew he liked me, and vice versa, but everyone kept quiet, so neither of us knew how the other one felt.\r\n\r\nCaleb''s sister, Bekah, and I were working together at the time and she had been asking me who I liked. I never confessed, but I didn''t need to because she showed up at work one day with this photo in an envelope for me. I''m a really bad liar, but even if I had tried, my smile gave it away. So, a little more time went on, and there were a few more girly freak outs that went something like this: "Caleb said (insert vague statement here). What does that mean?!" before I finally figured out that he liked me too.\r\n\r\nWe started dating on October 27th in 2007 after we got back from a MuteMath concert and a trip to the mountains with some of our closest friends. And we''ve been together ever since. So that''s our story (or at least my side of it), and in October this year, we''re getting married!', 'About Us', '', 'inherit', 'open', 'open', '', '5-revision-2', '', '', '2011-09-18 23:32:15', '2011-09-18 23:32:15', '', 5, 'http://calebandlydia.com/uncategorized/5-revision-2/', 0, 'revision', '', 0),
(27, 1, '2011-09-19 22:10:00', '2011-09-19 22:10:00', '[titlecase letter="C"/]aleb and I met in early 2006. He came in to the coffee shop while I was working and we were introduced. I didn''t think much of it other than, "omg he is lyke sooo hawt." Then he added me on Myspace (ohhh the internet), and we started talking online all the time. Every time we hung out, I thought there was no way he would ever like me. His friends and family knew he liked me, and vice versa, but everyone kept quiet, so neither of us knew how the other one felt.\n\nCaleb''s sister, Bekah, and I were working together at the time and she had been asking me who I liked. I never confessed, but I didn''t need to because she showed up at work one day with this photo in an envelope for me. I''m a really bad liar, but even if I had tried, my smile gave it away. So, a little more time went on, and there were a few more girly freak outs that went something like this: "Caleb said (insert vague statement here). What does that mean?!" before I finally figured out that he liked me too.\n\nWe started dating on October 27th in 2007 after we got back from a MuteMath concert and a trip to the mountains with some of our closest friends. And we''ve been together ever since. So that''s our story (or at least my side of it), and in October this year, we''re getting married!', 'About Us', '', 'inherit', 'open', 'open', '', '5-autosave', '', '', '2011-09-19 22:10:00', '2011-09-19 22:10:00', '', 5, 'http://calebandlydia.com/uncategorized/5-autosave/', 0, 'revision', '', 0),
(28, 1, '2011-09-20 01:26:25', '2011-09-20 01:26:25', '', 'photo', '', 'inherit', 'open', 'open', '', 'photo', '', '', '2011-09-20 01:26:25', '2011-09-20 01:26:25', '', 5, 'http://calebandlydia.com/wp-content/uploads/2011/09/photo.png', 0, 'attachment', 'image/png', 0),
(29, 1, '2011-09-19 20:02:27', '2011-09-19 20:02:27', '[titlecase letter="C"/]aleb and I met in early 2006. He came in to the coffee shop while I was working and we were introduced. I didn''t think much of it other than, "omg he is lyke sooo hawt." Then he added me on Myspace (ohhh the internet), and we started talking online all the time. Every time we hung out, I thought there was no way he would ever like me. His friends and family knew he liked me, and vice versa, but everyone kept quiet, so neither of us knew how the other one felt.\r\n\r\nCaleb''s sister, Bekah, and I were working together at the time and she had been asking me who I liked. I never confessed, but I didn''t need to because she showed up at work one day with this photo in an envelope for me. I''m a really bad liar, but even if I had tried, my smile gave it away. So, a little more time went on, and there were a few more girly freak outs that went something like this: "Caleb said (insert vague statement here). What does that mean?!" before I finally figured out that he liked me too.\r\n\r\nWe started dating on October 27th in 2007 after we got back from a MuteMath concert and a trip to the mountains with some of our closest friends. And we''ve been together ever since. So that''s our story (or at least my side of it), and in October this year, we''re getting married!', 'About Us', '', 'inherit', 'open', 'open', '', '5-revision-3', '', '', '2011-09-19 20:02:27', '2011-09-19 20:02:27', '', 5, 'http://calebandlydia.com/uncategorized/5-revision-3/', 0, 'revision', '', 0),
(30, 1, '2011-09-18 23:33:03', '2011-09-18 23:33:03', '', 'Guest Information', '', 'inherit', 'open', 'open', '', '17-revision-2', '', '', '2011-09-18 23:33:03', '2011-09-18 23:33:03', '', 17, 'http://calebandlydia.com/uncategorized/17-revision-2/', 0, 'revision', '', 0),
(31, 1, '2011-09-22 22:00:56', '2011-09-22 22:00:56', 'If you''re coming from out of town, here are a few hotel suggestions:\r\n\r\nBlake Hotel - 555 South McDowell Street, Charlotte, NC 28204\r\nCall (704) 372-4100 or visit blakehotelnc.com to book online\r\n\r\nHoliday Inn Hotel Charlotte - 230 North College St, Charlotte, NC 28202\r\nCall (704) 335-5400 or visit holidayinn.com to book online', 'Guest Information', '', 'inherit', 'open', 'open', '', '17-revision-3', '', '', '2011-09-22 22:00:56', '2011-09-22 22:00:56', '', 17, 'http://calebandlydia.com/uncategorized/17-revision-3/', 0, 'revision', '', 0),
(32, 1, '2011-09-22 22:01:25', '2011-09-22 22:01:25', 'If you''re coming from out of town, here are a few hotel suggestions:\r\n\r\nBlake Hotel - 555 South McDowell Street, Charlotte, NC 28204\r\nCall (704) 372-4100 or visit <a href="http://blakehotelnc.com/" rel="external">blakehotelnc.com</a> to book online\r\n\r\nHoliday Inn Hotel Charlotte - 230 North College St, Charlotte, NC 28202\r\nCall (704) 335-5400 or visit <a href="http://holidayinn.com" rel="external">holidayinn.com</a> to book online', 'Guest Information', '', 'inherit', 'open', 'open', '', '17-revision-4', '', '', '2011-09-22 22:01:25', '2011-09-22 22:01:25', '', 17, 'http://calebandlydia.com/uncategorized/17-revision-4/', 0, 'revision', '', 0),
(33, 1, '2011-09-22 22:01:57', '2011-09-22 22:01:57', 'If you''re coming from out of town, here are a few hotel suggestions:\r\n\r\nBlake Hotel - 555 South McDowell Street, Charlotte, NC 28204\r\nCall <a href="tel:7043724100">(704) 372-4100</a> or visit <a href="http://blakehotelnc.com/" rel="external">blakehotelnc.com</a> to book online\r\n\r\nHoliday Inn Hotel Charlotte - 230 North College St, Charlotte, NC 28202\r\nCall <a href="tel:7043355400">(704) 335-5400</a> or visit <a href="http://holidayinn.com" rel="external">holidayinn.com</a> to book online', 'Guest Information', '', 'inherit', 'open', 'open', '', '17-revision-5', '', '', '2011-09-22 22:01:57', '2011-09-22 22:01:57', '', 17, 'http://calebandlydia.com/uncategorized/17-revision-5/', 0, 'revision', '', 0),
(34, 1, '2011-09-22 22:03:02', '2011-09-22 22:03:02', 'If you''re coming from out of town, here are a few hotel suggestions:\r\n\r\n<strong>Blake Hotel</strong> - 555 South McDowell Street, Charlotte, NC 28204\r\nCall <a href="tel:7043724100">(704) 372-4100</a> or visit <a href="http://blakehotelnc.com/" rel="external">blakehotelnc.com</a> to book online\r\n\r\n<strong>Holiday Inn Hotel Charlotte</strong> - 230 North College St, Charlotte, NC 28202\r\nCall <a href="tel:7043355400">(704) 335-5400</a> or visit <a href="http://holidayinn.com" rel="external">holidayinn.com</a> to book online', 'Guest Information', '', 'inherit', 'open', 'open', '', '17-revision-6', '', '', '2011-09-22 22:03:02', '2011-09-22 22:03:02', '', 17, 'http://calebandlydia.com/uncategorized/17-revision-6/', 0, 'revision', '', 0),
(35, 1, '2011-09-22 22:03:20', '2011-09-22 22:03:20', 'If you''re coming from out of town, here are a few hotel suggestions:\r\n\r\n<strong>Blake Hotel</strong>\r\n555 South McDowell Street\r\nCharlotte, NC 28204\r\nCall <a href="tel:7043724100">(704) 372-4100</a> or visit <a href="http://blakehotelnc.com/" rel="external">blakehotelnc.com</a> to book online\r\n\r\n<strong>Holiday Inn Hotel Charlotte</strong> - 230 North College St, Charlotte, NC 28202\r\nCall <a href="tel:7043355400">(704) 335-5400</a> or visit <a href="http://holidayinn.com" rel="external">holidayinn.com</a> to book online', 'Guest Information', '', 'inherit', 'open', 'open', '', '17-revision-7', '', '', '2011-09-22 22:03:20', '2011-09-22 22:03:20', '', 17, 'http://calebandlydia.com/uncategorized/17-revision-7/', 0, 'revision', '', 0),
(36, 1, '2011-09-22 22:03:30', '2011-09-22 22:03:30', 'If you''re coming from out of town, here are a few hotel suggestions:\r\n\r\n<strong>Blake Hotel</strong>\r\n555 South McDowell Street\r\nCharlotte, NC 28204\r\nCall <a href="tel:7043724100">(704) 372-4100</a> or visit <a href="http://blakehotelnc.com/" rel="external">blakehotelnc.com</a> to book online\r\n\r\n<strong>Holiday Inn Hotel Charlotte</strong>\r\n230 North College St\r\nCharlotte, NC 28202\r\nCall <a href="tel:7043355400">(704) 335-5400</a> or visit <a href="http://holidayinn.com" rel="external">holidayinn.com</a> to book online', 'Guest Information', '', 'inherit', 'open', 'open', '', '17-revision-8', '', '', '2011-09-22 22:03:30', '2011-09-22 22:03:30', '', 17, 'http://calebandlydia.com/uncategorized/17-revision-8/', 0, 'revision', '', 0),
(37, 1, '2011-09-18 23:32:39', '2011-09-18 23:32:39', '', 'Ceremony', '', 'inherit', 'open', 'open', '', '9-revision-3', '', '', '2011-09-18 23:32:39', '2011-09-18 23:32:39', '', 9, 'http://calebandlydia.com/uncategorized/9-revision-3/', 0, 'revision', '', 0),
(38, 1, '2011-09-22 22:04:57', '2011-09-22 22:04:57', '<strong>When</strong>\r\nOctober 22, 2011 at 6:30pm\r\n\r\n<strong>Where</strong>\r\nThe Alexander Homestead\r\n4717 Shamrock Drive\r\nCharlotte, NC 28215\r\n\r\n<h3>Reception</h3>\r\nThe reception will follow on site. There will be light hors d''oeuvres\r\nafter the ceremony (ya know, while you''re all waiting patiently for us to be done having our picture taken.) Then dinner to fill your bellies, and dancing to work off your meal.</h3>', 'Ceremony', '', 'inherit', 'open', 'open', '', '9-revision-4', '', '', '2011-09-22 22:04:57', '2011-09-22 22:04:57', '', 9, 'http://calebandlydia.com/uncategorized/9-revision-4/', 0, 'revision', '', 0),
(39, 1, '2011-09-22 22:05:14', '2011-09-22 22:05:14', '<h3>When</h3>\r\nOctober 22, 2011 at 6:30pm\r\n\r\n<h3>Where</h3>\r\nThe Alexander Homestead\r\n4717 Shamrock Drive\r\nCharlotte, NC 28215\r\n<h3>Reception</h3>\r\nThe reception will follow on site. There will be light hors d''oeuvres\r\nafter the ceremony (ya know, while you''re all waiting patiently for us to be done having our picture taken.) Then dinner to fill your bellies, and dancing to work off your meal.', 'Ceremony', '', 'inherit', 'open', 'open', '', '9-revision-5', '', '', '2011-09-22 22:05:14', '2011-09-22 22:05:14', '', 9, 'http://calebandlydia.com/uncategorized/9-revision-5/', 0, 'revision', '', 0),
(40, 1, '2011-09-22 22:05:49', '2011-09-22 22:05:49', '<h3>When</h3>\r\nOctober 22, 2011 at 6:30pm\r\n\r\n<h3>Where</h3>\r\nThe Alexander Homestead\r\n4717 Shamrock Drive\r\nCharlotte, NC 28215\r\n<h3>Reception</h3>\r\nThe reception will follow on site. There will be light hors d''oeuvres\r\nafter the ceremony (ya know, while you''re all waiting patiently for us to be done having our picture taken.) Then dinner to fill your bellies, and dancing to work off your meal.', 'Ceremony', '', 'inherit', 'open', 'open', '', '9-revision-6', '', '', '2011-09-22 22:05:49', '2011-09-22 22:05:49', '', 9, 'http://calebandlydia.com/uncategorized/9-revision-6/', 0, 'revision', '', 0),
(41, 1, '2011-09-18 23:32:53', '2011-09-18 23:32:53', '', 'RSVP', '', 'inherit', 'open', 'open', '', '14-revision-3', '', '', '2011-09-18 23:32:53', '2011-09-18 23:32:53', '', 14, 'http://calebandlydia.com/uncategorized/14-revision-3/', 0, 'revision', '', 0),
(42, 1, '2011-09-23 00:44:12', '2011-09-23 00:44:12', '<ul class="photos clearfix">\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-e1316738476150-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-e1316738582484-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316738104243-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-e1316738519963-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-e1316738373365-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-e1316738411789-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\n</ul>\n\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-autosave', '', '', '2011-09-23 00:44:12', '2011-09-23 00:44:12', '', 12, 'http://calebandlydia.com/uncategorized/12-autosave/', 0, 'revision', '', 0),
(43, 1, '2011-09-18 23:32:47', '2011-09-18 23:32:47', '', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-2', '', '', '2011-09-18 23:32:47', '2011-09-18 23:32:47', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-2/', 0, 'revision', '', 0),
(44, 1, '2011-09-22 22:20:11', '2011-09-22 22:20:11', '', 'RSVP', '', 'publish', 'closed', 'open', '', 'rsvp', '', '', '2011-09-22 22:20:11', '2011-09-22 22:20:11', '', 0, 'http://calebandlydia.com/wpcf7_contact_form/contact-form-1/', 0, 'wpcf7_contact_form', '', 0),
(45, 1, '2011-09-22 22:07:20', '2011-09-22 22:07:20', 'Don''t feel like sending in your RSVP? We''re not offended. Submit the form below to RSVP online.', 'RSVP', '', 'inherit', 'open', 'open', '', '14-revision-4', '', '', '2011-09-22 22:07:20', '2011-09-22 22:07:20', '', 14, 'http://calebandlydia.com/uncategorized/14-revision-4/', 0, 'revision', '', 0),
(46, 1, '2011-09-22 22:12:01', '2011-09-22 22:12:01', 'Don''t feel like sending in your RSVP? We''re not offended. Submit the form below to RSVP online.\r\n\r\n[contact-form-7 id="44" title="RSVP"]', 'RSVP', '', 'inherit', 'open', 'open', '', '14-revision-5', '', '', '2011-09-22 22:12:01', '2011-09-22 22:12:01', '', 14, 'http://calebandlydia.com/uncategorized/14-revision-5/', 0, 'revision', '', 0),
(47, 1, '2011-09-22 22:34:35', '2011-09-22 22:34:35', 'We are registered at the following places:\n\n<h3>Crate & Barrel</h3>\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View registry</a>\n\n<h3>Crate & Barrel</h3>\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View registry</a>\n\n<h3>Crate & Barrel</h3>\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View registry</a>. (You will have to search for our names, since Belk hired the wrong web developers.)\n\n<h3>We are going to Paris for our honeymoon!</h3>\nIf you''d like to help out with funds, you can do so by going here: (put link to a paypal account or somethin'' so people can give us monies.)', 'Registry', '', 'inherit', 'open', 'open', '', '7-autosave', '', '', '2011-09-22 22:34:35', '2011-09-22 22:34:35', '', 7, 'http://calebandlydia.com/uncategorized/7-autosave/', 0, 'revision', '', 0),
(48, 1, '2011-09-18 23:32:29', '2011-09-18 23:32:29', '', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-2', '', '', '2011-09-18 23:32:29', '2011-09-18 23:32:29', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-2/', 0, 'revision', '', 0),
(50, 1, '2011-09-22 22:25:38', '2011-09-22 22:25:38', '<h3>Thank you!</h3>\nYou''re ', 'Thank You!', '', 'inherit', 'open', 'open', '', '49-revision', '', '', '2011-09-22 22:25:38', '2011-09-22 22:25:38', '', 49, 'http://calebandlydia.com/uncategorized/49-revision/', 0, 'revision', '', 0),
(52, 1, '2011-09-22 22:26:19', '2011-09-22 22:26:19', '<h3>Thank you!</h3>\r\nYou''re terribly sweet.', 'Thank You!', '', 'inherit', 'open', 'open', '', '49-revision-3', '', '', '2011-09-22 22:26:19', '2011-09-22 22:26:19', '', 49, 'http://calebandlydia.com/uncategorized/49-revision-3/', 0, 'revision', '', 0),
(51, 1, '2011-09-22 22:26:04', '2011-09-22 22:26:04', '<h3>Thank you!</h3>\r\nWe''ll buy Lydia a dress or shoes and send you a picture so you can get your moneys worth.', 'Thank You!', '', 'inherit', 'open', 'open', '', '49-revision-2', '', '', '2011-09-22 22:26:04', '2011-09-22 22:26:04', '', 49, 'http://calebandlydia.com/uncategorized/49-revision-2/', 0, 'revision', '', 0),
(53, 1, '2011-09-22 22:31:17', '2011-09-22 22:31:17', '<h3>Merci beaucoup!</h3>\nWe''ll send you a picture of the Eiffel tower, or maybe some France flag too.', 'Thank You!', '', 'inherit', 'open', 'open', '', '49-autosave', '', '', '2011-09-22 22:31:17', '2011-09-22 22:31:17', '', 49, 'http://calebandlydia.com/uncategorized/49-autosave/', 0, 'revision', '', 0),
(54, 1, '2011-09-22 22:26:29', '2011-09-22 22:26:29', '<h3>Thank you!</h3>\r\nYou''re terribly sweet.', 'Thank You!', '', 'inherit', 'open', 'open', '', '49-revision-4', '', '', '2011-09-22 22:26:29', '2011-09-22 22:26:29', '', 49, 'http://calebandlydia.com/uncategorized/49-revision-4/', 0, 'revision', '', 0),
(55, 1, '2011-09-22 22:29:26', '2011-09-22 22:29:26', '<h3>Thank you!</h3>\r\nWe''ll send you a picture of the Eiffel tower. Merci beaucoup!', 'Thank You!', '', 'inherit', 'open', 'open', '', '49-revision-5', '', '', '2011-09-22 22:29:26', '2011-09-22 22:29:26', '', 49, 'http://calebandlydia.com/uncategorized/49-revision-5/', 0, 'revision', '', 0),
(56, 1, '2011-09-22 22:29:41', '2011-09-22 22:29:41', '<h3>Thank you!</h3>\r\nWe''ll send you a picture of the Eiffel tower. Merci beaucoup!', 'Thank You!', '', 'inherit', 'open', 'open', '', '49-revision-6', '', '', '2011-09-22 22:29:41', '2011-09-22 22:29:41', '', 49, 'http://calebandlydia.com/uncategorized/49-revision-6/', 0, 'revision', '', 0),
(57, 1, '2011-09-22 22:30:16', '2011-09-22 22:30:16', '<h3>Thank you!</h3>\r\nWe''ll send you a picture of the Eiffel tower, or maybe a beret. Merci beaucoup!', 'Thank You!', '', 'inherit', 'open', 'open', '', '49-revision-7', '', '', '2011-09-22 22:30:16', '2011-09-22 22:30:16', '', 49, 'http://calebandlydia.com/uncategorized/49-revision-7/', 0, 'revision', '', 0),
(58, 1, '2011-09-22 22:31:22', '2011-09-22 22:31:22', '<h3>Merci beaucoup!</h3>\r\nWe''ll send you a picture of the Eiffel tower, or maybe some France flag toothpicks.', 'Thank You!', '', 'inherit', 'open', 'open', '', '49-revision-8', '', '', '2011-09-22 22:31:22', '2011-09-22 22:31:22', '', 49, 'http://calebandlydia.com/uncategorized/49-revision-8/', 0, 'revision', '', 0),
(59, 1, '2011-09-22 22:31:36', '2011-09-22 22:31:36', '<h3>Merci beaucoup!</h3>\r\nWe''ll send you a post card of the Eiffel tower, or maybe some France flag toothpicks.', 'Thank You!', '', 'inherit', 'open', 'open', '', '49-revision-9', '', '', '2011-09-22 22:31:36', '2011-09-22 22:31:36', '', 49, 'http://calebandlydia.com/uncategorized/49-revision-9/', 0, 'revision', '', 0),
(60, 1, '2011-09-22 22:24:36', '2011-09-22 22:24:36', 'We are registered at the following places:\r\n\r\n<h3>Crate & Barrel</h3>\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by going here: (put link to a paypal account or somethin'' so people can give us monies.)', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-3', '', '', '2011-09-22 22:24:36', '2011-09-22 22:24:36', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-3/', 0, 'revision', '', 0),
(61, 1, '2011-09-22 22:35:53', '2011-09-22 22:35:53', 'We are registered at the following places:\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View registry</a>\r\n\r\n<h3>Target</h3>\r\n<a href="http://www.target.com/RegistryGiftGiverCmd?isPreview=false&status=completePageLink&listId=UAtnSU5I6PR8I0vEB-I16w®istryType=WD&isAjax=false">View registry</a>\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View registry</a>. (You will have to search for our names, since Belk hired the wrong web developers.)\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by going here: (put link to a paypal account or somethin'' so people can give us monies.)', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-4', '', '', '2011-09-22 22:35:53', '2011-09-22 22:35:53', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-4/', 0, 'revision', '', 0),
(62, 1, '2011-09-22 22:36:10', '2011-09-22 22:36:10', 'We are registered at the following places:\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View registry</a>\r\n\r\n<h3>Target</h3>\r\n<a href="http://www.target.com/RegistryGiftGiverCmd?isPreview=false&status=completePageLink&listId=UAtnSU5I6PR8I0vEB-I16w®istryType=WD&isAjax=false">View registry</a>\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View registry</a>. (You will have to search for our names, since Belk hired the wrong web developers.)\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by clicking the donate button.\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="CUUE6FKDYN4QC"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-5', '', '', '2011-09-22 22:36:10', '2011-09-22 22:36:10', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-5/', 0, 'revision', '', 0),
(63, 1, '2011-09-22 22:36:47', '2011-09-22 22:36:47', 'We are registered at the following places:\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View registry</a>\r\n\r\n<h3>Target</h3>\r\n<a href="http://www.target.com/RegistryGiftGiverCmd?isPreview=false&status=completePageLink&listId=UAtnSU5I6PR8I0vEB-I16w®istryType=WD&isAjax=false">View registry</a>\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View registry</a>. (You will have to search for our names, since Belk hired the wrong web developers.)\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by donating via PayPal. We''ll love you so much too.\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="CUUE6FKDYN4QC"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-6', '', '', '2011-09-22 22:36:47', '2011-09-22 22:36:47', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-6/', 0, 'revision', '', 0),
(64, 1, '2011-09-22 22:37:12', '2011-09-22 22:37:12', 'We are registered at the following places:\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View registry</a>\r\n\r\n<h3>Target</h3>\r\n<a href="http://www.target.com/RegistryGiftGiverCmd?isPreview=false&status=completePageLink&listId=UAtnSU5I6PR8I0vEB-I16w®istryType=WD&isAjax=false">View registry</a>\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View registry</a>. (You will have to search for our names, since Belk hired the wrong web developers.)\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by donating via PayPal. We''ll love you so much, too.\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="CUUE6FKDYN4QC"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-7', '', '', '2011-09-22 22:37:12', '2011-09-22 22:37:12', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-7/', 0, 'revision', '', 0),
(65, 1, '2011-09-22 22:37:26', '2011-09-22 22:37:26', 'We are registered at the following places:\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View registry</a>\r\n\r\n<h3>Target</h3>\r\n<a href="http://www.target.com/RegistryGiftGiverCmd?isPreview=false&status=completePageLink&listId=UAtnSU5I6PR8I0vEB-I16w®istryType=WD&isAjax=false">View registry</a>\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View registry</a>.\r\n<small>(You will have to search for our names, since Belk hired the wrong web developers.)</small>\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by donating via PayPal. We''ll love you so much, too.\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="CUUE6FKDYN4QC"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-8', '', '', '2011-09-22 22:37:26', '2011-09-22 22:37:26', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-8/', 0, 'revision', '', 0),
(66, 1, '2011-09-22 22:37:45', '2011-09-22 22:37:45', 'We are registered at the following places:\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View the registry</a>.\r\n\r\n<h3>Target</h3>\r\n<a href="http://www.target.com/RegistryGiftGiverCmd?isPreview=false&status=completePageLink&listId=UAtnSU5I6PR8I0vEB-I16w®istryType=WD&isAjax=false">View the registry</a>.\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View the registry</a>.\r\n<small>(You will have to search for our names, since Belk hired the wrong web developers.)</small>\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by donating via PayPal. We''ll love you so much, too.\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="CUUE6FKDYN4QC"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-9', '', '', '2011-09-22 22:37:45', '2011-09-22 22:37:45', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-9/', 0, 'revision', '', 0),
(67, 1, '2011-09-22 22:37:55', '2011-09-22 22:37:55', 'We are registered at the following places:\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View the registry</a>.\r\n\r\n<h3>Target</h3>\r\n<a href="http://www.target.com/RegistryGiftGiverCmd?isPreview=false&status=completePageLink&listId=UAtnSU5I6PR8I0vEB-I16w®istryType=WD&isAjax=false">View the registry</a>.\r\n\r\n<h3>Belk</h3>\r\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View the registry</a>.\r\n<small>(You will have to search for our names, since Belk hired the wrong web developers.)</small>\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by donating via PayPal. We''ll love you so much, too.\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="CUUE6FKDYN4QC"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-10', '', '', '2011-09-22 22:37:55', '2011-09-22 22:37:55', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-10/', 0, 'revision', '', 0),
(68, 1, '2011-09-22 22:38:45', '2011-09-22 22:38:45', '<h2>We are registered at the following places:</h2>\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View the registry</a>.\r\n\r\n<h3>Target</h3>\r\n<a href="http://www.target.com/RegistryGiftGiverCmd?isPreview=false&status=completePageLink&listId=UAtnSU5I6PR8I0vEB-I16w®istryType=WD&isAjax=false">View the registry</a>.\r\n\r\n<h3>Belk</h3>\r\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View the registry</a>.\r\n<small>(You will have to search for our names, since Belk hired the wrong web developers.)</small>\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by donating via PayPal. We''ll love you so much, too.\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="CUUE6FKDYN4QC"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-11', '', '', '2011-09-22 22:38:45', '2011-09-22 22:38:45', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-11/', 0, 'revision', '', 0),
(69, 1, '2011-09-22 22:08:45', '2011-09-22 22:08:45', 'Our photos were taken by Pranee Loffer of <a href="http://praneeloffer.com/">Beauty for Ashes photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-3', '', '', '2011-09-22 22:08:45', '2011-09-22 22:08:45', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-3/', 0, 'revision', '', 0),
(71, 1, '2011-09-23 00:07:04', '2011-09-23 00:07:04', 'Photos by Pranee Loffer of <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-5', '', '', '2011-09-23 00:07:04', '2011-09-23 00:07:04', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-5/', 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
(70, 1, '2011-09-22 22:39:16', '2011-09-22 22:39:16', 'Our photos were taken by Pranee Loffer of <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-4', '', '', '2011-09-22 22:39:16', '2011-09-22 22:39:16', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-4/', 0, 'revision', '', 0),
(72, 1, '2011-09-23 00:07:25', '2011-09-23 00:07:25', 'Photos by Pranee Loffer of <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-6', '', '', '2011-09-23 00:07:25', '2011-09-23 00:07:25', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-6/', 0, 'revision', '', 0),
(73, 1, '2011-09-23 00:25:19', '2011-09-23 00:25:19', '', '1', '', 'inherit', 'open', 'open', '', '1', '', '', '2011-09-23 00:25:19', '2011-09-23 00:25:19', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2011-09-23 00:25:19', '2011-09-23 00:25:19', '', '2', '', 'inherit', 'open', 'open', '', '2', '', '', '2011-09-23 00:25:19', '2011-09-23 00:25:19', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(75, 1, '2011-09-23 00:25:20', '2011-09-23 00:25:20', '', '3', '', 'inherit', 'open', 'open', '', '3', '', '', '2011-09-23 00:25:20', '2011-09-23 00:25:20', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2011-09-23 00:25:20', '2011-09-23 00:25:20', '', '4', '', 'inherit', 'open', 'open', '', '4', '', '', '2011-09-23 00:25:20', '2011-09-23 00:25:20', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2011-09-23 00:25:20', '2011-09-23 00:25:20', '', '5', '', 'inherit', 'open', 'open', '', '5', '', '', '2011-09-23 00:25:20', '2011-09-23 00:25:20', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(78, 1, '2011-09-23 00:25:21', '2011-09-23 00:25:21', '', '6', '', 'inherit', 'open', 'open', '', '6', '', '', '2011-09-23 00:25:21', '2011-09-23 00:25:21', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg', 0, 'attachment', 'image/jpeg', 0),
(79, 1, '2011-09-23 00:25:21', '2011-09-23 00:25:21', '', '7', '', 'inherit', 'open', 'open', '', '7', '', '', '2011-09-23 00:25:21', '2011-09-23 00:25:21', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg', 0, 'attachment', 'image/jpeg', 0),
(80, 1, '2011-09-23 00:25:21', '2011-09-23 00:25:21', '', '8', '', 'inherit', 'open', 'open', '', '8', '', '', '2011-09-23 00:25:21', '2011-09-23 00:25:21', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg', 0, 'attachment', 'image/jpeg', 0),
(81, 1, '2011-09-23 00:25:21', '2011-09-23 00:25:21', '', '10', '', 'inherit', 'open', 'open', '', '10', '', '', '2011-09-23 00:25:21', '2011-09-23 00:25:21', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg', 0, 'attachment', 'image/jpeg', 0),
(82, 1, '2011-09-23 00:25:22', '2011-09-23 00:25:22', '', '11', '', 'inherit', 'open', 'open', '', '11', '', '', '2011-09-23 00:25:22', '2011-09-23 00:25:22', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg', 0, 'attachment', 'image/jpeg', 0),
(83, 1, '2011-09-23 00:25:22', '2011-09-23 00:25:22', '', '12', '', 'inherit', 'open', 'open', '', '12', '', '', '2011-09-23 00:25:22', '2011-09-23 00:25:22', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg', 0, 'attachment', 'image/jpeg', 0),
(84, 1, '2011-09-23 00:25:22', '2011-09-23 00:25:22', '', '13', '', 'inherit', 'open', 'open', '', '13', '', '', '2011-09-23 00:25:22', '2011-09-23 00:25:22', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg', 0, 'attachment', 'image/jpeg', 0),
(85, 1, '2011-09-23 00:25:22', '2011-09-23 00:25:22', '', '14', '', 'inherit', 'open', 'open', '', '14', '', '', '2011-09-23 00:25:22', '2011-09-23 00:25:22', '', 12, 'http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg', 0, 'attachment', 'image/jpeg', 0),
(86, 1, '2011-09-23 00:07:33', '2011-09-23 00:07:33', 'Photos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-7', '', '', '2011-09-23 00:07:33', '2011-09-23 00:07:33', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-7/', 0, 'revision', '', 0),
(90, 1, '2011-09-23 00:30:03', '2011-09-23 00:30:03', '<ul class="photos">\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-11', '', '', '2011-09-23 00:30:03', '2011-09-23 00:30:03', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-11/', 0, 'revision', '', 0),
(88, 1, '2011-09-23 00:28:40', '2011-09-23 00:28:40', '<ul class="photos">\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/5.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/5-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/9.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/9-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-9', '', '', '2011-09-23 00:28:40', '2011-09-23 00:28:40', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-9/', 0, 'revision', '', 0),
(87, 1, '2011-09-23 00:27:50', '2011-09-23 00:27:50', '<ul class="photos">\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/5.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/5-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/9.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/9-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="alignleft size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-8', '', '', '2011-09-23 00:27:50', '2011-09-23 00:27:50', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-8/', 0, 'revision', '', 0),
(89, 1, '2011-09-23 00:29:26', '2011-09-23 00:29:26', '<ul class="photos">\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/5.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/5-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-10', '', '', '2011-09-23 00:29:26', '2011-09-23 00:29:26', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-10/', 0, 'revision', '', 0),
(91, 1, '2011-09-23 00:34:16', '2011-09-23 00:34:16', '<ul class="photos">\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316737888439-150x137" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-12', '', '', '2011-09-23 00:34:16', '2011-09-23 00:34:16', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-12/', 0, 'revision', '', 0),
(92, 1, '2011-09-23 00:34:25', '2011-09-23 00:34:25', '<ul class="photos">\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316737888439-150x137.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-13', '', '', '2011-09-23 00:34:25', '2011-09-23 00:34:25', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-13/', 0, 'revision', '', 0),
(93, 1, '2011-09-23 00:35:17', '2011-09-23 00:35:17', '<ul class="photos">\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316738104243-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-14', '', '', '2011-09-23 00:35:17', '2011-09-23 00:35:17', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-14/', 0, 'revision', '', 0),
(94, 1, '2011-09-23 00:36:10', '2011-09-23 00:36:10', '<ul class="photos">\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316738104243-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a class="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-15', '', '', '2011-09-23 00:36:10', '2011-09-23 00:36:10', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-15/', 0, 'revision', '', 0),
(95, 1, '2011-09-23 00:36:27', '2011-09-23 00:36:27', '<ul class="photos">\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316738104243-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto" href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-16', '', '', '2011-09-23 00:36:27', '2011-09-23 00:36:27', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-16/', 0, 'revision', '', 0),
(96, 1, '2011-09-23 00:37:09', '2011-09-23 00:37:09', '<ul class="photos">\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316738104243-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[photos]" href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-150x150.jpg" alt="Caleb and Lydia" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-17', '', '', '2011-09-23 00:37:09', '2011-09-23 00:37:09', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-17/', 0, 'revision', '', 0),
(97, 1, '2011-09-23 00:37:47', '2011-09-23 00:37:47', '<ul class="photos">\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316738104243-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-18', '', '', '2011-09-23 00:37:47', '2011-09-23 00:37:47', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-18/', 0, 'revision', '', 0),
(98, 1, '2011-09-23 00:39:00', '2011-09-23 00:39:00', '<ul class="photos clearfix">\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316738104243-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-19', '', '', '2011-09-23 00:39:00', '2011-09-23 00:39:00', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-19/', 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
(99, 1, '2011-09-23 00:41:25', '2011-09-23 00:41:25', '<ul class="photos clearfix">\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-e1316738476150-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316738104243-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-e1316738373365-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-e1316738411789-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-20', '', '', '2011-09-23 00:41:25', '2011-09-23 00:41:25', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-20/', 0, 'revision', '', 0),
(100, 1, '2011-09-23 00:42:11', '2011-09-23 00:42:11', '<ul class="photos clearfix">\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/1.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/1-e1316738476150-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/2.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/2-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/3.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/3-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/4.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/4-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/6.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/6-e1316738104243-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/7.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/7-e1316738519963-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/8.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/8-e1316738373365-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/10.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/10-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/11.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/11-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/12.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/12-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/13.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/13-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n<li><a rel="prettyPhoto[engagement]" href="http://calebandlydia.com/wp-content/uploads/2011/09/14.jpg"><img class="size-thumbnail wp-image-73" src="http://calebandlydia.com/wp-content/uploads/2011/09/14-e1316738411789-150x150.jpg" alt="Engagement Photos" width="150" height="150" /></a></li>\r\n</ul>\r\n\r\nPhotos by Pranee Loffer, <a href="http://praneeloffer.com/" rel="external">Beauty for Ashes Photography</a>.', 'Photos', '', 'inherit', 'open', 'open', '', '12-revision-21', '', '', '2011-09-23 00:42:11', '2011-09-23 00:42:11', '', 12, 'http://calebandlydia.com/uncategorized/12-revision-21/', 0, 'revision', '', 0),
(101, 1, '2011-09-23 00:55:34', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-09-23 00:55:34', '0000-00-00 00:00:00', '', 0, 'http://calebandlydia.com/?p=101', 0, 'post', '', 0),
(102, 1, '2011-09-22 22:06:30', '2011-09-22 22:06:30', '<h3>When</h3>\r\nOctober 22, 2011 at 6:30pm\r\n<h3>Where</h3>\r\nThe Alexander Homestead\r\n4717 Shamrock Drive\r\nCharlotte, NC 28215\r\n<h3>Reception</h3>\r\nThe reception will follow on site. There will be light hors d''oeuvres\r\nafter the ceremony (ya know, while you''re all waiting patiently for us to be done having our picture taken.) Then dinner to fill your bellies, and dancing to work off your meal.', 'Ceremony', '', 'inherit', 'open', 'open', '', '9-revision-7', '', '', '2011-09-22 22:06:30', '2011-09-22 22:06:30', '', 9, 'http://calebandlydia.com/uncategorized/9-revision-7/', 0, 'revision', '', 0),
(103, 1, '2011-09-22 22:38:57', '2011-09-22 22:38:57', 'We are registered at the following places:\r\n\r\n<h3>Crate & Barrel</h3>\r\n<a href="http://www.crateandbarrel.com/Gift-Registry/Guest/View-Registry.aspx?grid=4767625">View the registry</a>.\r\n\r\n<h3>Target</h3>\r\n<a href="http://www.target.com/RegistryGiftGiverCmd?isPreview=false&status=completePageLink&listId=UAtnSU5I6PR8I0vEB-I16w®istryType=WD&isAjax=false">View the registry</a>.\r\n\r\n<h3>Belk</h3>\r\n<a href="https://www.belk.com/bridalregistry/bridal_registry.jsp">View the registry</a>.\r\n<small>(You will have to search for our names, since Belk hired the wrong web developers.)</small>\r\n\r\n<h3>We are going to Paris for our honeymoon!</h3>\r\nIf you''d like to help out with funds, you can do so by donating via PayPal. We''ll love you so much, too.\r\n<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="CUUE6FKDYN4QC"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>', 'Registry', '', 'inherit', 'open', 'open', '', '7-revision-12', '', '', '2011-09-22 22:38:57', '2011-09-22 22:38:57', '', 7, 'http://calebandlydia.com/uncategorized/7-revision-12/', 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',
PRIMARY KEY (`term_id`),
UNIQUE KEY `slug` (`slug`),
KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
--
-- Dumping data for table `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Blogroll', 'blogroll', 0),
(3, 'Primary Navigation', 'primary-navigation', 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, 1, 0),
(25, 3, 0),
(23, 3, 0),
(22, 3, 0),
(21, 3, 0),
(20, 3, 0),
(19, 3, 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=4 ;
--
-- Dumping data for table `wp_term_taxonomy`
--
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'link_category', '', 0, 7),
(3, 3, 'nav_menu', '', 0, 6);
-- --------------------------------------------------------
--
-- 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, 'show_admin_bar_admin', 'false'),
(11, 1, 'aim', ''),
(12, 1, 'yim', ''),
(13, 1, 'jabber', ''),
(14, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
(15, 1, 'wp_user_level', '10'),
(16, 1, 'wp_dashboard_quick_press_last_post_id', '101'),
(17, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(18, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(19, 1, 'nav_menu_recently_edited', '3'),
(20, 1, 'wp_user-settings', 'imgsize=thumbnail&editor=html&align=left'),
(21, 1, 'wp_user-settings-time', '1316737665');
-- --------------------------------------------------------
--
-- 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$BYLpA87dHtBJBXSH7V.ZMFN0fpsu1J1', 'admin', 'info@ceagon.com', '', '2011-09-14 23:28:26', '', 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 */;