-- phpMyAdmin SQL Dump
-- version 2.8.2.4
-- http://www.phpmyadmin.net
-- 
-- Host: localhost:3306
-- Generation Time: Jul 16, 2010 at 07:21 AM
-- Server version: 5.0.45
-- PHP Version: 5.2.6
-- 
-- Database: `thecolonel_gazelle`
-- 

USE `runwithg_runwithg`;

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

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

DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
  `comment_post_ID` bigint(20) unsigned NOT NULL default '0',
  `comment_author` tinytext 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`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

-- 
-- 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/', '', '2009-09-17 12:48:55', '2009-09-17 19:48:55', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0),
(2, 5, 'Mr WordPress', '', 'http://wordpress.org/', '', '2010-04-23 01:54:12', '2010-04-23 01:54:12', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0);

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

-- 
-- Table structure for table `wp_contact_form_7`
-- 

DROP TABLE IF EXISTS `wp_contact_form_7`;
CREATE TABLE `wp_contact_form_7` (
  `cf7_unit_id` bigint(20) unsigned NOT NULL auto_increment,
  `title` varchar(200) NOT NULL default '',
  `form` text NOT NULL,
  `mail` text NOT NULL,
  `mail_2` text NOT NULL,
  `messages` text NOT NULL,
  `additional_settings` text NOT NULL,
  PRIMARY KEY  (`cf7_unit_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

-- 
-- Dumping data for table `wp_contact_form_7`
-- 

INSERT INTO `wp_contact_form_7` (`cf7_unit_id`, `title`, `form`, `mail`, `mail_2`, `messages`, `additional_settings`) VALUES (1, 'Contact form 1', '<div class="formcol">\r\n<p><label>Name:</label> [text* your-name] </p>\r\n<p><label>Phone:</label> [text phone] </p>\r\n<p><label>Email:</label> [email* your-email]  </p>\r\n</div>\r\n<div class="formcol">\r\n<p><label>Company Name:</label> [text text-568] </p>\r\n<p><label>Website Address:</label>  [text text-556]</p>\r\n</div>\r\n<div class="formcol last">\r\n<p class="textarea_box"><label>Comments:</label> [textarea textarea-830]  </p>\r\n<p class="btn_submit"> [submit]</p>\r\n</div>', 'a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:169:"From: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Gazelle http://runwithgazelle.com";s:9:"recipient";s:24:"stephen@getbrandswag.com";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}', '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:108:"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Gazelle http://runwithgazelle.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:"";}', 'a:13:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:84:"Failed to send your message. Please try later or contact administrator by other way.";s:17:"akismet_says_spam";s:84:"Failed to send your message. Please try later or contact administrator by other way.";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:"captcha_not_match";s:31:"Your entered code is incorrect.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";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.";}', '');

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

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

DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE `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 AUTO_INCREMENT=8 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/development/', 'Development Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/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 `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`,`blog_id`,`option_name`),
  KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=216 DEFAULT CHARSET=utf8 AUTO_INCREMENT=216 ;

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

INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 0, '_transient_random_seed', 'e8315f76d33f0a0792b580ffebdd062c', 'yes'),
(2, 0, 'siteurl', 'http://runwithgazelle.com', 'yes'),
(3, 0, 'blogname', 'Gazelle', 'yes'),
(4, 0, 'blogdescription', 'Just another WordPress weblog', 'yes'),
(5, 0, 'users_can_register', '0', 'yes'),
(6, 0, 'admin_email', 'stephen@getbrandswag.com', 'yes'),
(7, 0, 'start_of_week', '1', 'yes'),
(8, 0, 'use_balanceTags', '0', 'yes'),
(9, 0, 'use_smilies', '1', 'yes'),
(10, 0, 'require_name_email', '1', 'yes'),
(11, 0, 'comments_notify', '1', 'yes'),
(12, 0, 'posts_per_rss', '10', 'yes'),
(13, 0, 'rss_excerpt_length', '50', 'yes'),
(14, 0, 'rss_use_excerpt', '0', 'yes'),
(15, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(16, 0, 'mailserver_login', 'login@example.com', 'yes'),
(17, 0, 'mailserver_pass', 'password', 'yes'),
(18, 0, 'mailserver_port', '110', 'yes'),
(19, 0, 'default_category', '1', 'yes'),
(20, 0, 'default_comment_status', 'open', 'yes'),
(21, 0, 'default_ping_status', 'open', 'yes'),
(22, 0, 'default_pingback_flag', '0', 'yes'),
(23, 0, 'default_post_edit_rows', '10', 'yes'),
(24, 0, 'posts_per_page', '10', 'yes'),
(25, 0, 'date_format', 'F j, Y', 'yes'),
(26, 0, 'time_format', 'g:i a', 'yes'),
(27, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(28, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(29, 0, 'links_recently_updated_append', '</em>', 'yes'),
(30, 0, 'links_recently_updated_time', '120', 'yes'),
(31, 0, 'comment_moderation', '0', 'yes'),
(32, 0, 'moderation_notify', '1', 'yes'),
(33, 0, 'permalink_structure', '/%category%/%postname%/', 'yes'),
(34, 0, 'gzipcompression', '0', 'yes'),
(35, 0, 'hack_file', '0', 'yes'),
(36, 0, 'blog_charset', 'UTF-8', 'yes'),
(37, 0, 'moderation_keys', '', 'no'),
(38, 0, 'active_plugins', 'a:1:{i:0;s:36:"contact-form-7/wp-contact-form-7.php";}', 'yes'),
(39, 0, 'home', 'http://runwithgazelle.com', 'yes'),
(40, 0, 'category_base', '', 'yes'),
(41, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(42, 0, 'advanced_edit', '0', 'yes'),
(43, 0, 'comment_max_links', '2', 'yes'),
(44, 0, 'gmt_offset', '-7', 'yes'),
(45, 0, 'default_email_category', '1', 'yes'),
(46, 0, 'recently_edited', 'a:4:{i:0;s:33:"/themes/gazelle/template_home.php";i:1;s:25:"/themes/gazelle/style.css";i:2;s:23:"/themes/default/rtl.css";i:3;s:0:"";}', 'no'),
(47, 0, 'use_linksupdate', '', 'yes'),
(48, 0, 'template', 'gazelle', 'yes'),
(49, 0, 'stylesheet', 'gazelle', 'yes'),
(50, 0, 'comment_whitelist', '1', 'yes'),
(51, 0, 'blacklist_keys', '', 'no'),
(52, 0, 'comment_registration', '0', 'yes'),
(53, 0, 'rss_language', 'en', 'yes'),
(54, 0, 'html_type', 'text/html', 'yes'),
(55, 0, 'use_trackback', '0', 'yes'),
(56, 0, 'default_role', 'subscriber', 'yes'),
(57, 0, 'db_version', '11548', 'yes'),
(58, 0, 'uploads_use_yearmonth_folders', '', 'yes'),
(59, 0, 'upload_path', 'wp-content/uploads', 'yes'),
(60, 0, 'secret', 'CaylH)P%@4l@SStPUk5OEnek(3GGtnFGI#R0av6e1CJFWtN!ogogGff&@@YXf$Bj', 'yes'),
(61, 0, 'blog_public', '0', 'yes'),
(62, 0, 'default_link_category', '2', 'yes'),
(63, 0, 'show_on_front', 'page', 'yes'),
(64, 0, 'tag_base', '', 'yes'),
(65, 0, 'show_avatars', '1', 'yes'),
(66, 0, 'avatar_rating', 'G', 'yes'),
(67, 0, 'upload_url_path', '', 'yes'),
(68, 0, 'thumbnail_size_w', '150', 'yes'),
(69, 0, 'thumbnail_size_h', '150', 'yes'),
(70, 0, 'thumbnail_crop', '1', 'yes'),
(71, 0, 'medium_size_w', '300', 'yes'),
(72, 0, 'medium_size_h', '300', 'yes'),
(73, 0, 'avatar_default', 'mystery', 'yes'),
(74, 0, 'enable_app', '0', 'yes'),
(75, 0, 'enable_xmlrpc', '0', 'yes'),
(76, 0, 'large_size_w', '1024', 'yes'),
(77, 0, 'large_size_h', '1024', 'yes'),
(78, 0, 'image_default_link_type', 'file', 'yes'),
(79, 0, 'image_default_size', '', 'yes'),
(80, 0, 'image_default_align', '', 'yes'),
(81, 0, 'close_comments_for_old_posts', '0', 'yes'),
(82, 0, 'close_comments_days_old', '14', 'yes'),
(83, 0, 'thread_comments', '0', 'yes'),
(84, 0, 'thread_comments_depth', '5', 'yes'),
(85, 0, 'page_comments', '1', 'yes'),
(86, 0, 'comments_per_page', '50', 'yes'),
(87, 0, 'default_comments_page', 'newest', 'yes'),
(88, 0, 'comment_order', 'asc', 'yes'),
(89, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(90, 0, 'widget_categories', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(91, 0, 'widget_text', 'a:5:{i:2;a:0:{}i:3;a:3:{s:5:"title";s:0:"";s:4:"text";s:187:"<div class="video"><img src="http://runwithgazelle.com/wp-content/uploads/pic_video.png" alt="" title="pic_video" width="281" height="242" class="alignnone size-full wp-image-36" /></div>";s:6:"filter";b:0;}i:4;a:3:{s:5:"title";s:0:"";s:4:"text";s:181:"<div class="ads"><img src="http://runwithgazelle.com/wp-content/uploads/pic_ads.png" alt="" title="pic_ads" width="280" height="242" class="alignnone size-full wp-image-35" /></div>";s:6:"filter";b:0;}i:5;a:3:{s:5:"title";s:10:"CONTACT US";s:4:"text";s:132:"<div class="link_close"><a href="javascript:animatedcollapse.hide(''contact_link'')">close</a></div>\n[contact-form 1 "Contact form 1"]";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(92, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(93, 0, 'timezone_string', '', 'yes'),
(94, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:54:{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: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'),
(96, 0, 'cron', 'a:2:{i:1278748140;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;}}}s:7:"version";i:2;}', 'yes'),
(97, 0, '_transient_doing_cron', '1278713472', 'yes'),
(98, 0, '_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":5:{s:8:"response";s:7:"upgrade";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:38:"http://wordpress.org/wordpress-3.0.zip";s:7:"current";s:3:"3.0";s:6:"locale";s:5:"en_US";}}s:12:"last_checked";i:1278713473;s:15:"version_checked";s:5:"2.8.4";}', 'yes'),
(99, 0, '_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1278713473;s:7:"checked";a:3:{s:19:"akismet/akismet.php";s:5:"2.2.6";s:36:"contact-form-7/wp-contact-form-7.php";s:3:"2.2";s:9:"hello.php";s:5:"1.5.1";}s:8:"response";a:2:{s:19:"akismet/akismet.php";O:8:"stdClass":5:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:11:"new_version";s:5:"2.3.0";s:3:"url";s:44:"http://wordpress.org/extend/plugins/akismet/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/akismet.2.3.0.zip";}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":5:{s:2:"id";s:3:"790";s:4:"slug";s:14:"contact-form-7";s:11:"new_version";s:5:"2.2.1";s:3:"url";s:51:"http://wordpress.org/extend/plugins/contact-form-7/";s:7:"package";s:62:"http://downloads.wordpress.org/plugin/contact-form-7.2.2.1.zip";}}}', 'yes'),
(100, 0, '_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1278713473;}', 'yes'),
(101, 0, 'auth_salt', '&yd!iX%55S(Oct5m!yJejcoiFWCeTC(T!V*lf!%9jfKBcgNa@Ric@zYSOr6B2cK0', 'yes'),
(102, 0, 'logged_in_salt', 'aHWVv!*3ivSshcgqqsy^YQzc^IIVFlBB*!c^DeU9K2x!ta550t2Xzo0UtSXUc0Bf', 'yes'),
(103, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(104, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(105, 0, 'widget_archives', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(106, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(107, 0, 'widget_meta', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(108, 0, 'widget_search', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(109, 0, 'widget_recent-posts', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(110, 0, 'widget_recent-comments', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:25:"http://runwithgazelle.com";s:4:"link";s:107:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://runwithgazelle.com/";s:3:"url";s:140:"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=20&output=rss&partner=wordpress&q=link:http://runwithgazelle.com/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:26:"WordPress Development 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:4:{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;}}', 'yes'),
(113, 0, 'nonce_salt', 'x!NE0pSM!ft8f$x8303))hTnsrhm&bf%qp8WAt$TIQI7BKBA^(sw*FtUD1mDXwbm', 'yes'),
(178, 0, 'current_theme', 'gazelle Theme', 'yes'),
(192, 0, '_transient_feed_d8bd67031ff6558613c89b83e38cdad8', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:0:"";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: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:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"link:http://runwithgazelle.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:110:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=20&q=link:http://runwithgazelle.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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:86:"Your search - <b>link:http://runwithgazelle.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:8:{s:4:"date";s:29:"Fri, 30 Apr 2010 19:26:54 GMT";s:6:"pragma";s:8:"no-cache";s:7:"expires";s:29:"Fri, 01 Jan 1990 00:00:00 GMT";s:13:"cache-control";s:25:"no-cache, must-revalidate";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"set-cookie";s:138:"PREF=ID=04b972518b5af59e:TM=1272655614:LM=1272655614:S=cneIpaTkkaFBLQUq; expires=Sun, 29-Apr-2012 19:26:54 GMT; path=/; domain=.google.com";s:22:"x-content-type-options";s:7:"nosniff";s:6:"server";s:4:"bsfe";}s:5:"build";i:20081219;}', 'no'),
(163, 0, '_transient_timeout_feed_mod_d8bd67031ff6558613c89b83e38cdad8', '1272467104', 'no'),
(193, 0, '_transient_feed_mod_d8bd67031ff6558613c89b83e38cdad8', '1272655614', 'no'),
(119, 0, 'can_compress_scripts', '1', 'yes');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (195, 0, '_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:0:"";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:51:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n			\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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:26:"WordPress Development Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"http://wordpress.org/development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress development and updates";s: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:"Sat, 24 Apr 2010 15:49: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=2.9.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:"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:4:"item";a:10:{i:0;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:27:"WordCamp San Francisco 2010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/04/wordcampsf-2010/";s: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/development/2010/04/wordcampsf-2010/#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, 24 Apr 2010 15:49: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: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:40:"http://wordpress.org/development/?p=1326";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:343:"A week from today on May 1, hundreds of WordPress users, developers, designers and general enthusiasts will descend upon San Francisco for the 4th annual WordCamp SF. Since that first WordCamp in 2006, back when WordPress was on version 2.0 (Duke), the number of people using WordPress to power their web publishing &#8212; from personal [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:4940:"<p>A week from today on May 1, hundreds of WordPress users, developers, designers and general enthusiasts will descend upon San Francisco for the 4th annual <a href="http://2010.sf.wordcamp.org/">WordCamp SF</a>. Since that first WordCamp in 2006, back when WordPress was on version 2.0 (Duke), the number of people using WordPress to power their web publishing &#8212; from personal blogs to large-scale commercial sites &#8212; has grown by millions. It&#8217;s no wonder this year&#8217;s event is going to be so great.</p>\n<p>If you&#8217;re unfamiliar with <a href="http://wordcamp.org/">WordCamps</a>, here&#8217;s the skinny: the San Francisco event is the flagship, put together each year under the direction of WordPress co-founder and lead developer <a href="http://ma.tt">Matt Mullenweg</a>, who traditionally reports on the &#8220;State of the Word&#8221; and assembles a lineup of <a href="http://2010.sf.wordcamp.org/speakers/">speakers</a> that have inspired him over the past year. This year&#8217;s lineup includes luminaries such as Richard Stallman, the father of Free Software, best-selling author Scott Berkun, and Salon.com co-founder Scott Rosenberg. As the final speaker list is finalized, the remaining speakers will be added to the <a href="http://2010.sf.wordcamp.org/">WordCamp SF website</a>, but a surprise or two is still possible.</p>\n<p>Though the main event is on Saturday, May 1, there are additional <a href="http://2010.sf.wordcamp.org/schedule/">days of WordPress goodness</a> in store. Saturday, May 1 will be the main conference with scheduled speakers. There will be keynotes, session tracks for both bloggers/end-users and developers, and lightning talks to provide a broad mix of content, followed by a raging afterparty. Sunday, May 2 will shift location and tone, with a low-key developers&#8217; unconference for the super-code-focused attendees. May 3 and 4 are conference-free, but a WordPress core contributor in-person code sprint will span those two days, bringing together core contributors old and new from around the globe for two days of intense hacking (and let&#8217;s face it, 3.0 bug fixes).</p>\n<p>If you&#8217;re in the Bay Area, or can be, and want to attend <a href="http://2010.sf.wordcamp.org/">WordCamp San Francisco</a>, <a href="http://2010.sf.wordcamp.org/tickets/">go get your ticket today</a>!</p>\n<p style="text-align: center;">*     *      *      *     *</p>\n<h3><strong>Other Upcoming WordCamps</strong></h3>\n<p>It&#8217;s definitely WordCamp season; just check out the growing list of upcoming WordCamps over the next couple of months! If you don&#8217;t see a WordCamp near you listed here, check the rest of the <a href="http://central.wordcamp.org/schedule/">schedule at WordCamp.org</a>. In the meantime, don&#8217;t forget that many WordCamps post video of their presentations on <a href="http://wordpress.tv">WordPress.tv</a>.</p>\n<p>April 24 (today!) &#8211; <a href="http://www.ocwordcamp.com/">WordCamp Orange County</a><br />\nIrvine, CA USA</p>\n<p>April 29 &#8211; <a href="http://www.wordcampnashville.com/">WordCamp Nashville</a><br />\nNashville, TN USA</p>\n<p><strong>May 1 &#8211; <a href="http://2010.sf.wordcamp.org/">WordCamp San Francisco</a><br />\nSan Francisco, CA USA</strong></p>\n<p>May 8 &#8211; <a href="http://wordcamp.fr/">WordCamp Paris</a><br />\nParis, France</p>\n<p>May 8 &#8211; <a href="http://argentina.wordcamp.org/">WordCamp Argentina </a><br />\nBuenos Aires, Argentina</p>\n<p>May 8 &#8211; <a href="http://chile.wordcamp.org/">WordCamp Chile</a><br />\nSantiago, Chile</p>\n<p>May 15–16 &#8211; <a href="http://denmark.wordcamp.org/">WordCamp Denmark</a><br />\nCopenhagen, Denmark</p>\n<p>May 15 &#8211; <a href="http://www.wordcampvictoria.ca/">WordCamp Victoria</a><br />\nVictoria, BC Canada</p>\n<p>May 21–22 &#8211; <a href="http://www.wordcamp.it/">WordCamp Italy</a><br />\nMilan, Italy</p>\n<p>May 22 &#8211; <a href="http://www.wordcamp.my/">WordCamp Malaysia</a><br />\nKuala Lumpur, Malaysia</p>\n<p>May 22–23 &#8211; <a href="http://wordcampraleigh.com/">WordCamp Raleigh</a><br />\nRaleigh, North Carolina USA</p>\n<p>May 29–30 &#8211; <a href="http://wordcampfayetteville.com/">WordCamp Fayetteville</a><br />\nFayetteville, Arkansas USA</p>\n<p>May 29 &#8211; <a href="http://yokohama2010.wordcamp.jp/">WordCamp Yokohama</a><br />\nYokohama, Japan</p>\n<p>June 5–6 &#8211; <a href="http://wordcampchicago.com/">WordCamp Chicago</a><br />\nChicago, Illinois USA</p>\n<p>June 12 &#8211; <a href="http://www.renotahoewordcamp.com/">WordCamp Reno-Tahoe</a><br />\nReno, Nevada USA</p>\n<p>June 12 &#8211; <a href="http://wordcampvancouver.com/">WordCamp Vancouver</a><br />\nVancouver, Canada</p>\n<p>June 18 &#8211; <a href="http://wordcamp.it/catania2010/">WordCamp Catania</a><br />\nCatania, Italy</p>\n<p>June 19 &#8211; <a href="http://wordcampcolumbus.com/">WordCamp Columbus </a><br />\nColumbus, Ohio USA</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/development/2010/04/wordcampsf-2010/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: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:28:"Coming up on Beta 2: Sprint!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/04/coming-up-on-beta-2-sprint/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/development/2010/04/coming-up-on-beta-2-sprint/#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, 24 Apr 2010 12:08:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{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:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:4:"bugs";s: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:7:"patches";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/development/?p=1328";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:301:"Early next week, we&#8217;re hoping to release the 2nd beta release of WordPress 3.0 on our journey toward the final version. There are still over 200 bugs in the 3.0 milestone, and we can use all the help we can get on fixing these problems. If you&#8217;re a developer, take a look at the list [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:2953:"<p>Early next week, we&#8217;re hoping to release the 2nd beta release of WordPress 3.0 on our journey toward the final version. There are still <a href="http://core.trac.wordpress.org/query?status=accepted&#38;status=assigned&#38;status=new&#38;status=reopened&#38;status=reviewing&#38;group=status&#38;order=priority&#38;col=id&#38;col=summary&#38;col=owner&#38;col=type&#38;col=priority&#38;col=component&#38;col=version&#38;milestone=3.0&#38;type=defect+%28bug%29">over 200 bugs</a> in the 3.0 milestone, and we can use all the help we can get on fixing these problems. If you&#8217;re a developer, take a look at the list of bugs that <a href="http://core.trac.wordpress.org/query?status=accepted&#38;status=assigned&#38;status=new&#38;status=reopened&#38;status=reviewing&#38;group=status&#38;order=priority&#38;col=id&#38;col=summary&#38;col=owner&#38;col=type&#38;col=priority&#38;col=component&#38;col=version&#38;milestone=3.0&#38;type=defect+%28bug%29">still need fixing</a> in 3.0. <a href="http://core.trac.wordpress.org/query?status=accepted&#38;status=assigned&#38;status=new&#38;status=reopened&#38;status=reviewing&#38;group=status&#38;order=priority&#38;col=id&#38;col=summary&#38;col=type&#38;col=owner&#38;col=priority&#38;col=component&#38;col=version&#38;milestone=3.0&#38;keywords=~needs-patch&#38;type=defect+%28bug%29">Write a patch</a>, or <a href="http://core.trac.wordpress.org/query?status=accepted&#38;status=assigned&#38;status=new&#38;status=reopened&#38;status=reviewing&#38;group=status&#38;order=priority&#38;col=id&#38;col=summary&#38;col=type&#38;col=owner&#38;col=priority&#38;col=component&#38;col=version&#38;milestone=3.0&#38;keywords=~has-patch&#38;type=defect+%28bug%29">test and give feedback</a> on someone else&#8217;s. The tickets around custom post types and taxonomies are especially in need of help. Every little bit helps, so if you&#8217;re a developer who&#8217;s never contributed to core before, maybe now is the right time! Check out our information on <a href="http://codex.wordpress.org/Contributing_to_WordPress">contributing to WordPress core</a>, and head over to <a href="http://core.trac.wordpress.org/">Trac</a> to see if there&#8217;s a problem you might know how to fix. If you get stuck, need collaborators, or have a question about the best way to approach a fix, hop into the dev channel on IRC at irc.freenode.net, channel #wordpress-dev. Core developers will be around over the weekend working on bugs themselves, so if you&#8217;re trying to help, don&#8217;t be afraid to ask questions. With your help, maybe by Monday we can knock the bug count down to half of what it is right now. How great would that be? (Answer: pretty great)</p>\n<p>The sprint will go full force until Monday afternoon, when the lead developers and core committers will all stop to take a breath and look at the remaining bug reports to see how we did over the weekend, so don&#8217;t wait! And thanks!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/development/2010/04/coming-up-on-beta-2-sprint/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: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:30:"Secure File Permissions Matter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/04/file-permissions/";s: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/development/2010/04/file-permissions/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Apr 2010 19:52:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1322";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:404:"Summary: A web host had a crappy server configuration that allowed people on the same box to read each others&#8217; configuration files, and some members of the &#8220;security&#8221; press have tried to turn this into a &#8220;WordPress vulnerability&#8221; story.\nWordPress, like all other web applications, must store database connection info in clear text. Encrypting credentials doesn&#8217;t [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:"";}}}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:1428:"<p>Summary: A web host had a crappy server configuration that allowed people on the same box to read each others&#8217; configuration files, and some members of the &#8220;security&#8221; press have tried to turn this into a &#8220;WordPress vulnerability&#8221; story.</p>\n<p>WordPress, like <em>all other</em> web applications, must store database connection info in clear text. Encrypting credentials doesn&#8217;t matter because the keys have to be stored where the web server can read them in order to decrypt the data. If a malicious user has access to the file system &#8212; like they appeared to have in this case &#8212; it is trivial to obtain the keys and decrypt the information. When you leave the keys to the door in the lock, does it help to lock the door?</p>\n<p><strong>A properly configured web server will not allow users to access the files of another user, regardless of file permissions.</strong> The web server is the responsibility of the hosting provider. The methods for doing this (suexec, et al) have been around for 5+ years.</p>\n<p>I&#8217;m not even going to link any of the articles because they have so many inaccuracies you become stupider by reading them.</p>\n<p>If you&#8217;re a web host and you turn a bad file permissions story into a WordPress story, you&#8217;re doing something wrong.</p>\n<p>P.S. Network Solutions, it&#8217;s &#8220;WordPress&#8221; not &#8220;Word Press.&#8221;</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/development/2010/04/file-permissions/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:35:"GSoC Application Deadline is Today!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/development/2010/04/gsoc-application-deadline-is-today/";s: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:85:"http://wordpress.org/development/2010/04/gsoc-application-deadline-is-today/#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, 09 Apr 2010 15:56:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a: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:"GSoC";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/development/?p=1319";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:330:"The deadline for students applying for Google Summer of Code this year is today, at 19:00 UTC. That’s about 3 hours from now. Still working on your application? Double check your time zone here. No late applications will be accepted.\nThere are a lot of potential projects on our Ideas list, so if you&#8217;ve been hemming [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1381:"<p>The deadline for students applying for Google Summer of Code this year is today, at 19:00 UTC. That’s about 3 hours from now. Still working on your application? <a href="http://bit.ly/bP1fXT">Double check your time zone</a> here. <strong>No late applications will be accepted.</strong></p>\n<p>There are a lot of potential projects on <a href="http://codex.wordpress.org/GSoC2010">our Ideas list</a>, so if you&#8217;ve been hemming and hawing over whether or not to apply, this is your last chance for this year. We have great people lined up to mentor the students, including most of the WordPress lead developers, some dedicated core contributors, plugin developers, the BuddyPress lead developers, etc. Google is providing a great opportunity for both students and the open source projects that act as mentoring organizations (like WordPress), so don&#8217;t pass it up if you&#8217;re an eligible student. </p>\n<p>You can’t win if you don’t play, right? Five thousand bucks for two months of coding over the summer with WordPress hotshots. I know a lot of people that would love that deal. Oh, and hey, student girl wonders of WordPress-land: why haven&#8217;t you applied yet?</p>\n<p><a href="http://socghop.appspot.com/">Apply now</a>! (Don&#8217;t forget to use our <a href="http://codex.wordpress.org/GSoC_2010_Application_Template">application template</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:81:"http://wordpress.org/development/2010/04/gsoc-application-deadline-is-today/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: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:21:"WordPress 3.0, Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/development/2010/04/wordpress-3-0-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/development/2010/04/wordpress-3-0-beta-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 03 Apr 2010 03:12: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:5:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s: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:3;a:5:{s:4:"data";s:3:"3.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:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1303";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:322:"Remember when I posted earlier about the Twitter account, and I said that hopefully you&#8217;d find out later today what has been keeping us all so busy? Beta testers, this is your moment: the WordPress 3.0 Beta 1 has arrived!\nThis is an early beta. This means there are a few things we&#8217;re still finishing. We [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:2989:"<p>Remember when I posted earlier about the Twitter account, and I said that hopefully you&#8217;d find out later today what has been keeping us all so busy? Beta testers, this is your moment: the <a href="http://wordpress.org/wordpress-3.0-beta1.zip">WordPress 3.0 Beta 1</a> has arrived!</p>\n<p>This is an <strong>early beta</strong>. This means there are a few things we&#8217;re still finishing. We wanted to get people testing it this weekend, so we&#8217;re releasing it now rather than waiting another week until everything is finalized and polished. There&#8217;s a ton of stuff going on in 3.0, so this time we&#8217;re giving you a list of things to check out, so that we can make sure people are testing all the things that need it.</p>\n<p><span id="more-1303"></span>You Should Know:</p>\n<ul>\n<li>The custom menus system (Appearance &#62; Menus) is not quite finished. In Beta 2, the layout will be different and a bunch of the functionality will be improved, but we didn&#8217;t want to hold things up for this one screen. You can play with making custom menus, and report bugs if you find them, but this is not how the final screen will look/work, so don&#8217;t get attached to it.</li>\n<li>The merge! Yes, WordPress and WordPress MU have merged. This does not mean that you can suddenly start adding a bunch of new blogs from within your regular WordPress Dashboard. If you&#8217;re interested in testing the Super Admin stuff associated with multiple sites, you&#8217;ll need <a href="http://codex.wordpress.org/User:Andrea/Create_A_Network">some simple directions</a> to get started.</li>\n<li>We&#8217;re still fiddling with a few small things in the UI, as we were focused on getting the more function-oriented code finished first. For example, we&#8217;re getting a new icon for the Super Admin section.</li>\n</ul>\n<p>Things to test:</p>\n<ul>\n<li>Play with the new default theme, Twenty Ten, including the custom background and header options.</li>\n<li>Custom Post Type functionality has been beefed up. It&#8217;s <a href="http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/">really easy</a> to add new types, so do that and see how it looks!</li>\n<li>WordPress MU users should test the multiple sites functionality to make sure nothing broke during the merge.</li>\n</ul>\n<p>Already have a test install that you want to switch over to the beta? Try the <a href="http://westi.wordpress.com/2009/06/22/making-it-easy-to-be-a-wordpress-tester/">beta tester plugin</a>.</p>\n<p>Testers, don&#8217;t forget to use the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a> to discuss bugs you encounter.</p>\n<p>We hope you like it! And if you don&#8217;t, well, check back when beta 2 is ready. <img src=''http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p>Download the <a href="http://wordpress.org/wordpress-3.0-beta1.zip">WordPress 3.0 Beta 1</a> now!</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:67:"http://wordpress.org/development/2010/04/wordpress-3-0-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:13:"Tweet, Tweet!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.org/development/2010/04/tweet-tweet/";s: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:62:"http://wordpress.org/development/2010/04/tweet-tweet/#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 Apr 2010 17:20:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s: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:7:"twitter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/development/?p=1297";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:332:"This post is about the @WordPress Twitter account, so if you don&#8217;t use Twitter, or don&#8217;t care about Twitter, then feel free to take the time you might have spent reading this post to go play outside (or an equivalent) instead.\nOkay, so, Twitter! When all those apps started popping up using the Twitter API, things [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:3978:"<p>This post is about the <a href="https://twitter.com/wordpress">@WordPress</a> Twitter account, so if you don&#8217;t use <a href="https://twitter.com/">Twitter</a>, or don&#8217;t care about Twitter, then feel free to take the time you might have spent reading this post to go play outside (or an equivalent) instead.</p>\n<p>Okay, so, Twitter! When all those apps started popping up using the Twitter API, things like automatically following anyone who followed you and sending an automatic Direct Message seemed like good ideas. We&#8217;re all friends, right? Wrong. That auto-follow bit us hard, and the huge amount of spam the account gets means that it&#8217;s been nearly impossible to monitor legitimate messages from WordPress users and developers who need to be pointed to a help resource. We&#8217;re sorry! Just as we needed to get the <a href="http://wordpress.org/extend/ideas/">Ideas Forum</a> under control* so that it could become a more useful resource for the community, we needed to get rid of the spam clogging our Twitter arteries. Except there was no easy way to do it.</p>\n<p>We had wound up following over 50,000 people. If someone went to the @WordPress profile page on Twitter to see the stream of updates from people we followed, almost none of it had anything to do with WordPress or the community. Diet pills, Twitter scams, and multi-posted spam messages were the norm. Yuck! Who else wishes there was <a href="http://akismet.com/">Akismet</a> for Twitter? Unfortunately, there&#8217;s no easy way to clear this stuff out quickly (mass unfollows trigger their TOS alert, so it&#8217;s not surprising). I even contacted Twitter directly to see what the options might be, and it was suggested we use a script to clear the account.<strong> To be clear: </strong>Twitter flagged our account so that when the script was run they wouldn&#8217;t mark us as spammers for violating the TOS with a mass unfollow. We communicated with them beforehand, and the use of scripts to do this is not encouraged. Twitter was doing us a nice favor to help us get our house in order. Thanks, Twitter! Last night I ran the script and removed everyone. Extreme, but in good cause, right?</p>\n<p>We&#8217;re now starting to re-follow real people from the WordPress community. There will be no more auto-follow. If you are a WordPress developer, designer, blogger, fan site, whatever &#8212; and think your tweets should appear in the @WordPress updates stream, then send an @ reply to us and we can add you to the new list (assuming you&#8217;re not hawking diet pills, free iPads or ways to get a million followers). This way, people who are new to WordPress and go to check us out on Twitter will (hopefully) get a sense of the vibrant community that we have. People who send @ messages to us won&#8217;t (hopefully) wonder indefinitely why they were ignored, because without all the spam, maybe we can use Twitter as it was intended to be used, as another channel of communication.</p>\n<p>And for anyone who uses Qwitter and thinks @WordPress stopped loving them because of the last tweet they posted before the script ran&#8230; sorry! It wasn&#8217;t like that, we swear! It would be nice if the script could have done a bulk DM before the removal, but nope (otherwise we&#8217;d have included a message about this). So trust us, we still like you! And if you haven&#8217;t already been re-followed, please don&#8217;t take it personally&#8230; just send an @reply to @WordPress (tell us how you use WordPress!) and we&#8217;ll try to get you re-added soon. Later today (hopefully) you&#8217;ll find out what&#8217;s been keeping us so busy!</p>\n<p><em>*Have you noticed? We cleared out thousands of old threads, added categorization, and will try to keep it to under a hundred open idea threads at a time so that they can be managed in a timely fashion. <a href="http://wordpress.org/extend/ideas/">Check it out</a> and rate some of the new ideas today!</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/development/2010/04/tweet-tweet/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: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:32:"Summer of WordPress 2010: Act II";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/development/2010/03/summer-of-wordpress-2010-act-ii/";s: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:82:"http://wordpress.org/development/2010/03/summer-of-wordpress-2010-act-ii/#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, 29 Mar 2010 15:45:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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: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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1281";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:346:"Scene: A college classroom\nProfessor: So. Out of the 20 students in the class, half wrote WordPress Summer of Code proposals good enough to receive an A. How many of you are planning to apply for the program?\nJack, a student: I am. They opened applications today.\nSophie, a student: I am. And that sentence was grammatically terrible.\nJack: [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:5148:"<p><em>Scene: A college classroom</em></p>\n<p><strong>Professor: </strong>So. Out of the 20 students in the class, half wrote <a href="http://wordpress.org/gsoc">WordPress Summer of Code</a> proposals good enough to receive an A. How many of you are planning to apply for the program?</p>\n<p><strong>Jack, a student:</strong> I am. They opened applications today.</p>\n<p><strong>Sophie, a student: </strong>I am. And that sentence was grammatically terrible.</p>\n<p><strong>Jack: </strong>Shut up.</p>\n<p><strong>Chris, a student: </strong>I&#8217;m not applying.</p>\n<p><strong>Jack</strong> (to Chris)<strong>:</strong> Chicken?</p>\n<p><strong>Sophie:</strong> You&#8217;re such a jerk! Maybe he has a job lined up or something, did you ever think of that?</p>\n<p><strong>Professor:</strong> Whoa -</p>\n<p><strong>Chris: </strong>Actually, I&#8217;m going backpacking in Australia with my Dad. No internet for about half the time, and when I emailed the people at WordPress they said I should probably wait until next year to apply and make sure I&#8217;d be able to be online through the whole summer.</p>\n<p><strong>Professor: </strong>Fair enough. The application period opens today at 19:00 UTC and goes through April 9th, so let&#8217;s hear from the people who are applying.</p>\n<p><strong>Jack:</strong> I&#8217;m submitting mine today.</p>\n<p><strong>Sophie: </strong>That&#8217;s just stupid.</p>\n<p><strong>Andrea, a teacher’s assistant: </strong>Hey, that&#8217;s not necessary.</p>\n<p><strong>Jack: </strong>Yeah! The early bird gets the worm, or hadn&#8217;t you heard?</p>\n<p><strong>Sophie:</strong> What I heard was that the WordPress mentors are holding open IRC chats this week to talk to prospective students and give them feedback on proposals and ideas, and that talking directly to the mentors ups your chances of being selected. But I guess you don&#8217;t think you need the people who are actually choosing the students to know your name because your proposal is so brilliant?</p>\n<p><em>Jack&#8217;s jaw drops.</em></p>\n<p><strong>Jack: </strong>Where did you hear that? It wasn&#8217;t on the GSoC mailing list.</p>\n<p><strong>Sophie: </strong>I joined the wp-hackers list and asked all the core contributors for feedback on my idea, and then I emailed 3 potential mentors to see what they thought of it personally. By the time applications are due, I&#8217;ll have revised it based on community and mentor feedback, and enough people will know who I am &#8212; and that I&#8217;m full of initiative &#8212; that my chances of being accepted will be much better.</p>\n<p><strong>Jack: </strong>You think you&#8217;re all Felicia Day with your MW2 level 70, but you&#8217;re just a computer nerd.</p>\n<p><strong>Sophie:</strong> Um, duh. We&#8217;re in an advanced computer programming class. We&#8217;re all computer nerds.</p>\n<p><strong>Professor: </strong>Now, now. Sophie&#8217;s correct; talking to community members and mentors will improve her chances. But, Jack, there&#8217;s no reason you can&#8217;t join the IRC chats and the mailing list to get your name out there, too, even if you submit your application today. Most proposals get tweaked a bit after the students are chosen anyway.</p>\n<p><strong>Sophie: </strong>Plus, Felicia Day is awesome! And <a href="http://feliciaday.com/blog">she uses WordPress</a>, so ha!</p>\n<p><em>End Act II.</em></p>\n<p>Here&#8217;s the deal. <a href="http://socghop.appspot.com/site/home/site">The application period opens today</a>. Early applications will likely get a bit more attention up front, but it&#8217;s also important that your ideas and approach are vetted by the community and <a href="http://codex.wordpress.org/GSoC2010#Mentors">the mentors</a>. If you haven&#8217;t already, you should join the <a href="http://lists.automattic.com/mailman/listinfo/wp-hackers">wp-hackers mailing list</a> and send your proposal to the list for feedback. We&#8217;ll also be doing a few IRC chats during the application period to give students a chance to talk directly with the mentors. Note that not every mentor will attend all three chats, so if you want to talk to a specific person, you might want to email them. Please arrive on time to the chats, as they will be scheduled for an hour, and will have to accommodate multiple students. IRC chats will be held at irc.freenode.net in room #wordpress-gsoc.</p>\n<ul>\n<li>Wednesday, March March 31 at 20:30 UTC (4:30pm eastern)</li>\n<li>Saturday, April 3 at 21:30 UTC (5:30pm eastern)</li>\n<li>Wednesday, April 7 at 20:30 UTC (4:30pm eastern)</li>\n</ul>\n<p>This chat room will remain open during the application period, and various mentors and community members may be there and able to answer questions, but the scheduled chats are the only official times at which they are scheduled to do so.</p>\n<p>Oh, and if you want to help publicize the WordPress summer of code, <a href="http://wpdevel.files.wordpress.com/2010/03/wordpress-gsoc-flyer.pdf">grab a flyer</a> and post it somewhere on a bulletin board at your local college campus. Professors, don&#8217;t forget to encourage your brightest students to apply!</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:78:"http://wordpress.org/development/2010/03/summer-of-wordpress-2010-act-ii/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:59:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Summer of WordPress 2010: Act I";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/03/summer-of-wordpress-2010/";s: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/development/2010/03/summer-of-wordpress-2010/#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, 21 Mar 2010 21:52:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:7:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s: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:7:"college";s: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:6:"google";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:4:"GSoC";s: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:10:"Internship";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:8:"students";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/development/?p=1266";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:341:"Scene: A college classroom\nProfessor: Is anyone here applying for Google Summer of Code this year? If so, see me after class to discuss getting independent study credit toward your degree.\nJack, a student: Isn&#8217;t that a really hard program to get into? Like, hard like getting to level 70 in Modern Warfare 2?\nSophie, a student: I [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:5343:"<p><em>Scene: A college classroom</em></p>\n<p><strong>Professor: </strong>Is anyone here applying for <a href="http://socghop.appspot.com/site/home/site">Google Summer of Code</a> this year? If so, see me after class to discuss getting independent study credit toward your degree.</p>\n<p><strong>Jack, a student:</strong> Isn&#8217;t that a really hard program to get into? Like, hard like getting to level 70 in Modern Warfare 2?</p>\n<p><strong>Sophie, a student: </strong>I went past 70, I prestiged.</p>\n<p><strong>Jack</strong> (turning to Sophie)<strong>:</strong> Shut up, you did not!</p>\n<p><strong>Sophie:</strong> I did, too!</p>\n<p><strong>Professor:</strong> Not the point, kids. So who&#8217;s going to try for a GSoC spot?</p>\n<p><strong>Andrea, a teacher&#8217;s assistant: </strong>There are some great open source projects participating this year. I&#8217;d love to see someone from this class get in on the WordPress project.</p>\n<p><strong>Jack:</strong> WordPress is awesome, but my friend <a href="http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009">Billy</a> didn&#8217;t get chosen by them <a href="http://wordpress.org/development/2009/04/summer-of-code-students-announced/">last year</a>.</p>\n<p><strong>Sophie:</strong> Billy&#8217;s not as smart as he thinks he is.</p>\n<p><strong>Jack: </strong>You think you could do better?!</p>\n<p><strong>Sophie:</strong> Of course I do! Any primate could do better than Billy! Or you, for that matter!</p>\n<p><strong>Jack: </strong>What? I would so beat you out in a coding competition!</p>\n<p><strong>Andrea: </strong>Sounds like we have the makings of a friendly classroom competition, Prof.</p>\n<p><strong>Professor: </strong>I think you&#8217;re right, Andrea. Tell you kids what. They announce the students who&#8217;ve been accepted on April 26th, which is before the semester ends. Let&#8217;s turn this into a class project.</p>\n<p><strong>Jack </strong>(raising a suspicious eyebrow)<strong>:</strong> How do you mean?</p>\n<p><strong>Professor: </strong>As a class assignment, everyone has one week to write a project proposal for the Google Summer of Code, specific to the WordPress project. The proposals will be graded like a regular assignment. Anyone who gets an A on the proposal can use me as a reference if they apply with the proposal to WordPress and Google for the program. The application deadline is <strong>April 9</strong>, so you&#8217;ll have time to revise your application after it&#8217;s been graded.</p>\n<p><strong>Sophie: </strong>What&#8217;s in it for us?</p>\n<p><strong>Andrea: </strong>If you&#8217;re successful in GSoC you earn $5000 for the summer.</p>\n<p><strong>Sophie </strong>(smirking, to Jack)<strong>: </strong>That&#8217;s more than you&#8217;ll make working the hot dog cart by City Hall.</p>\n<p><strong>Jack:</strong> You wish. I&#8217;m totally getting in, and you&#8217;ll be on the hot dog cart this year.</p>\n<p><strong>Professor: </strong>And as I was starting to say in the first place, a GSoC project would qualify for independent study credit. Tell you what, as an added bonus, anyone who actually gets accepted into the WordPress GSoC program will get extra credit points on their year end average.</p>\n<p><strong>Sophie </strong>(perking up)<strong>:</strong> Really? I&#8217;m in!</p>\n<p><strong>Jack: </strong>No way, they&#8217;ll choose me first!</p>\n<p><em>Stay tuned for the continuing adventures of Jack and Sophie as they navigate the course of applying to Google Summer of Code to work with WordPress.</em></p>\n<p>That&#8217;s right, WordPress is honored to be among the 150 open source organizations chosen to participate in Google Summer of Code this year. Students work on WordPress projects over the summer under the guidance of mentors from among the WordPress core developers, and if they complete their projects successfully Google pays them $5000! Talk about a win-win. Last year&#8217;s projects led to some very cool code being created, like the <a href="http://core.trac.wordpress.org/ticket/10667">new search API</a> targeted for version 3.0 and the <a href="http://elastictheme.org/">Elastic theme generator</a>.</p>\n<p><strong>Professors: </strong>Help us and your students by telling them about GSoC and encouraging them to apply. Consider having them write a WordPress plugin or core patch as a class assignment so they can get to know the codebase. Offer to sign on as an adviser for a summer independent study so they can get credit for their work with GSoC.</p>\n<p><strong>Students:</strong> Check out <a href="http://codex.wordpress.org/GSoC2010">our Ideas page</a>, and start thinking about projects you&#8217;d like to propose. Watch this space for an announcement of some live chat information sessions where you can ask potential mentors questions and get feedback on your pre-proposal ideas. This program is competitive, but is one of the best opportunities out there when it comes to programming. You get real-world experience as a member of an open source community, you make decent money, you make connections with industry leaders, and you get the attention of Google. Not to mention some serious bragging rights. What are you waiting for? Applications will be accepted from March 29-April 9, so start thinking about a project now!</p>\n<p><em><br />\n</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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/development/2010/03/summer-of-wordpress-2010/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: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:18:"OMG WordPress BBQ!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/03/omg-wordpress-bbq/";s: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:68:"http://wordpress.org/development/2010/03/omg-wordpress-bbq/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Mar 2010 21:48:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s: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:1;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:40:"http://wordpress.org/development/?p=1251";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:360:"This weekend, thousands of WordPress users and developers are among the people attending the South by Southwest (SxSW) Interactive conference in Austin, TX. To celebrate this, we&#8217;re throwing a WordPress BBQ at SxSW tomorrow so that there&#8217;s a place for us all to get together.\nIf you&#8217;re a WordPress fan attending SxSW (or you just happen [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2363:"<p><img align="right" title="OMG WordPress BBQ" src="http://jane.files.wordpress.com/2010/03/cake.png" alt="OMG WordPress BBQ logo" width="136" height="230" />This weekend, thousands of WordPress users and developers are among the people attending the South by Southwest (SxSW) Interactive conference in Austin, TX. To celebrate this, we&#8217;re throwing a WordPress BBQ at SxSW tomorrow so that there&#8217;s a place for us all to get together.</p>\n<p>If you&#8217;re a WordPress fan attending SxSW (or you just happen to be in Austin), please join us for lunch after 12pm* tomorrow, Sunday March 14. We&#8217;re getting the BBQ from Rudy&#8217;s and the red velvet cake from Central Market. Yum! Come, eat, talk about the cool things you&#8217;re doing with WordPress, let us know what we can do better, gossip about Mark Jaquith&#8217;s new hairstyle, whatever. Think of it like a WordCamp without presentations. I&#8217;ll be there, lead developers Mark Jaquith and Ryan Boren will be there, core contributors will be there, plugin and theme developers will be there, and basically all the most intelligent and attractive people from SxSW will be there. You should be, too!</p>\n<p><strong>Location: </strong>Conjunctured coworking space, 1309 East 7th St., Austin, TX 78702. From the convention center, walk up to 7th Street, hang a right, and walk until you get to #1309. If you&#8217;re tired of walking, taking a cab is a decent option. Note that this is on the other side of I-35 from the convention center.</p>\n<p><iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&#38;hl=en&#38;msa=0&#38;msid=106394153008544515148.000481b552f8ed920cfc5&#38;ll=30.265739,-97.733645&#38;spn=0.01112,0.012875&#38;z=15&#38;output=embed"></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?ie=UTF8&#38;hl=en&#38;msa=0&#38;msid=106394153008544515148.000481b552f8ed920cfc5&#38;ll=30.265739,-97.733645&#38;spn=0.01112,0.012875&#38;z=15&#38;source=embed" style="color:#0000FF;text-align:left">WordPress BBQ at SxSW</a> in a larger map</small></p>\n<p><em>* We&#8217;ll keep serving until we run out of food, so probably until around 2 or 3? We&#8217;ll have a hundred pounds of bbq meat, a bunch of sides, and dozens of gallons of iced tea, so come hungry.<br />\n</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/development/2010/03/omg-wordpress-bbq/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: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:33:"Firefox Personas, WordPress-style";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/03/firefox-personas/";s: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/development/2010/03/firefox-personas/#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, 11 Mar 2010 21:37:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:7:"Cousins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"firefox";s: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:"personas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/development/?p=1234";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:340:"We recommend open source software whenever we can, and the Firefox browser from Mozilla is one of our favorites. Firefox 3.6 recently came out with persona support, allowing users to skin their browsers with favorite designs and brands. WordPress users everywhere seem to love the W symbol (at WordCamps it shows up on everything from [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2520:"<p>We recommend open source software whenever we can, and the <a href="http://firefox.com">Firefox</a> browser from Mozilla is one of our favorites. Firefox 3.6 recently came out with <em>persona</em> support, allowing users to skin their browsers with favorite designs and brands. WordPress users everywhere seem to love the W symbol (at WordCamps it shows up on everything from t-shirts to <a href="http://shop.wordpress.net/usa/accessories/wordpress-iphone-skin">iPhone skins</a>), so it was only natural that WordPress personas would come along.</p>\n<p>To kick it off, designer <a href="http://www.thebigpugh.com">Chad Pugh</a> created two WordPress personas based on the WordPress brand: &#8220;<a href="http://www.getpersonas.com/en-US/persona/85447">Vintage Press</a>&#8221; and &#8220;<a href="http://www.getpersonas.com/en-US/persona/85612">Inkwell</a>.&#8221; These two designs are a great way to show the WordPress love, even if you&#8217;re only showing it to yourself. <img src=''http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<table border="0" align="left">\n<tbody>\n<tr>\n<td valign="top"><a href="http://www.getpersonas.com/en-US/persona/85447"><img title="Vintage Press Persona" src="http://en.blog.wordpress.com/files/2010/01/vintageclose.png" alt="Vintage Press Persona" width="330" height="151" /></a></td>\n<td valign="top">The &#8220;Vintage Press&#8221; Persona is inspired by the style of old-fashioned printing presses and the mechanics of working with type. This persona might appeal to WordPress developers and users who appreciate the way things work under the hood.</td>\n</tr>\n<tr>\n<td colspan="2">&nbsp;</td>\n</tr>\n<tr>\n<td valign="top">&#8220;Inkwell&#8221; is more of a palimpsest* &#38; watercolor hybrid that might appeal to the artists among us. Music, script and spills of color combine&#8230;</td>\n<td valign="top"><a href="http://www.getpersonas.com/en-US/persona/85612"><img title="Inkwell Persona" src="http://en.blog.wordpress.com/files/2010/01/inkwellclose.png" alt="Inkwell Persona" width="330" height="153" align="left" /></a></td>\n</tr>\n</tbody>\n</table>\n<p>Okay, I&#8217;m starting to feel like an art critic so I&#8217;ll stop there. Check out the <a href="http://www.getpersonas.com/en-US/gallery/Designer/WordPress.org">WordPress personas for Firefox</a> and decide for yourselves.</p>\n<p><em>* I never thought I would have occasion to use the word &#8220;palimpsest&#8221; in a dev blog post. Never. </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:63:"http://wordpress.org/development/2010/03/firefox-personas/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:38:"http://wordpress.org/development/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:10:"x-pingback";s:43:"http://wordpress.org/development/xmlrpc.php";s:13:"last-modified";s:29:"Sat, 24 Apr 2010 15:49:24 GMT";s:4:"etag";s:34:""fcadd283ab3bc3fb5376fb521b75d1f2"";s:4:"link";s:17:"<>; rel=shortlink";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"date";s:29:"Fri, 30 Apr 2010 19:26:54 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";i:20081219;}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (198, 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:0:"";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:67:"Weblog Tools Collection: Google Living Stories Plugin for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8004";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/04/30/google-living-stories-plugin-for-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:788:"<p><a href="http://googlenewsblog.blogspot.com/2010/04/bringing-living-stories-to-wordpress.html">Google News Blog: Bringing Living Stories to WordPress</a>: Google is releasing their Living Stories experimental format as a <a href="http://code.google.com/p/living-stories/wiki/WordpressInstallation">plugin and a theme for WordPress</a>.  Living Stories is an experimental news format from Google. In the form of a plugin, each Living Story would be a WordPress category with the plugin allowing a blogger to add the stories themselves. An example would be nice to see but none is to be found yet. Thanks to a <a href="http://www.readwriteweb.com/archives/google_brings_living_stories_to_wordpress.php">writeup on ReadWriteWeb </a>I would love to see an example blog or screenshots.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Apr 2010 16:22: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:10:"Mark Ghosh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Dougal Campbell: FancyBox Gallery demo fixed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://dougal.gunters.org/?p=2105";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:124:"http://dougal.gunters.org/blog/2010/04/29/fancybox-gallery-demo-fixed?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss";s: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:2000:"<div><img width="150" height="150" src="http://media.dougal.us.s3.amazonaws.com/wordpress/wp-content/uploads/2008/11/wplogo-notext-rgb.png" class="attachment-post-thumbnail wp-post-image" alt="WordPress" title="WordPress" /></div><p>Yesterday, I discovered that the demo at the bottom of my <a title="FancyBox Gallery plugin for WordPress" href="http://dougal.gunters.org/plugins/fancybox-gallery">FancyBox Gallery plugin</a> page was broken. After a little research, I discovered that a third-party javascript was the culprit. I&#8217;ve disabled that script for now, and alerted the service provider to the problem.</p>\n<p>So, my apologies if you came to the page and got the impression that the plugin didn&#8217;t work well.</p>\n<p>In a related note, I&#8217;ve been working (slowly) on some updates to the plugin. Hopefully I will be able to wrap up the changes by the time WordPress 3.0 is released. New features will expand the features to include the ability to use FancyBox with individual images, and an options page with options to set things like the caption placement, special effects, and timing for the image expansion and transitions.</p>\n<p>If you aren&#8217;t already familiar with this plugin, FancyBox Gallery gives you a nice popup image browser using the attached images displayed by the WordPress [gallery] shortcode. See the plugin page linked above for a live demonstration.</p>\n\n\n<p>Related posts:<ol><li><a href="http://dougal.gunters.org/blog/2009/06/15/plugin-fancybox-gallery-0-3-1" rel="bookmark" title="Permanent Link: Plugin: Fancybox Gallery 0.3.1">Plugin: Fancybox Gallery 0.3.1</a></li>\n<li><a href="http://dougal.gunters.org/blog/2009/01/26/fancybox-gallery-01" rel="bookmark" title="Permanent Link: FancyBox Gallery 0.1">FancyBox Gallery 0.1</a></li>\n<li><a href="http://dougal.gunters.org/blog/2009/01/21/plugin-preview-fancybox-gallery" rel="bookmark" title="Permanent Link: Plugin preview: FancyBox Gallery">Plugin preview: FancyBox Gallery</a></li>\n</ol></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, 29 Apr 2010 20:00:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s: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:27:"Alex King: WordCamp SF 2010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4292";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://alexking.org/blog/2010/04/28/wordcamp-sf-2010";s: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:1015:"<p>I&#8217;m heading to <a href="http://2010.sf.wordcamp.org/" rel="external">WordCamp SF</a> <a href="http://alexking.org/blog/2009/05/28/wordcamp-sf-this-weekend">again</a> this year and quite looking forward to it. Several folks from <a href="http://crowdfavorite.com">Crowd Favorite</a> are making the trip this year.</p>\n<p class="center"><a href="http://2010.sf.wordcamp.org/"><img src="http://2010.sf.wordcamp.org/files/2010/04/wcsf-l.png" alt="WordCamp SF 2010" /></a></p>\n<p>I&#8217;m looking forward to seeing a number of friends in the community this weekend. Of particular note, I&#8217;m hoping to talk to more plugin developers and find our new ways that <a href="http://wphelpcenter.com">WordPress HelpCenter</a> can work for them.</p>\n<p>If you&#8217;re going to be around and would like to catch up or perhaps meet up and get acquainted and talk WordPress &#8211; get in touch or come say hi at the event.</p>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=4292&type=feed" alt="" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 28 Apr 2010 18:35:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"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: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:28:"Alex King: Twitter Tools 2.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://alexking.org/?p=4285";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://alexking.org/blog/2010/04/28/twitter-tools-2-3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1924:"<p>I&#8217;ve updated my Twitter Tools plugin to version 2.3. This version has several security enhancements (thanks <a href="http://markjaquith.com" rel="external">Mark Jaquith</a>) as well as a change that may help some folks that have been seeing doubled digest posts. I recommend upgrading ASAP.</p>\n<p>The Twitter Tools plugin creates a full integration between your WordPress site and your Twitter account. You can send your blog posts to Twitter, bring your tweets back into your blog (as posts, in the sidebar or in a digest) and post to Twitter right from your WordPress admin. Twitter Tools also works as a Twitter archiver, so you keep a copy of all your tweets in your WordPress database. </p>\n<p>Twitter Tools has no known incompatibilities with WordPress 3.0 at this time and is working in our testing, however that could change between now and the time 3.0 is released. We won&#8217;t know for sure about compatibility until 3.0 is out there.</p>\n<p>I also wanted to note that Twitter Tools <strong>will</strong> be supporting OAuth in a future release, before the current authentication is <a href="http://countdowntooauth.com/" rel="external">turned off</a>.</p>\n<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please contact the <a href="http://wphelpcenter.com">WordPress HelpCenter</a> (303-395-1346) or you can try the <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a>.</p>\n<p>UPDATE: there is a bug in the recent tweet function that has been patched in the <a href="http://downloads.wordpress.org/plugin/twitter-tools.zip">development version</a>. I&#8217;m going to wait a day or two to see if any other issues arise before releasing the dot one update.</p>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=4285&type=feed" alt="" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 28 Apr 2010 18:24:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:4;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Matt: Mirroring Censored 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:21:"http://ma.tt/?p=34335";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://ma.tt/2010/04/mirroring-censored-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:302:"<p><a href="http://advocacy.globalvoicesonline.org/2010/04/22/guide-mirroring-a-censored-wordpress-blog/">Global Voices Advocacy has a new guide: Mirroring a Censored WordPress Blog</a>. They continue to be the best source for using WordPress to democratize publishing in places restricted freedom.</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, 28 Apr 2010 17:36:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:44:"Donncha: Preload the cache in WP Super Cache";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89495847";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ocaoimh.ie/preload-cache-wp-super-cache/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3881:"<div align="center"><img src="http://ocaoimh.ie/wp-content/uploads/2010/04/cpu.png" alt="" title="cpu" width="550" height="227" class="aligncenter size-full wp-image-89495852" /></div>\n<p>See that nice dip in the graph for this week? I started to preload the cache used by WP Super Cache last Sunday and it&#8217;s made a noticeable difference in the load on my server here. The big spike is the preloading process.</p>\n<p>I&#8217;ve always discouraged users from preloading the cache (<a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvYXNrYXBhY2hlLWNyYXp5LWNhY2hlLw==">Askapache Crazy Cache</a> will do this for any cache plugin), mainly because of the possible problems so many files will cause for hosting companies. If you have thousands of cache files, it&#8217;s going to take so much longer to recover from a disk crash.<br />\nOn the other hand, Google will now be using speed as a metric for judging how &#8220;good&#8221; a website is. In the past this plugin ignored the pages visited by bots because the bots only visited each page once so caching a page after the fact was pointless. The page, all pages, have to be cached first before Google ever visits.</p>\n<p><img src="http://ocaoimh.ie/wp-content/uploads/2010/04/preload-screenshot.png" alt="" title="preload-screenshot" width="600" height="490" class="aligncenter size-full wp-image-89495849" /></p>\n<p>That&#8217;s what it looks like. Once you start preloading it launches a wp-cron job to fetch 100 posts, then schedules another job 10 seconds in the future to fetch another 100 posts until it finishes. It also disables garbage collection of old pages, but making comments or posts will still clear out the appropriate cached files.<br />\nIt only caches single posts right now. It may not be worth caching archive or tag pages because many sites already tell bots to ignore those pages as the server is doing less work it will serve those archive pages more quickly anyway.</p>\n<p>The preloading only works if you&#8217;re using the plugin in Supercache or &#8220;ON&#8221; mode. It&#8217;s still a work in progress but has worked fine here. As well as the preloader the development version of the plugin has:\n<ol>\n<li> <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvc3VwcG9ydC90b3BpYy8zMzkwNzU/cmVwbGllcz0yNA==">Better support</a> for mobile plugins.</li>\n<li> A cache tester.</li>\n<li> Can be configured to only delete the page a comment is left on, rather than the front page and associated pages.</li>\n<li> Works in WordPress 3.0.</li>\n</ol>\n<p> It also has a number of bug fixes and other features added too.</p>\n<p>I need testers though, so grab the development version from <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvd3Atc3VwZXItY2FjaGUvZG93bmxvYWQv">the download page</a>. Install it and please leave feedback here or preferably on the <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvdGFncy93cC1zdXBlci1jYWNoZT9mb3J1bV9pZD0xMA==">support forum</a>.</p>\n<p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd3Atc3VwZXItY2FjaGUtMDg0LXRoZS1nYXJiYWdlLWNvbGxlY3Rvci8=" rel="">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd3Atc3VwZXItY2FjaGUtMDg3Lw==" rel="">WP Super Cache 0.8.7</a></li><li><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd3Atc3VwZXItY2FjaGUtMDk5Lw==" rel="">WP Super Cache 0.9.9</a></li></ul></p> <img src="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?view=1&post_id=89495847" 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, 28 Apr 2010 16:26: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:7:"Donncha";s: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:73:"Weblog Tools Collection: More plugins for securing your WordPress install";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://weblogtoolscollection.com/?p=7987";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/04/27/more-plugins-for-securing-your-wordpress-install/";s: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:9662:"<p>I wrote previously on <a href="http://weblogtoolscollection.com/archives/2010/04/15/how-to-improve-basic-security-on-a-fresh-wordpress-install/">securing a fresh WordPress install</a>. Today, I&#8217;ll cover several WordPress plugins that can be used with fresh or existing WordPress installations to enhance security. I&#8217;m not going to cover recovering a hacked site, or exploit scanning tools like <a href="http://wordpress.org/extend/plugins/exploit-scanner/">Exploit Scanner</a> or <a href="http://wordpress.org/extend/plugins/antivirus/">WordPress Antivirus</a> in this tutorial.</p>\n<p><span id="more-7987"></span></p>\n<p>As before, I&#8217;ll emphasize a few things:</p>\n<p>1. Your WordPress security is only as good as the security on your local computer. If you&#8217;re not running good antivirus and anti-malware software or are using an insecure wireless connection, none of this will matter.<br />\n2. Likewise, if you&#8217;re not keeping your WordPress install updated, none of this will matter.<br />\n3. I should have at least mentioned this in my previous security article but didn&#8217;t: your WordPress security is also only as good as your web server&#8217;s security. Since the audience for these tutorials is beginners, I&#8217;m going to assume that you don&#8217;t have a lot of control over your host&#8217;s security settings. So I&#8217;m not going to say anything else about this other than to look for a reputable host with experience hosting WordPress.<br />\n4. Make sure you&#8217;re using a strong password. See step 2 of <a href="http://weblogtoolscollection.com/archives/2010/04/15/how-to-improve-basic-security-on-a-fresh-wordpress-install/">my previous tutorial</a>.<br />\n5. I&#8217;m going to assume you already know how to install WordPress plugins.</p>\n<p>NOTE: I&#8217;m writing this guide for WordPress 2.92, the current stable release. All of these plugins seem to work with WordPress 3.0, but I haven&#8217;t thoroughly tested them.</p>\n<p><strong>WP Security Scan</strong></p>\n<p>Let&#8217;s start by checking for the biggest security holes first, using the plugin <a href="http://semperfiwebdesign.com/plugins/wp-security-scan/">WP Security Scan</a>.</p>\n<p>After you install you should see a new &#8220;Security&#8221; section on the left column of your dashboard:</p>\n<p><img class="alignnone size-full wp-image-7988" title="screenshot-1" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/screenshot-1.png" alt="" width="150" height="336" /></p>\n<p>Let&#8217;s click &#8220;Scanner&#8221; and check our file permissions, the most crucial of security settings in WordPress. Chances are everything will be shaded green, and everything&#8217;s ok. However, if anything&#8217;s not set correctly it will be highlighted in red. Changing file permissions is beyond the scope of this tutorial &#8211; contact your web host if you need to change anything.</p>\n<p><img class="alignnone size-full wp-image-7994" title="screenshot-2" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/screenshot-2.png" alt="" width="535" height="83" /></p>\n<p>Next, let&#8217;s change our database prefix. This is a &#8220;<a href="http://en.wikipedia.org/wiki/Security_through_obsurity">security through obscurity</a>&#8221; technique. What we want to do is make your WordPress database harder to exploit by using a database prefix other than the default one &#8211; this way any sort of generic, automated attack on the database will likely fail because the hacker will be using the wrong database prefix.</p>\n<p><strong>BEFORE ATTEMPTING THIS MAKE SURE YOU BACKUP</strong>. I can&#8217;t stress this enough. I wrote a tutorial on <a href="http://weblogtoolscollection.com/archives/2010/04/21/backing-up-your-wordpress-database-with-wp-db-backup/">backing up your WordPress tutorial</a>. Even if you don&#8217;t use the plugin I describe there, make sure you&#8217;ve got a good backup before proceeding.</p>\n<p>If you followed my last security tutorial and changed your database prefix during install, you can skip this step.</p>\n<p>Otherwise, click &#8220;Database&#8221; on the Security section. You&#8217;ll see something like this:</p>\n<p><img class="alignnone size-full wp-image-7995" title="screenshot-3" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/screenshot-3.png" alt="" width="628" height="195" /></p>\n<p>If you see something other than &#8220;wp_&#8221; in the field labeled &#8220;Change the current&#8221; field, then you can skip the next step.</p>\n<p>Change &#8220;wp_&#8221; to something else. It&#8217;s highly recommended that you still keep the _ for database readability in the future, however.</p>\n<p>Click &#8220;Start Renaming&#8221;</p>\n<p>If this fails, you&#8217;ll either have to change the database prefix manually or not at all. Manual changes of the prefix table are beyond the scope of this tutorial.</p>\n<p><strong>Secure WordPress</strong></p>\n<p>Next, let&#8217;s install <a href="http://bueltge.de/wordpress-login-sicherheit-plugin/652/">Secure WordPress</a>. After you install it click &#8220;Secure WP&#8221; in the settings column of the left column of the dashboard. Most of the defaults should be fine, except one: if you&#8217;re not planning on using Windows Live Writer, check the box next to that option and click &#8220;Save Changes.&#8221;</p>\n<p><strong>WordPress Firewall</strong></p>\n<p>The steps above will help prevent attacks by hiding information about your WordPress install from attackers, making sure the correct file permissions are set, and plugging a few potential security holes. Next we&#8217;ll install some plugins that actually stop attacks on your blog.</p>\n<p>WordPress Firewall is a handy plugin for preventing a variety of attacks. This one is especially important if you weren&#8217;t able to change your database prefix. It&#8217;s quite simple &#8211; just install it. There should be no need to change the default settings. <strong>Important:</strong> WordPress Firewall has only been tested up to WordPress 2.8. It has not been tested with WordPress 2.92 or WordPress 3.0 beta 2.</p>\n<p><strong>Bad queries</strong></p>\n<p><a href="http://wordpress.org/extend/plugins/block-bad-queries/">Block Bad Queries</a>, like Firewall, prevents hackers from performing certain common dangerous actions on your site. This one you just install and activate &#8211; there are no settings to change.</p>\n<p><strong>Chap Secure Login</strong></p>\n<p>If you&#8217;re not using SSL to login (once again, beyond the scope of this tutorial), you can use <a href="http://wordpress.org/extend/plugins/chap-secure-login/">Chap Secure Login</a> to encrypt your password. This is especially recommended if you use a lot of different computers to access WordPress, or frequently use public wireless Internet connections. Chap is another remarkably simple plugin &#8211; just install it and activate it and you&#8217;re ready to go. Note: you&#8217;ll get a warning the first time you login after installing. According the plugin developers, this is to be expected.</p>\n<p><strong>Login Lockdown</strong></p>\n<p>Finally, we&#8217;ll want to protect against brute force or dictionary attacks. In an out of the box WordPress installation, users can attempt and fail to login an infinite number of times. This means someone could try thousands of password combinations until they got the right one. <a href="http://wordpress.org/extend/plugins/login-lockdown/">Login Lockdown</a> will ban users from IP addresses that have tried and failed to login too many times.</p>\n<p>Install the plugin and click &#8220;Login Lockdown&#8221; in the &#8220;Settings&#8221; section. You should get an options menu that looks like this:</p>\n<p><img class="alignnone size-full wp-image-7991" title="screenshot-4" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/screenshot-4.png" alt="" width="345" height="450" /></p>\n<p>If you have a hard time typing your password correctly, you might want to set the &#8220;Max Login Retriess&#8221; a little higher.</p>\n<p>I also recommend using the &#8220;Mask Login Errors&#8221; option. Normally, if a user types an incorrect username WordPress will return an invalid user name error. But if the user types a correct username but an incorrect password, WordPress will return an invalid password error. This gives someone trying to crack your password an extra hint as to whether they at least have the right username. If you use the &#8220;Mask Login Errors&#8221; option, WordPress will return a generic &#8220;username or password is incorrect&#8221; error instead.</p>\n<p><strong>Ask Apache</strong></p>\n<p>Many people swear by <a href="http://wordpress.org/extend/plugins/askapache-password-protect/">AskApache Password Protect</a>. However, I have not been able to get it to work with my host. Your mileage may vary. If I understand it correctly, this plugin adds an additional password to the /wp-admin directory. If you allow open registrations and have lot of users logging in, you might not want to use this plugin.</p>\n<p><strong>Conclusion</strong></p>\n<p>There&#8217;s still much more you can do, such as using .htaccess to protect directories, moving core WordPress files, and monitoring for exploits. Those are things we&#8217;ll have to cover in the future. If you have need to harden things further now, please see the <a href="http://codex.wordpress.org/Hardening_WordPress">Hardening WordPress Codex entry</a>. Remember no (usable) site will ever be completely secure, but if you&#8217;ve installed the plugins above your chances of getting hacked will be greatly reduced.</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, 27 Apr 2010 11:48:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Klint Finley";s: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 04/26";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://weblogtoolscollection.com/?p=7993";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/04/26/wordpress-plugin-releases-for-0426/";s: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:4007:"<h3>New Plugins</h3>\n<p><a href="http://www.gospelrhys.co.uk/plugins/wordpress-plugins/incomment-wordpress-plugin">Incomment Referrer</a></p>\n<p>This plugin quite simply lets you know where the users entered your site when they leave a comment. A lot of people who joined the do-follow movement are listed on sites which are a target for comment spammers. To those who suffer comment spam can now find out the page they come from, and block accordingly.</p>\n<p><a href="http://nxsn.com/projects/wp-hide-pages/">WP Hide Pages</a></p>\n<p>This plugin hides selected pages from menus which created with wp_list_pages function. Essentially it adds exclude parameter to wp_list_pages function but it’s so easy now.</p>\n<p><a href="http://obaq.uuuq.com/?p=253">Pages to Page</a></p>\n<p>Create the contents of Recent Comments, Pages, Categories, Archives, Recent Posts and Calendar which are usually shown in the sidebar and insert them onto a post or page.</p>\n<p><a href="http://eletrowidgets.hacklab.com.br/">eletro widgets</a></p>\n<p>It allows yout to use WordPress widgets to set up your home page (or any page) in your blog. You can configure and drag &amp; drop widgets around right in the front end. Please watch the video for further details.</p>\n<p><a href="http://pranav.me/projects/plugins/gt-geotargeting/">GT – Geo Targeting</a></p>\n<p>Description: GEO target content based on user’s country. Show/hide content to/from users from specific countries, Show a note to users who cannot see the content. Template tags and shortcodes available for use.</p>\n<p><a href="http://pranav.me/projects/plugins/taxonomy-manager/">Taxonomy Manager</a></p>\n<p>Add, Edit, Delete &amp; Manage taxonomies for posts, pages, links and custom post types with a few clicks of mouse. Makes adding taxonomies a lot easier. Display taxonomy tag clouds and more using widgets and display tags and other info at the bottom of posts.</p>\n<h3>Updated Plugins</h3>\n<p><a href="http://smashly.net/photosmash-galleries/">PhotoSmash Galleries</a></p>\n<p>PhotoSmash Galleries has been updated to provide a Gallery Viewer page (an index of your galleries), and now supports EXIF data with easy tags for displaying it ([exif_table] and [meta_data field=''aperture''] or whatever exif fields you have).</p>\n<p><a href="http://obaq.uuuq.com/?p=236">Rico Ajax Menu</a></p>\n<p>Can create a menu with tabs, accordions or pulldowns using <a href="http://openrico.org/">Rico Ajax</a></p>\n<p><a href="http://blog.grandprix.int/wordpress-plugins/avh-extended-categories/">AVH Extended Categories</a></p>\n<p>The AVH Extended Categories Widgets gives you three widgets for displaying categories.</p>\n<p><a href="http://scribu.net/wordpress/smart-archives-reloaded">Smart Archives Reloaded</a></p>\n<p>Offers an elegant and easy way to present your posts, grouped by year and month.</p>\n<p><a href="http://arpitshah.com/plugins/twitter-goodies/"></a><a href="http://arpitshah.com/plugins/twitter-goodies/">Twitter Goodies</a></p>\n<p>This plugin will show your twitter tweets under Sidebar Area (Widget), Post and/or Pages. Tweets will REFRESH AUTOMATICALLY. Also it has reply option inside widget on mouse over action.</p>\n<p><a href="http://arpitshah.com/plugins/wp-google-buzz/">WP Google-buzz</a></p>\n<p>Beautiful Google buzz integration to wordpress + 8 different admin panel options (Settings -&gt; WP Google-buzz) + 14 diff button images + Buzz Counter + mouse over effects.</p>\n<p><a href="http://www.weinschenker.name/plugin-feed-reading-blogroll/">WP Social Blogroll</a></p>\n<p>The plugin adds a cool new blogroll that is able to display the freshness, author name and the latest post-title of your bookmarks. It enables you to sort the blogroll by the latest update of your bookmarked blogs.</p>\n<p><a href="http://fusionswift.com/wordpress-tweeter/">WordPress Tweeter</a></p>\n<p>WordPress Tweeter is a plugin that will update a twitter account when you make a new post on your blog. You will be able to customize the tweet template.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 26 Apr 2010 20:05: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:7:"Perurry";s: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:43:"WP iPhone: jkOnTheRun: Blogging on the iPad";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://iphone.wordpress.org/?p=691";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://iphone.wordpress.org/2010/04/26/jkontherun-blogging-on-the-ipad/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2284:"<p><img class="alignright size-full wp-image-698" title="blogging-ipad-keyboard" src="http://wpiphone.files.wordpress.com/2010/04/blogging-ipad-keyboard.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></p>\n<p><a href="http://jkontherun.com/author/jkendrick/">James Kendrick</a> has <a href="http://jkontherun.com/2010/04/22/blogging-on-the-ipad/">posted a very comprehensive review</a> of how he blogs from the iPad using the <a href="http://itunes.apple.com/us/app/wordpress/id335703880?mt=8">WordPress app</a> and a few other tools:</p>\n<blockquote><p>The WordPress app for the iPad is pretty good, and I usually write the entire blog post in this editor. It’s important to note that there is no fancy visual editor (WYSIWYG) like in the web-based version. It’s a simple text editor that works well for text entry. It’s also a HTML editor, so those familiar with HTML can use it to make posts with sophisticated formatting. I’m too far removed from the old HTML blogging days, so I avoid it.</p></blockquote>\n<p>You can read the <a href="http://jkontherun.com/2010/04/22/blogging-on-the-ipad/">full post over on jkOnTheRun.com</a> .</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/691/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iphone.wordpress.org&blog=3882653&post=691&subd=wpiphone&ref=&feed=1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 26 Apr 2010 19:44: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:16:"Raanan Bar-Cohen";s: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:39:"Joseph: WordCamp San Francisco – 2010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2218";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://josephscott.org/archives/2010/04/wordcamp-san-francisco-2010/";s: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:1114:"<p>This Saturday is <a href="http://2010.sf.wordcamp.org/">WordCamp San Francisco</a>!  I&#8217;ll be there for WordCamp, the <a href="http://2010.sf.wordcamp.org/schedule/">developer day and two day code sprint</a> as well.  </p>\n<p>This year I&#8217;ll be <a href="http://2010.sf.wordcamp.org/speakers/">speaking at WordCamp</a>, a more technical focused presentation on “Writing Responsible Plugin &#038; Theme Code”.  I&#8217;ll be covering security items and tips for making sure that your plugin/theme plays nice with WordPress.</p>\n\n\n<p>Related posts:<ol><li><a href="http://josephscott.org/archives/2009/02/ill-be-at-wordcamp-denver/" rel="bookmark" title="Permanent Link: I&#8217;ll Be At WordCamp Denver">I&#8217;ll Be At WordCamp Denver</a></li>\n<li><a href="http://josephscott.org/archives/2009/04/reno-tahoe-wordcamp/" rel="bookmark" title="Permanent Link: Reno-Tahoe WordCamp">Reno-Tahoe WordCamp</a></li>\n<li><a href="http://josephscott.org/archives/2009/01/wordcamp-las-vegas-videos/" rel="bookmark" title="Permanent Link: WordCamp Las Vegas Videos">WordCamp Las Vegas Videos</a></li>\n</ol></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 26 Apr 2010 16:32:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:25:"Matt: Twenty Ten starting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=34333";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://ma.tt/2010/04/twenty-ten-starting/";s: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:489:"<p><a href="http://en.blog.wordpress.com/2010/04/26/new-theme-twenty-ten/">The new Twenty Ten theme is now live on WordPress.com</a> and the default for all new blogs created on the service. As an aside, WP.com (11 million sites) was switched over to 3.0 over the weekend. I love it when we&#8217;re able to do that early because we find a ton of bugs in the integration and merge, and then we have 11 million beta testers banging on the software before we do the shrink-wrap release.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 26 Apr 2010 16:12:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:37:"Dev Blog: WordCamp San Francisco 2010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/development/?p=1326";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/04/wordcampsf-2010/";s: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:4911:"<p>A week from today on May 1, hundreds of WordPress users, developers, designers and general enthusiasts will descend upon San Francisco for the 4th annual <a href="http://2010.sf.wordcamp.org/">WordCamp SF</a>. Since that first WordCamp in 2006, back when WordPress was on version 2.0 (Duke), the number of people using WordPress to power their web publishing &#8212; from personal blogs to large-scale commercial sites &#8212; has grown by millions. It&#8217;s no wonder this year&#8217;s event is going to be so great.</p>\n<p>If you&#8217;re unfamiliar with <a href="http://wordcamp.org/">WordCamps</a>, here&#8217;s the skinny: the San Francisco event is the flagship, put together each year under the direction of WordPress co-founder and lead developer <a href="http://ma.tt">Matt Mullenweg</a>, who traditionally reports on the &#8220;State of the Word&#8221; and assembles a lineup of <a href="http://2010.sf.wordcamp.org/speakers/">speakers</a> that have inspired him over the past year. This year&#8217;s lineup includes luminaries such as Richard Stallman, the father of Free Software, best-selling author Scott Berkun, and Salon.com co-founder Scott Rosenberg. As the final speaker list is finalized, the remaining speakers will be added to the <a href="http://2010.sf.wordcamp.org/">WordCamp SF website</a>, but a surprise or two is still possible.</p>\n<p>Though the main event is on Saturday, May 1, there are additional <a href="http://2010.sf.wordcamp.org/schedule/">days of WordPress goodness</a> in store. Saturday, May 1 will be the main conference with scheduled speakers. There will be keynotes, session tracks for both bloggers/end-users and developers, and lightning talks to provide a broad mix of content, followed by a raging afterparty. Sunday, May 2 will shift location and tone, with a low-key developers&#8217; unconference for the super-code-focused attendees. May 3 and 4 are conference-free, but a WordPress core contributor in-person code sprint will span those two days, bringing together core contributors old and new from around the globe for two days of intense hacking (and let&#8217;s face it, 3.0 bug fixes).</p>\n<p>If you&#8217;re in the Bay Area, or can be, and want to attend <a href="http://2010.sf.wordcamp.org/">WordCamp San Francisco</a>, <a href="http://2010.sf.wordcamp.org/tickets/">go get your ticket today</a>!</p>\n<p>*     *      *      *     *</p>\n<h3><strong>Other Upcoming WordCamps</strong></h3>\n<p>It&#8217;s definitely WordCamp season; just check out the growing list of upcoming WordCamps over the next couple of months! If you don&#8217;t see a WordCamp near you listed here, check the rest of the <a href="http://central.wordcamp.org/schedule/">schedule at WordCamp.org</a>. In the meantime, don&#8217;t forget that many WordCamps post video of their presentations on <a href="http://wordpress.tv">WordPress.tv</a>.</p>\n<p>April 24 (today!) &#8211; <a href="http://www.ocwordcamp.com/">WordCamp Orange County</a><br />\nIrvine, CA USA</p>\n<p>April 29 &#8211; <a href="http://www.wordcampnashville.com/">WordCamp Nashville</a><br />\nNashville, TN USA</p>\n<p><strong>May 1 &#8211; <a href="http://2010.sf.wordcamp.org/">WordCamp San Francisco</a><br />\nSan Francisco, CA USA</strong></p>\n<p>May 8 &#8211; <a href="http://wordcamp.fr/">WordCamp Paris</a><br />\nParis, France</p>\n<p>May 8 &#8211; <a href="http://argentina.wordcamp.org/">WordCamp Argentina </a><br />\nBuenos Aires, Argentina</p>\n<p>May 8 &#8211; <a href="http://chile.wordcamp.org/">WordCamp Chile</a><br />\nSantiago, Chile</p>\n<p>May 15–16 &#8211; <a href="http://denmark.wordcamp.org/">WordCamp Denmark</a><br />\nCopenhagen, Denmark</p>\n<p>May 15 &#8211; <a href="http://www.wordcampvictoria.ca/">WordCamp Victoria</a><br />\nVictoria, BC Canada</p>\n<p>May 21–22 &#8211; <a href="http://www.wordcamp.it/">WordCamp Italy</a><br />\nMilan, Italy</p>\n<p>May 22 &#8211; <a href="http://www.wordcamp.my/">WordCamp Malaysia</a><br />\nKuala Lumpur, Malaysia</p>\n<p>May 22–23 &#8211; <a href="http://wordcampraleigh.com/">WordCamp Raleigh</a><br />\nRaleigh, North Carolina USA</p>\n<p>May 29–30 &#8211; <a href="http://wordcampfayetteville.com/">WordCamp Fayetteville</a><br />\nFayetteville, Arkansas USA</p>\n<p>May 29 &#8211; <a href="http://yokohama2010.wordcamp.jp/">WordCamp Yokohama</a><br />\nYokohama, Japan</p>\n<p>June 5–6 &#8211; <a href="http://wordcampchicago.com/">WordCamp Chicago</a><br />\nChicago, Illinois USA</p>\n<p>June 12 &#8211; <a href="http://www.renotahoewordcamp.com/">WordCamp Reno-Tahoe</a><br />\nReno, Nevada USA</p>\n<p>June 12 &#8211; <a href="http://wordcampvancouver.com/">WordCamp Vancouver</a><br />\nVancouver, Canada</p>\n<p>June 18 &#8211; <a href="http://wordcamp.it/catania2010/">WordCamp Catania</a><br />\nCatania, Italy</p>\n<p>June 19 &#8211; <a href="http://wordcampcolumbus.com/">WordCamp Columbus </a><br />\nColumbus, Ohio USA</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, 24 Apr 2010 15:49: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:"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: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:38:"Dev Blog: Coming up on Beta 2: Sprint!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/development/?p=1328";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/04/coming-up-on-beta-2-sprint/";s: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:2952:"<p>Early next week, we&#8217;re hoping to release the 2nd beta release of WordPress 3.0 on our journey toward the final version. There are still <a href="http://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;group=status&amp;order=priority&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;milestone=3.0&amp;type=defect+%28bug%29">over 200 bugs</a> in the 3.0 milestone, and we can use all the help we can get on fixing these problems. If you&#8217;re a developer, take a look at the list of bugs that <a href="http://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;group=status&amp;order=priority&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;milestone=3.0&amp;type=defect+%28bug%29">still need fixing</a> in 3.0. <a href="http://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;group=status&amp;order=priority&amp;col=id&amp;col=summary&amp;col=type&amp;col=owner&amp;col=priority&amp;col=component&amp;col=version&amp;milestone=3.0&amp;keywords=~needs-patch&amp;type=defect+%28bug%29">Write a patch</a>, or <a href="http://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;group=status&amp;order=priority&amp;col=id&amp;col=summary&amp;col=type&amp;col=owner&amp;col=priority&amp;col=component&amp;col=version&amp;milestone=3.0&amp;keywords=~has-patch&amp;type=defect+%28bug%29">test and give feedback</a> on someone else&#8217;s. The tickets around custom post types and taxonomies are especially in need of help. Every little bit helps, so if you&#8217;re a developer who&#8217;s never contributed to core before, maybe now is the right time! Check out our information on <a href="http://codex.wordpress.org/Contributing_to_WordPress">contributing to WordPress core</a>, and head over to <a href="http://core.trac.wordpress.org/">Trac</a> to see if there&#8217;s a problem you might know how to fix. If you get stuck, need collaborators, or have a question about the best way to approach a fix, hop into the dev channel on IRC at irc.freenode.net, channel #wordpress-dev. Core developers will be around over the weekend working on bugs themselves, so if you&#8217;re trying to help, don&#8217;t be afraid to ask questions. With your help, maybe by Monday we can knock the bug count down to half of what it is right now. How great would that be? (Answer: pretty great)</p>\n<p>The sprint will go full force until Monday afternoon, when the lead developers and core committers will all stop to take a breath and look at the remaining bug reports to see how we did over the weekend, so don&#8217;t wait! And thanks!</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, 24 Apr 2010 12:08: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:"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: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:59:"Weblog Tools Collection: WordPress Theme Releases for 04/23";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://weblogtoolscollection.com/?p=7985";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/04/23/wordpress-theme-releases-for-0423-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1633:"<h4><a href="http://buynowshop.com/themes/desk-mess-mirrored/">Desk Mess Mirrored</a></h4>\n<p><a href="http://wp-themes.com/desk-mess-mirrored"><img title="Desk Mess Mirrored" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/DeskMessMirrored.png" alt="Desk Mess Mirrored" width="200" height="150" /></a></p>\n<p>Marble desktop covered with a mix of old and new items, such as some vintage papers, a stainless steel pen, and, a hot cup of coffee! Now with threaded comments and sticky posts!</p>\n<h4><a href="http://www.webdesignlessons.com/redsteel-wordpress-theme/">RedSteel</a></h4>\n<p><a href="http://www.webdesignlessons.com/demo/index.php?wptheme=RedSteel"><img title="RedSteel" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/RedSteel.gif" alt="RedSteel" width="200" height="154" /></a></p>\n<p>RedSteel quickly grabs the attention of visitors by prominently displaying your featured posts, latest Tweet, as well as links to Facebook, Digg and other popular social media websites.</p>\n<h4><a href="http://www.blogging-inside.de/2010/04/adsense-optimierte-tweez-follower-wordpress-theme/">Adsense optimierte Tweez Follower</a></h4>\n<p><a href="http://tweezfollower.de/"><img title="Tweezfollower" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/Tweezfollower.jpg" alt="Tweezfollower" width="200" height="111" /></a></p>\n<p>The Adsense optimized Tweez Follower Theme ist a free (GPL) WordPress Theme 1000px wide with 2 Sidebars and 4 Widgets Positions: above the content, above and below the Postings, and below the Content. There is also an Option Page to populate the Footer.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Apr 2010 21:22: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:7:"Perurry";s: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:33:"Matt: WordCamp San Francisco 2010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=34331";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/04/wordcamp-san-francisco-2010/";s: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:375:"<p>We&#8217;re now about a week away from <a href="http://2010.sf.wordcamp.org/">WordCamp San Francisco 2010</a>. I am extremely excited about the <a href="http://2010.sf.wordcamp.org/speakers/">speaker lineup this year</a> (6-7 not listed yet), we&#8217;ll have a jazz performance, awesome shirts&#8230; best WordCamp SF yet. Get your tickets ASAP if you hope to attend.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Apr 2010 16:51:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:27:"Matt: Drop-Out Entrepreneur";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=34329";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://ma.tt/2010/04/drop-out-entrepreneur/";s: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:175:"<p>Mia Saini did a <a href="http://blogs.forbes.com/face-to-face/2010/04/22/drop-out-entrepreneur/">video interview and article on Forbes called Drop-Out Entrepreneur</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Apr 2010 16:51:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:23:"Matt: 7on7 Event Photos";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=34266";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"http://ma.tt/2010/04/7on7-event/";s: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:12702:"<p>Photos from the day of Seven on Seven, and the ensuing drinks and dinner.</p>\n<p><span id="more-34266"></span></p>\n\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4421-2/" title="MCM_4421"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4421-195x129.jpg" class="attachment-thumbnail" alt="MCM_4421" title="MCM_4421" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4422-2/" title="MCM_4422"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4422-195x129.jpg" class="attachment-thumbnail" alt="MCM_4422" title="MCM_4422" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4423/" title="MCM_4423"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4423-195x129.jpg" class="attachment-thumbnail" alt="Cowboy rice, quite good" title="MCM_4423" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4425-2/" title="MCM_4425"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4425-195x129.jpg" class="attachment-thumbnail" alt="MCM_4425" title="MCM_4425" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4426-2/" title="MCM_4426"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4426-195x129.jpg" class="attachment-thumbnail" alt="Cafe Colonial" title="MCM_4426" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4427-3/" title="MCM_4427"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4427-195x129.jpg" class="attachment-thumbnail" alt="MCM_4427" title="MCM_4427" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4430-2/" title="MCM_4430"><img width="139" height="210" src="http://s.ma.tt/files/2010/04/MCM_4430-139x210.jpg" class="attachment-thumbnail" alt="MCM_4430" title="MCM_4430" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4431/" title="MCM_4431"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4431-195x129.jpg" class="attachment-thumbnail" alt="MCM_4431" title="MCM_4431" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4434/" title="MCM_4434"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4434-195x129.jpg" class="attachment-thumbnail" alt="MCM_4434" title="MCM_4434" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4436-2/" title="MCM_4436"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4436-195x129.jpg" class="attachment-thumbnail" alt="MCM_4436" title="MCM_4436" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4437/" title="MCM_4437"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4437-195x129.jpg" class="attachment-thumbnail" alt="MCM_4437" title="MCM_4437" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4440/" title="MCM_4440"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4440-195x129.jpg" class="attachment-thumbnail" alt="MCM_4440" title="MCM_4440" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4443-2/" title="MCM_4443"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4443-195x129.jpg" class="attachment-thumbnail" alt="MCM_4443" title="MCM_4443" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4446-2/" title="MCM_4446"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4446-195x129.jpg" class="attachment-thumbnail" alt="MCM_4446" title="MCM_4446" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4448-3/" title="MCM_4448"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4448-195x129.jpg" class="attachment-thumbnail" alt="MCM_4448" title="MCM_4448" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4452-2/" title="MCM_4452"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4452-195x129.jpg" class="attachment-thumbnail" alt="MCM_4452" title="MCM_4452" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4455-3/" title="MCM_4455"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4455-195x129.jpg" class="attachment-thumbnail" alt="MCM_4455" title="MCM_4455" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4457/" title="MCM_4457"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4457-195x129.jpg" class="attachment-thumbnail" alt="MCM_4457" title="MCM_4457" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4458-2/" title="MCM_4458"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4458-195x129.jpg" class="attachment-thumbnail" alt="MCM_4458" title="MCM_4458" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4463/" title="MCM_4463"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4463-195x129.jpg" class="attachment-thumbnail" alt="MCM_4463" title="MCM_4463" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4468/" title="MCM_4468"><img width="139" height="210" src="http://s.ma.tt/files/2010/04/MCM_4468-139x210.jpg" class="attachment-thumbnail" alt="MCM_4468" title="MCM_4468" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4470-3/" title="MCM_4470"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4470-195x129.jpg" class="attachment-thumbnail" alt="MCM_4470" title="MCM_4470" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4473-3/" title="MCM_4473"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4473-195x129.jpg" class="attachment-thumbnail" alt="MCM_4473" title="MCM_4473" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4477-2/" title="MCM_4477"><img width="139" height="210" src="http://s.ma.tt/files/2010/04/MCM_4477-139x210.jpg" class="attachment-thumbnail" alt="MCM_4477" title="MCM_4477" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4480-3/" title="MCM_4480"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4480-195x129.jpg" class="attachment-thumbnail" alt="MCM_4480" title="MCM_4480" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4483-2/" title="MCM_4483"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4483-195x129.jpg" class="attachment-thumbnail" alt="MCM_4483" title="MCM_4483" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4489-2/" title="MCM_4489"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4489-195x129.jpg" class="attachment-thumbnail" alt="MCM_4489" title="MCM_4489" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4500-2/" title="MCM_4500"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4500-195x129.jpg" class="attachment-thumbnail" alt="MCM_4500" title="MCM_4500" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4505-3/" title="MCM_4505"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4505-195x129.jpg" class="attachment-thumbnail" alt="MCM_4505" title="MCM_4505" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4509-3/" title="MCM_4509"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4509-195x129.jpg" class="attachment-thumbnail" alt="MCM_4509" title="MCM_4509" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4516/" title="MCM_4516"><img width="139" height="210" src="http://s.ma.tt/files/2010/04/MCM_4516-139x210.jpg" class="attachment-thumbnail" alt="MCM_4516" title="MCM_4516" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4522-2/" title="MCM_4522"><img width="139" height="210" src="http://s.ma.tt/files/2010/04/MCM_4522-139x210.jpg" class="attachment-thumbnail" alt="MCM_4522" title="MCM_4522" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4526-2/" title="MCM_4526"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4526-195x129.jpg" class="attachment-thumbnail" alt="MCM_4526" title="MCM_4526" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4528-2/" title="MCM_4528"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4528-195x129.jpg" class="attachment-thumbnail" alt="MCM_4528" title="MCM_4528" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4530/" title="MCM_4530"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4530-195x129.jpg" class="attachment-thumbnail" alt="MCM_4530" title="MCM_4530" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4533/" title="MCM_4533"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4533-195x129.jpg" class="attachment-thumbnail" alt="MCM_4533" title="MCM_4533" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4538-2/" title="MCM_4538"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4538-195x129.jpg" class="attachment-thumbnail" alt="MCM_4538" title="MCM_4538" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4539-3/" title="MCM_4539"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4539-195x129.jpg" class="attachment-thumbnail" alt="MCM_4539" title="MCM_4539" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4541-2/" title="MCM_4541"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4541-195x129.jpg" class="attachment-thumbnail" alt="MCM_4541" title="MCM_4541" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4547/" title="MCM_4547"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4547-195x129.jpg" class="attachment-thumbnail" alt="MCM_4547" title="MCM_4547" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4553-2/" title="MCM_4553"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4553-195x129.jpg" class="attachment-thumbnail" alt="MCM_4553" title="MCM_4553" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4556-2/" title="MCM_4556"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4556-195x129.jpg" class="attachment-thumbnail" alt="MCM_4556" title="MCM_4556" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4560-2/" title="MCM_4560"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4560-195x129.jpg" class="attachment-thumbnail" alt="MCM_4560" title="MCM_4560" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4563-3/" title="MCM_4563"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4563-195x129.jpg" class="attachment-thumbnail" alt="MCM_4563" title="MCM_4563" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4564-3/" title="MCM_4564"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4564-195x129.jpg" class="attachment-thumbnail" alt="MCM_4564" title="MCM_4564" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4567-2/" title="MCM_4567"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4567-195x129.jpg" class="attachment-thumbnail" alt="MCM_4567" title="MCM_4567" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4574-3/" title="MCM_4574"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4574-195x129.jpg" class="attachment-thumbnail" alt="MCM_4574" title="MCM_4574" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4576-2/" title="MCM_4576"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4576-195x129.jpg" class="attachment-thumbnail" alt="MCM_4576" title="MCM_4576" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4583/" title="MCM_4583"><img width="139" height="210" src="http://s.ma.tt/files/2010/04/MCM_4583-139x210.jpg" class="attachment-thumbnail" alt="MCM_4583" title="MCM_4583" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4584/" title="MCM_4584"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4584-195x129.jpg" class="attachment-thumbnail" alt="MCM_4584" title="MCM_4584" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4590/" title="MCM_4590"><img width="139" height="210" src="http://s.ma.tt/files/2010/04/MCM_4590-139x210.jpg" class="attachment-thumbnail" alt="MCM_4590" title="MCM_4590" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4591/" title="MCM_4591"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4591-195x129.jpg" class="attachment-thumbnail" alt="MCM_4591" title="MCM_4591" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4600/" title="MCM_4600"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4600-195x129.jpg" class="attachment-thumbnail" alt="MCM_4600" title="MCM_4600" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4602-2/" title="MCM_4602"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4602-195x129.jpg" class="attachment-thumbnail" alt="MCM_4602" title="MCM_4602" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4606/" title="MCM_4606"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4606-195x129.jpg" class="attachment-thumbnail" alt="MCM_4606" title="MCM_4606" /></a>\n<a href="http://ma.tt/2010/04/7on7-event/mcm_4607-2/" title="MCM_4607"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4607-195x129.jpg" class="attachment-thumbnail" alt="MCM_4607" title="MCM_4607" /></a>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Apr 2010 22:00:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"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: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:22:"Matt: Working on Seven";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=34252";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/04/working-on-seven/";s: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:2772:"<p>A few vignettes of the 1-day collaboration with Evan Roth for Seven on Seven.</p>\n<p><span id="more-34252"></span></p>\n\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4398-3/" title="MCM_4398"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4398-195x129.jpg" class="attachment-thumbnail" alt="New Yorkers / Tourists" title="MCM_4398" /></a>\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4399-2/" title="MCM_4399"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4399-195x129.jpg" class="attachment-thumbnail" alt="Kickstarter doorbell" title="MCM_4399" /></a>\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4400-2/" title="MCM_4400"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4400-195x129.jpg" class="attachment-thumbnail" alt="Kickstarter offices" title="MCM_4400" /></a>\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4403-3/" title="MCM_4403"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4403-195x129.jpg" class="attachment-thumbnail" alt="MCM_4403" title="MCM_4403" /></a>\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4406-3/" title="MCM_4406"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4406-195x129.jpg" class="attachment-thumbnail" alt="MCM_4406" title="MCM_4406" /></a>\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4407-3/" title="MCM_4407"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4407-195x129.jpg" class="attachment-thumbnail" alt="I fiddled with these puzzle cubes all day" title="MCM_4407" /></a>\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4411-3/" title="MCM_4411"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4411-195x129.jpg" class="attachment-thumbnail" alt="MCM_4411" title="MCM_4411" /></a>\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4412-3/" title="MCM_4412"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4412-195x129.jpg" class="attachment-thumbnail" alt="Bruschetteria" title="MCM_4412" /></a>\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4413-3/" title="MCM_4413"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4413-195x129.jpg" class="attachment-thumbnail" alt="After all the lights had been turned off." title="MCM_4413" /></a>\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4415-2/" title="MCM_4415"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4415-195x129.jpg" class="attachment-thumbnail" alt="MCM_4415" title="MCM_4415" /></a>\n<a href="http://ma.tt/2010/04/working-on-seven/mcm_4416-3/" title="MCM_4416"><img width="195" height="129" src="http://s.ma.tt/files/2010/04/MCM_4416-195x129.jpg" class="attachment-thumbnail" alt="Going up." title="MCM_4416" /></a>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Apr 2010 20:00:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:38:"Dougal Campbell: WordPress as a Forum?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://dougal.gunters.org/?p=2093";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://dougal.gunters.org/blog/2010/04/21/wordpress-as-a-forum?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss";s: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:2343:"<div><img width="150" height="150" src="http://media.dougal.us.s3.amazonaws.com/wordpress/wp-content/uploads/2008/11/wplogo-notext-rgb.png" class="attachment-post-thumbnail wp-post-image" alt="WordPress" title="WordPress" /></div><p>I know there are some efforts to integrate forums with WordPress. Of course there&#8217;s <a href="http://bbpress.org/">bbPress</a>, which can share user logins. And there is the <a href="http://simple-press.com/">Simple:Press</a> plugin, which seems pretty full-featured. And I have heard references to other efforts for plugins, or integrations for external forum systems. The main problem with external forum systems (as opposed to solutions purely based on plugins and themes) is that if you want a consistent look-and-feel between your blog and your forums, you have to do a lot of work.</p>\n<p>Making WordPress <em>look</em> like a forum is mostly a matter of theming. Categories can group forum topics. WordPress posts map to forum posts. Comments map to replies. Administratively, the main differences are in how you manage user accounts, plus maybe some spam control features.</p>\n<p>I&#8217;m just curious about what other approaches people are taking. Is anybody looking at custom taxonomies and post types for implementing forums in WordPress? I am mainly thinking this would make it easier to present both a blog and forums in a single site install, and easily keep them separate from each other. It seems like this would eliminate (mostly) the need for additional database tables. It&#8217;s not a project I&#8217;m looking to do myself, but I see the topic come up so often, I&#8217;m just surprised that there aren&#8217;t several more plugins available in this space.</p>\n\n\n<p>Related posts:<ol><li><a href="http://dougal.gunters.org/blog/2007/03/13/my-favorite-wordpress-plugins" rel="bookmark" title="Permanent Link: My Favorite WordPress Plugins">My Favorite WordPress Plugins</a></li>\n<li><a href="http://dougal.gunters.org/blog/2008/06/07/syndactyly-forums-up-and-running-again" rel="bookmark" title="Permanent Link: Syndactyly forums up and running again">Syndactyly forums up and running again</a></li>\n<li><a href="http://dougal.gunters.org/blog/2009/10/16/wordpress-2-9-features" rel="bookmark" title="Permanent Link: WordPress 2.9 Features">WordPress 2.9 Features</a></li>\n</ol></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 Apr 2010 13:14: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:"Dougal";s: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:77:"Weblog Tools Collection: Backing up your WordPress database with WP-DB-Backup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://weblogtoolscollection.com/?p=7963";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"http://weblogtoolscollection.com/archives/2010/04/21/backing-up-your-wordpress-database-with-wp-db-backup/";s: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:4340:"<p>I emphasized the importance of backing up in <a href="http://weblogtoolscollection.com/archives/2010/04/15/how-to-improve-basic-security-on-a-fresh-wordpress-install/">my basic security tutorial</a>, but I discovered all of the backup tutorials I found were out of date. So here&#8217;s a tutorial on backing up your WordPress database with the terrific <a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP-DB-Backup plugin</a>. The great thing about this plugin is that you can have it automatically send you backups by e-mail that you can save both to your local computer and optionally store in your Gmail or other web mail account and an additional off-site backup.</p>\n<p>This tutorial assumes you already know how to install plugins.</p>\n<p>This tutorial should be forward-compatible with WordPress 3.0</p>\n<p><span id="more-7963"></span></p>\n<p>1. Install WP-DB-Backup by Austin Matzko</p>\n<p>2. Mouse over Tools so that the down arrow appears</p>\n<p><img class="alignnone size-full wp-image-7964" title="backup1" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/backup1.jpg" alt="" width="154" height="237" /></p>\n<p>3. Click the down arrow</p>\n<p>4. Click Backup</p>\n<p>5. You&#8217;ll see something like this:</p>\n<p><img class="alignnone size-full wp-image-7965" title="backup2" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/backup2.jpg" alt="" width="500" height="170" /></p>\n<p>On the left are the default database tables included with WordPress. All of these are included every time you backup. The only thing you have to decide here is whether to exclude spam comments from being backed up (I recommend this) and whether to exclude post revisions (I recommend excluding these too, unless you have a specific reason for keeping revisions).</p>\n<p>On the right is a list of additional database tables, most of which were probably created by plugins. There&#8217;s also a table called that will end with the name &#8220;commentmeta&#8221; &#8211; this can be used by plugins.</p>\n<p>If your plugins have created a lot of data that you would like to save, or you&#8217;ve spent a lot of time configuring particular plugins, you&#8217;ll want to backup these tables. Otherwise, you can keep your database backups smaller by not checking them.</p>\n<p>7. Next we see the Backup Option. There are three choices here:</p>\n<p>A. Save to the server</p>\n<p>This will save a backup of your database as a file on your web server. I don&#8217;t recommend this.</p>\n<p>B. Download to your computer.</p>\n<p>This will create a database backup file that you can save to your local computer.</p>\n<p>C. Email backup to:</p>\n<p>This allows you to send a copy of the backup to any e-mail address you&#8217;d like.</p>\n<p>8. Let&#8217;s go ahead and download a copy to our hard drives now.</p>\n<p>Check options you want in the Tables section then click &#8220;Backup now!&#8221;</p>\n<p>You should see a progress bar, and when that&#8217;s done your browser will prompt you to save the file. You can save this file wherever you&#8217;d like.</p>\n<p>9. There&#8217;s another section called &#8220;Scheduled Backup.&#8221; This is where this program gets really great.</p>\n<p>Here we can schedule a backup to be e-mailed to a particular e-mail address however often we&#8217;d like. I recommend checking selecting &#8220;Once Daily.&#8221;</p>\n<p>10. On the right, you&#8217;ll see that list of optional tables again. Check the ones you want to backup every time the backup runs.</p>\n<p><img class="alignnone size-full wp-image-7968" title="backup3" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/backup31.jpg" alt="" width="500" height="301" /></p>\n<p>11. Enter the e-mail address you want the backups delivered to in the &#8220;Email backup to:&#8221; field.</p>\n<p>12. Click &#8220;Schedule backup.&#8221;</p>\n<p>13. You should now get a backup file as an e-mail attachment every day. You should save these attachments to your local computer. If you&#8217;re using Gmail or another web mail host that has a lot of storage space, you might want to leave your databases on their server as an additional off-site backup. Be aware that that&#8217;s an additional security risk &#8211; if your e-mail account is ever compromised, the would have access to all of your database backups.</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 Apr 2010 12:05:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Klint Finley";s: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:34:"Publisher Blog: Upcoming WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://publisherblog.automattic.com/?p=917";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://publisherblog.automattic.com/2010/04/20/upcoming-wordcamps/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2671:"<p>Lots of <a href="http://wordcamp.org">WordCamps</a> coming up, which are great events for publishers to learn more about WordPress and meet the WordPress community:<br />\n<a href="http://wordcamp.org"><img src="http://s2.wp.com/mshots/v1/http%3A%2F%2Fcentral.wordcamp.org%2F?w=600&amp;r=1" alt="http://central.wordcamp.org/" width="600" /></a></p>\n<p>This weekend, <a href="http://www.ocwordcamp.com/"> WordCamp Orange County</a> will be held on Saturday April 24th on the UC Irvine campus.</p>\n<p>The following weekend, <a href="http://2010.sf.wordcamp.org/">WordCamp San Francisco</a> will be held on Saturday May 1st, 2010 with a developer day on Sunday May 2nd.  There will also be a party on Saturday night.  If you haven&#8217;t registered yet and are interested in attending, please head over to the <a href="http://2010.sf.wordcamp.org/">WordCamp SF site</a> and <a href="https://2010.sf.wordcamp.org/tickets/">register now</a>, as these tickets tend to sell out pretty quickly.</p>\n<p>The following weekend on May 8th, 2010 there are three amazing WordCamps happening all over the globe: <a href="http://wordcamp.fr/">WordCamp Paris</a>, <a href="http://argentina.wordcamp.org/">WordCamp Argentina</a>, and <a href="http://chile.wordcamp.org/">WordCamp Chile</a>.</p>\n<p>For more information and a full listing of scheduled WordCamps, head over to <a href="http://wordcamp.org">WordCamp.org</a> .</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/917/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=917&subd=wordpresspublishers&ref=&feed=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 Apr 2010 01:29:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Raanan Bar-Cohen";s: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:48:"Alex King: WordPress HelpCenter Support Packages";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4250";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://alexking.org/blog/2010/04/20/wordpress-helpcenter-support-packages";s: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:3608:"<p>One of the things I love about <a href="http://wphelpcenter.com">WordPress HelpCenter</a> is the way we are able to add offerings based on customer demand. Our latest addition is a formalization of a collection of <a href="http://wphelpcenter.com/pricing/">support and maintenance packages</a> so that we can provide pro-active support for our customers.</p>\n<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/4536744781/" title="WordPress HelpCenter Support Packages by alexkingorg, on Flickr"><img src="http://farm3.static.flickr.com/2719/4536744781_b483f0f8c8_m.jpg" width="240" height="224" alt="WordPress HelpCenter Support Packages" /></a></p>\n<p>With these packages, we are not only responding to support and development requests, but we&#8217;re also making sure the sites stay up to date, secure and running smoothly. We&#8217;ve also added a &#8220;bat phone&#8221; and associated support packages for customers that need high-priority response times. Hopefully these will work nicely for the folks that have been requesting these things from us.</p>\n<p>Over the years providing these types of services we&#8217;ve built a number of tools that allow us to do things like upgrade tracking and notification, establishing mirror sites for testing, and complete monitored backup and restore services in a comprehensive and efficient way. I think you&#8217;ll like what we can do for you.</p>\n<p>We are offering discounted introductory rates for these support packages for a limited time, and we are allowing you lock in these prices for as long a contract as you like.</p>\n<p>Of course, we still offer our standard on-demand support and development services as well. Give us a call if there is something we can help with: 303-395-1346.</p>\n<p>I&#8217;m quite proud that we have also added a collection of testimonials to the HelpCenter web site. We show four of them on the <a href="http://wphelpcenter.com/">home page</a> and one in most of the page sidebars; they rotate every few minutes. Each time we work with someone, we send them a satisfaction survey. This gives us useful feedback and a way to continually improve our service, and I&#8217;m very pleased that it is often quite a morale boost because we&#8217;ve been getting great reviews from our customers.</p>\n<p>I tried hard to set high expectation with our team from the beginning; that their primary job is making our customers exceptionally happy with the services we provide. I&#8217;m thrilled at the way they have embraced this and really put it at the core of how we do business.</p>\n<p>Along with all the new packages and testimonials, we&#8217;ve given the website a new look as well.<sup><a href="http://alexking.org/blog/topic/wordpress/feed#fn1271743690886n" id="fn1271743690886" class="footnote">1</a></sup> Hopefully the header bar makes it easy for visitors to access our contact information from all pages. I also hope that the new home page design helps give people a better idea of what we can do for them when they first arrive at the site.</p>\n<p>It&#8217;s extremely rewarding to be part of a business like the HelpCenter. The better we do our jobs and the more we can do, the better we serve the WordPress community. Helping make things better is a wonderful feeling.</p>\n<ol class="footnotes">\n<li id="fn1271743690886n">Design services, of course, by my <a href="http://crowdfavorite.com">Crowd Favorite</a> team. [<a href="http://alexking.org/blog/topic/wordpress/feed#fn1271743690886">back</a>]</li>\n</ol>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=4250&type=feed" alt="" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Apr 2010 16:59: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: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: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:98:"WordPress.tv: WordCamp Boston: Basics, jQuery, HTML5, Security, Legal Issues, and Cluetrain at Ten";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://blog.wordpress.tv/?p=143";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://blog.wordpress.tv/2010/04/20/wc-boston-jquery-html5-security-cluetrain/";s: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:6351:"<p>This past January, <a href="http://wordcampboston.com/">WordCamp Boston</a> took place at the <a href="http://microsoftcambridge.com/">Microsoft NERD Center</a>, offering multiple tracks of sessions and speakers for <a href="http://wordpress.org">WordPress</a> devotees in the Boston area. Recently, we published some of the sessions from this WordCamp on <a href="http://wordpress.tv">WordPress.tv</a>—if you missed it, here&#8217;s a recap of what&#8217;s available.</p>\n<h3>From the Developer/Designer Track</h3>\n<p>The Developer and Designer track from WordCamp Boston starts out with some basics and moves into heavier territory. First, there&#8217;s Mitcho with &#8220;<a href="http://wordpress.tv/2010/01/23/mitcho-the-loop-boston10/">Getting into the Loop</a>,&#8221; an introduction to how to work with The Loop and make it work for your WordPress sites. Then, Daniel Jalkut from Red Sweater Software discusses the AtomPub and XML-RPC APIs in &#8220;<a href="http://wordpress.tv/2010/01/23/daniel-jalkut-apis-boston10/">Exercising APIs</a>,&#8221; using examples such as desktop, iPhone, and even Web implementations.</p>\n<p>Jim Doran gives an overview and a case study in how to use &#8220;<a href="http://wordpress.tv/2010/01/23/jim-doran-jquery-boston10/">jQuery in WordPress</a>,&#8221; demonstrating layout and animation techniques, DOM manipulation, and JSON, Daniel Collis-Puro shows you how to have &#8220;<a href="http://wordpress.tv/2010/01/23/daniel-collis-puro-screaming-fast-wpmu/">Screaming Fast WPMU</a>&#8221; with a whole bunch of optimization techniques and tricks to get your installation up and running smoothly, and Rob Larsen teaches the basics of integrating &#8220;<a href="http://wordpress.tv/2010/01/23/rob-larsen-html-5-boston10/">HTML5</a>&#8221; enhancements into your themes using some JavaScript and a little know-how.</p>\n<p>Rounding out the Developer and Designer track, we have Daisy Olsen&#8217;s session on &#8220;<a href="http://wordpress.tv/2010/01/23/daisy-olsen-child-themes-boston10/">Parent and Child Themes</a>,&#8221; demonstrating how to get more mileage out of themes by creating new versions of them as child themes, and &#8220;<a href="http://wordpress.tv/2010/01/23/boone-gorges-buddypress-boston10/">Making BuddyPress Do Thy Bidding</a>&#8221; from Boone Gorges, beginning with basic BuddyPress examples and moving on to more specialized fare.</p>\n<h3>From the Practical Track</h3>\n<p>The Practical Track contains sessions like &#8220;<a href="http://wordpress.tv/2010/01/23/karen-rubin-business-blog-boston10/">Rock Your Business Blog</a>&#8221; from Karen Rubin, focusing on building a brand and an audience using your business blog, &#8220;<a href="http://wordpress.tv/2010/01/23/shayne-sanderson-boston10/">WordPress, PHP, and CSS: Oh, My!</a>&#8221; from Shayne Sanderson, covering the very basics of theme development and design to help your blog get off the ground without the need for specialized design work, and &#8220;<a href="http://wordpress.tv/2010/01/23/jane-wells-mu-boston10/">MU-ving to MU</a>&#8221; from Automattician Jane Wells, explaining and detailing the changes coming to WordPress MU in WordPress 3.0, as it joins the main WordPress distribution.</p>\n<p>WordPress security has been a hot topic lately, and Brad Williams gives his excellent presentation entitled &#8220;<a href="http://wordpress.tv/2010/01/23/brad-williams-security-boston10/">Lock It Up</a>,&#8221; where you can learn several basics to help keep your WordPress site secure. Corey Eulas performs a live critique of sites owned by audience members in his presentation, &#8220;<a href="http://wordpress.tv/2010/01/23/corey-eulas-seo-boston1/">SEO Analysis</a>.&#8221;</p>\n<p>A good overview of legal issues faced by bloggers as they work to create good content is presented in &#8220;<a href="http://wordpress.tv/2010/01/23/danielson-isbell-legal-issues-boston10/">How Not to Get Sued</a>&#8221; by Miguel Danielson and Kimberly Isbell, giving you insight into what you should consider <em>before</em> you hit Publish. And Steve Garfield gives a lightning version of his web video course in &#8220;<a href="http://wordpress.tv/2010/01/23/steve-garfield-video-boston10/">Get Seen: Web Video</a>,&#8221; offering tips on everything from equipment to post-production techniques.</p>\n<h3>The Keynote</h3>\n<p>In a great sit-down discussion, two of the original authors of <em>The Cluetrain Manifesto</em> discuss its impact, its foresight, and its shortcomings ten years later in &#8220;<a href="http://wordpress.tv/2010/01/23/searls-weinberger-kirsner-cluetrain-keynote-boston10/">Ten Years after the Manifesto: The Cluetrain Stops at WordCamp</a>.&#8221; Doc Searls and David Weinberger sit down with writer Scott Kirsner to discuss the lasting impact and lessons to take from <em>Cluetrain</em> in its second decade.</p>\n<p>That&#8217;s a lot of video to digest, so dig in, kick back, and enjoy the sessions from WordCamp Boston. Summer brings WordCamps, and WordCamps bring more session video. Be on the lookout for more sessions posted to WordPress.tv! <a href="http://twitter.com/wordpresstv">Follow us on Twitter</a> for notices when we publish the latest videos.</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptvblog.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptvblog.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptvblog.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptvblog.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptvblog.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptvblog.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptvblog.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptvblog.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=143&subd=wptvblog&ref=&feed=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 Apr 2010 12:52: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:11:"Ryan Markel";s: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:59:"Weblog Tools Collection: WordPress Theme Releases for 04/19";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://weblogtoolscollection.com/?p=7979";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/04/19/wordpress-theme-releases-for-0419-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1208:"<h4><a href="http://zaryl.com/wordpress/reflections-wordpress-theme-photos-of-you-life.html">Reflections</a></h4>\n<p><a href="http://zaryl.com/reflections/"><img title="Reflections" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/Reflections.jpg" alt="Reflections" width="200" height="113" /></a></p>\n<p>Perfect for photofolio blogs or websites using WordPress. Support threaded comments and pretty simple to use. <em>Page in Malay</em></p>\n<h4><a href="http://xtc360.com/blog/2010/04/homage-free-wordpress-theme/">Homage</a></h4>\n<p><a href="http://xtc360.com/homage/"><img title="Homage" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/Homage.gif" alt="Homage" width="200" height="120" /></a></p>\n<p>Homage is a two-column layout WordPress theme, with a right-hand sidebar. Plus a static pages menu, a replaceable logo area and paged- and threaded- comments.</p>\n<h4><a href="http://zeo.my/k9/">K9</a></h4>\n<p><img title="K9" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/K9.png" alt="K9" width="150" height="150" /></p>\n<p>K2 inspired theme for WordPress. Key features include: widgets support, custom header, threaded comments and post thumbnails.</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 Apr 2010 18:46:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s: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:46:"BuddyPress: Ning To BuddyPress Importer (Free)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://buddypress.org/?p=1180";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/blog/news/ning-to-buddypress-user-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:671:"<p>Just a quick update on the status of the <a href="http://teleogistic.net/code/wordpresswordpress-mu/import-from-ning/">Ning user import plugin</a> mentioned in the previous post. <a href="http://buddypress.org/developers/boonebgorges/">Boone</a> has now updated the plugin to support the transfer of both users and their custom profile data.</p>\n<p>If you&#8217;re looking for an easy way to import from Ning then this free plugin is a great choice.</p>\n<p>You can find all the latest details and download link over at Boone&#8217;s site: <a href="http://teleogistic.net/code/wordpresswordpress-mu/import-from-ning/">Free import from Ning to BuddyPress plugin</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 Apr 2010 10:51:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Andy Peatling";s: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:17:"Matt: Surprise Me";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=34248";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:33:"http://ma.tt/2010/04/surprise-me/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:673:"<p>Randy Kennedy at the <a href="http://www.nytimes.com/2010/04/19/arts/design/19rhizome.html?pagewanted=1">New York Times covered</a> the <a href="http://www.rhizome.org/sevenonseven/">Seven on Seven event</a> and my collaboration with <a href="http://evan-roth.com/">Evan Roth</a> which resulted in <a href="http://en.blog.wordpress.com/2010/04/17/surprise-me/">Surprise Me on WordPress.com</a>. There was <a href="http://www.businessweek.com/innovate/next/archives/2010/04/innovation_tech.html">also coverage in BusinessWeek</a>. Hat tips to <a href="http://niallkennedy.com/">Niall</a> and <a href="http://noel.io/">Noel</a> for some day-of bug fixes and debugging.</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 Apr 2010 02:33:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:28:"Matt: Typography for Lawyers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=34245";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://ma.tt/2010/04/typography-for-lawyers/";s: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:233:"<p><a href="http://www.typographyforlawyers.com/">Typography for Lawyers</a> is a cool use of WordPress for a mini-book. Hat tip: <a href="http://scotslawstudent.com/2010/04/17/wordpress-com-customisation/">Scots Law Student</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 18 Apr 2010 15:01: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: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 04/17";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://weblogtoolscollection.com/?p=7973";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/04/17/wordpress-plugin-releases-for-0417/";s: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:3448:"<h3>New Plugins</h3>\n<p><a href="http://hikari.ws/hooks-troubleshooter/">Hikari Hooks Troubleshooter</a></p>\n<p>Hikari Hooks Troubleshooter creates a draggable window with informations about all functions hooked to Wordpress actions and filters, and lists all conditional tags.</p>\n<p><a href="http://hikari.ws/unicornified-gravatar/">Hikari Unicornified Gravatars</a></p>\n<p>Hikari Unicornified Gravatars converts avatars from people that don&#8217;t have a Gravatar, into customized unicorns.</p>\n<p><a href="http://sites.google.com/a/help.tal.ki/talki-help/home/embedding-talki-forums/wordpress">Tal.ki Embeddable Forums</a></p>\n<p>Add a forum, message board, or discussion board to your blog. This plugin will add a Forums page to your blog and allow your members to start their own conversations and topics on your site.</p>\n<p><a href="http://eletrowidgets.hacklab.com.br/">Eletro Widgets</a></p>\n<p>It allows yout to use WordPress widgets to set up your home page (or any page) in your blog. You can configure and drag &amp; drop widgets around right in the front end. Please watch the video for further details</p>\n<p><a href="http://wordpress.org/extend/plugins/html-emails/">HTML Emails</a></p>\n<p>Converts the default fugly, plain-text email notifications into fully customizable, sweet lookin&#8217; HTML emails.</p>\n<p><a href="http://www.skybox3d.com/store/products/arcadepress-open-source-wordpress-plugin-php-arcade-script/">ArcadePress</a></p>\n<p>Allows you to turn any Wordpress site into a full arcade site, including flash game uploads, categories, and more.</p>\n<p><a href="http://smashly.net/twitpic-it/">TwitPic-It</a></p>\n<p>As you upload images through the Media Library (or Write Post/Write Page), TwitPic-It will send your image to Twitpic.com, using your Twitter account</p>\n<p><a href="http://obaq.uuuq.com/?p=242">Dojo Fisheye Gallery</a></p>\n<p>This plugin can create a photo gallery with a fisheye-style display using Dojo Toolkit Ajax. Put your mouse on the photos and see the effects!</p>\n<h3>Updated Plugins</h3>\n<p><a href="http://blog.page.ly/multiedit-plugin/">page.ly multi-edit</a></p>\n<p>The MultiEdit plugin creates tinyMCE editable regions or “blocks” inside a page template. This is great for creating a template specific content block outside of the normal the_content() output.</p>\n<p><a href="http://www.samuelaguilera.com/archivo/shorten2ping-notifies-pingfm-bitly.xhtml">Shorten2Ping</a></p>\n<p>Sends status updates to <a href="http://ping.fm">Ping.fm</a> or <a href="http://twitter.com">Twitter</a> everytime you publish a post.</p>\n<p><a href="http://arpitshah.com/plugins/wp-google-buzz/">WP Google Buzz</a></p>\n<p>Beautiful Google buzz integration to wordpress + 8 different admin panel options (Settings -&gt; WP Google-buzz) + 14 diff button images + Share Counter Option + mouse over effects.</p>\n<p><a href="http://w-shadow.com/blog/2010/04/13/broken-link-checker-9-almost-there/">Broken Link Checker</a></p>\n<p>Check your blogs to see if any of the links are broken.</p>\n<p><a href="http://wordpress.org/extend/plugins/simple-twitter-connect/">Simple Twitter Connect</a></p>\n<p>Now updated for @anywhere support! @anywhere is Twitter&#8217;s new Javascript library, similar to Facebook Connect.</p>\n<p><a href="http://obaq.uuuq.com/?p=236">Rico Ajax Menu</a></p>\n<p>This plugin will create a menu with tabs, accordions or pulldowns using <a href="http://openrico.org/">Rico Ajax</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Apr 2010 23:00:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s: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:24:"Matt: Ning to BuddyPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=34243";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/04/ning-to-buddypress/";s: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:741:"<p>JJJ at BuddyPress has some <a href="http://buddypress.org/blog/community/helpful-resources-for-ning-users/">Helpful Resources for Ning Users</a>. I&#8217;ve seen smaller startups rush to fill the space left by <a href="http://techcrunch.com/2010/04/15/nings-bubble-bursts-no-more-free-networks-cuts-40-of-staff/">Ning&#8217;s announcement they&#8217;re getting out of their free tier</a>, but honestly if a company with $120,000,000 in funding can&#8217;t figure that business out, I wouldn&#8217;t hitch my horse to a company with $5-6M. It&#8217;s better to get a $10/mo hosting account you know will be around forever and install BuddyPress and have complete and total control over your network, from the domain to the source code.</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 Apr 2010 02:47:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:51:"WordPress.tv: Brendan Sera-Shriar: ConFoo Interview";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=3723";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.tv/2010/04/16/brendan-sera-shriar-confoo-interview/";s: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:1420:"<div id="x-video-0" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3723/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3723&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2010/04/16/brendan-sera-shriar-confoo-interview/"><img alt="Brendan Sera-Shriar: ConFoo Interview" src="http://cdn.videos.wordpress.com/bWWMQ9Q7/confooreport_brendansera-shriar_optimalpayments_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Apr 2010 21:04:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ryan Markel";s: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:42:"Weblog Tools Collection: VideoPress Review";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://weblogtoolscollection.com/?p=7954";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/04/16/videopress-review/";s: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:8491:"<p><a href="http://videopress.com/"><img src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/videopress.png" alt="videopress.png" border="0" width="520" height="119" /></a></p>\n<p>Within this review, I will provide an objective view on the video-hosting service called <a href="http://videopress.com/">VideoPress</a> (owned by <a href="http://automattic.com/">Automattic</a>).</p>\n<p>Now I will be one of the first to admit that I am somewhat of an Automattic fanboi.  I love WordPress, and use several of Automattic&#8217;s other services.  However, even I was skeptical of what I considered a too-good-to-be-true video-hosting service.</p>\n<h3>A Little Background</h3>\n<p>I have been hosting my videos on <a href="http://www.youtube.com">YouTube</a> for quite a while now.  I especially liked their new HD feature and the ability for my screencast software to export directly to the service.  </p>\n<p>I didn&#8217;t (and still, really don&#8217;t) care that the YouTube player is branded and shows ads.  It worked, and worked well, and that&#8217;s really all I cared about it.  And best of all, it was free.</p>\n<p>However, I ran into a roadblock with some of my videos.  The ten-minute time-limit was really started to kill me.  Some of my videos ran longer, and as a result, I&#8217;d have to re-script them to run in the allotted time, which was frustrating.</p>\n<p>I began searching for alternatives.  </p>\n<h3>The Search Begins</h3>\n<p>First, there was the highly-touted <a href="http://vimeo.com/">Vimeo</a>.  For $59.95 a year, you get an ad-free player with what seems like unlimited bandwidth and ample storage.</p>\n<p>However, as I read into the fine-print, Vimeo had several show-stoppers.  The first was the limitations on HD video plays.  Users are limited to 25,000 HD plays a year.  While this may seem like a lot, it&#8217;s about 2080 plays a month.  If your video suddenly gets popular, you are out of luck (although you can limit your video to specific domains to reduce this effect).</p>\n<p>The 2nd show-stopper for me is the lack of commercial content.  It doesn&#8217;t matter if the video is non-commercial in nature at all.  If you host the video on a site that has any commercial attributes at all (banner ads, Adsense, affiliate links), you&#8217;re in violation of their terms and <a href="http://boagworld.com/reviews/vimeo">you will get canceled with little notice</a>.</p>\n<p>Frustrated, I began looking into more &#8220;commercial&#8221; type hosting.  I took a long hard look at <a href="http://vzaar.com/">Vzaar</a> and <a href="https://s3.amazonaws.com/">Amazon S3</a>. I then checked out VideoPress.  </p>\n<p>The rest of the review will present a comparison of the three services and I&#8217;ll leave it up to you to decide which is worth your hard-earned money.</p>\n<p>For the sake of comparison, I&#8217;ll make the following assumptions:</p>\n<ul>\n<li>You have 3 GBs worth of video, with each file weighing in at 20 MBs (a total of 150 files).</li>\n<li>You receive about 750 plays a month for a total usage of 15 GBs of bandwidth a month.</li>\n</ul>\n<h3>Vzaar</h3>\n<p>For $30 a month (for their silver package), you get what appears to be unlimited storage, HD-quality video, and 15 GBs of video-playback bandwidth a month.</p>\n<p>Vzaar also allows you to heavily customize their player, has embed options (for sharing), and <a href="http://vzaar.com/pricing">several other nice features</a>.</p>\n<p>However, the first thing I saw then visiting the site is the $30 a month price ($360 a year) and what I considered very little bandwidth.  For the 150 video files we assume we have, I can imagine this bandwidth will be consumed rather quickly.  You can increase your bandwidth cap, but that means you will also increase your monthly cost.</p>\n<p>I tend to think of Vzaar as kind of the Audi of video-hosting sites.  Yes, it&#8217;s fantastic.  Yes, you will pay up the nose.  Is it worth it?  </p>\n<h3>Amazon S3</h3>\n<p>Another video-hosting service I considered was Amazon S3.  However, hosting on Amazon S3 is not for your average Joe.  It&#8217;s fairly complicated and I would argue not for the average WordPress user.</p>\n<p>The prices are reasonable ($0.150 per GB of storage and $0.150 per GB of bandwidth).  Using our assumptions, this works out to be roughly $5.40 a year for storage (3 GBs * $0.15 *12).  Using our 15 GBs of bandwidth will set us back $27 a year (15 GBs * 0.15 * 12).  This brings us to $32.40 a year compared to Vzaar&#8217;s $360 a year plan.</p>\n<p>However, with S3, you are the video host.  You must deal with the uploads, the video crunching, the Flash player, the permissions, embed capability, etc.</p>\n<p>For me, personally, the complexity wasn&#8217;t what turned me off.  I didn&#8217;t like how &#8220;variable&#8221; everything was.  I wanted one flat bill that I would have to worry about once and forget about it afterwards.  With Vzaar I wasn&#8217;t getting that.  With Amazon S3 I wasn&#8217;t getting that.</p>\n<h3>VideoPress</h3>\n<p>When I first looked at VideoPress, I was skeptical, especially after looking at other video-hosting sites.</p>\n<p>VideoPress provides HD-quality video with 3 GBs of storage for $59.99 a year.</p>\n<p>Its main audience is WordPress.com users, who can use the service to upload any type of video they like, as long as it doesn&#8217;t violate their <a href="http://en.wordpress.com/tos/">Terms of Service</a>.</p>\n<p>The end result is a mostly unbranded player with unlimited (yes, unlimited) bandwidth.</p>\n<p>Compared to Vzaar, here&#8217;s what VideoPress doesn&#8217;t have:</p>\n<ul>\n<li>An unbranded player</li>\n<li>A highly customizable player</li>\n<li>Watermarking</li>\n<li>MailChimp integration</li>\n<li>Unlimited storage</li>\n<li>And <a href="http://vzaar.com/pricing">several others</a></li>\n</ul>\n<p>However, VideoPress does have:</p>\n<ul>\n<li>Full integration with WordPress.com</li>\n<li>Full integration with self-hosted WordPress installs through its VideoPress WordPress plugin.</li>\n<li>Can upload videos as much as 1 GB</li>\n<li>Unlimited bandwidth</li>\n<li>Can automagically re-size itself to fit your content&#8217;s width</li>\n</ul>\n<p>And if 3 GBs of storage is not enough for you, you can purchase more at a fairly reasonable price.</p>\n<h3>So How Does VideoPress Work?</h3>\n<p>Well, the first thing you&#8217;ll have to do is create a site through <a href="http://www.wordpress.com">WordPress.com</a>.</p>\n<p>From there, you must purchase the VideoPress option through a WordPress.com upgrade.</p>\n<p>Now I know a lot of you who have self-hosted WordPress installs might cringe at the prospect of creating a WordPress.com account.  However, this is one of those set-it-up-once-and-forget scenarios.  Once the site is set up with VideoPress, you can log out and forget about it (unless you want more storage).</p>\n<p>From there, you would install the <a href="http://wordpress.org/extend/plugins/video/">VideoPress WordPress Plugin</a> on your self-hosted install.  After activating, you&#8217;ll see a video camera icon when writing a post (next to your other media options).  If you click on that, you&#8217;re asked to sync with your WordPress.com account.  From there, you can start uploading and inserting your videos (via shortcode).</p>\n<p>If your video&#8217;s dimensions are over 1280&#215;720, VideoPress will provide an HD version of your video.</p>\n<h3>Who is VideoPress For?</h3>\n<p>Well, for my purposes, it&#8217;s for me:  a commercial plugin author wanting a reasonably-priced video hosting solution that I can share with my customers without violating some obscure TOS and worrying about bandwidth caps.</p>\n<p>However, for you non-commercial folks out there who like sharing videos of, well, anything, this service is for you as well.  The 3 GBs of storage should be plenty, you don&#8217;t have to worry about the sometimes spicy ads that free services provide, and you especially don&#8217;t have to worry about bandwidth limits.  You also don&#8217;t have to worry about losing your videos by putting ads or referral links on your site.</p>\n<h3>Conclusion</h3>\n<p>In this review I compared Automattic&#8217;s <a href="http://videopress.com/features/">VideoPress</a> with two commercial video-hosting sites <a href="http://vzaar.com/pricing">Vzaar</a> and <a href="http://aws.amazon.com/s3/#pricing">Amazon S3</a>.</p>\n<p>I&#8217;ll leave it to you to decide which hosting solution is right for you and your budget.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Apr 2010 14:43:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Ronald Huereca";s: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:83:"Weblog Tools Collection: How To improve basic security on a fresh WordPress install";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://weblogtoolscollection.com/?p=7934";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"http://weblogtoolscollection.com/archives/2010/04/15/how-to-improve-basic-security-on-a-fresh-wordpress-install/";s: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:9159:"<p>WordPress developers take security very seriously, and many security experts evaluate WordPress&#8217;s code for flaws. Security updates are made frequently to keep users safe. However, there are some extra steps you can take to make a fresh installation of WordPress more secure and protect against future attacks. Remember, no system can ever be completely secure, but taking preventative measures can be helpful. Much of this guide is based on the advice from the <a href="http://codex.wordpress.org/Hardening_WordPress">WordPress Codex article on hardening WordPress</a>, but it is aimed at the WordPress beginner. In future articles, I&#8217;ll cover advanced security measures, hardening existing WordPress installs, and recovering hacked WordPress sites.</p>\n<p>This guide should be relevant for both WordPress 2.92 (the most recent stable release as of this writing) as well as WordPress 3.0.</p>\n<p><strong>Overview:</strong></p>\n<p>-Preliminary steps for securing your WordPress install<br />\n-Changing defaults in WordPress to implement &#8220;security by obscurity&#8221;<br />\n-Choosing strong passwords<br />\n-Installing and configuring the Secure WordPress plugin<br />\n-Keeping WordPress updated and backed up<br />\n-And we&#8217;ll take a first look at some advanced security measures</p>\n<p><span id="more-7934"></span></p>\n<p><strong>Preliminary steps:</strong></p>\n<p>1. Secure your computer<br />\nAs the WordPress codex says: &#8220;None of the following makes the slightest difference if there is a keylogger on your PC.&#8221; Make sure you are running anti-virus and anti-spyware software, and make sure said software is up to date. If you&#8217;re on Windows and don&#8217;t have any antivirus installed, I recommend <a href="http://free.avg.com/us-en/homepage">AVG Free</a> and <a href="http://www.microsoft.com/windows/products/winfamily/defender/default.mspx">Windows Defender</a>.</p>\n<p>2. Make sure you&#8217;re installing the latest stable version from <a href="http://wordpress.org/">WordPress.org</a>.</p>\n<p>3. If you already have another installation or WordPress or other database software on your server, and your host allows it, create completely new database and a brand new database user that only has access to the new database. This is to insulate your other sites in case someone compromises  this installation of WordPress.</p>\n<p><strong>Installation:</strong></p>\n<p>We&#8217;ll follow the basic steps of the famed 10 minute install, but we&#8217;ll make a few changes to the default settings along the way.</p>\n<p>1. First we&#8217;ll change the default table prefix (You won&#8217;t be able to change this if you&#8217;re installing using Fantastico):</p>\n<p>If you&#8217;re installing manually you&#8217;ll see a screen that look like this:</p>\n<p><img class="alignnone size-full wp-image-7935" title="hardening-1" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-1.png" alt="" width="380" height="274" /></p>\n<p>Change the &#8220;Table Prefix&#8221; field to something else. Be sure to leave the underscore (_). You should have something that looks like this:</p>\n<p><img class="alignnone size-full wp-image-7936" title="hardening-1b" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-1b.png" alt="" width="376" height="269" /></p>\n<p>2. Next we&#8217;ll change administrator&#8217;s username. The default is &#8220;admin.&#8221; Change this to something secret. You&#8217;ll have the option later to set a &#8220;nickname&#8221; &#8211; that&#8217;s what your readers will see.</p>\n<p>Be sure to use a strong password. Notice how WordPress helps let you know whether your password is weak or strong.</p>\n<p><img class="alignnone size-full wp-image-7947" title="hardening2" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening2.png" alt="" width="379" height="252" /></p>\n<p>Some tips for creating a strong password:</p>\n<p>You shouldn&#8217;t use any part of your name, username, or the site name in the password.<br />\nIt should be at least 8 characters long<br />\nIt should include numbers and symbols in addition to letters<br />\nYou child&#8217;s first name and date of birth may be easy to remember, but is easy for anyone who knows anything about you to guess.<br />\nHere&#8217;s a <a href="http://strongpasswordgenerator.com/">strong password generator</a> to help you out.</p>\n<p><img class="alignnone size-full wp-image-7948" title="heading-2b" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/heading-2b.png" alt="" width="380" height="252" /></p>\n<p>If you&#8217;re using Fantastico you&#8217;ll change the administrator username when you setup the new installation. Fantastico doesn&#8217;t help you create strong passwords, so you&#8217;ll be on your own. Follow the advice above and you should be ok.</p>\n<p>3. Finish installing WordPress and login.</p>\n<p>4. Next we&#8217;ll want to stop WordPress from displaying its verstion number anywhere on the site. I use the plugin <a href="http://wordpress.org/extend/plugins/secure-wordpress/">Secure WordPress</a>. It also provides some other security features we&#8217;ll look at in a moment.</p>\n<p>On the dashboard, mouse over Plugins and click the arrow<br />\n<img class="alignnone size-full wp-image-7940" title="hardening-3" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-3.png" alt="" width="147" height="290" /></p>\n<p>Click Add New</p>\n<p>In the search field, type &#8220;Secure WordPress&#8221; and click &#8220;Search Plugins&#8221;</p>\n<p>Find Secure WordPress. To make sure you have the write plugin, verify that it is the one by Frank Bültge.&#8221;</p>\n<p><img class="alignnone size-full wp-image-7941" title="hardening-4" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-4.png" alt="" width="495" height="168" /></p>\n<p>Click &#8220;Install Now&#8221; and then click &#8220;OK.&#8221; On the next screen click &#8220;Activate Plugin.&#8221;</p>\n<p>5. On the next screen, click &#8220;Settings&#8221; under &#8220;Secure WordPress&#8221;</p>\n<p><img class="alignnone size-full wp-image-7942" title="Hardening" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-5.png" alt="Hardening" width="193" height="46" /></p>\n<p>You can leave all these settings alone, but if you&#8217;re not planning on using Windows Live Writer you should check &#8220;Remove Windows Live Writer link in wp_head of the frontend&#8221; and then click &#8220;Save Changes.&#8221;</p>\n<p>Congratulations! You&#8217;re now ahead of the curve in terms of WordPress security.</p>\n<p><strong>Keep WordPress up-to-date, keep plugins up-to-date</strong></p>\n<p>The most important thing you can do now is keep WordPress up-to-date. When new versions of WordPress area available you&#8217;ll see a notice on the dashboard when you login:</p>\n<p><img class="alignnone size-full wp-image-7943" title="hardening-6" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-6.png" alt="" width="331" height="60" /></p>\n<p>Click the &#8220;Please update now&#8221; link to see your update choices. The easiest way is to just click &#8220;Upgrade Automatically.&#8221; If for whatever reason you can&#8217;t upgrade automatically, you can download the newest version and follow the included upgrade instructions.</p>\n<p>You&#8217;ll also want to keep you plugins updated. You should frequently click on the Plugins link on the dashboard and check for notification that look like this:</p>\n<p><img class="alignnone size-full wp-image-7944" title="hardening-7" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/hardening-7.png" alt="" width="488" height="85" /></p>\n<p>Again, upgrading automatically is the easiest method. If you can&#8217;t upgrade automatically, follow each plugin&#8217;s upgrade instructions.</p>\n<p><strong>Backup often</strong></p>\n<p>Finally, you&#8217;ll want to backup your WordPress database frequently in case anything should ever happen to your WordPress install. <a href="http://ilfilosofo.com/blog/wp-db-backup/">WordPress Database Backup</a> makes this a snap. We&#8217;ll cover database backups in a future article.</p>\n<p><strong>Advanced security</strong></p>\n<p>If you want to get your hands dirty with advanced security measures, you can lockdown your WP-Admin folder. We&#8217;ll look into the specifics of doing this in the future, but if you want to get started now check out the <a href="http://wordpress.org/extend/plugins/askapache-password-protect/">AskApache Password Protect</a> plugin.</p>\n<p>And for bonus paranoid points, <del datetime="2010-04-28T23:27:14+00:00">you can use <a href="http://sourceforge.net/projects/tripwire/">Open Source Tripwire</a></del> to monitor your WordPress files for unexpected changes. In the comments, David pointed out that Open Source Tripwire is no longer maintained, and suggested some alternatives. But <a href="http://wordpress.org/extend/plugins/wordpress-file-monitor/">here&#8217;s a plugin</a> specifically designed for monitoring your WordPress files. Works right out of the box!</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 Apr 2010 22:55:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Klint Finley";s: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:44:"BuddyPress: Helpful Resources for Ning Users";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://buddypress.org/?p=1133";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/blog/community/helpful-resources-for-ning-users/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1520:"<p>One of the great things about running your own website is that you get to set the course it will take. We&#8217;re aware of the upcoming changes that were announced today on the Ning developer site, and we wanted provide some useful resources to help existing Ning users looking to transition to a new platform.</p>\n<p>First is the <a href="http://ningtobp.org">Ning to BuddyPress Blog</a>, currently operated by yours truly. It&#8217;s meant to be a raw and simple collection of tools and links to anything relating to easing the transition. It&#8217;ll be updated frequently over the next couple of weeks to provide the most up-to-the-minute resources.</p>\n<p>Second, Boone B. Gorges has built a <a href="http://teleogistic.net/2010/04/importing-ning-users-into-wp/">Ning to WordPress/BuddyPress user importer</a>, which is a great start at getting some of your data moved over.</p>\n<p>Third are our <a href="http://buddypress.org/forums">support forums.</a> We have a bunch of really awesome people that are all willing to help should you have any questions or issues.</p>\n<p>Lastly, we have our <a href="http://codex.buddypress.org">Codex</a>. If you&#8217;re not familiar with the word Codex, think of it like a FAQ on steroids. There you&#8217;ll find everything from installation steps to higher level techie stuff including how to extend BuddyPress and build your own unique feature set.</p>\n<p>Please feel free to ask any short questions in the comments, we&#8217;ll do our best to answer common queries.</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 Apr 2010 22:48:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:33:"Joseph: Webhooks on 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://josephscott.org/?p=2190";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://josephscott.org/archives/2010/04/webhooks-on-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1273:"<p>I&#8217;m thrilled to have <a href="http://en.blog.wordpress.com/2010/04/14/hook-line-and-sinker/">webhooks on WordPress.com</a> open for everyone today!  <a href="http://magp.ie/">Eoin Gallagher</a> and I used <a href="http://mitcho.com/">mitcho</a>&#8216;s <a href="http://wordpress.org/extend/plugins/hookpress/">HookPress</a> WordPress plugin for this.  I&#8217;ve been talking with mitcho and he&#8217;ll be incorporating some of our changes in the next release of HookPress.</p>\n<p>This is one of those foundational technologies that I&#8217;m really excited to have launched and even more excited to see what people us it for.</p>\n\n\n<p>Related posts:<ol><li><a href="http://josephscott.org/archives/2010/02/wordpress-for-android/" rel="bookmark" title="Permanent Link: WordPress for Android">WordPress for Android</a></li>\n<li><a href="http://josephscott.org/archives/2010/02/wordpress-for-blackberry/" rel="bookmark" title="Permanent Link: WordPress for BlackBerry">WordPress for BlackBerry</a></li>\n<li><a href="http://josephscott.org/archives/2009/07/wordpress-2-8-1-%e2%80%93-xml-rpc-and-atompub-changes/" rel="bookmark" title="Permanent Link: WordPress 2.8.1 – XML-RPC and AtomPub Changes">WordPress 2.8.1 – XML-RPC and AtomPub Changes</a></li>\n</ol></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Apr 2010 23:18: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: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: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:59:"Dougal Campbell: Open Source Community Personality Spectrum";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://dougal.gunters.org/?p=2053";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:139:"http://dougal.gunters.org/blog/2010/04/14/open-source-community-personality-spectrum?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss";s: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:4184:"<div class="pull-quote">\n<p><a href="http://www.amazon.com/Art-Community-Building-Participation-Practice/dp/0596156715%3FSubscriptionId%3D1JJ18DJ28VQQA17AG7R2%26tag%3Dgeekramblings-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596156715"></a><img src="http://ecx.images-amazon.com/images/I/51BwRJNV82L._SL160_.jpg" alt="" /></p>\n<p><a href="http://www.amazon.com/Art-Community-Building-Participation-Practice/dp/0596156715%3FSubscriptionId%3D1JJ18DJ28VQQA17AG7R2%26tag%3Dgeekramblings-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596156715">The Art of Community: Building the New Age of Participation (Theory in Practice)</a></p>\n</div>\n<p>Most good open source projects attract an audience of supporters. When the buzz around the project reaches a certain point, it will also pull in detractors. We commonly use the term &#8220;community&#8221; to describe the group of people discussing the project. Mostly we mean the supporters, but it really includes anybody with an interest in the project, good or bad.</p>\n<p>When you observe these communities for long enough, certain archetypes emerge&#8230;<br />\n<span id="more-2053"></span><br />\n<strong>Fanboy</strong>: ravenously positive about the application, even though he&#8217;s never used anything else. Will viciously attack anyone who makes even the slightest criticism of the project. Sometimes, the fanboy has never used the application, but is really just a fan of the lead developer.</p>\n<p><strong>Zealot</strong>: Highly attached to the application. Probably would agree that it&#8217;s great as <a title="Shimmer" href="http://www.hulu.com/watch/61320/saturday-night-live-shimmer-floor-wax">a floor wax <strong>and</strong> a dessert topping</a>. Will jump in and defend it whenever anyone says anything negative about it. Tends to put out a lot of &#8220;+1 me too!&#8221; messages.</p>\n<p><strong>Enthusiast</strong>: Likes the application, and is generally positive about it. Will acknowledge that it has some faults, but feels that they are minor enough to ignore, or can be worked around.</p>\n<p><strong>Stoic</strong>: Uses the application, but views it as a commodity. If something comes along that looks significantly better in some way, he&#8217;ll switch.</p>\n<p><strong>Skeptic</strong>: Uses the application, but tends to complain about anything that doesn&#8217;t work exactly as he thinks it should. Highly suspicious of the motivations behind many design/feature decisions.</p>\n<p><strong>Grump</strong>: Only uses the application because all the competing products suck even worse. Constantly angry because the developers won&#8217;t add the features <em>he</em> thinks are important. As soon as something better comes along, he&#8217;s out of here, and he&#8217;s taking all his friends with him!</p>\n<p><strong>Hater</strong>: Doesn&#8217;t know why anybody would touch the application with a ten-foot pole. Complains that everyone who works on the project is untalented/idiotic/has a hidden agenda. Has never used the product, and never will, because it&#8217;s so inferior to his favorite tool. Likes to troll the mailing lists with inflammatory statements, just to stir up trouble.</p>\n<p>Fortunately, most community members will be Enthusiasts. But the extremists, while few in number, can often form a vocal minority which can overshadow the moderate majority. When you start hearing an outcry of praise <em>or</em> complaints, it might be worthwhile to consider if these are really the opinions of your core users or not.</p>\n\n\n<p>Related posts:<ol><li><a href="http://dougal.gunters.org/blog/2004/05/13/open-source-to-the-rescue" rel="bookmark" title="Permanent Link: Open Source to the Rescue">Open Source to the Rescue</a></li>\n<li><a href="http://dougal.gunters.org/blog/2010/02/23/dougal-on-wordpress-community-podcast" rel="bookmark" title="Permanent Link: Dougal on WordPress Community Podcast">Dougal on WordPress Community Podcast</a></li>\n<li><a href="http://dougal.gunters.org/blog/2004/10/20/open-letter-to-amazon" rel="bookmark" title="Permanent Link: An Open Letter To Amazon.com">An Open Letter To Amazon.com</a></li>\n</ol></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Apr 2010 12:00:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s: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:47:"WordPress.tv: Using Slideshows on 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=3718";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.tv/2010/04/14/using-slideshows-on-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1378:"<div id="x-video-1" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3718/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3718/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3718/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3718/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3718/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3718&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2010/04/14/using-slideshows-on-wordpress-com/"><img alt="Using Slideshows on WordPress.com" src="http://cdn.videos.wordpress.com/dBNvfbw0/wp-slideshow_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 Apr 2010 05:19: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:11:"Ryan Markel";s: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:66:"WordPress.tv: Personnaliser les smilies / émoticones de 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=3711";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.tv/2010/04/14/personnaliser-les-smilies-emoticones-de-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:1385:"<div id="x-video-2" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3711/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3711&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2010/04/14/personnaliser-les-smilies-emoticones-de-wordpress/"><img alt="WordPress - Smilies" src="http://cdn.videos.wordpress.com/wMplnrl1/wordpress-smilies_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 Apr 2010 04:20:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ryan Markel";s: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:40:"Dev Blog: Secure File Permissions Matter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/development/?p=1322";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/04/file-permissions/";s: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:1427:"<p>Summary: A web host had a crappy server configuration that allowed people on the same box to read each others&#8217; configuration files, and some members of the &#8220;security&#8221; press have tried to turn this into a &#8220;WordPress vulnerability&#8221; story.</p>\n<p>WordPress, like <em>all other</em> web applications, must store database connection info in clear text. Encrypting credentials doesn&#8217;t matter because the keys have to be stored where the web server can read them in order to decrypt the data. If a malicious user has access to the file system &#8212; like they appeared to have in this case &#8212; it is trivial to obtain the keys and decrypt the information. When you leave the keys to the door in the lock, does it help to lock the door?</p>\n<p><strong>A properly configured web server will not allow users to access the files of another user, regardless of file permissions.</strong> The web server is the responsibility of the hosting provider. The methods for doing this (suexec, et al) have been around for 5+ years.</p>\n<p>I&#8217;m not even going to link any of the articles because they have so many inaccuracies you become stupider by reading them.</p>\n<p>If you&#8217;re a web host and you turn a bad file permissions story into a WordPress story, you&#8217;re doing something wrong.</p>\n<p>P.S. Network Solutions, it&#8217;s &#8220;WordPress&#8221; not &#8220;Word Press.&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Apr 2010 19:52:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:59:"Weblog Tools Collection: WordPress Theme Releases for 04/13";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=7932";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/04/13/wordpress-theme-releases-for-0413-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1923:"<h4><a href="http://www.simplethemes.org/superblog.php">SuperBlog</a></h4>\n<p><a href="http://demo.simplethemes.org/index.php?wptheme=SuperBlog"><img title="SuperBlog" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/SuperBlog.png" alt="SuperBlog" width="200" height="120" /></a></p>\n<p>Light and clean theme for personal blogs. Three column, widget ready.</p>\n<h4><a href="http://www.dynamicwp.net/free-themes/halfcircle-theme/">HalfCircle</a></h4>\n<p><a href="http://www.dynamicwp.net/demo/?preview_theme=HalfCircle"><img title="HalfCircle" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/HalfCircle.jpg" alt="HalfCircle" width="200" height="117" /></a></p>\n<p>HalfCircle , comes with theme option, embedded flickr widget to display your flickr image and other features.</p>\n<h4><a href="http://www.blogging-inside.de/2010/04/kostenloses-sextant-globe-wordpress-theme/">Sextant Globe</a></h4>\n<p><img title="SextantGlobeTheme" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/SextantGlobeTheme.jpg" alt="SextantGlobeTheme" width="200" height="128" /></p>\n<p>A very simple free WordPress Theme 1000px wide with 1 Sidebar and an Option Page to populate the Footer. </p>\n<h4><a href="http://webhostinghelpguy.inmotionhosting.com/wordpress/5-free-sport-wordpress-themes/">5 Free Sport Wordpress Themes</a></h4>\n<p><a href="http://webhostinghelpguy.inmotionhosting.com/demos/?wptheme=Baseball%20Wordpress"><img title="Baseball WordPress" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/BaseballWordPress.jpg" alt="Baseball WordPress" width="200" height="114" /></a></p>\n<p>As spring progresses and the weather warms, people love to shake off those winter cobwebs, head outside, and throw the old ball around. These sports-themed WordPress themes should help you get in the mood for some friendly competition. Each one is widget-ready and gravatar-enabled.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Apr 2010 19:00:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s: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:20:"Matt: Killer Feature";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=34240";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://ma.tt/2010/04/killer-feature/";s: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:233:"<p><a href="http://www.scottberkun.com/blog/2010/the-end-of-the-killer-feature/">The end of the killer feature by Scott Berkun</a>. Scott will be <a href="http://2010.sf.wordcamp.org/">speaking at WordCamp San Francisco 2010</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Apr 2010 16:32:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:52:"WordPress Podcast: WordPress Grows Your Bank Account";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:63:"http://www2.webmasterradio.fm/wordpress-community-podcast/?p=40";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/wordpresspodcast/~3/MAhEmJFr3yw/";s: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:900:"<p>Affiliate marketing starts with finding products you can stand behind, review and then sharing useful information with your audience. As you the trust of your blog readership grows so too do your opportunities to grow income. Social media services like twitter are great for doing more than just broadcasting. This weeks guest Chris Garrett provides numerous useful tips on how to develop and convert your audience into buyers once you’ve established trust. Also learn how to get started, pick products you like and measure your progress.</p>\n<p>Plugin Picks of the Week:</p>\n<p>http://wordpress.org/extend/plugins/chartbeat/</p>\n<p>http://wordpress.org/extend/plugins/w3-total-cache/</p>\n<p>http://wordpress.org/extend/plugins/wordpress-beta-tester/</p>\n<p>http://member.wishlistproducts.com/</p>\n<img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/MAhEmJFr3yw" 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 Apr 2010 15:36: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:54:"joost@pressthis.com (Joost de Valk & 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: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:79:"WordPress.tv: Concevoir des thèmes WordPress : utilisation de Firebug et YSlow";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=3706";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://wordpress.tv/2010/04/13/concevoir-des-themes-wordpress-utilisation-de-firebug-et-yslow/";s: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:1498:"<div id="x-video-3" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3706/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3706/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3706/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3706/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3706/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3706&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2010/04/13/concevoir-des-themes-wordpress-utilisation-de-firebug-et-yslow/"><img alt="Concevoir des themes WordPress - utilisation de Firebug et de " src="http://cdn.videos.wordpress.com/d6Ix9vvF/concevoir-des-theic280mes-wordpress-_-utilisation-de-firebug-et-de-yslow_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, 13 Apr 2010 04:00: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:11:"Ryan Markel";s: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:36:"Matt: New York and Durham (Houston?)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=34236";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://ma.tt/2010/04/new-york-and-durham/";s: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:600:"<p>Two reminders for upcoming appearances: This Saturday I&#8217;ll be presenting a 24-hour art collaboration with <a href="http://evan-roth.com/">Evan Roth</a> at <a href="http://www.rhizome.org/sevenonseven/">Seven on Seven at the New Museum</a>. On Monday I&#8217;ll be in Durham, North Carolina to speak at Duke University. If you&#8217;re interested in the latter, leave a comment and I&#8217;ll make sure you get the details. We don&#8217;t have a ton of room but I&#8217;d like ma.tt readers to be able to attend. After that I&#8217;ll be in Houston briefly if anyone wants to do a meetup.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Apr 2010 16:13:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Dougal Campbell: Customize Your WordPress Dashboard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://dougal.gunters.org/?p=2065";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:131:"http://dougal.gunters.org/blog/2010/04/12/customize-your-wordpress-dashboard?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss";s: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:5626:"<div><img width="150" height="150" src="http://media.dougal.us.s3.amazonaws.com/wordpress/wp-content/uploads/2008/11/wplogo-notext-rgb.png" class="attachment-post-thumbnail wp-post-image" alt="WordPress" title="WordPress" /></div><p>If you are reading this, there is a very high chance that you are a <a href="http://wordpress.org/">WordPress</a> user. There&#8217;s even a chance that you arrived here through a link in the <code>Other WordPress News</code> widget in your Dashboard. The WordPress Dashboard is a great summary of current activity on your site and in the WordPress community. What some of you might not realize is that you can customize your Dashboard according to what you think is most important.</p>\n<p><span id="more-2065"></span></p>\n<h3>Dashboard Widgets</h3>\n<p>When you are viewing your Dashboard, you&#8217;ll see that it&#8217;s broken in to different sections, each in its own little box. We call each of these boxes a &#8220;widget&#8221;. At the top of each widget is a title bar which tells you the widget&#8217;s name. For example, you&#8217;ll probably see <code>Right Now</code>, <code>Recent Comments</code>, <code>Incoming Links</code>, <code>WordPress Development Blog</code>, and so-forth. Most of the Dashboard Widgets you see come standard with WordPress, but plugins can add them, too (for example, the <a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats plugin</a>).</p>\n<h3>Rearrange Things</h3>\n<p>If you hover your mouse pointer over the title bar of a widget, you should see the cursor change to a four-arrow icon, which indicates that you can move this item. You can drag-and-drop the widgets to rearrange their order. Sometimes it can be a little tricky, especially if you are trying to move things in a way that requires the screen to scroll.</p>\n<p>You can make things a little easier by using the next tip: you can collapse and expand a widget by clicking on the title bar. You may also have noticed that when you hover over the title bar, a downward-pointing arrow appears on the right side. This arrow can be clicked to expand/collapse without the chance of starting a drag-and-drop action. With the widgets collapsed, it is generally easier to arrange the order.</p>\n<h3>Only Show Your Favorite Widgets</h3>\n<p>Moving your most-used widgets to the top, and least used to the bottom is helpful. But there might be some widgets that you just aren&#8217;t interested in at all. For instance, I never use the <code>QuickPress</code> widget, so I remove it from the Dashboard completely. To choose which widgets are visible, click <code>Screen Options</code> in the upper-right area of your Dashboard. You&#8217;ll see a list of all available widgets, with a checkbox next to each one.</p>\n<p>You may also notice that there is a selector for <code>Number of Columns</code>. I work mainly on my laptop, so 2 columns is optimal for me. But if you have a large screen, you might choose to enable 3 or 4 columns.</p>\n<h3>Configure Your Widgets</h3>\n<p>On some widgets, you may see a <code>Configure</code> link appear when you hover over the title bar. Clicking this will allow you to set extra options for these widgets. For example, you can decide how many comments to display in the <code>Recent Comments</code> widget, or how many headlines to display for the <code>WordPress Development Blog</code> widget.</p>\n<h3>Customize!</h3>\n<p>That should give you a good idea of how you can customize the Dashboard to your liking. Hide things you don&#8217;t care about, move your favorite widgets to the top, customize what information they show you! It&#8217;s your Dashboard, make it work for you.</p>\n<p>In case you&#8217;re wondering about my preferences, I like to keep the <code>Right Now</code> and <code>WordPress.com Stats</code> widgets at the top. I tend to have several draft posts hanging around waiting for edits, so the <code>Recent Drafts</code> widgets comes next in the left column, followed by <code>Recent Comments</code>. Under <code>Stats</code> on the right, I have WordPress Development News and <code>Other WordPress News</code>.</p>\n<p>The <code>WordPress Development Blog</code> tends to be pretty low-traffic, so I have it configured to only show the 2 most recent headlines. But the <code>Other WordPress News</code> feed tends to update at a pretty rapid pace, so I configure it to display 15 headlines. <strong>I recommend that anyone interested in keeping up with happenings in the WordPress community configure this widget to display 10 or more headlines, and check it often.</strong> You can also visit the <a href="http://planet.wordpress.org/">Planet WordPress</a> site, if you think you might have missed something.</p>\n<p>That should about cover things. If you haven&#8217;t already customized your Dashboard, I highly recommend that you do. It&#8217;s easy to set things up in a way that gives you all of the information that &lt;em&gt;you&lt;/em&gt; consider the most important, right at your fingertips!</p>\n\n\n<p>Related posts:<ol><li><a href="http://dougal.gunters.org/blog/2008/10/15/wordpress-wednesday-kick-off" rel="bookmark" title="Permanent Link: WordPress Wednesday Kick Off">WordPress Wednesday Kick Off</a></li>\n<li><a href="http://dougal.gunters.org/blog/2008/11/05/socializing-a-wordpress-site" rel="bookmark" title="Permanent Link: Socializing a WordPress site">Socializing a WordPress site</a></li>\n<li><a href="http://dougal.gunters.org/blog/2004/08/30/text-filter-suite" rel="bookmark" title="Permanent Link: Text Filter Suite Plugin for WordPress">Text Filter Suite Plugin for WordPress</a></li>\n</ol></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Apr 2010 10:00:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 04/11";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=7926";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"http://weblogtoolscollection.com/archives/2010/04/11/wordpress-plugin-releases-for-0411-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:2329:"<h3>New Plugins</h3>\n<p><a href="http://www.postkartengeschichten.de/wp-comsoon">WP Comsoon</a></p>\n<p>WP Comsoon (from &#8220;Coming Soon&#8221;) creates a little widget for the sidebar to display the titles of the next scheduled posts of the blog.</p>\n<p><a href="http://obaq.uuuq.com/?p=240">Rico Bookmark Tree</a></p>\n<p>This plugin can create a simple bookmark list with a tree structure on a post using <a href="http://openrico.org">Rico Ajax</a></p>\n<p><a href="http://wptuts.ro/">Simple Author Box</a></p>\n<p>Adds a simple author box with Gravatar image below the articles on single page. You can add Twitter and Facebook profiles.</p>\n<p><a href="http://blog.greg-dev.com/wordpress/wordpress-footer-html/">WP Footer HTML</a></p>\n<p>This plugin allows you to insert HTML in the footer of your blog and you can set it to add the data just to the homepage.</p>\n<h3>Updated Plugins</h3>\n<p><a href="http://www.seodesignsolutions.com/wordpress-seo/">SEO Ultimate</a></p>\n<p>This all-in-one SEO plugin can handle titles, meta, noindex, canonical tags, 404 monitoring, robots.txt, auto-linking, and more. Version 1.9 adds title tag editing for category archives.</p>\n<p><a href="http://wordpress.org/extend/plugins/embed-article/">Embed Article</a></p>\n<p>Embed Article WordPress Plugin prevents copyright theft by offering an alternative solution to your readers who copy your content. The Embed Article alternative benefits you in enough ways that you’ll begin encouraging readers to take your content.</p>\n<p><a href="http://slide2comment.longhoang.de/">Slide2Comment</a></p>\n<p>With this plugin you have the possibility to add a sexy slider to your comments, which mark all comments as spam, if you haven&#8217;t used the slider before.</p>\n<p><a href="http://mdkart.fr/blog/2007/04/16/plugin-dday-pour-wordpress">DDay</a></p>\n<p>This plugin allow to associate a countdown to events.</p>\n<p><a href="http://www.olympianetworks.com/projects/onw-simple-contact-form/">ONW Simple Contact Form</a></p>\n<p>ONW Simple Contact Form is a basic form with reCAPTCHA for sending email from your blog.</p>\n<p><a href="http://scribu.net/wordpress/wp-pagenavi">WP-PageNavi</a></p>\n<p>Adds a more advanced paging navigation to your WordPress site. Version 2.70 features better theme integration as well as an improved settings page.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 11 Apr 2010 18:30:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s: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:41:"Alex King: Team WordPress 3.0 Code Review";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4200";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://alexking.org/blog/2010/04/10/team-wordpress-3-0-code-review";s: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:3220:"<p>Today <a href="http://crowdfavorite.com">we</a> did our first team <a href="http://wordpress.org/" rel="external">WordPress</a> code review. Even though we build on WordPress MU as much or more than we have with single user WordPress, we all wanted to get a better sense of how that functionality had been merged into 3.0.</p>\n<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/4508255231/" title="IMG_0599.JPG by alexkingorg, on Flickr"><img src="http://farm5.static.flickr.com/4072/4508255231_7a561a29bf_m.jpg" width="180" height="240" alt="IMG_0599.JPG" /></a></p>\n<p>It went pretty well I think. We met at the office, got started, ordered some pizza, and wrapped up after a few hours.</p>\n<p>The process was pretty simple:</p>\n<ol>\n<li>Diff the WordPress 2.9 branch and trunk (3.0)</li>\n<li>Review the differences</li>\n<li>Keep collective notes in an EtherPad doc, flagging things to investigate in plugins/themes we&#8217;ve written, test specific new features, and bugs to file in <a href="http://core.trac.wordpress.org/" rel="external">Trac</a></li>\n</ol>\n<p>We got through the wp-admin directory and will need to do another round or two to get through wp-includes. This is the first we&#8217;ve tried to do a team code review like this and I think it worked very well. Having everyone&#8217;s collective experience made for quick work in referencing how we&#8217;ve built various things in the past; as well as looking things up to confirm various suspicions.</p>\n<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/4509034426/" title="IMG_0602.JPG by alexkingorg, on Flickr"><img src="http://farm3.static.flickr.com/2797/4509034426_e3c9b4180f_m.jpg" width="240" height="180" alt="IMG_0602.JPG" /></a></p>\n<p>We&#8217;ve already started building a few sites on 3.0 and testing upgrading several existing sites to 3.0 and have found a half-dozen or so plugins that have broken already due to changes in the 3.0 codeline. Some of these will be resolved by us changing how we have various features implemented, others will hopefully be resolved by submitting bugs and patches before 3.0 ships.</p>\n<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/4508253223/" title="IMG_0598.JPG by alexkingorg, on Flickr"><img src="http://farm3.static.flickr.com/2131/4508253223_d0d73c56cc_m.jpg" width="240" height="180" alt="IMG_0598.JPG" /></a></p>\n<p>With Open Source you have a unique opportunity to test-run the code and help make sure that the shipping version is a high quality product that works with your enhancements, etc. My experience has been that we push WordPress a little farther than most folks do in terms of the custom features and functionality we build on top of it. Because of this, I think it is important for us to do some testing with the pre-release code so that we can help identify more subtle functional changes and regressions that can affect more sophisticated site builds.</p>\n<p>It&#8217;s always a tough balance to get this done on top of our client work (hence the Saturday code review session), but I definitely want us to help out when we can.</p>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=4200&type=feed" alt="" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 11 Apr 2010 03:19:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"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: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:24:"Matt: Back, Feeling Good";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=34233";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://ma.tt/2010/04/back-feeling-good/";s: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:495:"<p>I&#8217;ve been offline (mostly) for the past week while at <a href="http://www.trackerschool.com/">Tracker School</a> and over the next few days I&#8217;ll be catching up on what happened while I was out. You guys were busy. <img src="http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />  As I pulled into my garage after a long drive this song came on shuffle and I wanted to share it with you guys &#8212; Nina Simone&#8217;s Feeling Good:</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 10 Apr 2010 23:11:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:59:"Weblog Tools Collection: WordPress Theme Releases for 04/09";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://weblogtoolscollection.com/?p=7922";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/04/09/wordpress-theme-releases-for-0409-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1253:"<h4><a href="http://www.frimas.com/software/wordpress-themes/gray01/">Gray01</a></h4>\n<p><a href="http://www.frimas.com/software/wordpress/themes/demo/gray01"><img title="Gray01" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/Gray01.png" alt="Gray01" width="200" height="154" /></a></p>\n<p>Gray01 is a three column theme. In the theme options panel it is possible to configure social network links.</p>\n<h4><a href="http://www.dynamicwp.net/free-themes/alogo-theme/">ALogo </a></h4>\n<p><a href="http://www.dynamicwp.net/demo/?preview_theme=ALogo"><img title="ALogo" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/ALogo.jpg" alt="ALogo" width="200" height="117" /></a></p>\n<p>The theme comes with simple but unique design, theme option, embedded flickr widget to display your flickr image and other features.</p>\n<h4><a href="http://warcraftblogtools.azerothisreal.com/?p=6">WoW Blue</a></h4>\n<p><a href="http://warcraftblogtools.azerothisreal.com/themedemos/?preview_theme=wowblue"><img title="WoW Blue" src="http://weblogtoolscollection.com/wp-content/uploads/2010/04/WoWBlue.png" alt="WoW Blue" width="200" height="117" /></a></p>\n<p>2 column, fixed width, widget ready theme for World of Warcraft related blogs</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Apr 2010 20:00:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s: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:45:"Dev Blog: GSoC Application Deadline is Today!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/development/?p=1319";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/development/2010/04/gsoc-application-deadline-is-today/";s: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:1380:"<p>The deadline for students applying for Google Summer of Code this year is today, at 19:00 UTC. That’s about 3 hours from now. Still working on your application? <a href="http://bit.ly/bP1fXT">Double check your time zone</a> here. <strong>No late applications will be accepted.</strong></p>\n<p>There are a lot of potential projects on <a href="http://codex.wordpress.org/GSoC2010">our Ideas list</a>, so if you&#8217;ve been hemming and hawing over whether or not to apply, this is your last chance for this year. We have great people lined up to mentor the students, including most of the WordPress lead developers, some dedicated core contributors, plugin developers, the BuddyPress lead developers, etc. Google is providing a great opportunity for both students and the open source projects that act as mentoring organizations (like WordPress), so don&#8217;t pass it up if you&#8217;re an eligible student. </p>\n<p>You can’t win if you don’t play, right? Five thousand bucks for two months of coding over the summer with WordPress hotshots. I know a lot of people that would love that deal. Oh, and hey, student girl wonders of WordPress-land: why haven&#8217;t you applied yet?</p>\n<p><a href="http://socghop.appspot.com/">Apply now</a>! (Don&#8217;t forget to use our <a href="http://codex.wordpress.org/GSoC_2010_Application_Template">application template</a>.)</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Apr 2010 15:56: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:"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: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:63:"WordPress.tv: Fumito Mizuno – Importing & Exporting Post Data";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=3559";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.tv/2009/10/17/fumito-mizuno-kyoto09/";s: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:1376:"<div id="x-video-94" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3559/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3559/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3559/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3559/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3559/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3559/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3559/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3559/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3559/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3559/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3559&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2009/10/17/fumito-mizuno-kyoto09/"><img alt="WordCamp Kyoto 09: Fumito MIZUNO" src="http://cdn.videos.wordpress.com/1H9uyKeX/02-fumito_mizuno_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 08 Apr 2010 18: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:"Naoko McCracken";s:7:"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:4:"date";s:29:"Fri, 30 Apr 2010 19:26:54 GMT";s:6:"server";s:9:"LiteSpeed";s:13:"accept-ranges";s:5:"bytes";s:10:"connection";s:5:"close";s:4:"etag";s:24:""2b04d-4bdb2c43-174423c"";s:13:"last-modified";s:29:"Fri, 30 Apr 2010 19:15:15 GMT";s:12:"content-type";s:15:"application/xml";s:14:"content-length";s:6:"176205";}s:5:"build";i:20081219;}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (203, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1272698815', 'no'),
(173, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1272467107', 'no'),
(197, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1272698815', 'no'),
(181, 0, 'page_for_posts', '13', 'yes'),
(201, 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:0:"";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:23:"\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:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"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:36:"http://wordpress.org/extend/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:12:"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: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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Apr 2010 19:26: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:4:"item";a:15:{i:0;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"arnee 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:5:"arnee";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:2;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"GamerZ on "WP-PageNavi"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/wp-pagenavi/#post-363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:17:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"363@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:62:"Adds a more advanced paging navigation to your WordPress site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"GamerZ";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"takayukister 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:12:"takayukister";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"alexrabe 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:102:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"alexrabe";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"micropat on "AddToAny: Share/Bookmark/Email Button"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/add-to-any/#post-498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Mar 2007 23:08: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:40:"498@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:"Help readers share, bookmark, and email your posts &amp; pages using any service, such as Facebook, Twitter, Google Buzz, Digg, Delicious and many mor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"micropat";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"bravenewcode on "WPtouch iPhone Theme"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"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 automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when vie";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"bravenewcode";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"whiteshadow on "Broken Link 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:66:"http://wordpress.org/extend/plugins/broken-link-checker/#post-2441";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 08 Oct 2007 21:35:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2441@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:129:"This plugin will check your posts, comments and other places for broken links and missing images and notify you if any are found.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"whiteshadow";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"cavemonkey50 on "Google Analyticator"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/google-analyticator/#post-130";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"130@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:107:"Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"cavemonkey50";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"MikeChallis on "Fast and Secure Contact Form"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/si-contact-form/#post-12636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Aug 2009 01:20:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12636@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:133:"This contact form lets your visitors send you a quick E-mail message. Blocks all common spammer tactics. Spam is no longer a problem.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"MikeChallis";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"alexkingorg on "Twitter Tools"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/twitter-tools/#post-313";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:10: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:40:"313@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:115:"Twitter Tools is a plugin that creates a complete integration between your WordPress blog and your Twitter account.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"alexkingorg";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"orenshmu on "Post videos and photo galleries"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.org/extend/plugins/post-rich-videos-and-photos-galleries/#post-7094";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2008 12:15: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:41:"7094@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:"Post your videos and photo galleries/flash slideshows easily and in seconds.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"orenshmu";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"andy on "WordPress.com Stats"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/stats/#post-1355";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 06 May 2007 02:15: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:"1355@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:119:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com''s stat 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"andy";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"mufasa on "WP e-Commerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wp-e-commerce/#post-739";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 06:08:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"739@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:"WP e-Commerce is a Web 2.0 application designed with usability, aesthetics, and presentation in mind.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"mufasa";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"MikeChallis on "SI CAPTCHA Anti-Spam"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/si-captcha-for-wordpress/#post-6731";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 21 Aug 2008 23:43:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"6731@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:149:"Adds CAPTCHA anti-spam methods to WordPress on the comment form, registration form, login, or all. Also is fully WP, WPMU, and BuddyPress 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"MikeChallis";s:7:"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:13:"last-modified";s:19:"2007-03-09 22:31:32";s:4:"etag";s:34:""15af6c8beba68d06f3cc0efb9f868c43"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7030";s:4:"date";s:29:"Fri, 30 Apr 2010 19:26:55 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";i:20081219;}', 'no'),
(200, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1272698815', 'no'),
(169, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1272467105', 'no'),
(167, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1272467105', 'no'),
(205, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1272655615', 'no'),
(204, 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:0:"";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:23:"\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:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:6:"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:36:"http://wordpress.org/extend/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:6:"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: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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Apr 2010 19:26: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:4:"item";a:15:{i:0;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"springthistle on "April''s Facebook Like Button"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/extend/plugins/aprils-facebook-like-button/#post-17628";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 27 Apr 2010 16:48: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:"17628@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:"Adds a button (via iframe) which easily lets your visitors Like your posts. Edit settings.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"springthistle";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"stromchris on "wp-popeye"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/popeye/#post-17459";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Apr 2010 21:49: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:"17459@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:"Popeye presents images from the Wordpress media library in a nice and elegant way within your posts and pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"stromchris";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"brunoneves on "XML 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:59:"http://wordpress.org/extend/plugins/xml-gallery/#post-17612";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 27 Apr 2010 05:24:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17612@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:95:"This pluin generates a XML file to you use with a list, swf files or any another functionality.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"brunoneves";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"mfriday on "Digital Art Image 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:73:"http://wordpress.org/extend/plugins/digital-art-image-gallery/#post-17412";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Apr 2010 18:30: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17412@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:143:"This image gallery presents different computer generated digital art images and animations in its nice-looking and configurable sidebar widget.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"mfriday";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"codename065 on "All in one FaceBook Plugins 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:75:"http://wordpress.org/extend/plugins/all-in-one-facebook-plugins/#post-17583";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 26 Apr 2010 10:51: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:42:"17583@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:"All in one FaceBook Plugins for Wordpress including like button, Recommendations, Activity Feed, Like Box, Facepile, Live Stream, Comments, Login with";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"codename065";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"adamsargant on "Louder latest campaign"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/louder-campaignlist/#post-17275";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Apr 2010 12:33:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17275@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:107:"A widget/plugin that uses the Louder.org.uk Developer''s API to access a list of campaigns and display them.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"adamsargant";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"karacsi_maci on "Banner Garden Plugin for Wordpress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/banner-garden/#post-17679";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Apr 2010 09:01: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:"17679@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:59:"This plugin is a campaign and banner manager for wordpress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"karacsi_maci";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"TheTomThorogood on "WP exec 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:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/wp-exec-php/#post-17552";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 24 Apr 2010 22:17: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:42:"17552@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Execute PHP inside posts, pages and text widgets.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"TheTomThorogood";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"rickota on "Silverlight Bing Maps"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/silverlight-bingmap/#post-17672";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Apr 2010 07:20: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:"17672@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:79:"Add an interactive Map in your wordpress posts based on BingMap and Silverlight";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"rickota";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"RaymondDesign on "Advanced XML Reader"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/advanced-xml-reader/#post-17573";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 25 Apr 2010 19:18: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:"17573@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:83:"Use the content of every XML file in your posts. Simply use very xml tag in a 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:13:"RaymondDesign";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"ozh on "Ozh'' No Duplicate Comments"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/extend/plugins/ozh-no-duplicate-comments/#post-17581";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 26 Apr 2010 06:24:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17581@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:"Prevents spammers from duplicating legit comments but with their commenter name and URL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"ozh";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"shinephp on "Plugins Garbage Collector"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/extend/plugins/plugins-garbage-collector/#post-17685";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Apr 2010 15:27: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:"17685@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:"It scans your WordPress database and shows what various things old plugins which were deactivated, uninstalled) left in it. The list of additional dat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"shinephp";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"cartmod on "Extreme 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:59:"http://wordpress.org/extend/plugins/extreme-seo/#post-17664";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 28 Apr 2010 20:28:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17664@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:141:"This plugin registers your site with the extremeseo service, indexes all of your posts, and delivers content related links to/from 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:7:"cartmod";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"yamabata on "Post Retweet"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/post-retweet/#post-17644";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 28 Apr 2010 08:12: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:"17644@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:80:"Plug in to add a contribution box of twitter to last of the online posting text.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"yamabata";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"kahi on "Texy!"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/texy/#post-17609";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 27 Apr 2010 00: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17609@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:"Texy! is text-to-HTML formatter and converter library. It allows you to write structured documents without knowledge or using of HTML language. You wr";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"kahi";s:7:"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:13:"last-modified";s:19:"2010-04-27 16:48:40";s:4:"etag";s:34:""d58d73b0dbf7044848c01930428c3247"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7009";s:4:"date";s:29:"Fri, 30 Apr 2010 19:26:55 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";i:20081219;}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (207, 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:0:"";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:23:"\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:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"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:36:"http://wordpress.org/extend/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:16:"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: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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Apr 2010 19:26: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:4:"item";a:15:{i:0;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"vfvalent on "Social Bookmarking RELOADED"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/social-bookmarking-reloaded/#post-2070";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Jun 2007 16:45:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2070@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:"Social Bookmarking RELOADED - Add the social bookmarks services''s icons to your articles in your blogs in order to submit them easily. Plugin based on";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"vfvalent";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"AhmedGeek on "Facebook Like Button"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/facebook-like-button/#post-17448";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Apr 2010 18:18:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17448@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:56:"Add the new Facebook Like button to your wordpress blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"AhmedGeek";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"joostdevalk on "WordPress-to-lead for Salesforce CRM"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/salesforce-wordpress-to-lead/#post-17635";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 27 Apr 2010 23:46:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17635@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:"WordPress-to-Lead for Salesforce CRM creates a solid integration between your WordPress install(s) and your Salesforce.com account! People can enter a";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"joostdevalk";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"xhanch_studio on "Xhanch - My Twitter"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/xhanch-my-twitter/#post-16364";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Mar 2010 13:28: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16364@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:"The best plugin to display your latest tweets, replies, direct messages, avatars, post date, click-able links, smilies, etc. Simple but powerful!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"xhanch_studio";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"wokamoto on "Simple Tweet"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/simple-tweet/#post-13803";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 26 Oct 2009 08:20: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:"13803@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 is a plugin creating a new tweet including a URL of new post on your 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:8:"wokamoto";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"EzineArticles on "EzineArticles WordPress 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:78:"http://wordpress.org/extend/plugins/ezinearticles-wordpress-plugin/#post-16827";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 24 Mar 2010 17:44:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16827@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:81:"Submit your high quality, original WordPress posts directly to EzineArticles.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:13:"EzineArticles";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"lonewolfonline on "Folding Category List (FoCaL)"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/folding-category-widget/#post-2737";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2007 19:35: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:"2737@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:67:"Date: 30/04/2010\n\nEnhanced Folding Category List for Wordpress 2.3+";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"lonewolfonline";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"boyan.yurukov on "WP Kradeno"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/wp-kradeno/#post-17610";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 27 Apr 2010 02:39: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:"17610@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:62:"Searches the web for sites that have reposted your blog 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:13:"boyan.yurukov";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"stromchris on "wp-popeye"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/popeye/#post-17459";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Apr 2010 21:49: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:"17459@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:"Popeye presents images from the Wordpress media library in a nice and elegant way within your posts and pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"stromchris";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"skooks on "ShootQ Integration"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/shootq-integration/#post-16882";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 26 Mar 2010 21:42:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16882@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:"Integrates your shootQ account with your blog.  Display your public contact form and/or process your ProPhoto Blog 2 &amp; 3 contact form into shootQ.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"skooks";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"springthistle on "April''s Facebook Like Button"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/extend/plugins/aprils-facebook-like-button/#post-17628";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 27 Apr 2010 16:48: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:"17628@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:"Adds a button (via iframe) which easily lets your visitors Like your posts. Edit settings.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"springthistle";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"Otto42 on "Simple Twitter Connect"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/simple-twitter-connect/#post-16084";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Feb 2010 19:17: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:"16084@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:68:"Makes it easy for your site to use Twitter, in a wholly modular way.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Otto42";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"vintuna on "Easy Links"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/easy-links/#post-16783";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Mar 2010 08:58: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16783@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:"Easy links manager helps you manage your links and check its reciprocal through the admin backend.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"vintuna";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";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:"spectacula on "Spectacu.la Page 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:70:"http://wordpress.org/extend/plugins/spectacula-page-widget/#post-14542";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2009 12:22: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:"14542@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:"Widget that lets you output the content of a page in any place that''ll accept a widget and allows you to hide said page from navigation (wp_list_pages";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"spectacula";s: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:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"awpcp on "Another Wordpress Classifieds 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:83:"http://wordpress.org/extend/plugins/another-wordpress-classifieds-plugin/#post-9736";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Mar 2009 14:55:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"9736@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:111:"Another Wordpress Classifieds Plugin provides the ability for you to add classified ads to your wordpress blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"awpcp";s:7:"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:13:"last-modified";s:19:"2007-06-22 16:45:58";s:4:"etag";s:34:""74a04824fbc2053c092cc230da84535f"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7123";s:4:"date";s:29:"Fri, 30 Apr 2010 19:26:55 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";i:20081219;}', 'no'),
(206, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1272698816', 'no'),
(194, 0, '_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4', '1272698814', 'no'),
(171, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1272467106', 'no'),
(209, 0, '_transient_timeout_plugin_slugs', '1272742016', 'no'),
(210, 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'),
(180, 0, 'page_on_front', '6', 'yes'),
(196, 0, '_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1272655614', 'no'),
(191, 0, '_transient_timeout_feed_d8bd67031ff6558613c89b83e38cdad8', '1272698814', 'no'),
(165, 0, '_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1272467104', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (214, 0, '_transient_rewrite_rules', 'a:261:{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:46:"midwest-technology-index/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"midwest-technology-index/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"midwest-technology-index/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"midwest-technology-index/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"midwest-technology-index/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"(midwest-technology-index)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:59:"(midwest-technology-index)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:54:"(midwest-technology-index)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:47:"(midwest-technology-index)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:54:"(midwest-technology-index)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:39:"(midwest-technology-index)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:48:"midwest-life-science-index/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:58:"midwest-life-science-index/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:78:"midwest-life-science-index/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:73:"midwest-life-science-index/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:73:"midwest-life-science-index/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"(midwest-life-science-index)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:61:"(midwest-life-science-index)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:56:"(midwest-life-science-index)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:49:"(midwest-life-science-index)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:56:"(midwest-life-science-index)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:41:"(midwest-life-science-index)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:45:"communication-marketing/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:55:"communication-marketing/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:75:"communication-marketing/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"communication-marketing/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"communication-marketing/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:38:"(communication-marketing)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:58:"(communication-marketing)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:53:"(communication-marketing)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:46:"(communication-marketing)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:53:"(communication-marketing)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:38:"(communication-marketing)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:33:"it-services/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:43:"it-services/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:63:"it-services/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"it-services/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"it-services/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:26:"(it-services)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:46:"(it-services)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:41:"(it-services)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:34:"(it-services)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:41:"(it-services)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:26:"(it-services)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:37:"web-development/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"web-development/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"web-development/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"web-development/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"web-development/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"(web-development)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:50:"(web-development)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:45:"(web-development)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:38:"(web-development)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:45:"(web-development)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:30:"(web-development)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:42:"business-development/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:52:"business-development/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:72:"business-development/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"business-development/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"business-development/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"(business-development)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:55:"(business-development)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:50:"(business-development)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:43:"(business-development)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:50:"(business-development)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:35:"(business-development)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:32:"disclaimer/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:42:"disclaimer/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:62:"disclaimer/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"disclaimer/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"disclaimer/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:25:"(disclaimer)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:45:"(disclaimer)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:40:"(disclaimer)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:33:"(disclaimer)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:40:"(disclaimer)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:25:"(disclaimer)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:34:"gazelle-vcpe/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"gazelle-vcpe/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"gazelle-vcpe/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"gazelle-vcpe/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"gazelle-vcpe/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:27:"(gazelle-vcpe)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:47:"(gazelle-vcpe)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:42:"(gazelle-vcpe)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(gazelle-vcpe)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:42:"(gazelle-vcpe)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:27:"(gazelle-vcpe)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:26:"blog/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"blog/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"blog/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"blog/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"blog/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:19:"(blog)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:39:"(blog)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:34:"(blog)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:27:"(blog)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:34:"(blog)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:19:"(blog)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:35:"industry-news/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"industry-news/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"industry-news/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"industry-news/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"industry-news/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:28:"(industry-news)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:48:"(industry-news)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:43:"(industry-news)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:36:"(industry-news)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:43:"(industry-news)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:28:"(industry-news)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:31:"resources/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"resources/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"resources/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"resources/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"resources/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(resources)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:44:"(resources)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:39:"(resources)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:32:"(resources)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:39:"(resources)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(resources)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:39:"services/sourcing/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"services/sourcing/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"services/sourcing/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"services/sourcing/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"services/sourcing/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"(services/sourcing)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:52:"(services/sourcing)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:47:"(services/sourcing)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:40:"(services/sourcing)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:47:"(services/sourcing)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:32:"(services/sourcing)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:41:"services/technology/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"services/technology/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"services/technology/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"services/technology/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"services/technology/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"(services/technology)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:54:"(services/technology)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:49:"(services/technology)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:42:"(services/technology)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:49:"(services/technology)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:34:"(services/technology)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:50:"services/business-consulting/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:60:"services/business-consulting/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:80:"services/business-consulting/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:75:"services/business-consulting/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:75:"services/business-consulting/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"(services/business-consulting)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:63:"(services/business-consulting)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:58:"(services/business-consulting)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:51:"(services/business-consulting)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:58:"(services/business-consulting)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:43:"(services/business-consulting)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:40:"services/portfolio/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"services/portfolio/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"services/portfolio/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"services/portfolio/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"services/portfolio/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"(services/portfolio)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:53:"(services/portfolio)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:48:"(services/portfolio)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:41:"(services/portfolio)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:48:"(services/portfolio)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:33:"(services/portfolio)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:30:"services/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"services/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"services/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"services/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"services/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:23:"(services)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:43:"(services)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:38:"(services)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:31:"(services)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:38:"(services)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:23:"(services)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:31:"about-2-2/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"about-2-2/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"about-2-2/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"about-2-2/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"about-2-2/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(about-2-2)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:44:"(about-2-2)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:39:"(about-2-2)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:32:"(about-2-2)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:39:"(about-2-2)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(about-2-2)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:29:"about-2/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"about-2/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"about-2/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"about-2/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"about-2/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"(about-2)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:42:"(about-2)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:37:"(about-2)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:30:"(about-2)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:37:"(about-2)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:22:"(about-2)(/[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=6&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:"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:42:"tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:37:"tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:30:"tag/(.+?)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:12:"tag/(.+?)/?$";s:25:"index.php?tag=$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'),
(185, 0, 'sidebars_widgets', 'a:5:{s:19:"wp_inactive_widgets";a:12:{i:0;s:7:"pages-2";i:1;s:10:"calendar-2";i:2;s:10:"archives-2";i:3;s:7:"links-2";i:4;s:6:"meta-2";i:5;s:8:"search-2";i:6;s:6:"text-2";i:7;s:12:"categories-2";i:8;s:14:"recent-posts-2";i:9;s:17:"recent-comments-2";i:10;s:5:"rss-2";i:11;s:11:"tag_cloud-2";}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:1:{i:0;s:6:"text-5";}s:9:"sidebar-3";a:2:{i:0;s:6:"text-3";i:1;s:6:"text-4";}s:13:"array_version";i:3;}', 'yes'),
(199, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1272655615', 'no'),
(202, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1272655615', 'no'),
(208, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1272655616', 'no'),
(215, 0, 'category_children', 'a:0:{}', 'yes');

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

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

DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL auto_increment,
  `post_id` bigint(20) unsigned NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=81 DEFAULT CHARSET=utf8 AUTO_INCREMENT=81 ;

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

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16, 11, '_edit_lock', '1272253320'),
(76, 66, '_wp_attached_file', 'pic_ads.png'),
(4, 5, '_edit_lock', '1272014245'),
(5, 5, '_edit_last', '1'),
(6, 6, '_edit_lock', '1272269583'),
(7, 6, '_edit_last', '1'),
(8, 6, '_wp_page_template', 'template_home.php'),
(9, 7, '_edit_lock', '1272252542'),
(10, 7, '_edit_last', '1'),
(11, 7, '_wp_page_template', 'default'),
(12, 8, '_edit_lock', '1271998222'),
(13, 8, '_edit_last', '1'),
(14, 9, '_edit_lock', '1271998245'),
(15, 9, '_edit_last', '1'),
(17, 11, '_edit_last', '1'),
(18, 11, '_wp_page_template', 'template_industry_news.php'),
(19, 13, '_edit_lock', '1271998274'),
(20, 13, '_edit_last', '1'),
(21, 15, '_edit_lock', '1272426124'),
(22, 15, '_edit_last', '1'),
(23, 15, '_wp_page_template', 'default'),
(24, 17, '_edit_lock', '1272264095'),
(25, 17, '_edit_last', '1'),
(26, 19, '_edit_lock', '1272656718'),
(27, 19, '_edit_last', '1'),
(28, 19, '_wp_page_template', 'default'),
(29, 20, '_edit_lock', '1272656778'),
(30, 20, '_edit_last', '1'),
(31, 20, '_wp_page_template', 'default'),
(32, 21, '_edit_lock', '1272656846'),
(33, 21, '_edit_last', '1'),
(34, 21, '_wp_page_template', 'default'),
(35, 23, '_edit_lock', '1272657419'),
(36, 23, '_edit_last', '1'),
(37, 23, '_wp_page_template', 'default'),
(38, 25, '_edit_lock', '1272265990'),
(39, 25, '_edit_last', '1'),
(40, 25, '_wp_page_template', 'default'),
(41, 26, '_edit_lock', '1272265488'),
(42, 26, '_edit_last', '1'),
(43, 26, '_wp_page_template', 'default'),
(44, 28, '_edit_lock', '1272006619'),
(45, 28, '_edit_last', '1'),
(46, 30, '_edit_lock', '1272246409'),
(47, 30, '_edit_last', '1'),
(48, 32, '_edit_lock', '1272006654'),
(49, 32, '_edit_last', '1'),
(50, 33, '_edit_lock', '1272008176'),
(51, 33, '_edit_last', '1'),
(52, 41, '_wp_trash_meta_status', 'publish'),
(53, 41, '_edit_lock', '1272249530'),
(54, 41, '_edit_last', '1'),
(55, 41, '_wp_trash_meta_time', '1272249545'),
(56, 43, '_edit_lock', '1272249598'),
(57, 43, '_edit_last', '1'),
(58, 45, '_edit_lock', '1272249718'),
(59, 45, '_edit_last', '1'),
(60, 47, '_edit_lock', '1272249713'),
(61, 47, '_edit_last', '1'),
(62, 49, '_edit_lock', '1272249708'),
(63, 49, '_edit_last', '1'),
(64, 51, '_edit_lock', '1272249704'),
(65, 51, '_edit_last', '1'),
(66, 57, '_edit_last', '1'),
(67, 57, '_edit_lock', '1272249747'),
(68, 59, '_edit_last', '1'),
(69, 59, '_edit_lock', '1272249761'),
(70, 61, '_edit_lock', '1272249777'),
(71, 61, '_edit_last', '1'),
(72, 63, '_edit_last', '1'),
(73, 63, '_edit_lock', '1272250198'),
(74, 65, '_edit_lock', '1272425104'),
(75, 65, '_edit_last', '1'),
(77, 66, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"280";s:6:"height";s:3:"242";s:14:"hwstring_small";s:23:"height=''96'' width=''111''";s:4:"file";s:11:"pic_ads.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"pic_ads-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}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:"";}}'),
(78, 67, '_wp_attached_file', 'pic_video.png'),
(79, 67, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"281";s:6:"height";s:3:"242";s:14:"hwstring_small";s:23:"height=''96'' width=''111''";s:4:"file";s:13:"pic_video.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"pic_video-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}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:"";}}');

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

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

DROP TABLE IF EXISTS `wp_posts`;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `post_author` bigint(20) unsigned NOT NULL default '0',
  `post_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content` longtext 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`)
) ENGINE=MyISAM AUTO_INCREMENT=74 DEFAULT CHARSET=utf8 AUTO_INCREMENT=74 ;

-- 
-- 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, '2009-09-17 12:48:55', '2009-09-17 19:48:55', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2009-09-17 12:48:55', '2009-09-17 19:48:55', '', 0, 'http://runwithgazelle.com/?p=1', 0, 'post', '', 1),
(66, 1, '2010-04-27 20:24:25', '2010-04-28 03:24:25', '', 'pic_ads', '', 'inherit', 'open', 'open', '', 'pic_ads', '', '', '2010-04-27 20:24:25', '2010-04-28 03:24:25', '', 65, 'http://runwithgazelle.com/wp-content/uploads/pic_ads.png', 0, 'attachment', 'image/png', 0),
(67, 1, '2010-04-27 20:24:50', '2010-04-28 03:24:50', '', 'pic_video', '', 'inherit', 'open', 'open', '', 'pic_video', '', '', '2010-04-27 20:24:50', '2010-04-28 03:24:50', '', 65, 'http://runwithgazelle.com/wp-content/uploads/pic_video.png', 0, 'attachment', 'image/png', 0),
(68, 1, '2010-04-26 02:43:24', '2010-04-26 02:43:24', 'Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5', 'Industry News 5', '', 'inherit', 'open', 'open', '', '65-revision', '', '', '2010-04-26 02:43:24', '2010-04-26 02:43:24', '', 65, 'http://runwithgazelle.com/uncategorized/65-revision/', 0, 'revision', '', 0),
(5, 1, '2010-04-23 01:54:12', '2010-04-23 01:54:12', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world-2', '', '', '2010-04-23 01:54:12', '2010-04-23 01:54:12', '', 0, 'http://www.netnova.info/gazelle/?p=1', 0, 'post', '', 1),
(6, 1, '2010-04-23 01:54:12', '2010-04-23 01:54:12', '<div class="title"><h1>Welcome to Gazelle</h1></div>\n<p>In Africa every morning a gazelle awakens knowing that it must outrun the fastest lion if it wants to stay alive. Every morning a lion wakes up knowing that it must run faster than the slowest gazelle or it will starve to death.</p>\n<p>It makes no difference whether you are a lion or a gazelle:<br />  When the sun comes up, you had better be running.</p>\n<p>The entrepreneurs and organizations our firm serves are not unlike the gazelle, constantly pursued by the corporate "lions" with seemingly limitless resources. With responsibility for core business practices in addition to the increased requirements of efficiency and customer satisfaction, how is one to maintain, much less gain market share?</p>', 'Home', '', 'publish', 'open', 'open', '', 'about-2', '', '', '2010-04-23 01:54:12', '2010-04-23 01:54:12', '', 0, 'http://www.netnova.info/gazelle/?page_id=2', 1, 'page', '', 0),
(7, 1, '2010-04-23 04:49:44', '2010-04-23 04:49:44', '<p>In Africa every morning a gazelle awakens knowing that it must outrun the fastest lion if it wants to stay alive. Every morning a lion wakes up knowing that it must run faster than the slowest gazelle or it will starve to death.</p>\n<p>It makes no difference whether you are a lion or a gazelle:<br /> When the sun comes up, you had better be running.</p>\n<p>The entrepreneurs and organizations our firm serves are not unlike the gazelle, constantly pursued by the corporate "lions" with seemingly limitless resources. With responsibility for core business practices in addition to the increased requirements of efficiency and customer satisfaction, how is one to maintain, much less gain market share?</p>', 'About', '', 'publish', 'open', 'open', '', 'about-2-2', '', '', '2010-04-23 04:49:44', '2010-04-23 04:49:44', '', 0, 'http://www.netnova.info/gazelle/?page_id=4', 2, 'page', '', 0),
(8, 1, '2010-04-23 04:50:21', '2010-04-23 04:50:21', '', 'Services', '', 'publish', 'open', 'open', '', 'services', '', '', '2010-04-23 04:50:21', '2010-04-23 04:50:21', '', 0, 'http://www.netnova.info/gazelle/?page_id=7', 3, 'page', '', 0),
(9, 1, '2010-04-23 04:50:44', '2010-04-23 04:50:44', '', 'Resources', '', 'publish', 'open', 'open', '', 'resources', '', '', '2010-04-23 04:50:44', '2010-04-23 04:50:44', '', 0, 'http://www.netnova.info/gazelle/?page_id=9', 4, 'page', '', 0),
(11, 1, '2010-04-23 04:50:59', '2010-04-23 04:50:59', '', 'Industry News', '', 'publish', 'open', 'open', '', 'industry-news', '', '', '2010-04-23 04:50:59', '2010-04-23 04:50:59', '', 0, 'http://www.netnova.info/gazelle/?page_id=11', 5, 'page', '', 0),
(13, 1, '2010-04-23 04:51:13', '2010-04-23 04:51:13', '', 'Blog', '', 'publish', 'open', 'open', '', 'blog', '', '', '2010-04-23 04:51:13', '2010-04-23 04:51:13', '', 0, 'http://www.netnova.info/gazelle/?page_id=13', 6, 'page', '', 0),
(15, 1, '2010-04-23 04:51:33', '2010-04-23 11:51:33', '', 'Gazelle VC/PE', '', 'publish', 'open', 'open', '', 'gazelle-vcpe', '', '', '2010-04-27 20:42:04', '2010-04-28 03:42:04', '', 0, 'http://www.netnova.info/gazelle/?page_id=15', 7, 'page', '', 0),
(17, 1, '2010-04-23 04:53:23', '2010-04-23 04:53:23', '', 'Disclaimer', '', 'publish', 'open', 'open', '', 'disclaimer', '', '', '2010-04-23 04:53:23', '2010-04-23 04:53:23', '', 0, 'http://www.netnova.info/gazelle/?page_id=17', 8, 'page', '', 0),
(19, 1, '2010-04-23 07:00:43', '2010-04-23 07:00:43', '<img src="http://runwithgazelle.com/wp-content/uploads/compas.png" alt="" title="pic_featured" width="480" height="192" class="alignnone size-full wp-image-39" />', 'Business Development', '', 'publish', 'open', 'open', '', 'business-development', '', '', '2010-04-30 12:45:18', '2010-04-30 19:45:18', '', 0, 'http://www.netnova.info/gazelle/?page_id=19', 9, 'page', '', 0),
(20, 1, '2010-04-23 07:01:01', '2010-04-23 07:01:01', '<img src="http://runwithgazelle.com/wp-content/uploads/prarie.png" alt="" title="pic_featured" width="480" height="192" class="alignnone size-full wp-image-39" />', 'Web Development', '', 'publish', 'open', 'open', '', 'web-development', '', '', '2010-04-30 12:46:18', '2010-04-30 19:46:18', '', 0, 'http://www.netnova.info/gazelle/?page_id=20', 10, 'page', '', 0),
(21, 1, '2010-04-23 07:01:36', '2010-04-23 07:01:36', '<img src="http://runwithgazelle.com/wp-content/uploads/rock.png" alt="" title="pic_featured" width="480" height="192" class="alignnone size-full wp-image-39" />', 'IT Services', '', 'publish', 'open', 'open', '', 'it-services', '', '', '2010-04-30 12:47:26', '2010-04-30 19:47:26', '', 0, 'http://www.netnova.info/gazelle/?page_id=21', 11, 'page', '', 0),
(23, 1, '2010-04-23 07:02:03', '2010-04-23 07:02:03', '<img src="http://runwithgazelle.com/wp-content/uploads/bike.png" alt="" title="pic_featured" width="480" height="192" class="alignnone size-full wp-image-39" />', 'Communication &amp;  Marketing', '', 'publish', 'open', 'open', '', 'communication-marketing', '', '', '2010-04-30 12:48:57', '2010-04-30 19:48:57', '', 0, 'http://www.netnova.info/gazelle/?page_id=23', 12, 'page', '', 0),
(25, 1, '2010-04-23 07:03:57', '2010-04-23 07:03:57', '<h3>Midwest Life Science Index</h3>\n<p>Midwest Life Science Index</p>\n<ul>\n<li>Midwest Life Science Index</li>\n<li>Midwest Life Science Index</li>\n</ul>\n<ol>\n<li>Midwest Life Science Index</li>\n<li>Midwest Life Science Index</li>\n</ol>', 'Midwest Life Science Index', '', 'publish', 'open', 'open', '', 'midwest-life-science-index', '', '', '2010-04-23 07:03:57', '2010-04-23 07:03:57', '', 0, 'http://www.netnova.info/gazelle/?page_id=25', 13, 'page', '', 0),
(26, 1, '2010-04-23 07:04:25', '2010-04-23 07:04:25', '<h3>Midwest Technology Index</h3>\n<p>Midwest  Technology Index</p>\n<ul>\n<li>Midwest  Technology Index</li>\n<li>Midwest  Technology Index</li>\n</ul>\n<ol>\n<li>Midwest  Technology Index</li>\n<li>Midwest  Technology Index</li>\n</ol>', 'Midwest Technology Index', '', 'publish', 'open', 'open', '', 'midwest-technology-index', '', '', '2010-04-23 07:04:25', '2010-04-23 07:04:25', '', 0, 'http://www.netnova.info/gazelle/?page_id=26', 15, 'page', '', 0),
(28, 1, '2010-04-23 07:10:18', '2010-04-23 07:10:18', '', 'Portfolio', '', 'publish', 'open', 'open', '', 'portfolio', '', '', '2010-04-23 07:10:18', '2010-04-23 07:10:18', '', 8, 'http://www.netnova.info/gazelle/?page_id=28', 1, 'page', '', 0),
(30, 1, '2010-04-23 07:10:35', '2010-04-23 07:10:35', '', 'Business Consulting', '', 'publish', 'open', 'open', '', 'business-consulting', '', '', '2010-04-23 07:10:35', '2010-04-23 07:10:35', '', 8, 'http://www.netnova.info/gazelle/?page_id=30', 2, 'page', '', 0),
(32, 1, '2010-04-23 07:10:53', '2010-04-23 07:10:53', '', 'Technology', '', 'publish', 'open', 'open', '', 'technology', '', '', '2010-04-23 07:10:53', '2010-04-23 07:10:53', '', 8, 'http://www.netnova.info/gazelle/?page_id=32', 3, 'page', '', 0),
(33, 1, '2010-04-23 07:11:13', '2010-04-23 07:11:13', '', 'Sourcing', '', 'publish', 'open', 'open', '', 'sourcing', '', '', '2010-04-23 07:11:13', '2010-04-23 07:11:13', '', 8, 'http://www.netnova.info/gazelle/?page_id=33', 4, 'page', '', 0),
(41, 1, '2010-04-26 02:38:49', '2010-04-26 02:38:49', '', 'Industry News', '', 'trash', 'open', 'open', '', 'industry-news', '', '', '2010-04-26 02:38:49', '2010-04-26 02:38:49', '', 0, 'http://www.netnova.info/gazelle/?p=41', 0, 'post', '', 0),
(43, 1, '2010-04-26 02:39:57', '2010-04-26 02:39:57', 'Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1 Gazelle News 1', 'Gazelle News 1', '', 'publish', 'open', 'open', '', 'gazelle-news-1', '', '', '2010-04-26 02:39:57', '2010-04-26 02:39:57', '', 0, 'http://www.netnova.info/gazelle/?p=43', 0, 'post', '', 0),
(45, 1, '2010-04-26 02:40:26', '2010-04-26 02:40:26', 'Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2 Gazelle News 2', 'Gazelle News 2', '', 'publish', 'open', 'open', '', 'gazelle-news-2', '', '', '2010-04-26 02:40:26', '2010-04-26 02:40:26', '', 0, 'http://www.netnova.info/gazelle/?p=45', 0, 'post', '', 0),
(47, 1, '2010-04-26 02:40:42', '2010-04-26 02:40:42', 'Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3 Gazelle News 3', 'Gazelle News 3', '', 'publish', 'open', 'open', '', 'gazelle-news-3', '', '', '2010-04-26 02:40:42', '2010-04-26 02:40:42', '', 0, 'http://www.netnova.info/gazelle/?p=47', 0, 'post', '', 0),
(49, 1, '2010-04-26 02:41:12', '2010-04-26 02:41:12', 'Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4 Gazelle News 4', 'Gazelle News 4', '', 'publish', 'open', 'open', '', 'gazelle-news-4', '', '', '2010-04-26 02:41:12', '2010-04-26 02:41:12', '', 0, 'http://www.netnova.info/gazelle/?p=49', 0, 'post', '', 0),
(51, 1, '2010-04-26 02:41:27', '2010-04-26 02:41:27', 'Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5 Gazelle News 5', 'Gazelle News 5', '', 'publish', 'open', 'open', '', 'gazelle-news-5', '', '', '2010-04-26 02:41:27', '2010-04-26 02:41:27', '', 0, 'http://www.netnova.info/gazelle/?p=51', 0, 'post', '', 0),
(57, 1, '2010-04-26 02:42:26', '2010-04-26 02:42:26', 'Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1 Industry News 1', 'Industry News 1', '', 'publish', 'open', 'open', '', 'industry-news-1', '', '', '2010-04-26 02:42:26', '2010-04-26 02:42:26', '', 0, 'http://www.netnova.info/gazelle/?p=57', 0, 'post', '', 0),
(59, 1, '2010-04-26 02:42:40', '2010-04-26 02:42:40', 'Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2 Industry News 2', 'Industry News 2', '', 'publish', 'open', 'open', '', 'industry-news-2', '', '', '2010-04-26 02:42:40', '2010-04-26 02:42:40', '', 0, 'http://www.netnova.info/gazelle/?p=59', 0, 'post', '', 0),
(61, 1, '2010-04-26 02:42:57', '2010-04-26 02:42:57', 'Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3 Industry News 3', 'Industry News 3', '', 'publish', 'open', 'open', '', 'industry-news-3', '', '', '2010-04-26 02:42:57', '2010-04-26 02:42:57', '', 0, 'http://www.netnova.info/gazelle/?p=61', 0, 'post', '', 0),
(63, 1, '2010-04-26 02:43:12', '2010-04-26 02:43:12', 'Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4 Industry News 4', 'Industry News 4', '', 'publish', 'open', 'open', '', 'industry-news-4', '', '', '2010-04-26 02:43:12', '2010-04-26 02:43:12', '', 0, 'http://www.netnova.info/gazelle/?p=63', 0, 'post', '', 0),
(65, 1, '2010-04-26 02:43:24', '2010-04-26 02:43:24', 'Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5 Industry News 5\r\n', 'Industry News 5', '', 'publish', 'open', 'open', '', 'industry-news-5', '', '', '2010-04-27 20:25:03', '2010-04-28 03:25:03', '', 0, 'http://www.netnova.info/gazelle/?p=65', 0, 'post', '', 0),
(69, 1, '2010-04-23 04:51:33', '2010-04-23 04:51:33', '', 'Gazelle VC/PE', '', 'inherit', 'open', 'open', '', '15-revision', '', '', '2010-04-23 04:51:33', '2010-04-23 04:51:33', '', 15, 'http://runwithgazelle.com/uncategorized/15-revision/', 0, 'revision', '', 0),
(70, 1, '2010-04-23 07:00:43', '2010-04-23 07:00:43', '<img src="http://www.netnova.info/gazelle/wp-content/uploads/2010/04/pic_featured.jpg" alt="" title="pic_featured" width="480" height="192" class="alignnone size-full wp-image-39" />', 'Business Development', '', 'inherit', 'open', 'open', '', '19-revision', '', '', '2010-04-23 07:00:43', '2010-04-23 07:00:43', '', 19, 'http://runwithgazelle.com/uncategorized/19-revision/', 0, 'revision', '', 0),
(71, 1, '2010-04-23 07:01:01', '2010-04-23 07:01:01', '<h3>Web Development</h3>\n<p>Web Development Web Development</p>\n<p>Web Development Web Development</p>\n<p>Web Development Web Development</p>', 'Web Development', '', 'inherit', 'open', 'open', '', '20-revision', '', '', '2010-04-23 07:01:01', '2010-04-23 07:01:01', '', 20, 'http://runwithgazelle.com/uncategorized/20-revision/', 0, 'revision', '', 0),
(72, 1, '2010-04-23 07:01:36', '2010-04-23 07:01:36', '<h3>IT Services</h3>\n<ul>\n    <li>IT Services</li>\n    <li>IT Services</li>\n    <li>IT Services</li>\n    <li>IT Services</li>\n    <li>IT Services</li>\n</ul>', 'IT Services', '', 'inherit', 'open', 'open', '', '21-revision', '', '', '2010-04-23 07:01:36', '2010-04-23 07:01:36', '', 21, 'http://runwithgazelle.com/uncategorized/21-revision/', 0, 'revision', '', 0),
(73, 1, '2010-04-23 07:02:03', '2010-04-23 07:02:03', '<h3>Communication &  Marketing</h3>\n<ol>\n<li>Communication &  Marketing</li>\n<li>Communication &  Marketing</li>\n<li>Communication &  Marketing</li>\n<li>Communication &  Marketing</li>\n<li>Communication &  Marketing</li>\n<li>Communication &  Marketing</li>\n<li>Communication &  Marketing</li>\n</ol>', 'Communication &amp;  Marketing', '', 'inherit', 'open', 'open', '', '23-revision', '', '', '2010-04-23 07:02:03', '2010-04-23 07:02:03', '', 23, 'http://runwithgazelle.com/uncategorized/23-revision/', 0, 'revision', '', 0);

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

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

DROP TABLE IF EXISTS `wp_term_relationships`;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL default '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0',
  `term_order` int(11) NOT NULL default '0',
  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),
(66, 1, 0),
(5, 1, 0),
(6, 1, 0),
(7, 1, 0),
(8, 1, 0),
(9, 1, 0),
(11, 1, 0),
(13, 1, 0),
(15, 1, 0),
(17, 1, 0),
(19, 1, 0),
(20, 1, 0),
(21, 1, 0),
(23, 1, 0),
(25, 1, 0),
(26, 1, 0),
(28, 1, 0),
(30, 1, 0),
(32, 1, 0),
(33, 1, 0),
(41, 1, 0),
(67, 1, 0),
(43, 3, 0),
(45, 3, 0),
(47, 3, 0),
(49, 3, 0),
(51, 3, 0),
(57, 4, 0),
(59, 4, 0),
(61, 4, 0),
(63, 4, 0),
(65, 4, 0),
(68, 1, 0),
(69, 1, 0),
(70, 1, 0),
(71, 1, 0),
(72, 1, 0),
(73, 1, 0);

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

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

DROP TABLE IF EXISTS `wp_term_taxonomy`;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment,
  `term_id` bigint(20) unsigned NOT NULL default '0',
  `taxonomy` varchar(32) 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 AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

-- 
-- 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, 2),
(2, 2, 'link_category', '', 0, 7),
(3, 3, 'category', '', 0, 5),
(4, 4, 'category', '', 0, 5);

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

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

DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE `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 AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

-- 
-- 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, 'Gazelle News', 'gazelle-news', 0),
(4, 'Industry News', 'industry-news', 0);

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

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

DROP TABLE IF EXISTS `wp_usermeta`;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL auto_increment,
  `user_id` bigint(20) unsigned NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;

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

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'admin'),
(2, 1, 'rich_editing', 'true'),
(3, 1, 'comment_shortcuts', 'false'),
(4, 1, 'admin_color', 'fresh'),
(5, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(8, 1, 'wp_usersettings', 'm0=o&m1=o&m2=c&m3=c&m4=o&m5=o&m6=o&m7=o&m8=o&editor=html'),
(7, 1, 'wp_user_level', '10'),
(9, 1, 'wp_usersettingstime', '1272425099');

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

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

DROP TABLE IF EXISTS `wp_users`;
CREATE TABLE `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 AUTO_INCREMENT=2 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$BlHGndNOb0/uE4Qxro39fFksudOgTa1', 'admin', 'stephen@getbrandswag.com', '', '2009-09-17 19:48:55', '', 0, 'admin');

