-- phpMyAdmin SQL Dump
-- version 3.3.8.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jan 12, 2011 at 03:32 PM
-- Server version: 5.0.91
-- PHP Version: 5.2.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


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

--
-- Database: `yogaloft_wp813`
--
CREATE DATABASE `yogaloft_wp813` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `yogaloft_wp813`;

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

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

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

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


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

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

CREATE TABLE IF NOT EXISTS `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
  `comment_post_ID` bigint(20) unsigned NOT NULL default '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL default '',
  `comment_author_url` varchar(200) NOT NULL default '',
  `comment_author_IP` varchar(100) NOT NULL default '',
  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL default '0',
  `comment_approved` varchar(20) NOT NULL default '1',
  `comment_agent` varchar(255) NOT NULL default '',
  `comment_type` varchar(20) NOT NULL default '',
  `comment_parent` bigint(20) unsigned NOT NULL default '0',
  `user_id` bigint(20) unsigned NOT NULL default '0',
  PRIMARY KEY  (`comment_ID`),
  KEY `comment_approved` (`comment_approved`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

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


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

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

CREATE TABLE IF NOT EXISTS `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL auto_increment,
  `link_url` varchar(255) NOT NULL default '',
  `link_name` varchar(255) NOT NULL default '',
  `link_image` varchar(255) NOT NULL default '',
  `link_target` varchar(25) NOT NULL default '',
  `link_description` varchar(255) NOT NULL default '',
  `link_visible` varchar(20) NOT NULL default 'Y',
  `link_owner` bigint(20) unsigned NOT NULL default '1',
  `link_rating` int(11) NOT NULL default '0',
  `link_updated` datetime NOT NULL default '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL default '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- 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://www.gonzalezpartners.com/', 'Consulting', '', '', 'Project Management, Business Analysis, E-Commerce Consulting', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(3, 'http://kings.nhl.com/', 'Los Angeles Kings', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://www.lahcsquirt.com/', 'Los Angeles Hockey Club', '', '', 'If i''m not working, it means that I am at an ice rink', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(8, 'http://www.linkedin.com/in/juanmgonzalez', 'LinkedIn', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');

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

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

CREATE TABLE IF NOT EXISTS `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL auto_increment,
  `blog_id` int(11) NOT NULL default '0',
  `option_name` varchar(64) NOT NULL default '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL default 'yes',
  PRIMARY KEY  (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1065 ;

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

INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, 'siteurl', 'http://juanmgonzalez.com/wp', 'yes'),
(2, 0, 'blogname', 'My Site', 'yes'),
(3, 0, 'blogdescription', 'Technology, Music and Sports', 'yes'),
(4, 0, 'users_can_register', '0', 'yes'),
(5, 0, 'admin_email', 'jmgonzalez@yahoo.com', 'yes'),
(6, 0, 'start_of_week', '1', 'yes'),
(7, 0, 'use_balanceTags', '0', 'yes'),
(8, 0, 'use_smilies', '1', 'yes'),
(9, 0, 'require_name_email', '1', 'yes'),
(10, 0, 'comments_notify', '1', 'yes'),
(11, 0, 'posts_per_rss', '10', 'yes'),
(12, 0, 'rss_use_excerpt', '0', 'yes'),
(13, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 0, 'mailserver_login', 'login@example.com', 'yes'),
(15, 0, 'mailserver_pass', 'password', 'yes'),
(16, 0, 'mailserver_port', '110', 'yes'),
(17, 0, 'default_category', '1', 'yes'),
(18, 0, 'default_comment_status', 'open', 'yes'),
(19, 0, 'default_ping_status', 'open', 'yes'),
(20, 0, 'default_pingback_flag', '1', 'yes'),
(21, 0, 'default_post_edit_rows', '10', 'yes'),
(22, 0, 'posts_per_page', '10', 'yes'),
(23, 0, 'date_format', 'F j, Y', 'yes'),
(24, 0, 'time_format', 'g:i a', 'yes'),
(25, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(27, 0, 'links_recently_updated_append', '</em>', 'yes'),
(28, 0, 'links_recently_updated_time', '120', 'yes'),
(29, 0, 'comment_moderation', '0', 'yes'),
(30, 0, 'moderation_notify', '1', 'yes'),
(31, 0, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(32, 0, 'gzipcompression', '0', 'yes'),
(33, 0, 'hack_file', '0', 'yes'),
(34, 0, 'blog_charset', 'UTF-8', 'yes'),
(35, 0, 'moderation_keys', '', 'no'),
(36, 0, 'active_plugins', 'a:3:{i:0;s:19:"akismet/akismet.php";i:1;s:9:"hello.php";i:2;s:33:"w3-total-cache/w3-total-cache.php";}', 'yes'),
(37, 0, 'home', 'http://juanmgonzalez.com/wp', 'yes'),
(38, 0, 'category_base', '', 'yes'),
(39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(40, 0, 'advanced_edit', '0', 'yes'),
(41, 0, 'comment_max_links', '2', 'yes'),
(42, 0, 'gmt_offset', '', 'yes'),
(43, 0, 'default_email_category', '1', 'yes'),
(44, 0, 'recently_edited', 'a:5:{i:0;s:83:"/home/yogaloft/public_html/juanmgonzalez.com/wp/wp-content/themes/motion/header.php";i:1;s:83:"/home/yogaloft/public_html/juanmgonzalez.com/wp/wp-content/themes/motion/author.php";i:2;s:80:"/home/yogaloft/public_html/juanmgonzalez.com/wp/wp-content/themes/motion/rtl.css";i:3;s:86:"/home/yogaloft/public_html/juanmgonzalez.com/wp/wp-content/plugins/akismet/akismet.php";i:4;s:0:"";}', 'no'),
(45, 0, 'template', 'motion', 'yes'),
(46, 0, 'stylesheet', 'motion', 'yes'),
(47, 0, 'comment_whitelist', '1', 'yes'),
(48, 0, 'blacklist_keys', '', 'no'),
(49, 0, 'comment_registration', '0', 'yes'),
(50, 0, 'rss_language', 'en', 'yes'),
(51, 0, 'html_type', 'text/html', 'yes'),
(52, 0, 'use_trackback', '0', 'yes'),
(53, 0, 'default_role', 'subscriber', 'yes'),
(54, 0, 'db_version', '15477', 'yes'),
(55, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(56, 0, 'upload_path', '/home/yogaloft/public_html/juanmgonzalez.com/wp/wp-content/uploads', 'yes'),
(57, 0, 'blog_public', '1', 'yes'),
(58, 0, 'default_link_category', '2', 'yes'),
(59, 0, 'show_on_front', 'posts', 'yes'),
(60, 0, 'tag_base', '', 'yes'),
(61, 0, 'show_avatars', '1', 'yes'),
(62, 0, 'avatar_rating', 'G', 'yes'),
(63, 0, 'upload_url_path', '', 'yes'),
(64, 0, 'thumbnail_size_w', '150', 'yes'),
(65, 0, 'thumbnail_size_h', '150', 'yes'),
(66, 0, 'thumbnail_crop', '1', 'yes'),
(67, 0, 'medium_size_w', '300', 'yes'),
(68, 0, 'medium_size_h', '300', 'yes'),
(69, 0, 'avatar_default', 'mystery', 'yes'),
(70, 0, 'enable_app', '0', 'yes'),
(71, 0, 'enable_xmlrpc', '0', 'yes'),
(72, 0, 'large_size_w', '1024', 'yes'),
(73, 0, 'large_size_h', '1024', 'yes'),
(74, 0, 'image_default_link_type', 'file', 'yes'),
(75, 0, 'image_default_size', '', 'yes'),
(76, 0, 'image_default_align', '', 'yes'),
(77, 0, 'close_comments_for_old_posts', '0', 'yes'),
(78, 0, 'close_comments_days_old', '14', 'yes'),
(79, 0, 'thread_comments', '1', 'yes'),
(80, 0, 'thread_comments_depth', '5', 'yes'),
(81, 0, 'page_comments', '0', 'yes'),
(82, 0, 'comments_per_page', '50', 'yes'),
(83, 0, 'default_comments_page', 'newest', 'yes'),
(84, 0, 'comment_order', 'asc', 'yes'),
(85, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(86, 0, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(87, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(89, 0, 'timezone_string', 'America/Los_Angeles', 'yes'),
(90, 0, 'embed_autourls', '1', 'yes'),
(91, 0, 'embed_size_w', '', 'yes'),
(92, 0, 'embed_size_h', '600', 'yes'),
(93, 0, 'page_for_posts', '0', 'yes'),
(94, 0, 'page_on_front', '0', 'yes'),
(95, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(96, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 0, 'sidebars_widgets', 'a:2:{s:19:"wp_inactive_widgets";a:13:{i:0;s:7:"pages-2";i:1;s:10:"calendar-2";i:2;s:7:"links-2";i:3;s:6:"text-2";i:4;s:5:"rss-2";i:5;s:11:"tag_cloud-2";i:6;s:10:"nav_menu-2";i:7;s:8:"search-2";i:8;s:14:"recent-posts-2";i:9;s:17:"recent-comments-2";i:10;s:10:"archives-2";i:11;s:12:"categories-2";i:12;s:6:"meta-2";}s:13:"array_version";i:3;}', 'yes'),
(155, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(102, 0, 'cron', 'a:5:{i:1294865321;a:1:{s:18:"w3_pgcache_cleanup";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:18:"w3_pgcache_cleanup";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1294895414;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1294895509;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1294901321;a:1:{s:17:"w3_minify_cleanup";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:17:"w3_minify_cleanup";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(103, 0, '_transient_doing_cron', '1294863364', 'yes'),
(1064, 0, '_site_transient_theme_roots', 'a:3:{s:6:"motion";s:7:"/themes";s:5:"pixel";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'),
(154, 0, 'current_theme', 'Motion', 'yes'),
(106, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":7:{s:8:"response";s:7:"upgrade";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:40:"http://wordpress.org/wordpress-3.0.4.zip";s:7:"current";s:5:"3.0.4";s:6:"locale";s:5:"en_US";s:11:"php_version";s:3:"4.3";s:13:"mysql_version";s:5:"4.1.2";}}s:12:"last_checked";i:1294863364;s:15:"version_checked";s:5:"3.0.1";}', 'yes'),
(163, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1294863364;s:7:"checked";a:3:{s:19:"akismet/akismet.php";s:5:"2.4.0";s:9:"hello.php";s:5:"1.5.1";s:33:"w3-total-cache/w3-total-cache.php";s:7:"0.9.1.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.5.1";s:3:"url";s:44:"http://wordpress.org/extend/plugins/akismet/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/akismet.2.5.1.zip";}s:33:"w3-total-cache/w3-total-cache.php";O:8:"stdClass":5:{s:2:"id";s:4:"9376";s:4:"slug";s:14:"w3-total-cache";s:11:"new_version";s:7:"0.9.1.3";s:3:"url";s:51:"http://wordpress.org/extend/plugins/w3-total-cache/";s:7:"package";s:64:"http://downloads.wordpress.org/plugin/w3-total-cache.0.9.1.3.zip";}}}', 'yes'),
(145, 0, '_transient_timeout_wporg_theme_feature_list', '1283501724', 'no'),
(146, 0, '_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:14:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:5:"green";i:4;s:6:"orange";i:5;s:4:"pink";i:6;s:6:"purple";i:7;s:3:"red";i:8;s:6:"silver";i:9;s:3:"tan";i:10;s:5:"white";i:11;s:6:"yellow";i:12;s:4:"dark";i:13;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:13:{i:0;s:13:"custom-colors";i:1;s:13:"custom-header";i:2;s:17:"custom-background";i:3;s:11:"custom-menu";i:4;s:12:"editor-style";i:5;s:13:"theme-options";i:6;s:17:"threaded-comments";i:7;s:11:"sticky-post";i:8;s:12:"microformats";i:9;s:20:"rtl-language-support";i:10;s:17:"translation-ready";i:11;s:20:"front-page-post-form";i:12;s:10:"buddypress";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'no'),
(1063, 0, '_site_transient_timeout_theme_roots', '1294870564', 'yes'),
(153, 0, '_site_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1294863364;}', 'yes'),
(110, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(114, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(115, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:27:"http://juanmgonzalez.com/wp";s:4:"link";s:103:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://juanmgonzalez.com/wp/";s:3:"url";s:136:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://juanmgonzalez.com/wp/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:14:"WordPress Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(116, 0, '_transient_timeout_feed_446c1979543c2e61531b5e62ca07ff80', '1283533911', 'no'),
(117, 0, '_transient_feed_446c1979543c2e61531b5e62ca07ff80', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:1:"\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s: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:54:"link:http://juanmgonzalez.com/wp/ - 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:106:"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://juanmgonzalez.com/wp/";s: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:88:"Your search - <b>link:http://juanmgonzalez.com/wp/</b> - did not match any documents.   ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:4:"date";s:29:"Fri, 03 Sep 2010 05:11:51 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=85bff3aebd3a3e23:TM=1283490711:LM=1283490711:S=XaZc-qkD1_mLsAY5; expires=Sun, 02-Sep-2012 05:11:51 GMT; path=/; domain=.google.com";s:22:"x-content-type-options";s:7:"nosniff";s:6:"server";s:4:"bsfe";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
(118, 0, '_transient_timeout_feed_mod_446c1979543c2e61531b5e62ca07ff80', '1283533911', 'no'),
(119, 0, '_transient_feed_mod_446c1979543c2e61531b5e62ca07ff80', '1283490711', 'no'),
(120, 0, 'can_compress_scripts', '1', 'yes'),
(121, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1283533912', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(122, 0, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Jul 2010 22:33:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/?v=3.1-alpha";s:7:"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:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 3.0.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2010/07/wordpress-3-0-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2010/07/wordpress-3-0-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Jul 2010 21:38:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1475";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:338:"After nearly 11 million downloads of WordPress 3.0 in just 42 days, we&#8217;re releasing WordPress 3.0.1. The requisite haiku: Three dot oh dot one Bug fixes to make you smile Update your WordPress This maintenance release addresses about 50 minor issues. The testing many of you contributed prior to the release of 3.0 helped make [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:951:"<p>After nearly <a href="http://wordpress.org/download/counter/">11 million downloads</a> of WordPress 3.0 in just 42 days, we&#8217;re releasing WordPress 3.0.1. The requisite haiku:</p>\n<p>Three dot oh dot one<br />\nBug fixes to make you smile<br />\nUpdate your WordPress</p>\n<p>This maintenance release addresses <a href="http://codex.wordpress.org/Version_3.0.1">about 50 minor issues</a>. The testing many of you contributed prior to the release of 3.0 helped make it one of the best and most stable releases we&#8217;ve had.</p>\n<p><a href="http://wordpress.org/download/">Download 3.0.1</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area.</p>\n<p><em>Note: If you downloaded 3.0.1 in the first 20 minutes of release (before 2200 UTC), you&#8217;ll want to reinstall it, which you can do right from your Updates screen. <a href="http://twitter.com/wordpress/status/19859163982">Our bad</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2010/07/wordpress-3-0-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:50:"\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:42:"PHP 4 and MySQL 4 End of Life Announcement";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/#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, 23 Jul 2010 19:01:46 +0000";s: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:4:{i:0;a:5:{s:4:"data";s:7:"Hosting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:5:"MySQL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"PHP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:12:"requirements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1447";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:348:"Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s: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:3021:"<p>Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the requirements for running WordPress. Now is one of those times. You probably guessed it from the title &#8212; we&#8217;re finally ready to announce the end of support for PHP 4 and MySQL 4!</p>\n<p>First up, the announcement that developers really care about. WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4.</p>\n<p>For WordPress 3.2, due in the first half of 2011, we will be raising the minimum required PHP version to 5.2. Why 5.2? Because that&#8217;s what the vast majority of WordPress users are using, and it offers substantial improvements over earlier PHP 5 releases. It is also the minimum PHP version that the <a href="http://drupal.org/">Drupal</a> and <a href="http://www.joomla.org/">Joomla</a> projects will be supporting in their next versions, both due out this year.</p>\n<p>The numbers are now, <em>finally</em>, strongly in favor of this move. Only around 11 percent of WordPress installs are running on a PHP version below 5.2. Many of them are on hosts who support PHP 5.2 &#8212; users merely need to change a setting in their hosting control panel to activate it. We believe that percentage will only go down over the rest of the year as hosting providers realize that to support the newest versions of WordPress (or Drupal, or Joomla), they&#8217;re going to have to pull the trigger.</p>\n<p>In less exciting news, we are also going to be dropping support for MySQL 4 after WordPress 3.1. Fewer than 6 percent of WordPress users are running MySQL 4. The new required MySQL version for WordPress 3.2 will be 5.0.15.</p>\n<p>WordPress users will not be able to upgrade to WordPress 3.2 if their hosting environment does not meet these requirements (the built-in updater will prevent it). In order to determine which versions your host provides, we&#8217;ve created the <a href="http://wordpress.org/extend/plugins/health-check/">Health Check plugin</a>. You can download it manually, or use this <a href="http://coveredwebservices.com/wp-plugin-install/?plugin=health-check">handy plugin installation</a> tool I whipped up. Right now, Health Check will only tell you if you&#8217;re ready for WordPress 3.2. In a future release it will provide all sorts of useful information about your server and your WordPress install, so hang on to it!</p>\n<p>In summary: WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4 and MySQL 4. WordPress 3.2, due in the first half of 2011, will require PHP 5.2 or higher, and MySQL 5.0.15 or higher. <a href="http://coveredwebservices.com/wp-plugin-install/?plugin=health-check">Install the Health Check plugin</a> to see if you&#8217;re ready!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/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: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:41:"100 Million Plugin Downloads and Counting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/news/2010/07/100-million/";s: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:55:"http://wordpress.org/news/2010/07/100-million/#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 Jul 2010 17:48:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s: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=1429";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:364:"WordPress 3.0 Thelonious passed 3 million downloads yesterday, and today the plugin directory followed suit with a milestone of its own: 100 million downloads. The WordPress community&#8217;s growth over the years has been tremendous, and we want to reinvest in it. So we&#8217;re taking the next two months to concentrate on improving WordPress.org. A major [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2319:"<p>WordPress 3.0 Thelonious passed <a href="http://wordpress.org/download/counter/">3 million downloads</a> yesterday, and today <a href="http://wordpress.org/extend/plugins/">the plugin directory</a> followed suit with a milestone of its own: 100 million downloads.</p>\n<p>The WordPress community&#8217;s growth over the years has been tremendous, and we want to reinvest in it. So we&#8217;re taking the next two months to concentrate on improving WordPress.org. A major part of that will be improving the infrastructure of the plugins directory. More than 10,000 plugins are in the directory, every one of them GPL compatible and free as in both beer and speech. Here&#8217;s what we have in mind:</p>\n<p>We want to provide developers the tools they need to build the best possible plugins. We&#8217;re going to provide better integration with the forums so you can support your users. We&#8217;ll make more statistics available to you so you can analyze your user base, and over time we hope to make it easier for you to manage, build, and release localized plugins.</p>\n<p>We want to improve how the core software works with your plugin and the plugin directory. We&#8217;re going to focus on ensuring seamless upgrades by making the best possible determinations about compatibility, and offer continual improvements to the plugin installer. And we also want to give you a better developer tool set like SVN notifications and improvements to the bug tracker.</p>\n<p>We&#8217;re also going to experiment with other great ideas to help the community help plugin authors. We want it to be easy for you to offer comments to plugin authors and the community, including user reviews and better feedback. We may experiment with an adoption process for abandoned plugins as a way to revitalize hidden gems in the directory. I&#8217;m not sure there is a better way to show how extendable WordPress is and how awesome this community is at the same time.</p>\n<p>As <a href="http://wordpress.org/development/2010/06/thelonious/">Matt said in the 3.0 release announcement</a>, our goal isn&#8217;t to make everything perfect all at once. But we think incremental improvements can provide us with a great base for 3.1 and beyond, and for the tens of millions of users, and hundreds of millions of plugin downloads to come.</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:51:"http://wordpress.org/news/2010/07/100-million/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:18:"Summer of WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.org/news/2010/06/summer-of-wordcamp/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/news/2010/06/summer-of-wordcamp/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 29 Jun 2010 17:19:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1418";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:355:"It&#8217;s been summer for about a week now. Whether you&#8217;re on vacation or burning the midnight oil, attending a local/nearby WordCamp is a great way to spend a weekend. Meet other WordPress users, developers, designers &#38; consultants, learn a little something, maybe share a little of your own experience and knowledge, and break bread (or [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:5678:"<p>It&#8217;s been summer for about a week now. Whether you&#8217;re on vacation or burning the midnight oil, attending a local/nearby <a href="http://wordcamp.org">WordCamp</a> is a great way to spend a weekend. Meet other WordPress users, developers, designers &amp; consultants, learn a little something, maybe share a little of your own experience and knowledge, and break bread (or raise a toast) with new friends and collaborators. Here are the WordCamps scheduled for this summer, along with what I know about them.</p>\n<p>July 3: <a href="http://wordcamp.de/">WordCamp Germany</a> &#8211; Berlin, Germany. I love it that they&#8217;re using BuddyPress for their event site. They have multiple tracks, and what looks to be a nice variety of sessions. It&#8217;s only a few days away, so if you&#8217;re thinking of going, get your tickets now!</p>\n<p>July 10: <a href="http://2010.boulder.wordcamp.org/">WordCamp Boulder</a> &#8211; Boulder, Colorado, USA. This was WordCamp Denver last year, but the organizers have decided to mix it up and go back and forth between Denver and Boulder, which also has a thriving tech community. This year the venue is the Boulder Theater (so pretty!), and there will sessions for bloggers and devs alike, plus a Genius Bar to help people get their WordPress sites all fixed up. The speaker lineup looks good, and I hear they&#8217;re pumping up the wifi this year. I&#8217;ll be there, likely hunched over a notebook with Lisa Sabin-Wilson (author of <em>WordPress for Dummies</em> and <em>BuddyPress for Dummies</em>) to talk about the WordPress User Handbook project, and/or hunched over a sketchbook with Kevin Conboy (designed the new lighter &#8220;on&#8221; state for admin menus in WordPress 3.0) to work out a new default WordCamp.org theme (using BuddyPress). You can still get tickets!</p>\n<p>July 17–18: <a href="http://uk.wordcamp.org/">WordCamp UK</a>- Manchester, England, UK. The roving WordCamp UK will be in Manchester this year, and is probably the closest to BarCamp style of all the WordCamps, using a wiki to plan some speakers/sessions and organizing the rest ad-hoc on the first day of the event. I&#8217;ll be attending this one as well, and am looking forward to seeing WordPress lead developer Peter Westwood again. I&#8217;m also looking forward to meeting some core contributors for the first time in person, like Simon Wheatley and John O&#8217;Nolan. Mike Little, co-founder of WordPress, is on the organizing team of WordCamp UK. Tickets on sale now!</p>\n<p>July 24: WordCamp Nigeria &#8211; Lagos, Nigeria. Their site seems to have a virus, so no link from here, but if you&#8217;re in Nigeria and interested in attending/getting involved, a quick Google search will get you to the organizers.</p>\n<p>August 7: <a href="http://www.wordcamphouston.com/">WordCamp Houston</a> &#8211; Houston, TX, USA. Houston, Texas, birthplace of WordPress! Fittingly, Matt Mullenweg will be there to give the keynote. WordCamp Houston is running three tracks &#8212; Business, Blogger and Developer &#8212; in recognition of the fact that people who are interested in using WordPress for their business may not actually be bloggers or developers themselves. This used to get labeled as a &#8220;CMS&#8221; track at previous WordCamps (including NYC 2009), but with WordPress 3.0 supporting CMS functionality out of the box, &#8220;Business&#8221; is a much more appropriate label. Who wants to bet on if there will be BBQ for lunch?</p>\n<p>August 7 : <a href="http://wordcampiowa.org/">WordCamp  Iowa</a> &#8211; Des Moines, Iowa, USA. Another placeholder page. Happening, not happening? I&#8217;ve emailed the organizer and will update this post once I know more.</p>\n<p>August 7–8: <a href="http://wordcamp.org.nz/">WordCamp  New Zealand</a> &#8211; Auckland, New Zealand. They haven&#8217;t announced this year&#8217;s speakers or topics, but they&#8217;ve been running polls to get community input into the program. Of note: in 2011 WordCamp New Zealand will be shifting seasons and will be in February instead, when the weather is nicer.</p>\n<p>August 20–22: <a href="http://2010.savannah.wordcamp.org/">WordCamp Savannah</a> &#8211; Savannah, Georgia, USA. Disclaimer: I am completely biased about Savannah, since I&#8217;m one of the organizers. This will be the first WordCamp in Savannah, and it&#8217;s being held at the Savannah College of Art and Design River Club, an awesome venue that used to be a cotton warehouse or something like that. Since Savannah doesn&#8217;t really have a cohesive WordPress community yet (though a fair number of people from Savannah attended WordCamp Atlanta earlier this year), this WordCamp is aimed squarely at building a local community. We&#8217;ll have a local meet-and-greet, regular sessions with visiting speakers (lots of core contributors coming to this one, plus Matt), and on Sunday it will be combination unconference/genius bar/collaborative workspace. Oh, and a potluck! We&#8217;ll also be running a pre-WordCamp workshop for people who have never used WordPress but want to get started, so that they&#8217;ll be able to follow the presentations and conversations littered with WordPress-specific vocabulary over the weekend. Ticket sales just opened, so get your tickets now.</p>\n<p>For a <a href="http://central.wordcamp.org/schedule/">schedule of all upcoming WordCamps</a>, visit <a href="http://central.wordcamp.org/">wordcamp.org</a>. The autumn schedule is already packed! If you don&#8217;t see WordCamp in your area and are interested in organizing one, <a href="http://central.wordcamp.org/about/">get more information and let us know</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:58:"http://wordpress.org/news/2010/06/summer-of-wordcamp/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: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:26:"WordPress 3.0 "Thelonious"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/news/2010/06/thelonious/";s: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:54:"http://wordpress.org/news/2010/06/thelonious/#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, 17 Jun 2010 16:26:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1380";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:"Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:38078:"<p>Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is <a href="http://wordpress.org/download/">now available for download</a> (or <a href="http://codex.wordpress.org/Dashboard_Updates_SubPanel">upgrade within your dashboard</a>). Major new features in this release include a sexy <strong>new default theme called Twenty Ten</strong>. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, <a href="http://codex.wordpress.org/Appearance_Menus_SubPanel">menus</a> (no more file editing), <a href="http://codex.wordpress.org/Custom_Post_Types">post types</a>, and <a href="http://codex.wordpress.org/Custom_Taxonomies">taxonomies</a>. (Twenty Ten theme shows all of that off.) Developers and network admins will appreciate the long-awaited <strong>merge of MU and WordPress</strong>, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation. As a user, you will love the new <strong>lighter interface</strong>, the contextual help on every screen, the <strong>1,217 bug fixes and feature enhancements</strong>, bulk updates so you can upgrade 15 plugins at once with a single click, and blah blah blah just watch the video. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' />   <em>(In HD, if you can, so you can catch the Easter eggs.)</em></p>\n<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>\n<p>If you&#8217;d like to embed the WordPress 3.0 video tour in your blog, copy and paste this code for the high quality version:</p>\n<pre class="brush: xml;">&lt;embed src=&quot;http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;640&quot; height=&quot;360&quot; wmode=&quot;transparent&quot; seamlesstabbing=&quot;true&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; overstretch=&quot;true&quot; flashvars=&quot;guid=BQtfIEY1&amp;amp;width=640&amp;amp;height=360&amp;amp;locksize=no&amp;amp;dynamicseek=false&amp;amp;qc_publisherId=p-18-mFEk4J448M&quot; title=&quot;Introducing WordPress 3.0 &amp;quot;Thelonious&amp;quot;&quot;&gt;&lt;/embed&gt;</pre>\n<p>For a more comprehensive look at everything that has improved in 3.0 check out <a href="http://codex.wordpress.org/Version_3.0">3.0&#8242;s Codex page</a> or the <a href="http://core.trac.wordpress.org/query?group=status&amp;milestone=3.0&amp;desc=1&amp;order=priority">long list of issues in Trac</a>. (We&#8217;re trying to keep these announcement posts shorter.) Whew! That&#8217;s a lot packed into one release. I can&#8217;t think of a better  way to kick off the 3.X cycle we&#8217;ll be in for the next two and a half  years.</p>\n<h3>The Future</h3>\n<p>Normally this is where I&#8217;d say we&#8217;re about to start work on 3.1, but we&#8217;re actually not. We&#8217;re going to take a release cycle off to focus on all of the things around WordPress. The growth of the community has been breathtaking, including over 10.3 million downloads of version 2.9, but so much of our effort has been focused on the core software it hasn&#8217;t left much time for anything else. Over the next three months we&#8217;re going to split into ninja/pirate teams focused on different areas of the around-WordPress experience, including the showcase, Codex, forums, profiles, update and compatibility APIs, theme directory, plugin directory, mailing lists, core plugins, wordcamp.org&#8230; the possibilities are endless. The goal of the teams isn&#8217;t going to be to make things perfect all at once, just better than they are today. We think this investment of time will give us a much stronger infrastructure to grow WordPress.org for the many tens of millions of users that will join us during the 3.X release cycle.</p>\n<h3>It Takes a Village</h3>\n<p>I&#8217;m proud to acknowledge the contributions of the following <strong>218</strong> people to the 3.0 release cycle. These are the folks that make WordPress what it is, whose collaboration and hard work enable us to build something greater than the sum of our parts. In alphabetical order, of course.</p>\n<p><strong>Committers:</strong> <a href="http://www.laptoptips.ca/">azaozz (Andrew  Ozz)</a> (<a title="azaozz at WP Profiles" href="http://profiles.wordpress.org/azaozz">prof</a>), <a href="http://dd32.id.au/">dd32 (Dion Hulse)</a> (<a title="dd32 at WP Profiles" href="http://profiles.wordpress.org/dd32">prof</a>), <a href="http://ocaoimh.ie/">donncha (Donncha O Caoimh)</a> (<a title="donncha at WP Profiles" href="http://profiles.wordpress.org/donncha">prof</a>), <a href="http://iammattthomas.com/">iammattthomas (Matt Thomas)</a> (<a title="iammattthomas at WP Profiles" href="http://profiles.wordpress.org/iammattthomas">prof</a>), <a href="http://josephscott.org/">josephscott (Joseph Scott)</a> (<a title="josephscott at WP Profiles" href="http://profiles.wordpress.org/josephscott">prof</a>), <a href="http://txfx.net/">markjaquith (Mark Jaquith)</a> (<a title="markjaquith at WP Profiles" href="http://profiles.wordpress.org/markjaquith">prof</a>), <a href="http://ma.tt/">matt (Matt  Mullenweg)</a> (<a title="matt at WP Profiles" href="http://profiles.wordpress.org/matt">prof</a>), <a href="http://andrewnacin.com/">nacin (Andrew Nacin)</a> (<a title="nacin at WP Profiles" href="http://profiles.wordpress.org/nacin">prof</a>), <a href="http://nikolay.bg/">nbachiyski (Николай Бачийски)</a> (<a title="nbachiyski at WP Profiles" href="http://profiles.wordpress.org/nbachiyski">prof</a>), <a href="http://boren.nu/">ryan (Ryan Boren)</a> (<a title="ryan at WP Profiles" href="http://profiles.wordpress.org/ryan">prof</a>), <a href="http://blog.ftwr.co.uk/">westi (Peter Westwood)</a> (<a title="westi at WP Profiles" href="http://profiles.wordpress.org/westi">prof</a>), and <a href="http://wpmututorials.com/">wpmuguru (Ron Rennick)</a> (<a title="wpmuguru at WP Profiles" href="http://profiles.wordpress.org/wpmuguru">prof</a>). <strong>Contributors:</strong> <a href="http://xavisys.com/">aaroncampbell (Aaron Campbell)</a> (<a title="aaroncampbell at WP Profiles" href="http://profiles.wordpress.org/aaroncampbell">prof</a>), akerem (<a title="akerem at WP Profiles" href="http://profiles.wordpress.org/akerem">prof</a>), <a href="http://alexking.org/">alexkingorg (Alex King)</a> (<a title="alexkingorg at WP Profiles" href="http://profiles.wordpress.org/alexkingorg">prof</a>), amattie (<a title="amattie at WP Profiles" href="http://profiles.wordpress.org/amattie">prof</a>), <a href="http://notfornoone.com/">ampt (Luke Gallagher)</a> (<a title="ampt at WP Profiles" href="http://profiles.wordpress.org/ampt">prof</a>), <a href="http://wpmututorials.com/">andrea_r</a> (<a title="andrea_r at WP Profiles" href="http://profiles.wordpress.org/andrea_r">prof</a>), <a href="http://andreasnurbo.com/">andreasnrb (Andreas Nurbo)</a> (<a title="andreasnrb at WP Profiles" href="http://profiles.wordpress.org/andreasnrb">prof</a>), <a href="http://twitter.com/anilo4ever">anilo4ever (Angelo Verona)</a> (<a title="anilo4ever at WP Profiles" href="http://profiles.wordpress.org/anilo4ever">prof</a>), <a href="http://apeatling.wordpress.com/">apeatling (Andy Peatling)</a> (<a title="apeatling at WP Profiles" href="http://profiles.wordpress.org/apeatling">prof</a>), <a href="http://blog.apokalyptik.com/">apokalyptik (Demitrious Kelly)</a> (<a title="apokalyptik at WP Profiles" href="http://profiles.wordpress.org/apokalyptik">prof</a>), <a href="http://www.mailpress.org/">arena (André Renaut)</a> (<a title="arena at WP Profiles" href="http://profiles.wordpress.org/arena">prof</a>), <a href="http://barry.wordpress.com/">barry (Barry Abrahamson)</a> (<a title="barry at WP Profiles" href="http://profiles.wordpress.org/barry">prof</a>), <a href="http://digitalize.ca/">batmoo (Mohammad Jangda)</a> (<a title="batmoo at WP Profiles" href="http://profiles.wordpress.org/batmoo">prof</a>), <a href="http://dentedreality.com.au/">beaulebens (Beau Lebens)</a> (<a title="beaulebens at WP Profiles" href="http://profiles.wordpress.org/beaulebens">prof</a>), <a href="http://use.perl.org/~belg4mit/">belg4mit</a> (<a title="belg4mit at WP Profiles" href="http://profiles.wordpress.org/belg4mit">prof</a>), <a href="http://matthewgrichmond.com/dev/">bigdawggi (Matthew G. Richmond)</a> (<a title="blepoxp at WP Profiles" href="http://profiles.wordpress.org/blepoxp">prof</a>), <a href="http://fullthrottledevelopment.com/">blepoxp (Glenn Ansley)</a> (<a title="blepoxp at WP Profiles" href="http://profiles.wordpress.org/blepoxp">prof</a>), <a href="http://twitter.com/thenbrent">brentes (Brent Shepherd)</a> (<a title="brentes at WP Profiles" href="http://profiles.wordpress.org/brentes">prof</a>), <a href="http://colinger.com/">briancolinger (Brian Colinger)</a> (<a title="briancolinger at WP Profiles" href="http://profiles.wordpress.org/briancolinger">prof</a>), <a href="http://www.bumbu.ru/">bumbu</a> (<a title="bumbu at WP Profiles" href="http://profiles.wordpress.org/bumbu">prof</a>), <a href="http://www.caesarsgrunt.com/">caesarsgrunt (Caesar Schinas)</a> (<a title="caesarsgrunt at WP Profiles" href="http://profiles.wordpress.org/caesarsgrunt">prof</a>), camiloclc (<a title="camiloclc at WP Profiles" href="http://profiles.wordpress.org/camiloclc">prof</a>), CAMWebDesign (<a title="CAMWebDesign at WP Profiles" href="http://profiles.wordpress.org/CAMWebDesign">prof</a>), carbolineum (<a title="carbolineum at WP Profiles" href="http://profiles.wordpress.org/carbolineum">prof</a>), <a href="http://blog.caspie.net/">caspie</a> (<a title="caspie at WP Profiles" href="http://profiles.wordpress.org/caspie">prof</a>), <a href="http://www.catiakitahara.com.br/">catiakitahara (Cátia Kitahara)</a> (<a title="catiakitahara at WP Profiles" href="http://profiles.wordpress.org/catiakitahara">prof</a>), <a href="http://www.clarksonenergyhomes.com/wordpress/">CharlesClarkson (Charles Clarkson)</a> (<a title="CharlesClarkson at WP Profiles" href="http://profiles.wordpress.org/CharlesClarkson">prof</a>), <a href="http://chdorner.com/">chdorner (Christof Dorner)</a> (<a title="chdorner at WP Profiles" href="http://profiles.wordpress.org/chdorner">prof</a>), <a href="http://gaarai.com/">chrisbliss18 (Chris Jean)</a> (<a title="chrisbliss18 at WP Profiles" href="http://profiles.wordpress.org/chrisbliss18">prof</a>), <a href="http://vocecommunications.com/">chrisscott (Chris Scott)</a> (<a title="chrisscott at WP Profiles" href="http://profiles.wordpress.org/chrisscott">prof</a>), <a href="http://brandonallen.org/">cnorris23 (Brandon Allen)</a> (<a title="cnorris23 at WP Profiles" href="http://profiles.wordpress.org/cnorris23">prof</a>), <a href="http://coffee2code.com/">coffee2code (Scott Reilly)</a> (<a title="coffee2code at WP Profiles" href="http://profiles.wordpress.org/coffee2code">prof</a>), computerwiz908 (<a title="computerwiz908 at WP Profiles" href="http://profiles.wordpress.org/computerwiz908">prof</a>), <a href="http://www.cyberhobo.net/">cyberhobo (Dylan Kuhn)</a> (<a title="cyberhobo at WP Profiles" href="http://profiles.wordpress.org/cyberhobo">prof</a>), <a href="http://dan-cole.com/">dancole (Dan Cole)</a> (<a title="dancole at WP Profiles" href="http://profiles.wordpress.org/dancole">prof</a>), <a href="http://danielkoskinen.com/">Daniel Koskinen</a> <!--PROF?-->, <a href="http://gsocdk.wordpress.com/">deepak.seth (Deepak Seth)</a>, <a href="http://op111.net/">demetris (Δημήτρης Κίκιζας)</a> (<a title="demetris at WP Profiles" href="http://profiles.wordpress.org/demetris">prof</a>), <a href="http://www.semiologic.com/">Denis-de-Bernardy</a> (<a title="Denis-de-Bernardy at WP Profiles" href="http://profiles.wordpress.org/Denis-de-Bernardy">prof</a>), <a href="http://www.milandinic.com/">dimadin (Milan Dinić)</a> (<a title="dimadin at WP Profiles" href="http://profiles.wordpress.org/dimadin">prof</a>), <a href="http://twitter.com/dndrnkrd">dndrnkrd (Dan Drinkard)</a> (<a title="dndrnkrd at WP Profiles" href="http://profiles.wordpress.org/dndrnkrd">prof</a>), <a href="http://docwhat.org/">docwhat</a> (<a title="docwhat at WP Profiles" href="http://profiles.wordpress.org/docwhat">prof</a>), <a href="http://twitter.com/dougwrites">dougwrites</a> (<a title="dougwrites at WP Profiles"<br />\n href="http://profiles.wordpress.org/dougwrites">prof</a>), <a href="http://phiffer.org/">dphiffer (Dan Phiffer)</a> (<a title="dphiffer at WP Profiles" href="http://profiles.wordpress.org/dphiffer">prof</a>), dragoonis (<a title="dragoonis at WP Profiles" href="http://profiles.wordpress.org/dragoonis">prof</a>), <a href="http://wpvibe.com/">dremeda (Dre Armeda)</a> (<a title="dremeda at WP Profiles" href="http://profiles.wordpress.org/dremeda">prof</a>), dtoj <!--PROF?-->, <a href="http://dougal.gunters.org/">dougal (Dougal Campbell)</a> (<a title="dougal at WP Profiles" href="http://profiles.wordpress.org/dougal">prof</a>), <a href="http://lionsgoroar.co.uk/">duck_ (Jon Cave)</a> (<a title="duck_ at WP Profiles" href="http://profiles.wordpress.org/duck_">prof</a>), <a href="http://dxjones.com/">dxjones (David Jones)</a> (<a title="dxjones at WP Profiles" href="http://profiles.wordpress.org/dxjones">prof</a>), <a href="http://eddieringle.com/">eddieringle (Eddie Ringle)</a> (<a title="eddieringle at WP Profiles" href="http://profiles.wordpress.org/eddieringle">prof</a>), <a href="http://mindreantre.se/">edward mindreantre (Edward Hevlund)</a>, eoinomurchu (<a title="eoinomurchu at WP Profiles" href="http://profiles.wordpress.org/eoinomurchu">prof</a>), <a href="http://field2.com/">empireoflight/Ben Dunkle</a> (<a title="empireoflight at WP Profiles" href="http://profiles.wordpress.org/empireoflight">prof</a>), <a href="http://www.mindsharestrategy.com/">ericmann (Eric Mann)</a> (<a title="ericmann at WP Profiles" href="http://profiles.wordpress.org/ericmann">prof</a>), <a href="http://www.eddiemonge.com/">etiger13 (Eddie Monge Jr.)</a> (<a title="etiger13 at WP Profiles" href="http://profiles.wordpress.org/etiger13">prof</a>), <a href="http://www.ilfilosofo.com/">filosofo (Austin Matzko)</a> (<a title="filosofo at WP Profiles" href="http://profiles.wordpress.org/filosofo">prof</a>), firebird75 (<a title="firebird75 at WP Profiles" href="http://profiles.wordpress.org/firebird75">prof</a>), <a href="http://www.frankieroberto.com/">frankieroberto (Frankie Roberto)</a> (<a title="frankieroberto at WP Profiles" href="http://profiles.wordpress.org/frankieroberto">prof</a>), <a href="http://frumph.net/">Frumph (Philip M. Hofer)</a> (<a title="Frumph at WP Profiles" href="http://profiles.wordpress.org/Frumph">prof</a>), <a href="http://www.garyc40.com/">garyc40 (Gary Cao)</a> (<a title="garyc40 at WP Profiles" href="http://profiles.wordpress.org/garyc40">prof</a>), <a href="http://gaut.am/">gautam2011</a> (<a title="gautam2011 at WP Profiles" href="http://profiles.wordpress.org/gautam2011">prof</a>), <a href="http://twitter.com/garymross">Gary Ross (Gazzer)</a> <!--PROF?-->, <a href="http://www.dev4press.com/">GDragoN (Milan Petrovic)</a> (<a title="GDragoN at WP Profiles" href="http://profiles.wordpress.org/GDragoN">prof</a>), <a href="http://justintadlock.com/">greenshady (Justin Tadlock)</a> (<a title="greenshady at WP Profiles" href="http://profiles.wordpress.org/greenshady">prof</a>), <a href="http://www.dennismorhardt.de/">GIGALinux (Dennis Morhardt)</a> (<a title="GIGALinux at WP Profiles" href="http://profiles.wordpress.org/GIGALinux">prof</a>), <a href="http://hakre.wordpress.com/">hakre</a> (<a title="hakre at WP Profiles" href="http://profiles.wordpress.org/hakre">prof</a>), husky (<a title="husky at WP Profiles" href="http://profiles.wordpress.org/husky">prof</a>), <a href="http://themeshaper.com/">iandstewart (Ian Stewart)</a> (<a title="iandstewart at WP Profiles" href="http://profiles.wordpress.org/iandstewart">prof</a>), <a href="http://ipstenu.org/">ipstenu (Mika Epstein)</a> (<a title="ipstenu at WP Profiles" href="http://profiles.wordpress.org/ipstenu">prof</a>), <a href="http://jacobsantos.com/">jacobsantos (Jacob Santos)</a> (<a title="jacobsantos at WP Profiles" href="http://profiles.wordpress.org/jacobsantos">prof</a>), <a href="http://om4.com.au/">jamescollins (James Collins)</a> (<a title="jamescollins at WP Profiles" href="http://profiles.wordpress.org/jamescollins">prof</a>), <a href="http://jane.wordpress.com">jane (Jane Wells)</a> (<a title="jane at WP Profiles" href="http://profiles.wordpress.org/jane">prof</a>), <a href="http://blog.trailmeme.com/">jbsil (Jesse Silverstein)</a> (<a title="jbsil at WP Profiles" href="http://profiles.wordpress.org/jbsil">prof</a>), <a href="http://bethesignal.org/">jdub (Jeff Waugh)</a> (<a title="jdub at WP Profiles" href="http://profiles.wordpress.org/jdub">prof</a>), <a href="http://www.jeffikus.com/">jeffikus (Jeffrey Pearce)</a> (<a title="jeffikus at WP Profiles" href="http://profiles.wordpress.org/jeffikus">prof</a>), <a href="http://blog.jeffstieler.com/">jeffstieler (Jeff Stieler)</a> (<a title="jeffstieler at WP Profiles" href="http://profiles.wordpress.org/jeffstieler">prof</a>), <a href="http://simianuprising.com/">jeremyclarke (Jeremy Clarke)</a> (<a title="jeremyclarke at WP Profiles" href="http://profiles.wordpress.org/jeremyclarke">prof</a>), <a href="http://www.jfarthing.com/">jfarthing84 (Jeff Farthing)</a> (<a title="jfarthing84 at WP Profiles" href="http://profiles.wordpress.org/jfarthing84">prof</a>), <a href="http://www.jamesdimick.com/">Jick (James Dimick)</a> (<a title="Jick at WP Profiles" href="http://profiles.wordpress.org/Jick">prof</a>), <a href="http://jonsview.com/">jmstacey (Jon Stacey)</a> (<a title="jmstacey at WP Profiles" href="http://profiles.wordpress.org/jmstacey">prof</a>), <a href="http://jobjorn.se/">jobjorn (Jobjörn Folkesson)</a> (<a title="jobjorn at WP Profiles" href="http://profiles.wordpress.org/jobjorn">prof</a>), <a href="http://devel.kostdoktorn.se/">johanee (Johan Eenfeldt)</a> (<a title="johanee at WP Profiles" href="http://profiles.wordpress.org/johanee">prof</a>), <a href="http://lud.icro.us/">johnbillion (John Blackbourn)</a> (<a title="johnbillion at WP Profiles" href="http://profiles.wordpress.org/johnbillion">prof</a>), <a href="http://johnjamesjacoby.com/">johnjamesjacoby/jjj (John James Jacoby)</a> (<a title="johnjamesjacoby at WP Profiles" href="http://profiles.wordpress.org/johnjamesjacoby">prof</a>), <a href="http://johnjosephbachir.org/">johnjosephbachir (John Joseph Bachir)</a> (<a title="johnjosephbachir at WP Profiles" href="http://profiles.wordpress.org/johnjosephbachir">prof</a>), <a href="http://johnluetke.net/">johnl1479 (John Luetke)</a> (<a title="johnl1479 at WP Profiles" href="http://profiles.wordpress.org/johnl1479">prof</a>), <a href="http://john.onolan.org/">johnonolan (John O’Nolan)</a> (<a title="johnonolan at WP Profiles" href="http://profiles.wordpress.org/johnonolan">prof</a>), <a href="http://www.johnpbloch.com/">JohnPBloch/wmrom (John Bloch)</a> (<a title="JohnPBloch at WP Profiles" href="http://profiles.wordpress.org/JohnPBloch">prof</a>), <a href="http://yoast.com/">joostdevalk/yoast (Joost de Valk)</a> (<a title="joostdevalk at WP Profiles" href="http://profiles.wordpress.org/joostdevalk">prof</a>), <a href="http://aaron.jorb.in/">jorbin (Aaron Jorbin)</a> (<a title="jorbin at WP Profiles" href="http://profiles.wordpress.org/jorbin">prof</a>), joshtime (<a title="joshtime at WP Profiles" href="http://profiles.wordpress.org/joshtime">prof</a>), <a href="http://serenelabs.com/">jshreve</a> (<a title="jshreve at WP Profiles" href="http://profiles.wordpress.org/jshreve">prof</a>), <a href="http://tyco.ws/">junsuijin</a> (<a title="junsuijin at WP Profiles" href="http://profiles.wordpress.org/junsuijin">prof</a>), <a href="http://www.wangstedt.net/">kallewangstedt (Karl Wångstedt)</a> (<a title="kallewangstedt at WP Profiles" href="http://profiles.wordpress.org/kallewangstedt">prof</a>), <a href="http://www.keighl.com/">keighl (Kyle Truscott)</a> (<a title="keighl at WP Profiles" href="http://profiles.wordpress.org/keighl">prof</a>), <a href="http://agapetry.net/">kevinB (Kevin Behrens)</a> (<a title="kevinB at WP Profiles" href="http://profiles.wordpress.org/kevinB">prof</a>), <a href="http://drylk.com/">koopersmith (Daryl Koopersmith)</a> (<a title="koopersmith at WP Profiles" href="http://profiles.wordpress.org/koopersmith">prof</a>), <a href="http://www.kpdesign.net/">kpdesign (Kim Parsell)<br />\n</a> (<a title="kpdesign at WP Profiles" href="http://profiles.wordpress.org/kpdesign">prof</a>), <a href="http://www.ktdreyer.com/">ktdreyer (Ken Dreyer)</a> (<a title="ktdreyer at WP Profiles" href="http://profiles.wordpress.org/ktdreyer">prof</a>), <a href="http://kurtmckee.livejournal.com/">kurtmckee (Kurt McKee)</a> (<a title="kurtmckee at WP Profiles" href="http://profiles.wordpress.org/kurtmckee">prof</a>), <a href="http://moggy.laceous.com/">laceous</a> (<a title="laceous at WP Profiles" href="http://profiles.wordpress.org/laceous">prof</a>), <a href="http://simpledream.net/">lancewillett (Lance Willett)</a> (<a title="lancewillett at WP Profiles" href="http://profiles.wordpress.org/lancewillett">prof</a>), <a href="http://lloydbudd.com/">lloydbudd (Lloyd Budd)</a> (<a title="lloydbudd at WP Profiles" href="http://profiles.wordpress.org/lloydbudd">prof</a>), lriggle (<a title="lriggle at WP Profiles" href="http://profiles.wordpress.org/lriggle">prof</a>), markauk (<a title="markauk at WP Profiles" href="http://profiles.wordpress.org/markauk">prof</a>), <a href="http://www.mark-mcwilliams.com/">markmcwilliams (Mark McWilliams)</a> (<a title="markmcwilliams at WP Profiles" href="http://profiles.wordpress.org/markmcwilliams">prof</a>), <a href="http://markoheijnen.com/">markoheijnen (Marko Heijnen)</a> (<a title="markoheijnen at WP Profiles" href="http://profiles.wordpress.org/markoheijnen">prof</a>), <a href="http://markup.com.ua/">markup (Sasha Mukhin)</a> (<a title="markup at WP Profiles" href="http://profiles.wordpress.org/markup">prof</a>), mattsains (<a title="mattsains at WP Profiles" href="http://profiles.wordpress.org/mattsains">prof</a>), <a href="http://matiasventura.com/">matveb (Matias Ventura)</a> (<a title="matveb at WP Profiles" href="http://profiles.wordpress.org/matveb">prof</a>), <a href="http://blogwaffe.com/">mdawaffe (Michael Adams)</a> (<a title="mdawaffe at WP Profiles" href="http://profiles.wordpress.org/mdawaffe">prof</a>) <!--mdwaffe on r12524-->, mentel_br (<a title="mentel_br at WP Profiles" href="http://profiles.wordpress.org/mentel_br">prof</a>), <a href="http://webdevstudios.com/about/brian-messenlehner/">messenlehner (Brian Messenlehner)</a> (<a title="messenlehner at WP Profiles" href="http://profiles.wordpress.org/messenlehner">prof</a>), <a href="http://twitter.com/miau_jp">miau_jp</a> (<a title="miau_jp at WP Profiles" href="http://profiles.wordpress.org/miau_jp">prof</a>), <a href="http://binarybonsai.com/">Michael (Michael Heilemann)</a> (<a title="Michael at WP Profiles" href="http://profiles.wordpress.org/Michael">prof</a>), <a href="http://codex.wordpress.org/User:MichaelH">MichaelH</a> (<a title="MichaelH at WP Profiles" href="http://profiles.wordpress.org/MichaelH">prof</a>), <a href="http://mikeschinkel.com/">mikeschinkel (Mike Schinkel)</a> (<a title="mikeschinkel at WP Profiles" href="http://profiles.wordpress.org/mikeschinkel">prof</a>), Miloslav Beňo <!--r14540, r14545-->, <a href="http://www.minusfive.com/">minusfive</a> (<a title="minusfive at WP Profiles" href="http://profiles.wordpress.org/minusfive">prof</a>), <a href="http://blogyul.miqrogroove.com/">miqrogroove (Robert Chapin)</a> (<a title="miqrogroove at WP Profiles" href="http://profiles.wordpress.org/miqrogroove">prof</a>), <a href="http://maisonbisson.com/">misterbisson (Casey Bisson)</a> (<a title="misterbisson at WP Profiles" href="http://profiles.wordpress.org/misterbisson">prof</a>), <a href="http://mitcho.com/">mitchoyoshitaka (mitcho (Michael 芳貴 Erlewine))</a> (<a title="mitchoyoshitaka at WP Profiles" href="http://profiles.wordpress.org/mitchoyoshitaka">prof</a>), <a href="http://blog.mmn-o.se/">MMN-o</a> (<a title="MMN-o at WP Profiles" href="http://profiles.wordpress.org/MMN-o">prof</a>), <a href="http://www.herewithme.fr/a-propos">momo360modena (Amaury Balmer)</a> (<a title="momo360modena at WP Profiles" href="http://profiles.wordpress.org/momo360modena">prof</a>), <a href="http://morganestes.wordpress.com/">morganestes (Morgan Estes)</a> (<a title="morganestes at WP Profiles" href="http://profiles.wordpress.org/morganestes">prof</a>), <a href="http://www.misthaven.org.uk/blog/">mrmist (David McFarlane)</a> (<a title="mrmist at WP Profiles" href="http://profiles.wordpress.org/mrmist">prof</a>), <a href="http://nickmomrik.com/">mtdewvirus (Nick Momrik)</a> (<a title="mtdewvirus at WP Profiles" href="http://profiles.wordpress.org/mtdewvirus">prof</a>), nadavvin (<a title="nadavvin at WP Profiles" href="http://profiles.wordpress.org/nadavvin">prof</a>), <a href="http://blog.detlog.org/">Nao (Naoko  McCracken)</a> (<a title="Nao at WP Profiles" href="http://profiles.wordpress.org/Nao">prof</a>), <a href="http://www.nathanrice.net/">nathanrice (Nathan Rice)</a> (<a title="nathanrice at WP Profiles" href="http://profiles.wordpress.org/nathanrice">prof</a>), <a href="http://www.neotrinity.at/">neoxx (Bernhard Riedl)</a> (<a title="neoxx at WP Profiles" href="http://profiles.wordpress.org/nathanrice">prof</a>), <a href="http://www.niallkennedy.com/">niallkennedy (Niall Kennedy)</a> (<a title="niallkennedy at WP Profiles" href="http://profiles.wordpress.org/niallkennedy">prof</a>), <a href="http://www.rpmurphy.com/">ninjaWR (Ryan Murphy)</a> (<a title="ninjaWR at WP Profiles" href="http://profiles.wordpress.org/ninjaWR">prof</a>), <a href="http://noel.io/">noel (Noël Jackson)</a> (<a title="noel at WP Profiles" href="http://profiles.wordpress.org/noel">prof</a>), <a href="http://nomulous.com/">nomulous (Fletcher Tomalty)</a> (<a title="nomulous at WP Profiles" href="http://profiles.wordpress.org/nomulous">prof</a>), <a href="http://ocean90.wphelper.de/">ocean90 (Dominik Schilling)</a> (<a title="ocean90 at WP Profiles" href="http://profiles.wordpress.org/ocean90">prof</a>), <a href="http://ottodestruct.com/">Otto42 (Samuel Wood)</a> (<a title="Otto42 at WP Profiles" href="http://profiles.wordpress.org/Otto42">prof</a>), pedger (<a title="pedger at WP Profiles" href="http://profiles.wordpress.org/pedger">prof</a>), <a href="http://developersmind.com/">PeteMall</a> (<a title="PeteMall at WP Profiles" href="http://profiles.wordpress.org/PeteMall">prof</a>), pampfelimetten (<a title="pampfelimetten at WP Profiles" href="http://profiles.wordpress.org/pampfelimetten">prof</a>), pnettle (<a title="pnettle at WP Profiles" href="http://profiles.wordpress.org/pnettle">prof</a>), <a href="http://www.pslabs.cl/">PotterSys (Juan)</a> (<a title="PotterSys at WP Profiles" href="http://profiles.wordpress.org/PotterSys">prof</a>), <a href="http://cnpstudio.com/">prettyboymp (Michael Pretty)</a> (<a title="prettyboymp at WP Profiles" href="http://profiles.wordpress.org/prettyboymp">prof</a>), <a href="http://ptahdunbar.com/">ptahdunbar (Ptah Dunbar)</a> (<a title="ptahdunbar at WP Profiles" href="http://profiles.wordpress.org/ptahdunbar">prof</a>), <a href="http://www.bdihot.co.il/">ramiy</a> (<a title="ramiy at WP Profiles" href="http://profiles.wordpress.org/ramiy">prof</a>), <a href="http://ranh.co.il/">RanYanivHartstein (Ran Yaniv Hartstein)</a> (<a title="RanYanivHartstein at WP Profiles" href="http://profiles.wordpress.org/RanYanivHartstein">prof</a>), <a href="http://langui.sh/">reaperhulk (Paul Kehrer)</a> (<a title="reaperhulk at WP Profiles" href="http://profiles.wordpress.org/reaperhulk">prof</a>), reko (<a title="reko at WP Profiles" href="http://profiles.wordpress.org/reko">prof</a>), <a href="http://remiprevost.com/">remi (Rémi Prévost)</a> (<a title="remi at WP Profiles" href="http://profiles.wordpress.org/remi">prof</a>), <a href="http://toys.lerdorf.com/">rlerdorf (Rasmus Lerdorf)</a> (<a title="rlerdorf at WP Profiles" href="http://profiles.wordpress.org/rlerdorf">prof</a>) <!--ALSO r13684-->, <a href="http://ryanmccue.info/">rmccue (Ryan McCue)</a> (<a title="rmccue at WP Profiles" href="http://profiles.wordpress.org/rmccue">prof</a>), rooodini (<a title="rooodini at WP Profiles" href="http://profiles.wordpress.org/rooodini">prof</a>), rovo89 (<a title="rovo89 at WP Profiles" href="http://profiles.wordpress.org/rovo89">prof</a>), <a href="http://ruslany.net/">ruslany</a> (<a title="ruslany at WP Profiles" href=<br />\n"http://profiles.wordpress.org/ruslany">prof</a>), <a href="http://skcdev.com/">sc0ttkclark (Scott Kingsley Clark)</a> (<a title="sc0ttkclark at WP Profiles" href="http://profiles.wordpress.org/sc0ttkclark">prof</a>), scottbasgaard (Scott Basgaard) (<a title="scottbasgaard at WP Profiles" href="http://profiles.wordpress.org/scottbasgaard">prof</a>), ScottMac (<a title="ScottMac at WP Profiles" href="http://profiles.wordpress.org/ScottMac">prof</a>), <a href="http://scribu.net/">scribu</a> (<a title="scribu at WP Profiles" href="http://profiles.wordpress.org/scribu">prof</a>), <a href="http://sergeybiryukov.ru/">SergeyBiryukov (Сергей Бирюков)</a> (<a title="SergeyBiryukov at WP Profiles" href="http://profiles.wordpress.org/SergeyBiryukov">prof</a>), <a href="http://bugssite.org/">ShaneF</a> (<a title="ShaneF at WP Profiles" href="http://profiles.wordpress.org/ShaneF">prof</a>), <a href="http://sillybean.net/">sillybean (Stephanie Leary)</a> (<a title="sillybean at WP Profiles" href="http://profiles.wordpress.org/sillybean">prof</a>), <a href="http://simekdesign.eu/">Simek (Bartosz Kaszubowski)</a> (<a title="simek at WP Profiles" href="http://profiles.wordpress.org/simek">prof</a>), <a href="http://www.simonwheatley.co.uk/">simonwheatley (Simon Wheatley)</a> (<a title="simonwheatley at WP Profiles" href="http://profiles.wordpress.org/simonwheatley">prof</a>), <a href="http://simos.info/blog/">simosx (Σίμος Ξενιτέλλης)</a> (<a title="simosx at WP Profiles" href="http://profiles.wordpress.org/simosx">prof</a>), <a href="http://www.poradnik-webmastera.com/">sirzooro (Daniel Frużyński)</a> (<a title="sirzooro at WP Profiles" href="http://profiles.wordpress.org/sirzooro">prof</a>), <a href="http://sivel.net/">sivel (Matt Martz)</a> (<a title="sivel at WP Profiles" href="http://profiles.wordpress.org/sivel">prof</a>), <a href="http://skeltoac.com/">skeltoac (Andy Skelton)</a> (<a title="skeltoac at WP Profiles" href="http://profiles.wordpress.org/skeltoac">prof</a>), <a href="http://www.lukehowell.com/">snumb130 (Luke Howell)</a> (<a title="snumb130 at WP Profiles" href="http://profiles.wordpress.org/snumb130">prof</a>), <a href="http://rayofsolaris.net/">solarissmoke (Samir Shah)</a> (<a title="solarissmoke at WP Profiles" href="http://profiles.wordpress.org/solarissmoke">prof</a>), sorich87 (<a title="sorich87 at WP Profiles" href="http://profiles.wordpress.org/sorich87">prof</a>), ssandison (<a title="ssandison at WP Profiles" href="http://profiles.wordpress.org/ssandison">prof</a>), stencil (<a title="stencil at WP Profiles" href="http://profiles.wordpress.org/stencil">prof</a>), <a href="http://stephdau.wordpress.com/">stephdau (Stephane Daury)</a> (<a title="stephdau at WP Profiles" href="http://profiles.wordpress.org/stephdau">prof</a>), <a href="http://wp.tekapo.com/">tai</a> (<a title="tai at WP Profiles" href="http://profiles.wordpress.org/tai">prof</a>), TECannon (Tracy Cannon) (<a title="TECannon at WP Profiles" href="http://profiles.wordpress.org/TECannon">prof</a>), <a href="http://technosailor.com/">technosailor (Aaron Brazell)</a> (<a title="technosailor at WP Profiles" href="http://profiles.wordpress.org/technosailor">prof</a>), <a href="http://eastcoder.com/">tenpura</a> (<a title="tenpura at WP Profiles" href="http://profiles.wordpress.org/tenpura">prof</a>), thales.tede <!--PROF?-->, TheDeadMedic (<a title="TheDeadMedic at WP Profiles" href="http://profiles.wordpress.org/TheDeadMedic">prof</a>), <a href="http://cefm.ca/">thee17 (Charles E. Frees-Melvin)</a> (<a title="thee17 at WP Profiles" href="http://profiles.wordpress.org/thee17">prof</a>), <a href="http://www.toine.ca/">thetoine (Antoine Girard)</a> (<a title="thetoine at WP Profiles" href="http://profiles.wordpress.org/thetoine">prof</a>), <a href="http://bavotasan.com/">tinkerpriest (c.bavota)</a> (<a title="tinkerpriest at WP Profiles" href="http://profiles.wordpress.org/tinkerpriest">prof</a>), <a href="http://tobias.baethge.com/">TobiasBg (Tobias Bäthge)</a> (<a title="TobiasBg at WP Profiles" href="http://profiles.wordpress.org/TobiasBg">prof</a>), tomtomp (<a title="tomtomp at WP Profiles" href="http://profiles.wordpress.org/tomtomp">prof</a>), <a href="http://terrychay.com/">tychay (Terry Chay)</a> (<a title="tychay at WP Profiles" href="http://profiles.wordpress.org/tychay">prof</a>), typeomedia (<a title="typeomedia at WP Profiles" href="http://profiles.wordpress.org/typeomedia">prof</a>), <a href="http://uglyrobot.com/">uglyrobot (Aaron Edwards)</a> (<a title="uglyrobot at WP Profiles" href="http://profiles.wordpress.org/uglyrobot">prof</a>), UnderWordPressure (<a title="UnderWordPressure at WP Profiles" href="http://profiles.wordpress.org/UnderWordPressure">prof</a>), usermrpapa (<a title="usermrpapa at WP Profiles" href="http://profiles.wordpress.org/usermrpapa">prof</a>), <a href="http://utkar.sh/">Utkarsh (Utkarsh Kukreti)</a> (<a title="Utkarsh at WP Profiles" href="http://profiles.wordpress.org/Utkarsh">prof</a>), <a href="http://www.ai-development.com/">validben (Benoit Gilloz )</a> (<a title="validben at WP Profiles" href="http://profiles.wordpress.org/validben">prof</a>), <a href="http://www.viper007bond.com/">Viper007Bond (Alex Mills)</a> (<a title="Viper007Bond at WP Profiles" href="http://profiles.wordpress.org/Viper007Bond">prof</a>), <a href="http://blog.sjinks.org.ua/">vladimir_kolesnikov (Vladimir Kolesnikov)</a> (<a title="vladimir_kolesnikov at WP Profiles" href="http://profiles.wordpress.org/vladimir_kolesnikov">prof</a>), <a href="http://edgedesigns.org/">willmot (Tom Willmot)</a> (<a title="willmot at WP Profiles" href="http://profiles.wordpress.org/willmot">prof</a>), <a href="http://emphaticallystatic.org/">wahgnube</a> (<a title="wahgnube at WP Profiles" href="http://profiles.wordpress.org/wahgnube">prof</a>), <a href="http://www.waltervos.com/">waltervos (Walter Vos)</a> (<a title="waltervos at WP Profiles" href="http://profiles.wordpress.org/waltervos">prof</a>), <a href="http://www.nothingcliche.com/">wds-chris (Christopher Cochran)</a> (<a title="wds-chris at WP Profiles" href="http://profiles.wordpress.org/wds-chris">prof</a>), <a href="http://strangework.com/">williamsba1 (Brad Williams)</a> (<a title="williamsba1 at WP Profiles" href="http://profiles.wordpress.org/williamsba1">prof</a>), <a href="http://willnorris.com/">wnorris (Will Norris)</a> (<a title="wnorris at WP Profiles" href="http://profiles.wordpress.org/wnorris">prof</a>), <a href="http://xavier.borderie.net/">xibe (Xavier Borderie)</a> (<a title="xibe at WP Profiles" href="http://profiles.wordpress.org/xibe">prof</a>), <a href="http://blog.yoavfarhi.com/">yoavf (Yoav Farhi)</a> (<a title="yoavf at WP Profiles" href="http://profiles.wordpress.org/yoavf">prof</a>), <a href="http://zeo.my/">zeo (Safirul Alredha)</a> (<a title="zeo at WP Profiles" href="http://profiles.wordpress.org/zeo">prof</a>), <a href="http://h6e.net/">znarfor (François Hodierne)</a> (<a title="znarfor at WP Profiles" href="http://profiles.wordpress.org/znarfor">prof</a>), and <a href="http://zoranzaric.de/">zoranzaric (Zoran Zaric)</a> (<a title="zoranzaric at WP Profiles" href="http://profiles.wordpress.org/zoranzaric">prof</a>).</p>\n<h3>Bonus</h3>\n<p>If you&#8217;ve made it this far, check out my 2010 State of the Word speech at WordCamp San Francisco, it&#8217;s jam-packed with information on the growth of WordPress, 3.0, what we&#8217;re planning for the future, and the philosophy of WordPress.</p>\n<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=xj8pDCM4&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=xj8pDCM4&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></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:50:"http://wordpress.org/news/2010/06/thelonious/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:"5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;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:7:"3.0 RC3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://wordpress.org/news/2010/06/3-0-rc3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/news/2010/06/3-0-rc3/#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, 11 Jun 2010 20:49:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a: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=1376";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:257:"A weekend present, in haiku: Last call; final bugs Itch, scratch, contort; calmly wait For now: RC3 That&#8217;s right. What will hopefully be the final release candidate, RC3, is now available for download and testing. Plugin developers: test your plugins!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:438:"<p>A weekend present, in haiku:</p>\n<blockquote><p>Last call; final bugs<br />\nItch, scratch, contort; calmly wait<br />\nFor now: <a href="http://wordpress.org/wordpress-3.0-RC3.zip">RC3 </a></p></blockquote>\n<p>That&#8217;s right. What will hopefully be the final release candidate, <a href="http://wordpress.org/wordpress-3.0-RC3.zip">RC3, is now available for download</a> and testing.</p>\n<p>Plugin developers: test your plugins!</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:47:"http://wordpress.org/news/2010/06/3-0-rc3/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: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:37:"Expanding the Theme Review Experiment";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/news/2010/06/expanding-the-theme-review-experiment/";s: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:81:"http://wordpress.org/news/2010/06/expanding-the-theme-review-experiment/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Jun 2010 16:06: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1347";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:272:"When I was a kid my dad used to practice his typing skills (on a real typewriter no less) with the phrase: Now is the time for all good men to come to the aid of their country. For some reason that has stuck with me all these years. Today I’m going to rephrase and [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"";}}}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:1962:"<p>When I was a kid my dad used to practice his typing skills (on a real typewriter no less) with the phrase:</p>\n<blockquote><p>Now is the time for all good men to come to the aid of their country.</p></blockquote>\n<p>For some reason that has stuck with me all these years. Today I’m going to rephrase and re-purpose that line:</p>\n<blockquote><p>Now is the time for great theme developers to come to the aid of their community.</p></blockquote>\n<p>The theme directory has been chugging along for more than a year now. During that time we’ve tinkered with the review process and some of the management tools, but haven’t really opened it up as much as we’d like. It&#8217;s time to rip off the band-aid and take some action; to that end, we&#8217;re looking for community members to help with the process of reviewing themes for the directory.</p>\n<p>Right now this is a bit like a New Year’s resolution to exercise every day: it’s what we need to do, but we’re still figuring out exactly how it will all work. That’s part of the community involvement as well &#8212; we expect that those who pitch in will also help shape the process.</p>\n<p>What’s involved in reviewing themes for the directory? There are some obvious things, such as being familiar with PHP and WordPress theme code (and the <a href="http://codex.wordpress.org/Theme_Development_Checklist">theme development checklist</a>), with an eye for security issues. You would also need to have the ability to set up a separate install of the latest version of WordPress for testing theme submissions.</p>\n<p>Hopefully a few talented theme developers are reading this right now and saying to themselves, &#8220;I’d love to help! How do I get started?&#8221; Just join the new <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">theme reviewers mailing list</a> and we&#8217;ll get you up to speed on this new opportunity to come to the aid of your community.</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:77:"http://wordpress.org/news/2010/06/expanding-the-theme-review-experiment/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WordPress 3.0 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 May 2010 02: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: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=1358";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"As Matt teased earlier, the first release candidate (RC1) for WordPress 3.0 is now available. What&#8217;s an RC? An RC comes after beta and before the final launch. It means we think we&#8217;ve got everything done: all features finished, all bugs squashed, and all potential issues addressed. But, then, with over 20 million people using [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1993:"<p>As Matt teased earlier, the first release candidate (RC1) for WordPress 3.0 is now available. What&#8217;s an RC? An RC comes after beta and before the final launch. It means we think we&#8217;ve got everything done: all features finished, all bugs squashed, and all potential issues addressed. But, then, with over 20 million people using WordPress with a wide variety of configurations and hosting setups, it&#8217;s entirely possible that we&#8217;ve missed something. So! For the brave of heart, please download the RC and test it out (but not on your live site unless you&#8217;re extra adventurous). Some things to know:</p>\n<ul>\n<li>Custom menus are finished! Yay!</li>\n<li>Multi-site is all set.</li>\n<li>The look of the WordPress admin has been lightened up a little bit, so you can focus more on your content.</li>\n<li>There are a ton of changes, so plugin authors, please test your plugins <strong>now</strong>, so that if there is a compatibility issue, we can figure it out before the final release.</li>\n<li>Plugin and theme *users* are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause.</li>\n<li>There are a couple of <a href=" http://core.trac.wordpress.org/report/5">known issues</a>.</li>\n</ul>\n<p>If you are testing the RC and come across a bug, you can:</p>\n<ul>\n<li>Report it on the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a></li>\n<li>Join the dev chat and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href="https://core.trac.wordpress.org/query?status=reopened&amp;status=assigned&amp;status=reviewing&amp;status=new&amp;status=accepted&amp;group=status&amp;milestone=3.0">WordPress Trac </a></li>\n</ul>\n<p>We hope you enjoy playing with the 3.0 RC as much as we&#8217;ve enjoyed making it for you. Enjoy!</p>\n<p><a href="http://wordpress.org/wordpress-3.0-RC1.zip">Download WordPress 3.0 RC1</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:71:"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;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:11:"Lucky 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:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://wordpress.org/news/2010/05/lucky-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2010/05/lucky-seven/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 May 2010 23:04:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a: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=1354";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:311:"Has it really been seven years since the first release of WordPress? It seems like just yesterday we were fresh to the world, a new entrant to a market everyone said was already saturated. (As a side note, if the common perception is that a market is finished and that everything interesting has been done [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1896:"<p>Has it really been seven years since the first release of WordPress? It seems like just yesterday we were fresh to the world, a new entrant to a market  everyone said was already saturated. (As a side note, if the common perception is that a market is finished and that everything interesting has been done already, it&#8217;s probably a really good time to enter it.)</p>\n<p>The growth over the past year has blown me away. Since our last birthday we&#8217;ve doubled theme downloads to over 10 million, and doubled plugin downloads to 60 million. Most importantly, we continued to grow the development community to 1,528 people active on Trac and 13 committers, both numbers the highest in the history of WordPress.</p>\n<p>That&#8217;s 1,528 people pouring their hearts and souls into GPL software we all own, we all build on, we can use as we please, we can all make better. We&#8217;ve evolved from a simple script to a web platform.</p>\n<p>We&#8217;re on the cusp of version 3.0, with a release candidate coming out any minute now.</p>\n<p>If you&#8217;d like to celebrate WordPress&#8217;s birthday with us &#8212; tell a friend! Help them upgrade their blog or find the perfect theme. Talk about how WordPress is built by and for a community. Drop in to help test 3.0, including all the plugins you use. Write something to take advantage of the new 3.0 features, or teach your friends how to. If you buy any themes or plugins, make sure they&#8217;re GPL or compatible just like WordPress. We&#8217;ve got a long road ahead of us, it&#8217;s important that we not forget that Open Source got us this far, and is the only way we&#8217;re going to get to the next level. The whole of what we can build together is far greater than the sum of our parts. Spread the good word. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/news/2010/05/lucky-seven/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:44:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"WordPress 3.0, Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2010/05/wordpress-3-0-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2010/05/wordpress-3-0-beta-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 May 2010 21:05: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:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1340";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:327:"Following the successful post-WordCamp San Francisco code sprint, we are now ready to release the second beta of WordPress 3.0. Things to test: Revised menu user interface Changes to the WordPress exporter and importer to make it more flexible Already have a test install that you want to switch over to the beta? Try the [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Peter Westwood";s: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:976:"<p>Following the successful post-WordCamp San Francisco code sprint, we are now ready to release the second beta of WordPress 3.0.<br />\nThings to test:</p>\n<ul>\n<li>Revised menu user interface</li>\n<li>Changes to the WordPress exporter and importer to make it more flexible</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 the release candidate is ready. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p>Download the <a href="http://wordpress.org/wordpress-3.0-beta2.zip">WordPress 3.0 Beta 2</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:60:"http://wordpress.org/news/2010/05/wordpress-3-0-beta-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"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:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 29 Jul 2010 22:33:47 GMT";s:4:"etag";s:34:""917f4b1c3647a599cdf155c9db22b1cc"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"date";s:29:"Fri, 03 Sep 2010 05:11:52 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(123, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1283533912', 'no'),
(124, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1283490712', 'no'),
(125, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1283533912', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(126, 0, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt: Chic & Geek 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:21:"http://ma.tt/?p=35546";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/09/chic-geek-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:533:"<p>On the new Chic &#038; Geek website (no relation to <a href="http://chicmeetsgeek.com/">Chic Meets Geek events</a>) I was invited to do a &#8220;Questionnaire de Proust&#8221; style interview which <a href="http://www.chicandgeek.com/little-help-from-friends/matt-mullenweg-chic-and-geek/">has just been published in French</a>. Lots of little tidbits that I&#8217;ve never talked about before. (<a href="http://www.chicandgeek.com/little-help-from-friends/matt-mullenweg-chic-and-geek-english-version/">Translation here</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, 02 Sep 2010 14:40:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:40:"Donncha: Tweet Tweet dives into the past";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=89495969";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ocaoimh.ie/tweet-tweet-dives/";s: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:1749:"<p>I overhauled my <a href="http://wordpress.org/extend/plugins/tweet-tweet/">Tweet Tweet</a> plugin for WordPress yesterday so it would work with the new Twitter OAuth mechanism. This morning I made it possible to download your older tweets, up to the max limit of 3,200 tweets that Twitter allows.</p>\n<p><a href="http://ocaoimh.ie/wp-content/uploads/2010/09/tweet-tweet-admin.png"><img src="http://ocaoimh.ie/wp-content/uploads/2010/09/tweet-tweet-admin-234x300.png" alt="" title="tweet-tweet-admin" width="234" height="300" class="aligncenter size-medium wp-image-89495970" /></a></p>\n<p>It&#8217;s still a work in progress but I want to get a new release out as soon as I can for current users who are using the basic auth that doesn&#8217;t work any more. If you&#8217;re feeling adventurous give the development version on the <a href="http://wordpress.org/extend/plugins/tweet-tweet/download/">download page</a> a go and tell me what you think!</p>\n<p>99% of the OAuth code was ripped from Alex King&#8217;s <a href="http://wordpress.org/extend/plugins/twitter-tools/">Twitter Tools</a> which in turn uses Abraham Williams&#8217; twitteroauth.php library and OAuth.php from <a href="http://oauth.net/">oauth.net</a>. Thank you all for doing the heavy lifting required!</p>\n<p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/tweet-tweet/" rel="bookmark" title="Permanent Link: Tweet Tweet">Tweet Tweet</a></li><li><a href="http://ocaoimh.ie/tweet-tweet-01-for-wordpress/" rel="bookmark" title="Permanent Link: Tweet Tweet 0.1 for WordPress">Tweet Tweet 0.1 for WordPress</a></li><li><a href="http://ocaoimh.ie/techludd-cork-2008/" rel="bookmark" title="Permanent Link: TechLudd Cork 2008">TechLudd Cork 2008</a></li></ul></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, 02 Sep 2010 14:25: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:"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: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:67:"Weblog Tools Collection: Lorelle’s Mind Blowing WordPress Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8531";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://weblogtoolscollection.com/archives/2010/09/02/lorelles-mind-blowing-wordpress-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:1112:"<p class="fb-like"></p><p><a href="http://lorelle.wordpress.com/">Lorelle VanFossen</a> has published <a href="http://lorelle.wordpress.com/2010/08/31/mind-blowing-wordpress-plugins/">a recap of her Mind Blowing WordPress Plugins session</a> given on August 29th at <a href="http://openca.mp/">OpenCamp</a> in Addison, TX.</p>\n<p>To Lorelle, &#8220;a mind blowing WordPress Plugin is one that breaks the rules. It is unique and original in its implementation, and pushes WordPress. It might not be a Plugin that everyone must have on their site. It might not be a Plugin that even interests you. What these will do is to get you to look at the incredible diversity of Plugins available.&#8221;</p>\n<p>Her recap not only briefly covers the topics discussed during her session, but she also lists all of the plugins that were featured, and that list is well worth exploring.  Even if you think your blog couldn&#8217;t possibly use any more plugins, you might find something that you (or rather your blog) just can&#8217;t live without.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Thu, 02 Sep 2010 13:00:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:39:"Mark Jaquith: Upcoming WordPress Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://markjaquith.wordpress.com/?p=521";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://markjaquith.wordpress.com/2010/09/02/upcoming-wordpress-events/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2232:"<p>On September 8th, I&#8217;ll be at the Tampa Bay WordPress meetup to talk about WordPress custom post types. If you&#8217;re a WordPress developer or themer in the area, you should stop by! The meetup is at 7pm at CDB’s Southside in South Tampa.</p>\n<p><a href="http://www.wordcampportland.org/">WordCamp Portland</a> is on September 18th and 19th at Webtrends. My talk is called &#8220;Swan Dive! &#8230;into the Best WordPress of your Life,&#8221; and it&#8217;s all about using WordPress to its fullest. Everything from hosting to scaling and everything from upgrades to insider ninja moves will be covered.</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/521/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&amp;blog=316&amp;post=521&amp;subd=markjaquith&amp;ref=&amp;feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Sep 2010 06:39:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s: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:54:"Publisher Blog: WordPress Top Demanded Skill on Elance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://publisherblog.automattic.com/2010/09/01/wordpress-top-elance/";s: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:2960:"<p>Since last year when we wrote about &#8220;<a href="http://publisherblog.automattic.com/2009/05/20/wordpress-elance/">WordPress in Demand on Elance</a>&#8220;, WordPress has surged into the top ten, and now is the sixth most in demand skill on Elance!</p>\n<p><img class="aligncenter" title="Elance Top Overall Skills in Demand Q2 2010" src="http://wordpresspublishers.files.wordpress.com/2010/09/elance-top-ten-skills-in-demand-2010q2.jpg?w=310&#038;h=202" alt="Elance Top Overall Skills in Demand Q2 2010" width="310" height="202" /></p>\n<p>Online publishing dominates this list. It&#8217;s exciting that the ever evolving WordPress, built on it&#8217;s PHP, MySQL, and CSS stack, continues to be the web development platform in demand.</p>\n<p><a href="http://www.elance.com/p/online-employment-report.html">Elance&#8217;s 2010 Q2 Online Employment Report</a> also includes a single profile, that of <a href="http://www.elance.com/s/rzvagelsky/">Ron Z</a> Zvagelsky,  highlighting his success as a WordPress Expert on Elance.  Represent!</p>\n<p><img class="aligncenter" src="http://wordpresspublishers.files.wordpress.com/2010/09/elancer-up-close-ron-z-2010q2.jpg?w=445&#038;h=192" alt="" width="445" height="192" /></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/1010/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/1010/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/1010/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=1010&subd=wordpresspublishers&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Sep 2010 23:18: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:10:"Lloyd Budd";s: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:24:"Matt: 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:21:"http://ma.tt/?p=35544";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/09/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:450:"<p>I really enjoyed attending WordCamps in Houston, Savannah, and Salt Lake City the past few weeks. <a href="http://central.wordcamp.org/">You can always find upcoming WordCamps here</a>, and I&#8217;m currently planning on attending Jerusalem (this Sunday), Portland (September 18-19), and Philippines (October 2). I&#8217;m looking forward to meeting more of the WordPress community and also answering your questions in the Town Hall sessions.</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, 01 Sep 2010 19:44:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:39:"Dougal Campbell: WordPress Care Package";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=22433";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:119:"http://dougal.gunters.org/blog/2010/09/01/wordpress-care-package?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:3057:"<div><img width="150" height="112" src="http://media.dougal.us/wordpress/wp-content/uploads/2010/09/WordPress-Care-Package-21-150x112.jpg" class="attachment-post-thumbnail wp-post-image" alt="WordPress Care Package: Close-up" title="WordPress Care Package: Close-up" /></div><p>Around the time of the <a href="http://dougal.gunters.org/blog/2010/07/15/important-people">Thesis <acronym title="Gnu General Public License"><span class="caps">GPL</span></acronym> debates</a>, WordPress founder <a href="http://ma.tt/">Matt Mullenweg</a> made an offer to send people free t-shirts. When I talked to him at WordCamp Savannah, he said that he had gotten about 300 requests. I got my care package right after I returned from the WordCamp. In addition to the shirt, it included some Gravatar and WordPress stickers, and a nice certificate, proclaiming that I am &#8220;One of the Three Most Important People in WordPress&#8221;. Of course, so are the other 300 people who got a certificate in their care packages. Awesomesauce. <img src="http://dougal.gunters.org/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> <span>\n<a href="http://dougal.gunters.org/blog/2010/09/01/wordpress-care-package/wordpress-care-package-0-2" title="WordPress Care Package" rel="gallery-22433 norewrite"><img width="150" height="150" src="http://media.dougal.us/wordpress/wp-content/uploads/2010/09/WordPress-Care-Package-01-150x150.jpg" class="attachment-thumbnail" alt="WordPress Care Package" title="WordPress Care Package" /></a>\n<a href="http://dougal.gunters.org/blog/2010/09/01/wordpress-care-package/wordpress-care-package-1-2" title="WordPress Care Package: Certificate" rel="gallery-22433 norewrite"><img width="150" height="150" src="http://media.dougal.us/wordpress/wp-content/uploads/2010/09/WordPress-Care-Package-11-150x150.jpg" class="attachment-thumbnail" alt="WordPress Care Package: Certificate" title="WordPress Care Package: Certificate" /></a>\n<a href="http://dougal.gunters.org/blog/2010/09/01/wordpress-care-package/wordpress-care-package-2-2" title="WordPress Care Package: Close-up" rel="gallery-22433 norewrite"><img width="150" height="150" src="http://media.dougal.us/wordpress/wp-content/uploads/2010/09/WordPress-Care-Package-21-150x150.jpg" class="attachment-thumbnail" alt="WordPress Care Package: Close-up" title="WordPress Care Package: Close-up" /></a>\n</p>\n<p></span></p>\n\n\n<p>Related posts:<ol><li><a href="http://dougal.gunters.org/blog/2009/07/14/analytics360-plugin-for-wordpress" rel="bookmark" title="Permanent Link: Analytics360 Plugin for WordPress">Analytics360 Plugin for WordPress</a></li>\n<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/2010/04/12/customize-your-wordpress-dashboard" rel="bookmark" title="Permanent Link: Customize Your WordPress Dashboard">Customize Your WordPress Dashboard</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, 01 Sep 2010 17:35:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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: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 09/01";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8527";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/09/01/wordpress-plugin-releases-for-0901-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:1954:"<p class="fb-like"></p><h3>New plugins</h3>\n<p><a href="http://www.ingboo.com/pvm/plugin"><strong>Facebook Like for Tags</strong></a> converts a standard Facebook Like button from a one-time sharing feature to a one-on-one relationship for ongoing updates and sharing based on tags (keywords) or categories defined by you, the blogger/author.</p>\n<p><a href="http://wordpress.org/extend/plugins/lbak-google-checkout/"><strong>LBAK Google Checkout</strong></a> is aimed mainly at small projects that just want to sell a few things on their blog through Google Checkout and don&#8217;t want too much else apart from ease of use.</p>\n<p><a href="http://wordpress.org/extend/plugins/pingdom-status/"><strong>Pingdom Status</strong></a> lets you display your Pingdom monitoring data on your WordPress site, essentially creating a status page for whatever it is you are monitoring.</p>\n<p><a href="http://www.riyaz.net/wp-tweetbox/"><strong>WP Tweetbox</strong></a> adds a highly customizable Tweetbox at the end of blog posts and pages.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.mikkosaari.fi/relevanssi/"><strong>Relevanssi</strong></a> replaces the basic WordPress search with a partial-match search that sorts the results based on relevance.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-recaptcha/"><strong>WP-reCAPTCHA</strong></a> integrates reCAPTCHA anti-spam methods with WordPress including comment, registration, and email spam protection.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-simpleviewer/"><strong>WP-SimpleViewer</strong></a> allows you to easily create SimpleViewer galleries with WordPress.</p>\n<p><a href="http://www.daveligthart.com/wp-stats-dashboard-10/"><strong>WP-Stats-Dashboard</strong></a> displays your blog&#8217;s stats graph plus your blog traffic, social engagement and social influence directly in your dashboard.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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, 01 Sep 2010 13:00:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:80:"WordPress Podcast: Listen to Liz Strauss: “Treat Your Blog Like a Business!”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wp-community.org/?p=709";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/7xhJGh3pfLU/";s: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:1152:"<p><img class="alignright" title="Liz Strauss" src="http://www.sobevent.com/wp-content/uploads/2009/12/liz-strauss.jpg" alt="Liz Strauss" width="200" height="150" /><a href="http://www.successful-blog.com/">Liz Strauss</a> gave a masterclass tonight; at least, that&#8217;s how it felt to both Frederick and myself. We talked about communicating with your audience, and Liz shared some experiences about <a href="http://www.successful-blog.com/open-comments-at-tuesdays-at-7pm/">open comment nights</a>. We discussed positioning yourself and your blog, and how important <a href="http://www.successful-blog.com/1/building-a-personal-brand-you/">personal branding</a> can be.</p><p>She told us about feedback loops, and how to use them to listen to your users / clients / audience. She tought us to build our network before we need it, and why and how you should be treating your blog like a business, even if it&#8217;s just a hobby. Aren&#8217;t you curious yet? Start listening then. You&#8217;ll be a wiser man or woman for it at the end of this.</p> <img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/7xhJGh3pfLU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Sep 2010 06:59: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: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: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:45:"Lorelle on WP: Mind Blowing WordPress Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://lorelle.wordpress.com/?p=4417";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://lorelle.wordpress.com/2010/08/31/mind-blowing-wordpress-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:522:"In Dallas, August 29, 2010, at OpenCamp I presented &#8220;Mind Blowing WordPress Plugins.&#8221; Here are the WordPress Plugins and more features during my presentation. Let me first define what my qualifications for a &#8220;mind blowing WordPress Plugin&#8221; were, as I had to sift through thousands of Plugins and then filter down to include the following [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4417&subd=lorelle&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Sep 2010 00:11: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:17:"Lorelle VanFossen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:81:"Weblog Tools Collection: WordPress Mobile Apps for Android and BlackBerry 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8524";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/08/31/wordpress-mobile-apps-for-android-and-blackberry-updated/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1418:"<p class="fb-like"></p><p>The <a href="http://wordpress.org/">WordPress</a> mobile apps for <a href="http://android.wordpress.org/">Android</a> and <a href="http://blackberry.wordpress.org/">BlackBerry</a> have both been updated with some shiny new features, like <a href="http://android.wordpress.org/2010/08/24/wordpress-for-android-1-3-4-wonky-bugs-fixed-new-comment-feature-added/">a new comment notification system</a> and <a href="http://blackberry.wordpress.org/2010/08/25/release-1-4-1/">improved VideoPress integration</a>.</p>\n<p>There&#8217;s no word yet on an update to the <a href="http://ios.wordpress.org/">iOS mobile app</a>, but the team still has its eyes set on making this one a major bug-fixing release.</p>\n<p>These recent updates would not have been possible without <a href="http://weblogtoolscollection.com/archives/2010/08/09/wordpress-mobile-app-teams-seek-feedback/">your feedback and beta testing skills</a>, so keep doing whatever you can to make each release better than the last!</p>\n<p>Do you use any of the WordPress mobile apps?  I use the iOS mobile app and can honestly say that it has certainly simplified my life when it comes to moderating comments and making last-minute post corrections. How about you? Have the WordPress mobile apps added to or detracted from your WordPress blogging experience?</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Tue, 31 Aug 2010 13:00:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 08/30";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8517";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/30/wordpress-theme-releases-for-0830-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:2181:"<p class="fb-like"></p><p><img class="alignnone size-full wp-image-8518" title="Bombax" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/bombax.jpg" alt="bombax" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/bombax"><strong>Bombax</strong></a> is a nicely crafted theme with 5 different color schemes and configurable options such as right or left or holy grail or no sidebar, magazine style or traditional style, custom header, and custom background.</p>\n<p><img class="alignnone size-full wp-image-8519" title="Lukoo" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/lukoo.jpg" alt="lukoo" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/lukoo"><strong>Lukoo</strong></a> is a simple and stylish theme based around the color green.</p>\n<p><img class="alignnone size-full wp-image-8520" title="Modernist" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/modernist.jpg" alt="modernist" width="150" height="113" /></p>\n<p><a href="http://www.rodrigogalindez.com/themes/modernist/"><strong>Modernist</strong></a> is a beautifully built yet transparent theme. It was designed with a focus on optimal typography in order to better showcase your content.</p>\n<p><img class="alignnone size-full wp-image-8521" title="Twist of Ten" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/twistoften.jpg" alt="twist of ten" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/twist-of-ten"><strong>Twist of Ten</strong></a> is a simple clean CMS style theme.</p>\n<p><img class="alignnone size-full wp-image-8522" title="Us and Them" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/usandthem.jpg" alt="us and them" width="150" height="117" /></p>\n<p><a href="http://www.tipografo.org/wordpress-themes/us-and-them-wordpress-theme/"><strong>Us and Them</strong></a> is a modern, clean, blog-style, 960 &#8211; 1200 px grid-based, smooth WordPress theme and features some cool jQuery plugins just out of the box as some neat tool-tips and accordions.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Mon, 30 Aug 2010 13:00:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:24:"Matt: Hiking in Alta, UT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=35515";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/hiking-alta/";s: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:4950:"<p>A short hike up to Cecret Lake and along Sugarloaf peak in Little Cottonwood Canyon near Alta, UT. The Wasatch Mountains are a great place to be outdoors. Guest photographer: <a href="http://designsimply.com/">Sheri Bigelow</a>.</p>\n<p><span id="more-35515"></span></p>\n\n<a href="http://ma.tt/2010/08/hiking-alta/img_1242/#image" title="IMG_1242"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1242-195x146.jpg" class="attachment-thumbnail" alt="IMG_1242" title="IMG_1242" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1245/#image" title="IMG_1245"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1245-195x146.jpg" class="attachment-thumbnail" alt="IMG_1245" title="IMG_1245" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1252/#image" title="IMG_1252"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1252-195x146.jpg" class="attachment-thumbnail" alt="IMG_1252" title="IMG_1252" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1254/#image" title="IMG_1254"><img width="157" height="210" src="http://s.ma.tt/files/2010/08/IMG_1254-157x210.jpg" class="attachment-thumbnail" alt="IMG_1254" title="IMG_1254" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1260/#image" title="IMG_1260"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1260-195x146.jpg" class="attachment-thumbnail" alt="IMG_1260" title="IMG_1260" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1265/#image" title="IMG_1265"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1265-195x146.jpg" class="attachment-thumbnail" alt="IMG_1265" title="IMG_1265" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1281/#image" title="IMG_1281"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1281-195x146.jpg" class="attachment-thumbnail" alt="IMG_1281" title="IMG_1281" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1284/#image" title="IMG_1284"><img width="157" height="210" src="http://s.ma.tt/files/2010/08/IMG_1284-157x210.jpg" class="attachment-thumbnail" alt="I wanted to climb higher but the metal was freezing." title="IMG_1284" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1295/#image" title="IMG_1295"><img width="157" height="210" src="http://s.ma.tt/files/2010/08/IMG_1295-157x210.jpg" class="attachment-thumbnail" alt="IMG_1295" title="IMG_1295" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1297/#image" title="IMG_1297"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1297-195x146.jpg" class="attachment-thumbnail" alt="IMG_1297" title="IMG_1297" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1303/#image" title="IMG_1303"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1303-195x146.jpg" class="attachment-thumbnail" alt="Cecret lake" title="IMG_1303" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1306/#image" title="IMG_1306"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1306-195x146.jpg" class="attachment-thumbnail" alt="IMG_1306" title="IMG_1306" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1309/#image" title="IMG_1309"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1309-195x146.jpg" class="attachment-thumbnail" alt="IMG_1309" title="IMG_1309" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1318/#image" title="IMG_1318"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1318-195x146.jpg" class="attachment-thumbnail" alt="IMG_1318" title="IMG_1318" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1320/#image" title="IMG_1320"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1320-195x146.jpg" class="attachment-thumbnail" alt="IMG_1320" title="IMG_1320" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1330-2/#image" title="IMG_1330"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1330-195x146.jpg" class="attachment-thumbnail" alt="IMG_1330" title="IMG_1330" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1337-2/#image" title="IMG_1337"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1337-195x146.jpg" class="attachment-thumbnail" alt="IMG_1337" title="IMG_1337" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1341-2/#image" title="IMG_1341"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1341-195x146.jpg" class="attachment-thumbnail" alt="IMG_1341" title="IMG_1341" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1345-2/#image" title="IMG_1345"><img width="157" height="210" src="http://s.ma.tt/files/2010/08/IMG_1345-157x210.jpg" class="attachment-thumbnail" alt="IMG_1345" title="IMG_1345" /></a>\n<a href="http://ma.tt/2010/08/hiking-alta/img_1363/#image" title="IMG_1363"><img width="195" height="146" src="http://s.ma.tt/files/2010/08/IMG_1363-195x146.jpg" class="attachment-thumbnail" alt="Alta sticker, now on my laptop" title="IMG_1363" /></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:"Mon, 30 Aug 2010 02:38:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"sheri";s: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:61:"Weblog Tools Collection: WordPress and the Fatal Memory Error";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8508";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/29/wordpress-and-the-fatal-memory-error/";s: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:3108:"<p class="fb-like"></p><p>Remember the old days when your computer would crash because you were running too many applications simultaneously?  Well, you might be surprised to know that <a href="http://wordpress.org/">WordPress</a> can fall victim to the very same thing.</p>\n<p>You see, your server may be packed with 4 GB of RAM, but that doesn&#8217;t mean that all 4 GB have been allocated to PHP on your account.  In fact, most decent hosting providers only allocate 32 MB to PHP under each account.  Now, most WordPress installations with a good amount of plugins will run fine under 32 MB, but there&#8217;s always a chance that one more plugin or one seemingly innocent admin panel task (like exporting or importing posts) may put you over the edge, and you&#8217;ll see either a blank screen or the infamous error which starts off something like &#8220;Fatal error: Allowed memory size of 33554432 bytes exhausted.&#8221;</p>\n<p>If you see a blank screen, refer to <a href="http://weblogtoolscollection.com/archives/2010/08/17/wordpress-and-the-white-screen-of-death/">WordPress and the White Screen of Death</a> before continuing.</p>\n<p><strong>Update:</strong> Thanks to Big Dave Zatz for reminding me that if you see this error either suddenly (no specific task was done to cause the error) or frequently, try deactivating all plugins to rule-out a plugin-specific issue and try switching themes to rule-out a theme-specific issue.</p>\n<p>If you see the infamous fatal memory error, there are three things that you can do before asking your hosting provider for assistance.  Which method you use depends entirely on your server configuration.  If one method doesn&#8217;t work, try the next.  Keep in mind that most hosting providers closely monitor memory overrides and don&#8217;t take too kindly to frequent use.</p>\n<p>1. If you&#8217;re using WordPress 2.9.2 or lower, try adding <code>define(''WP_MEMORY_LIMIT'', ''256M'');</code> to your wp-config.php file.  If you&#8217;re using WordPress 3.0 or higher, WordPress automatically does this for a variety of tasks, so there&#8217;s really no reason to try it in this case.</p>\n<p>2. If you can edit or override the system php.ini file, increase the memory limit.  For example, <code>memory_limit = 256M</code></p>\n<p>3. If you cannot edit or override the system php.ini file, add <code>php_value memory_limit 256M</code> to your .htaccess file.</p>\n<p>If neither of these work, it&#8217;s time to ask your hosting provider to temporarily increase PHP&#8217;s memory allocation on your account.  Keep in mind that most decent hosting providers allocate 32 MB to PHP under each account, and most decent hosting providers allow users to temporarily increase the memory allocation.  If your hosting provider won&#8217;t accommodate you, perhaps it&#8217;s time to find a new hosting provider.</p>\n<p>As always, if you need further assistance, the volunteers in the <a href="http://wordpress.org/support/">WordPress Support Forums</a> will be more than happy to help you.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sun, 29 Aug 2010 13:00:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 08/28";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8505";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/28/wordpress-plugin-releases-for-0828-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:2350:"<p class="fb-like"></p><h3>New plugins</h3>\n<p><a href="http://marquex.posterous.com/pages/custom-sidebars"><strong>Custom sidebars</strong></a> allows you to create your own widgetized areas and custom sidebars, and select what sidebars to use for each post or page.</p>\n<p><a href="http://wordpress.org/extend/plugins/lbak-user-tracking/"><strong>LBAK User Tracking</strong></a> is a fully featured, page by page tracking plugin for your blog.</p>\n<p><a href="http://wordpress.org/extend/plugins/simple-seo/"><strong>Simple SEO</strong></a> lets you optimize your web site or blog by changing the title and menu output for any page or post.</p>\n<p><a href="http://scribu.net/wordpress/term-management-tools"><strong>Term Management Tools</strong></a> allows you to merge terms and change the category hierarchy more easily.</p>\n<p><a href="http://wordpress.org/extend/plugins/user-agent-theme-switcher/"><strong>UserAgent Theme Switcher</strong></a> lets you change the theme to be displayed according to the detected browser.</p>\n<h3>Updated plugins</h3>\n<p>The <a href="http://wordpress.org/extend/plugins/add-to-any/"><strong>AddToAny: Share/Bookmark/Email Button</strong></a> helps people share, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Google Buzz, Digg, Delicious, and well over 100 more social bookmarking and sharing sites.</p>\n<p><a href="http://wordpress.org/extend/plugins/backwpup/"><strong>BackWPup</strong></a> allows you to backup your WordPress blog database and files.</p>\n<p><a href="http://wordpress.org/extend/plugins/eshop/"><strong>eShop</strong></a> is an accessible shopping cart plugin for WordPress, packed with various features.</p>\n<p><a href="http://wordpress.org/extend/plugins/user-avatar/"><strong>User Avatar</strong></a> provides a thumbnail area in Your Profile, for users to upload and crop new images in an overlay to be saved and stored to their profile.</p>\n<p><a href="http://wordpress.org/extend/plugins/wptouch/"><strong>WPtouch</strong></a> automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre and BlackBerry Storm mobile devices.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sat, 28 Aug 2010 13:00:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:79:"Weblog Tools Collection: Should You Remove Post Dates from 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8477";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://weblogtoolscollection.com/archives/2010/08/27/should-you-remove-post-dates-from-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7610:"<p class="fb-like"></p><p>You may be wondering why anyone would want to do this. Think about it, you probably have hundreds of articles that you wrote years ago and when those same articles appear on Google search engine results, the dates appear next to the description.  You might think that this is great, users searching the web should be able to see when an article originally published, but research shows that users <a title="Move Post Date to Bottom of Post - Tim Ferriss" href="http://www.fourhourworkweek.com/blog/2009/06/29/how-to-build-a-high-traffic-blog-without-killing-yourself/" target="_self">discriminate </a>against older content just because it is old. An article that may be valuable despite its age would be subject to a user completely ignoring it and would click on the newer article, just because it was newer.</p>\n<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/08/post-date-wordpress.png" rel="thumbnail"><img class="alignnone size-full wp-image-8478" title="post-date-wordpress" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/post-date-wordpress.png" alt="" width="538" height="244" /></a></p>\n<p>As you can see in the image above, the search results page lists the post date for the article followed by the description.</p>\n<p>Do not confuse the intent here, if you are running a news site or writing about topics whose value is short lived then the adequate thing to do is to continue using dates. However if your traffic from search engines is suffering from users who refuse to visit an old article (and your topics are timeless) then you might want to consider removing the post date from your articles.</p>\n<h3>So how would you go about removing dates in WordPress?</h3>\n<p>Google is smart about locating dates on posts so you have to be aware of all the dates present on your WordPress site. Based on discussions on the web it appears that Google uses the post date when listed on a page and when the post date is missing, Google uses dates in comments and even within the post itself. So removing dates will take some cunning.</p>\n<p>In order to remove the post date from the posts on your WordPress site you will have to remove the post date from your theme’s template file. In terms of indexing the post date, it appears that Google uses the post date from the single post and not the archive, so for the sake of users and simplicity we are only going to remove the post date from the “single.php” template file.</p>\n<p><strong>WARNING! </strong>Before proceeding with the modification of any template files, please make sure that you back up your files.</p>\n<p><strong>Remove date from single posts</strong></p>\n<p><strong>1.</strong> Open the single.php file located in the theme directory in WordPress (usually server//wordpress/wp-content/themes/your theme name).</p>\n<p><strong>2.</strong> Locate the following line of code and remove it (or comment it out) from the template;</p>\n<p><strong>&lt;?php the_time(); ?&gt;</strong></p>\n<p><strong> </strong></p>\n<p>Note: The code used by the theme developer may vary from theme to theme and location so make sure you look for the <strong>&lt;?php the_time</strong> within the <em>single.php</em> template to be sure.</p>\n<p><strong>3. </strong>Save the changes and refresh your website to see the modification. If the changes don&#8217;t appear right away make sure to clear the cache if you are using a plugin like WP-Supercache.</p>\n<p><strong>Remove date from comments</strong></p>\n<p>In order to make sure that Google cannot find a date on your blog post we will also need to remove the dates associated with comments. This can be a bit frustrating for users who want to follow a comment thread so it is entirely up to you.</p>\n<p><strong>1.</strong> Open the comments.php file located in the theme directory in WordPress (usually server//wordpress/wp-content/themes/your theme name).</p>\n<p><strong>2.</strong> Locate the following line of code and remove it (or comment it out) from the template;</p>\n<p><strong>&lt;?php comment_date() ?&gt;</strong></p>\n<p>Note: The code used by the theme developer may vary from theme to theme and location so make sure you look for the <strong>&lt;?php the_time</strong> within the<em> comments</em><em>.php</em> template to be sure.</p>\n<p><strong>3. </strong>Save the changes and refresh your website to see the modification. If the changes don&#8217;t appear right away make sure to clear the cache if you are using a plugin like WP-Supercache.</p>\n<p>When removing these PHP functions make sure that you take into account the formatting of your posts and comments to ensure that the removal of this element doesn&#8217;t interfere with your theme&#8217;s design or break the code.</p>\n<p>After these changes are made you will need to wait a couple of hours or days in order for Google&#8217;s index to reflect those changes. The variance in time is due to your site&#8217;s crawl rate so if your site is very popular and is crawled frequently you may see the update in hours. If your site still appears in the search results with the date, make sure you visit the page and search for the date, remember even dates within the content (originally published on [date]) will be used by Google to stamp a date on the site.</p>\n<p><strong>Other solutions for the removal of comments and post dates</strong></p>\n<p>If you use a commenting system like <a title="Disqus Home Page" href="http://www.disqus.com" target="_self">Disqus </a>or <a title="IntenseDebate Homepage" href="http://www.intensedebate,com" target="_self">IntenseDebate </a>that is based on JavaScript then there is no concern for the removal of the date from the comments template. If you are using an older version of WordPress or you feel a bit adventurous you could download the <a title="Date Exclusion SEO Plugin" href="http://wordpress.org/extend/plugins/date-exclusion-seo-plugin/" target="_self">Date Exclusion SEO</a> Plugin from the WordPress plugin directory, just keep in mind that the plugin hasn&#8217;t been updated in over 500 days and it&#8217;s officially compatible up to 2.71.</p>\n<h3>Will You Remove Dates from Your Posts?</h3>\n<p>I&#8217;ve mentioned some of the Pro&#8217;s related to removal of post and comment dates on your blog:</p>\n<ul>\n<li>Users searching for content on search engines are more likely to click on your link compared to others with older dates.</li>\n<li>Visitors arriving from search engines will not discriminate the age of the content and will instead focus on the content itself, which should increase readership, time on site, etc.</li>\n</ul>\n<p>Of course, as with anything as radical as this there can be some repercussions:</p>\n<ul>\n<li>If you employ this &#8220;hack&#8221; and you run a news site, visitors will arrive, but will quickly realize that the content is dated and leave the site.</li>\n<li>Some users like to know when an article was published and may get frustrated if there is no publish date.</li>\n<li>If you decide to stay away from Disqus or IntenseDebate to manange your comments and remove the dates from the comments, users may be confused and frustrated because they can&#8217;t follow a comment thread or identify when it a particular comment was posted. In which case they respond by leaving the site or by leaving a nice comment.</li>\n</ul>\n<p>If the content on your blog is timeless and you could increase the amount of traffic coming to your blog from search engines, would you remove the post and comment dates?</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Fri, 27 Aug 2010 23:24:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Gilberto Perera";s: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:57:"Weblog Tools Collection: Choose Your Panels for SXSW 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://weblogtoolscollection.com/archives/2010/08/27/choose-your-panels-for-sxsw-2011/";s: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:1710:"<p class="fb-like"></p><p>The <a href="http://www.sxsw.com/">SXSW</a> staff wants to hear your feedback on the proposed panels for SXSW 2011.  Your votes on the proposed panels will account for 30% of the final vote, so <a href="http://panelpicker.sxsw.com/">start voting today</a>!</p>\n<p>Currently, there are ten <a href="http://wordpress.org/">WordPress</a>-related panel proposals awaiting your feedback:</p>\n<ul>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6172">Beyond Blogging: WordPress is a CMS</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/7227">Don’t Be Ashamed to Use WordPress</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/7616">Essential WordPress Search Metrics</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/8054">Knocking Out Application Layer and Open Source Threats</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6870">Life After Blackbaud</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6179">Making Money with WordPress (Without Working at Automattic)</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6255">Web Development Simplified: Unifying Multiple Tools and Platforms</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/7794">WordPress: The Small Business Swiss Army Knife</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6801">WordPress 3.0: The TV Series Publishing Platform</a></li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/7023">Yahoo! and WordPress: A Marriage Made in Hell</a></li>\n</ul>\n<p>Are you planning to attend SXSW 2011?  Which panel proposals captured your interest?</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Fri, 27 Aug 2010 13: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:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"Alex King: Vote for these SxSWi WordPress Panels";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4626";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://alexking.org/blog/2010/08/26/sxswi-wordpress-panels";s: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:1394:"<p>It&#8217;s that time of year to promote your SxSW panels. I&#8217;m slated for two WordPress panels I&#8217;d like you to consider voting for.</p>\n<ol>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6172" rel="external">Beyond Blogging: WordPress is a CMS</a> &#8211; much of the work that we do at <a href="http://crowdfavorite.com">Crowd Favorite</a> is creating advanced CMS websites with WordPress. It&#8217;s what&#8217;s driven us to create the <a href="http://carringtontheme.com">Carrington theme platform</a> and <a href="http://crowdfavorite.com/wordpress/carrington-build/">Carrington Build</a>.</li>\n<li><a href="http://panelpicker.sxsw.com/ideas/view/6179" rel="external"> Making Money with WordPress (Without Working at Automattic)</a> &#8211; I&#8217;ve really enjoyed talking shop with Shane and Peter as we&#8217;ve gotten to know each other over the last few years. Though our shops are very different we have similar experiences and challenges. We&#8217;re all trying to create great things, support the community and support ourselves and our teams at the same time.</li>\n</ol>\n<p>Both of these have great groups of panelists/moderators and I think they&#8217;d be great events at SxSWi for WordPress developers, consultants and users.</p>\n<p>Thanks for your consideration.</p>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=4626&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:"Thu, 26 Aug 2010 19:30: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: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: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:59:"Weblog Tools Collection: WordPress Theme Releases for 08/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=8490";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/26/wordpress-theme-releases-for-0826-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:2616:"<p class="fb-like"></p><p><img class="alignnone size-full wp-image-8491" title="Albizia" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/albizia.jpg" alt="albizia" width="150" height="114" /></p>\n<p><a href="http://albizia.itx.web.id/"><strong>Albizia</strong></a> is a dark theme with 5 different color schemes and configurable options such as right or left or holy grail or no sidebar, magazine style or traditional style, custom header, and custom background.</p>\n<p><img class="alignnone size-full wp-image-8492" title="Columbus" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/columbus.jpg" alt="columbus" width="150" height="120" /></p>\n<p><a href="http://www.wpexplorer.com/columbus-wordpress-theme.html"><strong>Columbus</strong></a> comes with a very clean and elegant design and some really great premium-like features.</p>\n<p><img class="alignnone size-full wp-image-8493" title="Modern Wood" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/modernwood.jpg" alt="modern wood" width="150" height="120" /></p>\n<p><a href="http://www.wpexplorer.com/modern-wood-wordpress-theme.html"><strong>Modern Wood</strong></a> features a beautiful dark layout with a wooden background and some amazing CSS3 features.</p>\n<p><img class="alignnone size-full wp-image-8494" title="Third Style" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/thirdstyle.jpg" alt="third style" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/third-style"><strong>Third Style</strong></a> is based on the theme Twenty Ten, comes with 11 new header backgrounds, and supports six widgetized areas (two in the sidebar, four in the footer).</p>\n<p><img class="alignnone size-full wp-image-8495" title="TL Tweets" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/tltweets.jpg" alt="tl tweets" width="150" height="113" /></p>\n<p><a href="http://www.themelab.com/2010/08/25/tl-tweets-free-wordpress-theme/"><strong>TL Tweets</strong></a> is a free WordPress theme, designed to be used as an archive for your tweets, while automatically creating new posts from your Twitter feed.</p>\n<p><img class="alignnone size-full wp-image-8496" title="Webmagazine" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/webmagazine.jpg" alt="webmagazine" width="150" height="107" /></p>\n<p><a href="http://wordpress.org/extend/themes/webmagazine"><strong>Webmagazine</strong></a> is a WordPress magazine theme built on the Twenty Ten default WordPress theme.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Thu, 26 Aug 2010 13:00:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:54:"WP Blackberry: WordPress for BlackBerry 1.4.1 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:38:"http://blackberry.wordpress.org/?p=360";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://blackberry.wordpress.org/2010/08/25/release-1-4-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3297:"<div>\n<p>WordPress for BlackBerry version 1.4.1 has been released to <a href="http://appworld.blackberry.com/webstore/content/5802">BlackBerry App World</a>.</p>\n<p>Depending on your region or country, you might not see the latest version in the BlackBerry App World, but on your device you should now already see the latest version 1.4.1.</p>\n<p>It was a bug squashing release, including:</p>\n<ul>\n<li>Fixed empty title issue for those blogs with “Site Title” field set to empty value.</li>\n<li>Fixed an issue on the comments screen that doesn’t permit editing of comments with weird characters within URL or e-mail field.</li>\n<li>Introduced a better integration with the VideoPress service and the WordPress.com Space-Upgrade option.</li>\n<li>Added support for the blog shortcut icon.</li>\n<li>Minor bug fixing.</li>\n</ul>\n<a href="http://blackberry.wordpress.org/2010/08/25/release-1-4-1/#gallery-1-slideshow">Click to view slideshow.</a>\n<p>The app now supports the following languages:<br />\nEnglish<br />\nItalian<br />\nFinnish [Thanks Apuasi]<br />\nFrench [Thanks Yann Nave]<br />\nIndonesian [Thanks Kate of Pixel Insert]<br />\nGerman [Thanks Frank Wessel]<br />\nPortuguese (Portugal) [Thanks José Fontainhas]<br />\nJapanese [Thanks Nao]<br />\nSpanish [Thanks danivloven]<br />\nColombian Spanish [Thanks Blanca Mancilla]<br />\nPolish [Thanks waclawjacek]</p>\n<p>Interested in translating the app ? Visit <a href="http://translate.wordpress.org/projects">translate.wordpress.org/projects</a>.</p>\n<p>Have questions or feedback that would enhance the app ? Please visit the <a href="http://blackberry.forums.wordpress.org/">WordPress for BlackBerry forums</a>.</p>\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpblackberry.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpblackberry.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpblackberry.wordpress.com/360/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&blog=8247031&post=360&subd=wpblackberry&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Aug 2010 13:55: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:6:"Danilo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"Weblog Tools Collection: WordPress Support Forum All-stars";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8465";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://weblogtoolscollection.com/archives/2010/08/25/wordpress-support-forum-all-stars/";s: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:11720:"<p class="fb-like"></p><p><a href="http://wordpress.org/">WordPress</a> is a powerful blogging platform with a large community volunteering its time to provide support to users in the <a href="http://wordpress.org/support/">WordPress Support Forums</a>.</p>\n<p>Last week, the WordPress Support Forums mailing list presented nominations for the top active support forum volunteers.  These volunteers were nominated for being active on the support forums within the last month and for helping multiple users almost every day on their own free time.  The nominees were then organized by the number of topics they have been involved in since joining the forums to find this year&#8217;s top fifteen.</p>\n<p>If you stopped by the WordPress Support Forums this year, you were probably helped by one of these fifteen volunteers, or you at least got the chance to see them in action.</p>\n<p>Without further delay, here are the top fifteen active WordPress Support Forum volunteers:</p>\n<p><a href="http://quirm.net"><strong>Mel &#8220;esmi&#8221; Pedley</strong></a>: Professional web developer since 2001 with a special interest in CSS, web accessibility and, more recently, all things WordPress. Spent a number of years in a previous life running IT support in the public sector. Old habits die hard. [<a href="http://wordpress.org/support/profile/esmi">forum profile</a>]</p>\n<p><a href="http://golfoutofcontrol.com"><strong>Samuel &#8220;samboll&#8221; Bollinger</strong></a>: I am a landscape architect by trade and am an avid golfer and camper. I originally started using WordPress back in the 1.5.x series for a business site. I became active in the forums when version 2.0 came out. Can&#8217;t remember exactly when I became a mod, but just came to forums one day and saw I was&#8230;thought that was a weird way to do it at the time, but years later and I&#8217;m still here. I use and support WordPress because of the community and transparency of all levels of the WordPress hierarchy. [<a href="http://wordpress.org/support/profile/samboll">forum profile</a>]</p>\n<p><a href="http://www.solo-technology.com/blog/"><strong>Chris &#8220;Chris_K&#8221; Kasten (fka HandySolo)</strong></a>: I&#8217;m Director of Technical Operations by day, an independent consultant by night and experienced in a wide range of technologies. I got involved with WordPress support back in 2005 when I had some questions, found the forum and realized I could answer others&#8217; questions while waiting on my own answers. Volunteered to help clean up mangled forum posts shortly afterward and have been a mod ever since. [<a href="http://wordpress.org/support/profile/handysolo">forum profile</a>]</p>\n<p><a href="http://www.macmanx.com/"><strong>James &#8220;MacManX&#8221; Huff</strong></a>: When I started using WordPress six years ago, I had no clue what a &#8220;server&#8221; was, I though PHP was pronounced ffp, and I think I killed my blog eight times during the first hour. I would never have made it as far as I did without the WordPress Support Forums. Now, I&#8217;m happy to donate my time to help others, just like the forum volunteers from years ago helped me. [<a href="http://wordpress.org/support/profile/macmanx">forum profile</a>]</p>\n<p><a href="http://ottopress.com/"><strong>Otto</strong></a>: I live in Memphis, TN, and make beer in my spare time. I&#8217;ve been doing this sort of thing for about 5 years, and recently got hired by Matt as his &#8220;Tech Ninja&#8221;. So I&#8217;m actually paid to help people out now. [<a href="http://wordpress.org/support/profile/otto42">forum profile</a>]</p>\n<p><a href="http://www.transformationpowertools.com/wordpress"><strong>Michael &#8220;alchymyth&#8221; Stolze</strong></a>: I am a senior scientist, with interests in logic and computing since the early days of &#8220;fortran&#8221; and &#8220;assembler&#8221;. I began using WordPress and visiting the support forum while I was remodeling a website for a friend; and now I am part-time building web sites and WordPress themes. My life&#8217;s motto: &#8220;I am here to help.&#8221; [<a href="http://wordpress.org/support/profile/alchymyth">forum profile</a>]</p>\n<p><a href="http://www.rvoodoo.com"><strong>James &#8220;Rev. Voodoo&#8221; Yeo</strong></a>: I&#8217;ve tried to make my own website since 1993 when I got my first email account in university.  I&#8217;ve hand coded, and I&#8217;ve tried just about every package out there.  WordPress finally made it fun! [<a href="http://wordpress.org/support/profile/rvoodoo">forum profile</a>]</p>\n<p><a href="http://wordpress.org/support/profile/mercime"><strong>mercime</strong></a>: My first WP site was a WPMU 1.2.1 install in 2007 to consolidate all blogs I set up with Greymatter (CGI) in 2002 and self-hosted Blogger sites set up in 2003 under one admin for a church. I believe in the power of giving and giving back. Even though I am neither a coder or programmer, I go to the WP/BP forums and try to help others out where I can. For it is in giving that we receive &#8230; more than we even hope for. [<a href="http://wordpress.org/support/profile/mercime">forum profile</a>]</p>\n<p><a href="http://wordpress.org/support/profile/claytonjames"><strong>Clayton &#8220;ClaytonJames&#8221; James</strong></a>: My involvement with WordPress started after a year-long trial of installing, evaluating and then discarding more than a dozen other blogging and content management systems that just didn&#8217;t live up to my expectations. After only a month with WordPress I knew I had found the right solution. Being involved with support in the forums has taught me almost as much about myself as it has about WordPress. It&#8217;s a pleasure belonging to a support community that&#8217;s always so willing to share its collective patience and knowledge with others. [<a href="http://wordpress.org/support/profile/claytonjames">forum profile</a>]</p>\n<p><a href="http://t31os.wordpress.com"><strong>Mark &#8220;t31os&#8221; Duncan</strong></a>: In my spare time I write hacks, plugins or provide support in the forums for WordPress (it&#8217;s great fun &#8211; generally) and it&#8217;s also nice sharing back what I know about code with the community, there&#8217;s also the satisfying feeling you get when you&#8217;ve helped someone troubleshoot a problem, create a custom hack or add some special functionality to their site (I think we all know that feeling). [<a href="http://wordpress.org/support/profile/t31os_">forum profile</a>]</p>\n<p><a href="http://www.gangleri.nl"><strong>Roy</strong></a>: I used to have an html website, but in April/May 2007 I switched to WordPress. Being unfamiliar with CSS, PHP, XHTML, etc. (and still!) I frequently used the forums to clear things up. After a while I could answer other user&#8217;s more basic questions myself and this is still the case. I just check every once in a while if there are questions that I can answer, because I think it would be a shame if a new user with a simple question would get stuck early in his/her WordPress experience on something (relatively) simple. Also I check the forums frequently because it is usually the first place to learn about large or small hacks, hiccups in the software, etc. [<a href="http://wordpress.org/support/profile/gangleri">forum profile</a>]</p>\n<p><a href="http://ipstenu.org"><strong>Mika A. Epstein</strong></a>: I work for &#8220;the man&#8221; at a large, multi-national bank, but I help with WordPress because the Communist/Socialist in me thinks that if we make the code better, we help make the world better.  WordPress has caused me to master all sorts of bizarre talents I never would have thought possible. It&#8217;s even helped me to be better at my &#8220;real job&#8221; because of the coding ideas I&#8217;ve come across in the WP community.  No one thinks better sideways than the WordPress Devs! [<a href="http://wordpress.org/support/profile/ipstenu">forum profile</a>]</p>\n<p><a href="http://markratledge.com"><strong>Mark &#8220;songdogtech&#8221; Ratledge</strong></a>: I got involved helping out in the WordPress.org forums after I found lots of help there myself. I&#8217;ve been developing WordPress sites for individuals and non-profits for a few years now. As well as working in IT and being a technology journalist, I&#8217;ve been a carpenter, mechanic and have taught university-level English and literature. [<a href="http://wordpress.org/support/profile/songdogtech">forum profile</a>]</p>\n<p><a href="http://www.misthaven.org.uk/blog/"><strong>mrmist</strong></a>: I got into WordPress a few years ago after switching when MoveableType were having something of an identity crisis.  Since then I have been getting more involved with the community, picking up bits of knowledge here and there.  These days I am mostly active around the forums and Codex, and I try my best to submit simple patches to the code base. [<a href="http://wordpress.org/support/profile/mrmist">forum profile</a>]</p>\n<p><a href="http://wpmututorials.com/"><strong>Andrea &#8220;andrea_r&#8221; Rennick</strong></a>: I became a user of WordPress MU a good three years ago &#8211; when it was in pre-beta stage. I was just your typical mom at home, teaching my kids, and I wanted to create a community for other homeschoolers to have blogs all in one location, so we could find &amp; support each other. It took me a month just to get everything running. I was spending so much time in the MU support forum finding answers, eventually I was helping others. [<a href="http://wordpress.org/support/profile/andrea_r">forum profile</a>] (Note: Andrea was <a href="http://mu.wordpress.org/forums/profile/8554">highly active</a> in the WordPress MU Support Forums before they were closed a month ago.)</p>\n<p>No support forum would be complete without moderators.  The following moderators are currently active in the forums and deserve an extra round of applause. Not only are they tasked with keeping the forums organized and free of spam, but most of them are volunteers as well.</p>\n<p><a href="http://blogwaffe.com/">Michael &#8220;mdawaffe&#8221; Adams</a>, <a href="http://losingit.me.uk/">Les &#8220;LesBessant&#8221; Bessant</a>, <a href="http://designsimply.com/">Sheri &#8220;designsimply&#8221; Bigelow</a>, <a href="http://miklb.com/">Michael &#8220;miklb&#8221; Bishop</a>, <a href="http://golfoutofcontrol.com">Samuel &#8220;samboll&#8221; Bollinger</a>, <a href="http://colinger.com/">Brian &#8220;briancolinger&#8221; Colinger</a>, <a href="http://t31os.wordpress.com">Mark &#8220;t31os&#8221; Duncan</a>, <a href="http://www.macmanx.com/">James &#8220;MacManX&#8221; Huff</a>, <a href="http://www.solo-technology.com/blog/">Chris &#8220;Chris_K&#8221; Kasten</a>, <a href="http://www.misthaven.org.uk/blog/">mrmist</a>, <a href="http://www.andrewnacin.com/">Andrew &#8220;nacin&#8221; Nacin</a>, <a href="http://ottopress.com/">Otto</a>, <a href="http://quirm.net">Mel &#8220;esmi&#8221; Pedley</a>, <a href="http://wpmututorials.com/">Andrea &#8220;andrea_r&#8221; Rennick</a>, and <a href="http://profiles.wordpress.org/users/westi">Peter &#8220;westi&#8221; Westwood</a>.</p>\n<p>Obviously, this is just a small sampling of the volunteers providing help on the support forums.  If you ever helped someone on the WordPress Support Forums, give yourself a pat on the back, and keep up the amazing work.  You&#8217;re a part of something that makes WordPress one of the greatest open source blogging platforms.</p>\n<p>If you have ever been helped by one of the volunteers on the WordPress Support Forums, let them know how much you appreciated their help.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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, 25 Aug 2010 13: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:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:49:"WordPress Podcast: First One Blog, Next an Empire";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wp-community.org/?p=701";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/rM6M3RFYYKc/";s: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:2192:"<p><img class="alignright size-full wp-image-722" title="Collis Ta''eed - Envato" src="http://wp-community.org/wp/wp-content/uploads/2010/08/collis-taeed-envato.jpg" alt="Collis Ta''eed - Envato" width="200" height="200" /><a href="http://twitter.com/collis">Collis Ta’eed</a> is a  veteran blogger and co-founded the <a href="http://envato.com/">Envato</a> network of educational sites and marketplaces covering niches like freelancing  and web app’s and much much more. Collis’ network of sites reaches hundreds of  thousands of readers monthly, his marketplaces are responsible for enormous  amounts of income for developers the world over and his tutorial sites are the  hallmark how-to repository for much of the web community.</p><p>Collis joined us today to share with us the mechanics of  growing initial traffic to your blog, differentiating yourself in the market and  monetizing your blog. Listen in to learn more about how to go from freelancer  to business owner.</p><p>In the news:</p><ul><li><a href="http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/">PHP 4 &amp; MySQL 4 reach end of life</a></li><li>Keep up with upcoming <a href="http://central.wordcamp.org/">WordCamps</a> in your area</li><li>Matt Mullenweg has released many of his <a href="http://ma.tt/2010/08/new-themes/">previous themes</a> (with great photo  gallery implementations)</li></ul><p>Plugin picks of the week:</p><ul><li><a href="http://wordpress.org/extend/plugins/posts-to-posts/">Posts 2 Posts</a> – Create  relationships between posts of different types.</li><li><a href="http://codecanyon.net/item/events-calendar-pro-wordpress-premium-plugin/109301">Events  Calendar Pro</a> – Rapidly create and manage events</li><li><a href="http://www.whydowork.com/blog/whydowork-adsense-plugin/">WhyDoWork</a> –  Insert AdSense into your blog without modifying templates</li><li><a href="http://www.social-ink.net/blog/yphplista-an-ajax-wordpress-plugin-for-phplist-integration">yphplista</a> – An AJAX WordPress plugin for <a href="http://www.phplist.com/">PHPlist</a> integration</li></ul> <img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/rM6M3RFYYKc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Aug 2010 06:22:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:78:"Weblog Tools Collection: 300,000 Biggest Websites, Visualized With Their Icons";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8475";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"http://weblogtoolscollection.com/archives/2010/08/24/300000-biggest-websites-visualized-with-their-icons/";s: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:639:"<p class="fb-like"></p><p><a href="http://gizmodo.com/5620681/">The 300,000 Biggest Websites, Visualized With Their Icons</a>: Gizmodo had an interesting post today about a chart/image that contains the favicons of the 300,000 most trafficked websites on the Interwebs. I thought the <a href="http://nmap.org/favicon/">interactive version</a> was interesting and found Weblog Tools Collection completely hidden right under the lower left corner of the Blogger icon. The traffic data came from Alexa and it was put together by <a href="http://nmap.org">Nmap</a>.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Tue, 24 Aug 2010 23:41: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: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: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:18:"Matt: Sync Privacy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=35509";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:34:"http://ma.tt/2010/08/sync-privacy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:664:"<div class="blockquote"><blockquote><p>Sync took a different tack, and started off with “what if we didn’t want the data? What if even having that data was a failure state?” That led us to cryptography. Sync uses strong crypto to encode your data before it is uploaded. The secret phrase is the key to this encryption, and we never send that anywhere to keep your data secure. This really means that Mozilla can’t see your data, giving you full control. (Which is great, because we really don’t want it!)</p></blockquote></div>\n<p>via <a href="http://mozillalabs.com/sync/2010/08/24/sync-in-firefox-4-beta/">Mike Connor » Sync in Firefox 4 Beta</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, 24 Aug 2010 22:58: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Matt: Happiness Team in Lisbon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=35346";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/happiness-team-in-lisbon/";s: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:38070:"<p>Exploring Lisbon and Estoril with Automattic&#8217;s Happiness team, who had been having a meetup there.</p>\n<p><span id="more-35346"></span></p>\n\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0711-2/#image" title="MCM_0711"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0711-195x129.jpg" class="attachment-thumbnail" alt="MCM_0711" title="MCM_0711" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0712-3/#image" title="MCM_0712"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0712-195x129.jpg" class="attachment-thumbnail" alt="MCM_0712" title="MCM_0712" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0715-4/#image" title="MCM_0715"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0715-195x129.jpg" class="attachment-thumbnail" alt="MCM_0715" title="MCM_0715" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0716/#image" title="MCM_0716"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0716-139x210.jpg" class="attachment-thumbnail" alt="MCM_0716" title="MCM_0716" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0718-3/#image" title="MCM_0718"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0718-195x129.jpg" class="attachment-thumbnail" alt="MCM_0718" title="MCM_0718" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0720-2/#image" title="MCM_0720"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0720-139x210.jpg" class="attachment-thumbnail" alt="MCM_0720" title="MCM_0720" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0721-2/#image" title="MCM_0721"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0721-139x210.jpg" class="attachment-thumbnail" alt="MCM_0721" title="MCM_0721" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0724-2/#image" title="MCM_0724"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0724-195x129.jpg" class="attachment-thumbnail" alt="MCM_0724" title="MCM_0724" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0726-4/#image" title="MCM_0726"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0726-195x129.jpg" class="attachment-thumbnail" alt="MCM_0726" title="MCM_0726" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0729-2/#image" title="MCM_0729"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0729-195x129.jpg" class="attachment-thumbnail" alt="MCM_0729" title="MCM_0729" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0730-3/#image" title="MCM_0730"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0730-195x129.jpg" class="attachment-thumbnail" alt="MCM_0730" title="MCM_0730" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0731-2/#image" title="MCM_0731"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0731-195x129.jpg" class="attachment-thumbnail" alt="MCM_0731" title="MCM_0731" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0732-2/#image" title="MCM_0732"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0732-195x129.jpg" class="attachment-thumbnail" alt="MCM_0732" title="MCM_0732" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0734-3/#image" title="MCM_0734"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0734-195x129.jpg" class="attachment-thumbnail" alt="MCM_0734" title="MCM_0734" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0735-4/#image" title="MCM_0735"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0735-195x129.jpg" class="attachment-thumbnail" alt="MCM_0735" title="MCM_0735" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0739/#image" title="MCM_0739"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0739-195x129.jpg" class="attachment-thumbnail" alt="MCM_0739" title="MCM_0739" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0742-2/#image" title="MCM_0742"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0742-195x129.jpg" class="attachment-thumbnail" alt="MCM_0742" title="MCM_0742" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0744-2/#image" title="MCM_0744"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0744-139x210.jpg" class="attachment-thumbnail" alt="MCM_0744" title="MCM_0744" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0747-2/#image" title="MCM_0747"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0747-195x129.jpg" class="attachment-thumbnail" alt="MCM_0747" title="MCM_0747" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0749-2/#image" title="MCM_0749"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0749-139x210.jpg" class="attachment-thumbnail" alt="MCM_0749" title="MCM_0749" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0750-2/#image" title="MCM_0750"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0750-195x129.jpg" class="attachment-thumbnail" alt="MCM_0750" title="MCM_0750" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0751-4/#image" title="MCM_0751"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0751-139x210.jpg" class="attachment-thumbnail" alt="MCM_0751" title="MCM_0751" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0752-2/#image" title="MCM_0752"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0752-195x129.jpg" class="attachment-thumbnail" alt="MCM_0752" title="MCM_0752" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0754/#image" title="MCM_0754"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0754-195x129.jpg" class="attachment-thumbnail" alt="MCM_0754" title="MCM_0754" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0756/#image" title="MCM_0756"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0756-195x129.jpg" class="attachment-thumbnail" alt="MCM_0756" title="MCM_0756" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0760-2/#image" title="MCM_0760"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0760-195x129.jpg" class="attachment-thumbnail" alt="MCM_0760" title="MCM_0760" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0762/#image" title="MCM_0762"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0762-195x129.jpg" class="attachment-thumbnail" alt="MCM_0762" title="MCM_0762" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0767-2/#image" title="MCM_0767"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0767-139x210.jpg" class="attachment-thumbnail" alt="MCM_0767" title="MCM_0767" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0768/#image" title="MCM_0768"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0768-195x129.jpg" class="attachment-thumbnail" alt="MCM_0768" title="MCM_0768" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0770/#image" title="MCM_0770"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0770-195x129.jpg" class="attachment-thumbnail" alt="MCM_0770" title="MCM_0770" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0771-3/#image" title="MCM_0771"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0771-195x129.jpg" class="attachment-thumbnail" alt="MCM_0771" title="MCM_0771" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0776/#image" title="MCM_0776"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0776-139x210.jpg" class="attachment-thumbnail" alt="MCM_0776" title="MCM_0776" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0779/#image" title="MCM_0779"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0779-195x129.jpg" class="attachment-thumbnail" alt="MCM_0779" title="MCM_0779" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0783-2/#image" title="MCM_0783"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0783-195x129.jpg" class="attachment-thumbnail" alt="Clouds in sunglasses" title="MCM_0783" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0784-2/#image" title="MCM_0784"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0784-195x129.jpg" class="attachment-thumbnail" alt="MCM_0784" title="MCM_0784" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0786-2/#image" title="MCM_0786"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0786-195x129.jpg" class="attachment-thumbnail" alt="MCM_0786" title="MCM_0786" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0788-3/#image" title="MCM_0788"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0788-195x129.jpg" class="attachment-thumbnail" alt="MCM_0788" title="MCM_0788" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0789-4/#image" title="MCM_0789"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0789-195x129.jpg" class="attachment-thumbnail" alt="MCM_0789" title="MCM_0789" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0790-3/#image" title="MCM_0790"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0790-195x129.jpg" class="attachment-thumbnail" alt="MCM_0790" title="MCM_0790" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0792-2/#image" title="MCM_0792"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0792-195x129.jpg" class="attachment-thumbnail" alt="MCM_0792" title="MCM_0792" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0794-3/#image" title="MCM_0794"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0794-139x210.jpg" class="attachment-thumbnail" alt="MCM_0794" title="MCM_0794" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0799/#image" title="MCM_0799"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0799-195x129.jpg" class="attachment-thumbnail" alt="MCM_0799" title="MCM_0799" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0800/#image" title="MCM_0800"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0800-139x210.jpg" class="attachment-thumbnail" alt="MCM_0800" title="MCM_0800" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0804-3/#image" title="MCM_0804"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0804-195x129.jpg" class="attachment-thumbnail" alt="MCM_0804" title="MCM_0804" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0807-2/#image" title="MCM_0807"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0807-139x210.jpg" class="attachment-thumbnail" alt="MCM_0807" title="MCM_0807" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0810-2/#image" title="MCM_0810"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0810-195x129.jpg" class="attachment-thumbnail" alt="MCM_0810" title="MCM_0810" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0816-4/#image" title="MCM_0816"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0816-195x129.jpg" class="attachment-thumbnail" alt="MCM_0816" title="MCM_0816" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0818-2/#image" title="MCM_0818"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0818-195x129.jpg" class="attachment-thumbnail" alt="MCM_0818" title="MCM_0818" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0821-3/#image" title="MCM_0821"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0821-195x129.jpg" class="attachment-thumbnail" alt="MCM_0821" title="MCM_0821" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0822-3/#image" title="MCM_0822"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0822-195x129.jpg" class="attachment-thumbnail" alt="MCM_0822" title="MCM_0822" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0826-2/#image" title="MCM_0826"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0826-195x129.jpg" class="attachment-thumbnail" alt="MCM_0826" title="MCM_0826" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0827/#image" title="MCM_0827"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0827-195x129.jpg" class="attachment-thumbnail" alt="MCM_0827" title="MCM_0827" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0829/#image" title="MCM_0829"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0829-195x129.jpg" class="attachment-thumbnail" alt="MCM_0829" title="MCM_0829" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0831-3/#image" title="MCM_0831"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0831-139x210.jpg" class="attachment-thumbnail" alt="MCM_0831" title="MCM_0831" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0832/#image" title="MCM_0832"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0832-195x129.jpg" class="attachment-thumbnail" alt="MCM_0832" title="MCM_0832" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0833-2/#image" title="MCM_0833"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0833-195x129.jpg" class="attachment-thumbnail" alt="MCM_0833" title="MCM_0833" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0834-3/#image" title="MCM_0834"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0834-139x210.jpg" class="attachment-thumbnail" alt="MCM_0834" title="MCM_0834" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0835-2/#image" title="MCM_0835"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0835-139x210.jpg" class="attachment-thumbnail" alt="MCM_0835" title="MCM_0835" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0836-2/#image" title="MCM_0836"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0836-139x210.jpg" class="attachment-thumbnail" alt="MCM_0836" title="MCM_0836" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0837/#image" title="MCM_0837"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0837-195x129.jpg" class="attachment-thumbnail" alt="MCM_0837" title="MCM_0837" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0840-3/#image" title="MCM_0840"><img width="195" height="127" src="http://s.ma.tt/files/2010/08/MCM_0840-195x127.jpg" class="attachment-thumbnail" alt="MCM_0840" title="MCM_0840" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0842-3/#image" title="MCM_0842"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0842-139x210.jpg" class="attachment-thumbnail" alt="MCM_0842" title="MCM_0842" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0843-2/#image" title="MCM_0843"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0843-139x210.jpg" class="attachment-thumbnail" alt="MCM_0843" title="MCM_0843" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0844/#image" title="MCM_0844"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0844-195x129.jpg" class="attachment-thumbnail" alt="MCM_0844" title="MCM_0844" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0851-3/#image" title="MCM_0851"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0851-195x129.jpg" class="attachment-thumbnail" alt="Skater boy" title="MCM_0851" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0855-2/#image" title="MCM_0855"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0855-195x129.jpg" class="attachment-thumbnail" alt="MCM_0855" title="MCM_0855" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0856-3/#image" title="MCM_0856"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0856-195x129.jpg" class="attachment-thumbnail" alt="MCM_0856" title="MCM_0856" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0859-2/#image" title="MCM_0859"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0859-195x129.jpg" class="attachment-thumbnail" alt="MCM_0859" title="MCM_0859" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0860-3/#image" title="MCM_0860"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0860-195x129.jpg" class="attachment-thumbnail" alt="MCM_0860" title="MCM_0860" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0861-2/#image" title="MCM_0861"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0861-139x210.jpg" class="attachment-thumbnail" alt="MCM_0861" title="MCM_0861" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0862/#image" title="MCM_0862"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0862-195x129.jpg" class="attachment-thumbnail" alt="MCM_0862" title="MCM_0862" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0863-2/#image" title="MCM_0863"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0863-195x129.jpg" class="attachment-thumbnail" alt="MCM_0863" title="MCM_0863" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0864-3/#image" title="MCM_0864"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0864-195x129.jpg" class="attachment-thumbnail" alt="MCM_0864" title="MCM_0864" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0865/#image" title="MCM_0865"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0865-195x129.jpg" class="attachment-thumbnail" alt="MCM_0865" title="MCM_0865" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0866-2/#image" title="MCM_0866"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0866-195x129.jpg" class="attachment-thumbnail" alt="MCM_0866" title="MCM_0866" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0867-2/#image" title="MCM_0867"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0867-195x129.jpg" class="attachment-thumbnail" alt="MCM_0867" title="MCM_0867" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0869-2/#image" title="MCM_0869"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0869-139x210.jpg" class="attachment-thumbnail" alt="MCM_0869" title="MCM_0869" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0871/#image" title="MCM_0871"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0871-139x210.jpg" class="attachment-thumbnail" alt="MCM_0871" title="MCM_0871" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0873-2/#image" title="MCM_0873"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0873-195x129.jpg" class="attachment-thumbnail" alt="MCM_0873" title="MCM_0873" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0879/#image" title="MCM_0879"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0879-195x129.jpg" class="attachment-thumbnail" alt="MCM_0879" title="MCM_0879" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0882-2/#image" title="MCM_0882"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0882-195x129.jpg" class="attachment-thumbnail" alt="MCM_0882" title="MCM_0882" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0884/#image" title="MCM_0884"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0884-139x210.jpg" class="attachment-thumbnail" alt="MCM_0884" title="MCM_0884" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0886-2/#image" title="MCM_0886"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0886-195x129.jpg" class="attachment-thumbnail" alt="MCM_0886" title="MCM_0886" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0888-2/#image" title="MCM_0888"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0888-195x129.jpg" class="attachment-thumbnail" alt="MCM_0888" title="MCM_0888" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0889-2/#image" title="MCM_0889"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0889-195x129.jpg" class="attachment-thumbnail" alt="MCM_0889" title="MCM_0889" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0890-4/#image" title="MCM_0890"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0890-195x129.jpg" class="attachment-thumbnail" alt="MCM_0890" title="MCM_0890" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0892-3/#image" title="MCM_0892"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0892-195x129.jpg" class="attachment-thumbnail" alt="MCM_0892" title="MCM_0892" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0894-3/#image" title="MCM_0894"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0894-195x129.jpg" class="attachment-thumbnail" alt="MCM_0894" title="MCM_0894" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0895-4/#image" title="MCM_0895"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0895-195x129.jpg" class="attachment-thumbnail" alt="MCM_0895" title="MCM_0895" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0899-4/#image" title="MCM_0899"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0899-195x129.jpg" class="attachment-thumbnail" alt="MCM_0899" title="MCM_0899" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0902-3/#image" title="MCM_0902"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0902-195x129.jpg" class="attachment-thumbnail" alt="MCM_0902" title="MCM_0902" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0912-2/#image" title="MCM_0912"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0912-195x129.jpg" class="attachment-thumbnail" alt="MCM_0912" title="MCM_0912" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0913-3/#image" title="MCM_0913"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0913-139x210.jpg" class="attachment-thumbnail" alt="MCM_0913" title="MCM_0913" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0915-4/#image" title="MCM_0915"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0915-195x129.jpg" class="attachment-thumbnail" alt="MCM_0915" title="MCM_0915" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0916/#image" title="MCM_0916"><img width="195" height="128" src="http://s.ma.tt/files/2010/08/MCM_0916-195x128.jpg" class="attachment-thumbnail" alt="MCM_0916" title="MCM_0916" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0917-3/#image" title="MCM_0917"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0917-195x129.jpg" class="attachment-thumbnail" alt="MCM_0917" title="MCM_0917" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0918-3/#image" title="MCM_0918"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0918-195x129.jpg" class="attachment-thumbnail" alt="MCM_0918" title="MCM_0918" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0919-2/#image" title="MCM_0919"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0919-139x210.jpg" class="attachment-thumbnail" alt="MCM_0919" title="MCM_0919" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0920-3/#image" title="MCM_0920"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0920-195x129.jpg" class="attachment-thumbnail" alt="MCM_0920" title="MCM_0920" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0922-3/#image" title="MCM_0922"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0922-195x129.jpg" class="attachment-thumbnail" alt="MCM_0922" title="MCM_0922" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0924-3/#image" title="MCM_0924"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0924-139x210.jpg" class="attachment-thumbnail" alt="MCM_0924" title="MCM_0924" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0926/#image" title="MCM_0926"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0926-195x129.jpg" class="attachment-thumbnail" alt="MCM_0926" title="MCM_0926" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0927/#image" title="MCM_0927"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0927-195x129.jpg" class="attachment-thumbnail" alt="MCM_0927" title="MCM_0927" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0928-4/#image" title="MCM_0928"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0928-195x129.jpg" class="attachment-thumbnail" alt="MCM_0928" title="MCM_0928" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0931-4/#image" title="MCM_0931"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0931-195x129.jpg" class="attachment-thumbnail" alt="MCM_0931" title="MCM_0931" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0934-3/#image" title="MCM_0934"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0934-195x129.jpg" class="attachment-thumbnail" alt="MCM_0934" title="MCM_0934" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0938-3/#image" title="MCM_0938"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0938-195x129.jpg" class="attachment-thumbnail" alt="MCM_0938" title="MCM_0938" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0941/#image" title="MCM_0941"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0941-195x129.jpg" class="attachment-thumbnail" alt="MCM_0941" title="MCM_0941" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0943/#image" title="MCM_0943"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0943-195x129.jpg" class="attachment-thumbnail" alt="MCM_0943" title="MCM_0943" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0944-4/#image" title="MCM_0944"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0944-195x129.jpg" class="attachment-thumbnail" alt="MCM_0944" title="MCM_0944" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0947-2/#image" title="MCM_0947"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0947-195x129.jpg" class="attachment-thumbnail" alt="Mojito" title="MCM_0947" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0954-2/#image" title="MCM_0954"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0954-195x129.jpg" class="attachment-thumbnail" alt="MCM_0954" title="MCM_0954" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0955-3/#image" title="MCM_0955"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0955-195x129.jpg" class="attachment-thumbnail" alt="MCM_0955" title="MCM_0955" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0957-4/#image" title="MCM_0957"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0957-195x129.jpg" class="attachment-thumbnail" alt="MCM_0957" title="MCM_0957" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0958-3/#image" title="MCM_0958"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0958-195x129.jpg" class="attachment-thumbnail" alt="MCM_0958" title="MCM_0958" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0960-2/#image" title="MCM_0960"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0960-195x129.jpg" class="attachment-thumbnail" alt="MCM_0960" title="MCM_0960" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0964-2/#image" title="MCM_0964"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0964-195x129.jpg" class="attachment-thumbnail" alt="MCM_0964" title="MCM_0964" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0969/#image" title="MCM_0969"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0969-195x129.jpg" class="attachment-thumbnail" alt="MCM_0969" title="MCM_0969" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0970-2/#image" title="MCM_0970"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0970-195x129.jpg" class="attachment-thumbnail" alt="MCM_0970" title="MCM_0970" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0972-2/#image" title="MCM_0972"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0972-195x129.jpg" class="attachment-thumbnail" alt="MCM_0972" title="MCM_0972" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0973-2/#image" title="MCM_0973"><img width="137" height="210" src="http://s.ma.tt/files/2010/08/MCM_0973-137x210.jpg" class="attachment-thumbnail" alt="MCM_0973" title="MCM_0973" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0974-3/#image" title="MCM_0974"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0974-139x210.jpg" class="attachment-thumbnail" alt="MCM_0974" title="MCM_0974" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0975-3/#image" title="MCM_0975"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0975-195x129.jpg" class="attachment-thumbnail" alt="MCM_0975" title="MCM_0975" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0976-3/#image" title="MCM_0976"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0976-195x129.jpg" class="attachment-thumbnail" alt="MCM_0976" title="MCM_0976" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0978-3/#image" title="MCM_0978"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0978-195x129.jpg" class="attachment-thumbnail" alt="MCM_0978" title="MCM_0978" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0981-3/#image" title="MCM_0981"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0981-195x129.jpg" class="attachment-thumbnail" alt="MCM_0981" title="MCM_0981" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0984-3/#image" title="MCM_0984"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0984-195x129.jpg" class="attachment-thumbnail" alt="MCM_0984" title="MCM_0984" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0990-3/#image" title="MCM_0990"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0990-195x129.jpg" class="attachment-thumbnail" alt="MCM_0990" title="MCM_0990" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0991-2/#image" title="MCM_0991"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0991-195x129.jpg" class="attachment-thumbnail" alt="MCM_0991" title="MCM_0991" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0992-3/#image" title="MCM_0992"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0992-195x129.jpg" class="attachment-thumbnail" alt="MCM_0992" title="MCM_0992" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_0995-2/#image" title="MCM_0995"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0995-195x129.jpg" class="attachment-thumbnail" alt="MCM_0995" title="MCM_0995" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1001-2/#image" title="MCM_1001"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1001-195x129.jpg" class="attachment-thumbnail" alt="MCM_1001" title="MCM_1001" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1014/#image" title="MCM_1014"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1014-195x129.jpg" class="attachment-thumbnail" alt="MCM_1014" title="MCM_1014" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1024-3/#image" title="MCM_1024"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1024-195x129.jpg" class="attachment-thumbnail" alt="MCM_1024" title="MCM_1024" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1034/#image" title="MCM_1034"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1034-195x129.jpg" class="attachment-thumbnail" alt="MCM_1034" title="MCM_1034" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1057-3/#image" title="MCM_1057"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1057-195x129.jpg" class="attachment-thumbnail" alt="MCM_1057" title="MCM_1057" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1063/#image" title="MCM_1063"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1063-195x129.jpg" class="attachment-thumbnail" alt="MCM_1063" title="MCM_1063" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1068-2/#image" title="MCM_1068"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1068-195x129.jpg" class="attachment-thumbnail" alt="MCM_1068" title="MCM_1068" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1070-2/#image" title="MCM_1070"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1070-195x129.jpg" class="attachment-thumbnail" alt="MCM_1070" title="MCM_1070" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1074-3/#image" title="MCM_1074"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1074-195x129.jpg" class="attachment-thumbnail" alt="MCM_1074" title="MCM_1074" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1078-2/#image" title="MCM_1078"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1078-195x129.jpg" class="attachment-thumbnail" alt="MCM_1078" title="MCM_1078" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1088-3/#image" title="MCM_1088"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1088-195x129.jpg" class="attachment-thumbnail" alt="MCM_1088" title="MCM_1088" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1099-2/#image" title="MCM_1099"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1099-195x129.jpg" class="attachment-thumbnail" alt="MCM_1099" title="MCM_1099" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1102-2/#image" title="MCM_1102"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1102-195x129.jpg" class="attachment-thumbnail" alt="MCM_1102" title="MCM_1102" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1106-3/#image" title="MCM_1106"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1106-195x129.jpg" class="attachment-thumbnail" alt="MCM_1106" title="MCM_1106" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1111-2/#image" title="MCM_1111"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1111-195x129.jpg" class="attachment-thumbnail" alt="MCM_1111" title="MCM_1111" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1118-3/#image" title="MCM_1118"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_1118-139x210.jpg" class="attachment-thumbnail" alt="MCM_1118" title="MCM_1118" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1121-2/#image" title="MCM_1121"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_1121-139x210.jpg" class="attachment-thumbnail" alt="MCM_1121" title="MCM_1121" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1123-3/#image" title="MCM_1123"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1123-195x129.jpg" class="attachment-thumbnail" alt="MCM_1123" title="MCM_1123" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1196/#image" title="MCM_1196"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1196-195x129.jpg" class="attachment-thumbnail" alt="MCM_1196" title="MCM_1196" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1197-2/#image" title="MCM_1197"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1197-195x129.jpg" class="attachment-thumbnail" alt="MCM_1197" title="MCM_1197" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1238/#image" title="MCM_1238"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1238-195x129.jpg" class="attachment-thumbnail" alt="MCM_1238" title="MCM_1238" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1242-2/#image" title="MCM_1242"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1242-195x129.jpg" class="attachment-thumbnail" alt="MCM_1242" title="MCM_1242" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1245-2/#image" title="MCM_1245"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1245-195x129.jpg" class="attachment-thumbnail" alt="MCM_1245" title="MCM_1245" /></a>\n<a href="http://ma.tt/2010/08/happiness-team-in-lisbon/mcm_1253/#image" title="MCM_1253"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_1253-195x129.jpg" class="attachment-thumbnail" alt="MCM_1253" title="MCM_1253" /></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:"Tue, 24 Aug 2010 19:45: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: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:40:"Donncha: WIP: the Super Cache admin page";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89495961";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://ocaoimh.ie/wip-super-cache-admin-page/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1334:"<p><img class="aligncenter size-full wp-image-89495964" title="WP Super Cache Admin Page" src="http://ocaoimh.ie/wp-content/uploads/2010/08/Picture-34.png" alt="" width="596" height="256" /></p>\n<p>A small update, I&#8217;m slowly working through the WP Super Cache admin page in an effort to make it better. You can in fact download the <a href="http://wordpress.org/extend/plugins/wp-super-cache/download/">development version</a> if you want to follow along.</p>\n<p>What you see above is my first pass. An effort to make the first options section match the look and feel of the standard Settings pages in WordPress. It&#8217;s all likely to be mixed around and moved about before the next release, so please, dig in and lend a hand!</p>\n<p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/wp-super-cache-0-9-6-1/" rel="bookmark" title="Permanent Link: WP Super Cache 0.9.6.1">WP Super Cache 0.9.6.1</a></li><li><a href="http://ocaoimh.ie/wp-super-cache-083-speedy/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.3 &#8220;Speedy&#8221;">WP Super Cache 0.8.3 &#8220;Speedy&#8221;</a></li><li><a href="http://ocaoimh.ie/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li></ul></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, 24 Aug 2010 17: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: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: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:85:"WP Android: WordPress for Android 1.3.4: Wonky Bugs Fixed & New Comment Feature Added";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"http://android.wordpress.org/?p=295";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:111:"http://android.wordpress.org/2010/08/24/wordpress-for-android-1-3-4-wonky-bugs-fixed-new-comment-feature-added/";s: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:3838:"<p>Huzzah! Today we&#8217;ve released a new spiffed-up WordPress for Android app, which not only runs better but also has a cool new comment notification feature.  And as we toast our latest work, we must also give all of you a huge thanks &#8212; your feedback has been critical to helping us improve the app.</p>\n<p>*update August 25th* &#8211; Turns out that the post view fix wasn&#8217;t working so well on non Froyo devices.  We found the fix for that and released version 1.3.5 this morning.</p>\n<p>First, let&#8217;s look at the handy new comment changes:</p>\n<p><a href="http://wpandroid.files.wordpress.com/2010/08/notification.jpg"><img class="alignright size-full wp-image-312" title="notification" src="http://wpandroid.files.wordpress.com/2010/08/notification.jpg?w=320&#038;h=124" alt="" width="320" height="124" /></a>Now, when you get a new comment, you&#8217;ll see the actual text of the comment in the Android notification bar. Also, when you select the comment notification to moderate the comment, it will now be there instantly in the Comments view instead of requiring you to refresh.</p>\n<p>And here are the bugs fixed in WordPress for Android 1.3.4:</p>\n<ul>\n<li>A login prompt now asks you to input your password again if you happened to have changed it from the last time you used the app.</li>\n<li>Previewing a blog post should now work better and be more stable.</li>\n<li>Multi-language support is improved, long strings of text won&#8217;t make the interface break.</li>\n<li>The image uploader no longer occasionally crashes when dealing with very large images (&gt;8Mb).</li>\n<li>When editing a blog post, extra paragraph HTML tags will no longer be randomly added, which was happening sporadically.</li>\n<li>The option to turn off the Mobile Theme will no longer randomly disappear.</li>\n<li>The app will no longer unexpectedly crash if the data  connection type changed during a process. (Switching from, say WiFi to a  3G network should now not make the app crash.)</li>\n</ul>\n<p>So that&#8217;s about it. If you ever notice anything wonky in the app, feel free to submit a bug  report to the WordPress for Android Trac, available here: <a href="http://android.trac.wordpress.org/">android.trac.wordpress.org</a>. Thank you and enjoy!</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpandroid.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpandroid.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpandroid.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=android.wordpress.org&blog=9426921&post=295&subd=wpandroid&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Aug 2010 15:46: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:5:"Isaac";s: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 08/24";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8462";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/24/wordpress-plugin-releases-for-0824-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:1665:"<p class="fb-like"></p><h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/back-list/"><strong>Back List</strong></a> adds Whitelist and Blacklist options for Trackbacks and Pingbacks as well as the option to auto-accept Trackbacks from your own blog.</p>\n<p><a href="http://wordpress.org/extend/plugins/ip-ban/"><strong>IP Ban</strong></a> returns &#8216;Page Not Found&#8217; 404 error message for IP&#8217;s visiting your blog specified in the IP Ban option on the Discussion Options page.</p>\n<p><a href="http://scribu.net/wordpress/press-this-reloaded"><strong>Press This Reloaded</strong></a> provides the Press This bookmarklet with all the functionality of the regular Add New Post screen.</p>\n<p><a href="http://www.mattmcbrien.com/wpsimpleweather/"><strong>WP SimpleWeather</strong></a> allows you to quickly and easily display the current weather at any location you enter using the Yahoo! Weather API.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://akismet.com/"><strong>Akismet</strong></a> checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blog&#8217;s &#8220;Comments&#8221; admin screen.</p>\n<p><a href="http://dukapress.org/"><strong>DukaPress</strong></a> can be used to build online shops quickly and easily. It is built to be both simple and elegant yet powerful and scalable.</p>\n<p><a href="http://pento.net/projects/wordpress-job-manager-plugin/"><strong>Job Manager</strong></a> allows you to manage job lists and job applications on your WordPress site.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Tue, 24 Aug 2010 13:00:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:54:"Gravatar: Thunderbird Extension Lets You Add Gravatars";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://blog.gravatar.com/?p=247";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://blog.gravatar.com/2010/08/24/thunderbird-extension/";s: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:2618:"<p>By downloading the &#8220;<a href="https://addons.mozilla.org/en-US/thunderbird/addon/58034/?src=api" target="_blank">Display Contact Photo</a>&#8221; extension from Thunderbird, you can now view Gravatars, creating a personalized touch to all your email messages:</p>\n<p><img class="alignnone size-full wp-image-258" title="Tbird-Gravatar" src="http://gravatar.files.wordpress.com/2010/08/tbird-gravatar.jpg?w=570&#038;h=147" alt="" width="570" height="147" /></p>\n<p><strong>How to Install </strong></p>\n<p>To set this up, first follow the download and installation directions found on the extension page above.</p>\n<p>Then, to specifically enable Gravatars, follow these steps:</p>\n<p>1. Go to Tools &gt; Add-ons &gt; Extensions. Click &#8220;Options.&#8221;</p>\n<p>2. Open the &#8220;Remote photos&#8221; tab and click &#8220;enable Gravatars.&#8221;</p>\n<p>3. Go to the &#8220;General Settings&#8221; tab and in the &#8220;Choose a default photo&#8221; drop-down menu, select &#8220;Gravatar.&#8221; Click &#8220;OK.&#8221;</p>\n<p>4. You&#8217;re all set. Enjoy!</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=247&subd=gravatar&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Aug 2010 12:41: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:11:"Joy Victory";s: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:59:"Weblog Tools Collection: Regarding Plugin and Theme Digests";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8457";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/23/regarding-plugin-and-theme-digests/";s: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:2464:"<p class="fb-like"></p><p>You&#8217;ve just spent countless hours on your latest and greatest <a href="http://wordpress.org/">WordPress</a> plugin and theme, and you want the world to know about it.  Well, we want to help!  I&#8217;m sure that you&#8217;ve all noticed the plugin and theme digests published here every other day, and it&#8217;s not too difficult to be a part of them.  Sure, we all recommend that you submit your work of art to <a href="http://wordpress.org/extend/plugins/">the official plugin</a> and <a href="http://wordpress.org/extend/themes/">theme directories</a>, but it normally takes a few days for these directories to be updated.  Why not announce it here as soon as you&#8217;re done?  We&#8217;ve made it easy to do just that.</p>\n<p>If you want to share your latest and greatest WordPress plugin and theme with us, stop by the <a href="http://weblogtoolscollection.com/news/forum/new-wordpress-plugins">New WordPress Plugins</a> and <a href="http://weblogtoolscollection.com/news/forum/new-wordpress-themes">New WordPress Themes</a> forums and simply post a new topic via the form at the bottom of the page, or email submissions (at) wltc (dot) net with either &#8220;[New/Updated Plugin Submission] plugin name&#8221; or &#8220;[New/Updated Theme Submission] theme name&#8221; in the subject.</p>\n<p>Before submitting, your plugin or theme must be available for free, licensed under the <a href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GPL</a>, and free of sponsored links and advertisements.  With all submissions, please include the name of the plugin or theme, the license, a link to a product info page (this could be a blog post, page, WordPress plugin/theme directory listing, etc), and a screenshot (if available).  We hate having to turn down plugins and themes simply because they provide nothing more than a direct download link to a third-party file sharing/storage service, but we feel that our readers deserve a bit more than that.</p>\n<p>For the benefit of our readers, all plugins and themes are confirmed to work with the latest version of WordPress and certified to be free of sponsored links and advertisements, viruses, and other common exploits before being accepted as part of the next digest.</p>\n<p>We encourage you to share your latest and greatest plugins and themes with us, and we appreciate your cooperation!</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Mon, 23 Aug 2010 10:00: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:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:24:"Matt: Leo Loves Blogging";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=35344";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/leo-loves-blogging/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:159:"<p><a href="http://leoville.com/buzz-kill">Buzz Kill</a>, where Leo Laporte describes the re-ignition of his love affair with blogging over micro-blogging.</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, 22 Aug 2010 20:02: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: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: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:59:"Weblog Tools Collection: WordPress Theme Releases for 08/22";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8446";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/22/wordpress-theme-releases-for-0822-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:2664:"<p class="fb-like"></p><p><img class="alignnone size-full wp-image-8447" title="BT Extended" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/btextended.jpg" alt="bt extended" width="150" height="117" /></p>\n<p><a href="http://3oneseven.com/18/blogging-times-version2-wordpress-theme/"><strong>BT Extended</strong></a> is a spruced newspaper style theme, with a clean sleek white look built on Thematic framework &amp; grid system.</p>\n<p><img class="alignnone size-full wp-image-8448" title="DocOut Black" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/docoutblack.jpg" alt="docout black" width="150" height="110" /></p>\n<p><a href="http://docout.designsinweb.com/child-themes/docout-black/"><strong>DocOut Black</strong></a> will improve your search engine results by giving your web pages a search engine friendly document outline.</p>\n<p><img class="alignnone size-full wp-image-8449" title="Leather" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/leather.jpg" alt="leather" width="150" height="97" /></p>\n<p><a href="http://legendthemes.com/2010/08/13/leather-a-free-wordpress-theme/"><strong>Leather</strong></a> is a unique and texture rich design with featured images and a simple options page.</p>\n<p><img class="alignnone size-full wp-image-8450" title="Matala" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/matala.jpg" alt="matala" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/matala"><strong>Matala</strong></a> is the theme from ma.tt circa 2008.</p>\n<p><img class="alignnone size-full wp-image-8451" title="Mazeld" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/mazeld.jpg" alt="mazeld" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/mazeld"><strong>Mazeld</strong></a> is the theme from photomatt.net circa 2005.</p>\n<p><img class="alignnone size-full wp-image-8452" title="StoneHenge" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/stonehenge.jpg" alt="stonehenge" width="150" height="112" /></p>\n<p><a href="http://themio.net/"><strong>StoneHenge</strong></a> is a beautifully crafted two column WordPress 3 ready theme.</p>\n<p><img class="alignnone size-full wp-image-8453" title="The Twin" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/thetwin.jpg" alt="the twin" width="150" height="123" /></p>\n<p><a href="http://crazyslug.net/the-twin-another-free-theme"><strong>The Twin</strong></a> is a free WordPress theme with a tattoo style illustration and customizable background.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sun, 22 Aug 2010 13: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:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:27:"Matt: Ma.tt Themes Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=35329";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/new-themes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:983:"<p>As I <a href="http://2010.savannah.wordcamp.org/">announced today at WordCamp Savannah</a>, I&#8217;m releasing <a href="http://ma.tt/themes/">two of my old designs as themes for any WordPress blog</a>. (<a href="http://www.slideshare.net/photomatt/reduce-reuse-and-recycle-your-themes">See slides here</a>.) If you&#8217;re one of the thousands of people who&#8217;ve asked me how I do my galleries here on this site, now you can look at the actual code in the Matala theme. (The talavera-looking design by <a href="http://www.gnvpartners.com/web/">Nicolò Volpato</a>.) The second theme, Mazeld, is actually the last from-scratch original design I did here on Ma.tt (then photomatt.net) and is built as a 2010 child theme. Both themes are listed in the WordPress.org theme directory <a href="http://ma.tt/themes/">and available for download</a>. This is just the first iteration, so expect some updates within the next few months as we iterate on the code and functionality.</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, 21 Aug 2010 18:52:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:33;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"Weblog Tools Collection: Vote for Blog Action Day 2010′s Topic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8439";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/21/vote-for-blog-action-day-2010s-topic/";s: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:2809:"<p class="fb-like"></p><p>October 15th is less than two months away and <a href="http://blog.change.org/?p=460">Change.org wants you to vote</a> on this year&#8217;s <a href="http://blogactionday.org/">Blog Action Day</a> topic.  Currently, the selection includes the following topics, but they will continue to take suggestions until the poll closes.</p>\n<blockquote><p><strong>Water</strong>: The UN recently declared water to be a human right, but millions around the world still lack even the most basic access, causing widespread disease and the possibility of military conflict over access to clean water.</p>\n<p><strong>Human Trafficking</strong>: From prostitution to forced labor, more than 27 million people are modern-day slaves, making human trafficking one of the most overlooked man-made tragedies in the world.</p>\n<p><strong>Women</strong>: The most discriminated against group in the world isn’t a minority: it’s women. From inequality in schooling to reduced economic opportunities, women face a disproportionate degree of adversity all over the world.</p>\n<p><strong>Sustainable Food</strong>: Industrial agriculture has overtaken the world’s food supply – creating obesity in the developed world and spreading genetically modified crops and oftentimes undercutting local farmers in the developing world.</p>\n<p><strong>Hunger</strong>: While many of us may take healthy, nutritious food for granted, more than 1 billion people around the world see it as an unattainable luxury.</p>\n<p><strong>Oceans</strong>: Overfishing and pollution have decimated untold species of fish and other ocean life over the past few decades, and recent oil spills have shown how vulnerable aquatic life is to man-made disasters.</p></blockquote>\n<p><a href="http://site.blogactionday.org/general/blog-action-day-roundup-27000-posts-including-the-uks-prime-minister-and-the-white-house-blog/">Last year</a>, over 31,000 posts were made from across the globe on the topic of climate change, so <a href="http://www.surveymonkey.com/s/SF5L5NY">vote for your favorite topic</a> and plan to make yourself a part of this monumental event.</p>\n<p>I was thrilled by the concept of a day for worldwide blog-powered reflection when <a href="http://site.blogactionday.org/about/2007-the-environment/">the first Blog Action Day</a> was announced in 2007, and I participated with <a href="http://www.macmanx.com/2007/10/save-the-environment-for-free/">Save the Environment for Free</a>.  Unfortunately, I missed the last two, but I&#8217;m already thinking of some great posts for all of the potential topics.  Have you participated in any past Blog Action Days, and are you planning to participate in this year&#8217;s Blog Action Day?</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sat, 21 Aug 2010 13:00:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 08/20";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8436";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/20/wordpress-plugin-releases-for-0820-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:3083:"<p class="fb-like"></p><h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/active-extra-fields/"><strong>Active Extra Fields</strong></a> allows you to validate custom fields and post taxonomies.</p>\n<p><a href="http://blogern.com/wordpress-post-tabs/"><strong>WordPress Post Tabs</strong></a> is a plugin for WordPress that will help you add as many tabs to your WordPress post or Page. So, say if you want to write some review, you can create various sections of the review post and display them in a tab view, i.e. separate tab for each section.</p>\n<p><a href="http://bsurprised.com/2010/08/world-flags-wordpress-plugin"><strong>World Flags</strong></a> allows you to add country flags anywhere in your WordPress blog using simple shortcodes and/or widgets, or show visitor country flag and info based on their IP address.</p>\n<p><a href="http://www.brianjlink.com/wpwordcount/"><strong>WP Word Count</strong></a> is a plugin for WordPress that gives you word count statistics for your blog&#8217;s posts and pages. In addition to overall stats, WP Word Count also gives figures and details for the largest posts and pages of your blog as well as breakdowns for each of your blog&#8217;s authors.</p>\n<p><a href="http://www.social-ink.net/blog/yphplista-an-ajax-wordpress-plugin-for-phplist-integration"><strong>yPHPlista</strong></a> integrates PHPlist, the famous open-source, free and powerful mailing list software, with WordPress smoothly.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://yoast.com/wordpress/google-analytics/"><strong>Google Analytics for WordPress</strong></a> is the most complete Google Analytics plugin for WordPress. Of course, you could just copy the tracking code into your theme and be done with it, but then you&#8217;d miss a whole lot of features that this plugin has to offer you.</p>\n<p><a href="http://www.seodesignsolutions.com/wordpress-seo/"><strong>SEO Ultimate</strong></a> gives you control over title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and much more.</p>\n<p><a href="http://www.642weather.com/weather/scripts-wordpress-captcha.php"><strong>SI CAPTCHA Anti-Spam</strong></a> adds CAPTCHA anti-spam methods to WordPress on the comment form, registration form, login, or all.</p>\n<p><a href="http://www.duechiacchiere.it/wp-slimstat"><strong>WP SlimStat</strong></a> is a simple but powerful real-time web analytics plugin for WordPress. It doesn&#8217;t require any subscription to external statistic services: all metrics are kept on your local server, private and accessible to your eyes only.</p>\n<p><a href="http://www.daveligthart.com/wp-stats-dashboard-10/"><strong>WP-Stats-Dashboard</strong></a> displays your blog&#8217;s stats graph plus your blog traffic, social engagement and social influence directly in your dashboard. See how you&#8217;re ranking on Alexa, check out your Technorati authority, monitor your ranking across multiple sites and much more.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Fri, 20 Aug 2010 15:05: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:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:74:"Weblog Tools Collection: Common WordPress Multisite Problems and Solutions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8430";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:103:"http://weblogtoolscollection.com/archives/2010/08/19/common-wordpress-multisite-problems-and-solutions/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7034:"<p class="fb-like"></p><p>When <a href="http://wordpress.org/">WordPress</a> 3 launched on June 17th of 2010, the ability to run a multisite network from a single installation quickly became one of the most talked about features.  Formerly known as WordPress MU, this entirely separate WordPress project was simultaneously upgraded and merged with the main WordPress branch.  Many were expecting WordPress Multisite to carry with it the usual WordPress simplicity, but there&#8217;s <a href="http://codex.wordpress.org/Create_A_Network">quite a bit more to do</a> after WordPress&#8217; <a href="http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install">famous 5-minute installation</a> when creating a multisite network, and the complexities of the network system have led to some confusion and questions along the way.</p>\n<p>Andrea Rennick became a user of WordPress MU about three years ago, when it was still in a pre-beta stage. She was just your typical stay at home mom and teacher, and she wanted to create a community where other homeschoolers could have their own blogs all in one location, so they could find and support one another. It took her about a month just to get everything running, and she was spending so much time on the WordPress MU Support Forum finding answers, that she eventually began helping others. Soon after, she launched <a href="http://wpmututorials.com/">WPMU Tutorials</a> as a resource for anyone to learn about WordPress MU and now WordPress Multisite.</p>\n<p>Now, Andrea is a prominent volunteer moderator on the <a href="http://wordpress.org/support/">WordPress Support Forums</a> and is co-authoring the <a href="http://lisasabin-wilson.com/wordpress-all-in-one-desk-reference/">WordPress All-in-One Desk Reference</a>.</p>\n<p>We are very fortunate that Andrea has agreed to share with us her solutions to some of the most common WordPress Multisite problems.  To avoid any interpretation issues, the rest is entirely in her own words.</p>\n<p>&#8220;My subdomain sites don&#8217;t work, what did I do wrong?&#8221;</p>\n<p>Subdomain sites are managed on the server through the use of wildcards. This means that the server itself needs to have them set up in Apache, and will send any request for any subdomain, straight through to the WordPress network. Then WordPress will look it up on the database and serve the right content. You also need to have a wildcard subdomain record in your DNS records. It looks like this:<br />\nin A * yourdomain.com.</p>\n<p>&#8220;My subfolder sites don&#8217;t work / have no styles / are not in folders on the server. What&#8217;s going on?&#8221;</p>\n<p>Subfolder sites work on the same principle as pretty permalinks do. The URL is rewritten to give the appearance that it is in a folder on the server. So, mod_rewrite has to be working on the server, and actually reading the .htaccess file. It&#8217;s the .htaccess file that does the heavy lifting of &#8220;making&#8221; the subfolder site in this case.</p>\n<p>For either kind:<br />\nThe blogs themselves are virtual. They do not exist on the server. I&#8217;ve answered a few threads about the blogs.dir folder that needs to be made on the server when you enable multisite. This folder does not hold the actual blogs. The only use it has is for media uploads from each site. If there is nothing in the folders under the blogs.dir directory, that has no relation to if the site itself shows up or not.</p>\n<p>For more information, please see <a href="http://wpmututorials.com/basics/mu-is-virtually-yours/">this article</a>.</p>\n<p>&#8220;There&#8217;s a /blog/ in my main blog. Why is it there and how do I remove it?&#8221;</p>\n<p>Yes, this is done intentionally so any permalink off the main site does not interfere with any site name in a subfolder setup. You will not see this in a subdomain install.</p>\n<p>You can remove it by editing the main site details under Super Admin -&gt; Sites and editing the main site.</p>\n<p>I actually like to use this to my advantage, and set up a home page for the whole network on the main site, and then use the /blog/ to be the &#8220;main&#8221; blog on the network.</p>\n<p>&#8220;Help! my uploaded images don&#8217;t work! Also, they are going in one location but my blogs says they are somewhere else, why?&#8221;</p>\n<p>This is how it is supposed to work. Images are physically located under the blogs.dir folder, in numbered folders from that correlating to each site&#8217;s blog-id#. these locations are then rewritten via the .htaccess file and served up to the &#8220;new&#8221; location. If it&#8217;s not working, then either something is missing from the .htaccess file, or the file just isn&#8217;t being read by mod_rewrite.</p>\n<p>&#8220;Do I need a special theme? Why can&#8217;t I edit themes? How can I make changes?&#8221;</p>\n<p>Most any theme for WordPress will work just fine when you are running a network. Super Admins are the only ones who can edit themes, and this is for security reasons. Also, themes are shared. If you set up a network with 10 sites and they all use TwentyTen, only one copy of TwentyTen is in use. This is why each site has its own admin area with their own widgets to manage.</p>\n<p>You can give your users an option similar to <a href="http://en.wordpress.com/products/">wordpress.com&#8217;s css upgrade</a> through any of <a href="http://wpmututorials.com/plugins/css-editor-plugins/">these plugins</a>.</p>\n<p>As I touched on in the previous question, the main site&#8217;s theme is what controls the main page on the network. Getting familiar with the template hierarchy and using a static home page or the home.php template with various plugins to pull network-wide content will give many Super Admins exactly what they are looking for.</p>\n<p>&#8220;How do I aggregate or gather all the posts from across all the sites onto the main page of my domain?&#8221;</p>\n<p>You use the best plugin for this, of course. <a href="http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/">Sitewide Tags</a>.</p>\n<p>This needs to go in the mu-plugins folder, and will run all the time. It puts new options on the Super Admin -&gt; Options page, and you can set it to send all new posts to the main site in the network. When new posts are made, they will be copied over to the main blog, and will retain the originating site&#8217;s permalink, so there will be no duplicate content. The only thing it will not pull is comments and post thumbnails.</p>\n<p>I&#8217;d like to thank Andrea Rennick for generously providing her solutions to these common problems both here and on the WordPress Support Forums.  If you need any help beyond what was mentioned above, please feel free to ask in the <a href="http://wordpress.org/support/forum/multisite">Multisite section</a> of the WordPress Support Forums where Andrea and the rest of the talented support forum volunteers are on-hand to help you at most hours of the day.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Thu, 19 Aug 2010 13:00:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:86:"Weblog Tools Collection: Drive Traffic to Old Content with “Tweet Old Post” 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8411";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"http://weblogtoolscollection.com/archives/2010/08/18/drive-traffic-to-old-content-with-tweet-old-post-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8246:"<p class="fb-like"></p><p>How long ago did you create your Twitter account? Hold on to that number&#8230;how long ago did you launch your blog? Something tells me that you&#8217;ve probably been running your blog much longer than you&#8217;ve had a Twitter account&#8230;am I right? If so this can only mean one thing, unless you&#8217;ve been actively tweeting older posts from your blog, your Twitter followers have no idea about the treasure trove of (older) content that is sitting on your site. Sure you are getting a ton of search engine traffic, but hasn&#8217;t traffic from social media also proven to be extremely lucrative as well? Why let that potential traffic go to waste?</p>\n<p>This is where the Tweet Old Post plugin comes in. The Tweet Old Post plugin does one thing and it does it well, it allows you to automatically tweet about old posts using a specified Twitter account and it provides you with a set of options to make sure that tweet is right.</p>\n<p>Before you go and install this free plugin make sure you read this in depth review to help you decide whether this plugin is the right tool for you.</p>\n<p><strong>Requirements</strong></p>\n<ul>\n<li>Tweet Old Post requires that you run at a minimum WordPress 2.7 and it officially supports WordPress up to 2.92, however I currently run this plugin in WordPress 3.01 with no issues.</li>\n<li>Your server must run PHP5 and PHP 4 is now supported in the latest release.</li>\n</ul>\n<p>You can download and install the Tweet Old Post plugin from the Plugins directory in WordPress within your WordPress installation or you can download the plugin directly from the WordPress by following <a href="http://wordpress.org/extend/plugins/tweet-old-post/">this</a> link.</p>\n<p>To install from your WordPress installation simply click on <strong>Plugins</strong> in the <em>Admin</em> menu, <strong>Add New</strong>, and search for <strong>Tweet Old Post</strong>. When the plugin appears in the search results list, click on the <strong>Install</strong> button to download and install the plugin.</p>\n<p>Once you’ve successfully installed and activated the plugin, follow the instructions below.</p>\n<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/08/tweet-old-posts-plugin-review.png" rel="thumbnail"><img class="alignnone size-full wp-image-8414" title="tweet-old-posts-plugin-review" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/tweet-old-posts-plugin-review.png" alt="" width="355" height="254" /></a></p>\n<p><strong>1. </strong>Go to Settings in the Admin page and click on Tweet Old Posts.</p>\n<p>The plugin is fairly easy to configure all you need to do is enter the Twitter user name and password you wish to automatically tweet to. However if you wish to harness the power of this plugin you will need to delve in the additional options that are available.</p>\n<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/08/tweet-old-posts-plugin-review-a.png" rel="thumbnail"><img class="alignnone size-full wp-image-8415" title="tweet-old-posts-plugin-review-a" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/tweet-old-posts-plugin-review-a.png" alt="" width="615" height="770" /></a></p>\n<p><strong>2.</strong> Set the following options.</p>\n<p>As you can see from the screenshot above there are quite a bit of options that are available which allow you to customize how the tweets are delivered and when. We will go over each of these options in detail so that you understand each of the settings.</p>\n<p><strong>a. Twitter User Name and Twitter Password -</strong> As I mentioned before, you can simply enter your Twitter user name and password and start tweeting automatically right away. If you run into any issues with this plugin, most of them can be resolved by double checking that you entered the correct user name and password.</p>\n<p><strong>b. Tweet Prefix</strong> – If set, each tweet that is automatically generated will be prefixed with the information you enter in this box. Keep in mind the character limits and the fact that it will be used for every single tweet that is automatically generated.</p>\n<p><strong>c. Add post data to tweet</strong> – If set to Yes, the tweet will include additional information from the post, i.e. content. I would probably leave this set to No.</p>\n<p><strong>d. Fetch URL from Custom field</strong> – If checked the URL that will be used when tweeting will be from the custom field otherwise the plugin will use the shortened URL.</p>\n<p><strong>e. Use URL shortener and URL Shortener Service</strong> – If you decide to use a URL shortener service you can specify which one to use from the list of available services.</p>\n<p><strong>f. Default #hash tags for your tweets</strong> – Using this option you can specify a set of hash tags to be used with your tweets. Again, keep in mind that these tweets will be automated and the content tweeted will be random so make sure you use a hash tag that will apply to all of the content.</p>\n<p><strong>g. Time intervals &amp; Eligible Post Age</strong></p>\n<ul>\n<li><strong>Minimum interval between tweets </strong>– You can set the minimum amount of time in intervals between tweets. The options range from 1 hour to 168 hours (7 days).</li>\n<li><strong>Random Interval</strong> – This time interval is added to the minimum interval and it helps tweets appear a bit more natural. Options vary from 1 hour to 24 hours.</li>\n<li><strong>Minimum age of post to be eligible for tweet </strong>– This option allows you set the minimum age of the posts being tweeted. Options vary from 7 days to 365 days. It would be nice if one could enter a set number.</li>\n<li><strong>Maximum age of post to be eligible for tweet</strong> – Allows you to set the max age of the posts being tweeted. Options vary from None to 365 days.</li>\n</ul>\n<p><strong>h. Categories to Omit from Tweets </strong>– If you’ve done a really good job of categorizing your posts you will find this option a lifesaver, specifically if you use specific hash tags for certain categories.</p>\n<p><strong>3.</strong> Once you are satisfied with the settings you will have two options; you can <strong>update the plugin settings </strong>or you can <strong>Tweet Now</strong> to make sure everything is working correctly.</p>\n<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/08/tweet-old-posts-plugin-review-c.png" rel="thumbnail"><img class="alignnone size-full wp-image-8417" title="tweet-old-posts-plugin-review-c" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/tweet-old-posts-plugin-review-c.png" alt="" width="608" height="226" /></a></p>\n<p>The screenshot above is an example of a Tweet from an old post appearing on Twitter when the Tweet Now button was used.</p>\n<p>As you can see by now, this plugin has a lot of options to offer and a lot of potential to drive traffic to all of those old posts on your blog. However there are some shortcomings that may make you reconsider.</p>\n<ul>\n<li>You cannot set a custom time interval for minimum interval between tweets, random interval, minimum age of post eligibility, and max age of post eligibility.</li>\n<li>You cannot omit tags from being tweeted; you have to rely on categories to filter what gets tweeted.</li>\n<li>You can only use one Twitter account per installation.</li>\n<li>You can only set one group of tweets at a time. For example, I would like the ability to automatically tweet certain categories with a specific set of hash tags that would differ from another group of automatic tweets based on other conditions.</li>\n</ul>\n<p>Despite these shortcomings, this plugin makes should be on the top of everyone’s essential WordPress plugins list. It will help you promote older content and recycle more current content to new Twitter followers. I hope the developer is listening…If the features discussed above are added, I think that this would be a killer plugin, something I’d be willing to pay for.</p>\n<p>What do you think? Are there other plugins with similar functions already out there? Please use the comments form below.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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, 18 Aug 2010 22:23: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:7:"gperera";s: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:45:"Dougal Campbell: My Portfolio Site: dougal.us";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=20134";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/18/my-portfolio-site-dougal-us?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:2541:"<div><img width="150" height="40" src="http://media.dougal.us/wordpress/wp-content/uploads/2010/08/dougalus-logo-150x40.png" class="attachment-post-thumbnail wp-post-image" alt="dougal.us maximus" title="dougal.us maximus logo" /></div><p>If you looked closely at the <a title="Dougal''s new business card" href="http://dougal.gunters.org/blog/2010/07/21/business-cards">business card</a> image in my previous post, you might have noticed that the <acronym title="Uniform Resource Locator"><span class="caps">URL</span></acronym> on the card isn&#8217;t for this blog. I set up a separate portfolio site using the <a title="dougal.us maximus" href="http://dougal.us/">dougal.us</a> domain that I&#8217;ve been sitting on for quite some time. I am currently using the <a href="http://www.slimmity.com/2010/02/free-wordpress-theme-simplefolio/">SimpleFolio theme</a>, found from <a href="http://www.smashingmagazine.com/">Smashing Magazine</a>, and created portfolio highlight posts for several projects I&#8217;ve been involved in. I&#8217;m still not sure if I&#8217;m going to stay with that theme, but it&#8217;s likely to stick around for at least a little while, until I have time to decide what I might want to do differently. The &#8220;logo&#8221; is temporary &#8212; I haven&#8217;t settled on an identity, yet &#8212; so that&#8217;s likely to change, as well.</p>\n<p><em>This</em> site will continue to host most of my WordPress-related posts, plugin information, and occasional personal posts, while the other site will cover other web site projects that I work on, speaking gigs, general web development topics, and tech news. There will be some overlap from time-to-time (in particular with information about WordPress projects, conferences, and presentations), but I&#8217;ll try to keep it minimal, mainly pointing from one site to the other, as appropriate.</p>\n\n\n<p>Related posts:<ol><li><a href="http://dougal.gunters.org/blog/2010/01/19/jquery-api-site-using-wordpress-as-cms" rel="bookmark" title="Permanent Link: jQuery API site using WordPress as CMS">jQuery API site using WordPress as CMS</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/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</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, 18 Aug 2010 15:32: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: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: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 08/18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8423";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://weblogtoolscollection.com/archives/2010/08/18/wordpress-theme-releases-for-0818/";s: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:1623:"<p class="fb-like"></p><p><img class="alignnone size-full wp-image-8424" title="Glossy Stylo" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/glossystylo.jpg" alt="glossy stylo" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/glossy-stylo"><strong>Glossy Stylo</strong></a> is a colorful theme with nice transparency effects, 2-column layout, and a widget-ready sidebar.</p>\n<p><img class="alignnone size-full wp-image-8425" title="JustCSS" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/justcss.jpg" alt="justcss" width="150" height="111" /></p>\n<p><a href="http://wordpress.org/extend/themes/justcss"><strong>JustCSS</strong></a> is an HTML5 theme with custom colours using CSS3, based on Toolbox.</p>\n<p><img class="alignnone size-full wp-image-8426" title="Portfolio Theme" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/portfoliotheme.jpg" alt="portfolio theme" width="150" height="74" /></p>\n<p><a href="http://wptheming.com/2010/07/portfolio-theme/"><strong>Portfolio Theme</strong></a> uses custom post types for portfolio pages, takes advantage of the new menu navigation, and includes a ton of neat features.</p>\n<p><img class="alignnone size-full wp-image-8427" title="Summ" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/summ.jpg" alt="summ" width="150" height="107" /></p>\n<p><a href="http://wordpress.org/extend/themes/summ"><strong>Summ</strong></a> is a theme in blue and white, with widgets supported, and no plugins required.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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, 18 Aug 2010 13:00:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:55:"WordPress Podcast: Matt Mullenweg interview – Part 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://wp-community.org/?p=694";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/M3SYu7yF-Gk/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1324:"<p><img class="alignright size-full wp-image-718" title="Matt Mullenweg - Automattic" src="http://wp-community.org/wp/wp-content/uploads/2010/08/matt-mullenweg-automattic.jpg" alt="Matt Mullenweg - Automattic" width="200" height="227" />In this second part of our interview with Matt (you have listened <a href="http://wp-community.org/2010/08/10/matt-mullenweg-2010-1/">to the first part</a>, right?), we discuss VaultPress; Automattic&#8217;s new backup system. Matt explains the features, pricing. Going from that we discussed hosting and their uptimes.</p><p>Then the discussion shifted to the community, and how that&#8217;s built. We discussed how to get core commit access, and how Matt&#8217;s multiple roles within the community could collide. We got talking about how WordPress got where it came, how good product development is also good marketing, WordCamps around the world, how giving support helps you make better products etc. etc. etc. Best quote: Matt &amp; Automattic are happy plumbers of the web <img src="http://wp-community.org/wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p><p>If you&#8217;re into WordPress, just listen to it live here, or download it to your iPod.</p> <img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/M3SYu7yF-Gk" 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, 17 Aug 2010 21:39:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:64:"Weblog Tools Collection: WordPress and the White Screen of Death";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8402";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://weblogtoolscollection.com/archives/2010/08/17/wordpress-and-the-white-screen-of-death/";s: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:2569:"<p class="fb-like"></p><p>Nothing can be more unsettling than an obvious problem with absolutely no error or diagnostic message, and that&#8217;s exactly what the infamous white screen of death is.  Imagine that you were changing a setting on your blog, installing or upgrading a plugin, upgrading to the latest version of <a href="http://wordpress.org/">WordPress</a>, or simply returning to your blog at the start of a new day, and you see nothing but white.</p>\n<p>Unfortunately, the white screen of death became all too well-known in the WordPress community when a few incompatible plugins began to cause the issue after users upgraded to WordPress 3.  Today, most white screens of death are either caused by plugins or themes (theme functions can sometimes interfere with core WordPress functions).  If you want to immediately attempt to find the culprit, you can enable <a href="http://codex.wordpress.org/Editing_wp-config.php#Debug">debug mode</a>, but even that can produce nothing more than a blank screen, so why not attack the problem head on?</p>\n<p>We&#8217;ll start with your plugins.  If you have access to your admin panel, try deactivating all plugins.  If you don&#8217;t have access to your admin panel, try <a href="http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F">manually resetting your plugins</a>.  If that resolves the issue, reactivate each one individually until you find the cause.</p>\n<p>If your blog showed no signs of improvement after deactivating your plugins, then it&#8217;s time to move on to your currently active theme.  If you have access to your admin panel, try switching to the Default theme (WordPress 1.5 &#8211; 2.9.2) or the Twenty Ten theme (WordPress 3.0 and higher).  If you don&#8217;t have access to your admin panel, access your server via <a href="http://codex.wordpress.org/FTP_Clients">FTP or SFTP</a>, navigate to /wp-content/themes/ and rename the directory of your currently active theme, which will force the Default theme (WordPress 1.5 &#8211; 2.9.2) or the Twenty Ten theme (WordPress 3.0 and higher) to activate.  This will hopefully rule-out a theme-specific issue.</p>\n<p>Though plugins and themes are the most common cause of the white screen of death, there are a few rare causes as well.  If the above troubleshooting steps failed to resolve the issue, please contact the <a href="http://wordpress.org/support/">WordPress Support Forums</a>.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Tue, 17 Aug 2010 13:00: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:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"Joseph: Bluehost Sponsoring WordCamp Utah 2010 Lunch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"http://josephscott.org/archives/2010/08/bluehost-sponsoring-wordcamp-utah-2010-lunch/";s: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:1225:"<p>As noted on the WCUT blog, <a href="http://2010.utah.wordcamp.org/2010/08/16/bluehost-sponsoring-lunch/">Bluehost is sponsoring the lunch</a> for WordCamp Utah 2010.  James over at Bluehost was great, he wanted to make sure they played a big role in making this a successful event, and covering lunch definitely counts.  Having great sponsors (check out the folks in the sidebar at <a href="http://2010.utah.wordcamp.org/">http://2010.utah.wordcamp.org/</a>) make this process so much easier.</p>\n<p>Catering for lunch is from The SugarHouse BBQ Company, which makes me hungry just thinking about it.  The lunch plans are based on the current estimates for the number of people attending, but we can adjust that if we need to, I&#8217;d be happy to order more food :-) .</p>\n<p>If you are still on the fence on attending check out the <a href="http://2010.utah.wordcamp.org/schedule/">schedule for the day</a>, along with brief <a href="http://2010.utah.wordcamp.org/speakers/">bio&#8217;s for each speaker</a>.  The cost for the whole day is only $20, which includes lunch and t-shirt.  You can <a href="http://wordcamputah2010.eventbrite.com/">register here</a>.</p>\n<p>I&#8217;m looking forward to seeing you there.</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, 16 Aug 2010 17:11:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:21:"Matt: Adobe & Typekit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=35327";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:35:"http://ma.tt/2010/08/adobe-typekit/";s: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:165:"<p><a href="http://blog.typekit.com/2010/08/16/typekit-and-adobe/">Adobe partners with Typekit to bring legendary typefaces to the web</a> &#8212; pretty killer.</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, 16 Aug 2010 16:04: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: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 08/16";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8397";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/16/wordpress-plugin-releases-for-0816-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:2653:"<p class="fb-like"></p><h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/custom-post-permalinks/"><strong>Custom Post Permalinks</strong></a> will set up custom post type permalinks for non-hierarchical permalinks which have the flexibility of blog post permalinks.</p>\n<p><a href="http://philipandjenny.com/dev-corner-badge/"><strong>Dev Corner Badge</strong></a> places a highly visible marker in the upper corner of every post/page to denote a development site.</p>\n<p><a href="http://archetyped.com/tools/favicon-rotator/"><strong>Favicon Rotator</strong></a> is a free plugin for WordPress that makes it incredibly simple to add a favicon to your site.  Favicon Rotator uses WordPress’ own media management features to upload and add a favicon to your site so there is nothing new to learn.</p>\n<p><a href="http://wordpress.org/extend/plugins/triggerwarning/"><strong>Trigger Warning</strong></a> allows you to wrap content in quicktags to hide it. Readers can choose to read the trigger content by clicking on the &#8220;Show&#8221; button.</p>\n<p><a href="http://0xtc.com/2010/08/13/wordpress-plugin-for-twitters-tweet-button.xhtml"><strong>WP Tweet Button</strong></a> implements Twitter&#8217;s own Tweet Button on your blog or site. The tweet button can be positioned as you please and can be styled to your delight in the settings page.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick E-mail message and blocks all common spammer tactics.</p>\n<p><a href="http://ottopress.com/wordpress-plugins/simple-twitter-connect/"><strong>Simple Twitter Connect</strong></a> is a series of plugins that lets you add any sort of Twitter functionality you like to a WordPress blog.</p>\n<p><a href="http://arpitshah.com/plugins/twitter-goodies/"><strong>Twitter Goodies</strong></a> will show your twitter tweets under Sidebar Area (Widget) and Post and/or Pages.</p>\n<p><a href="http://crowdfavorite.com/wordpress/plugins/twitter-tools/"><strong>Twitter Tools</strong></a> integrates your WordPress blog with your Twitter account allowing you to send new blog posts to Twitter as a tweet and vice versa.</p>\n<p><a href="http://www.openparenthesis.org/code/wp"><strong>WPBook</strong></a> enables you to pull recent blog posts from your blog in to Facebook, and allow Facebook users to enter comments. Their comments show up on your blog whether accessed directly or through Facebook, and regular blog comments will show up in Facebook as well.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Mon, 16 Aug 2010 13:00:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:44:"Alex King: Twitter Tools 2.4 (OAuth Support)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://alexking.org/?p=4611";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/15/twitter-tools-2-4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1735:"<p>Version 2.4 of my Twitter Tools plugin for WordPress is now available. Twitter Tools creates a full two-way integration between your WordPress site and Twitter. You can send your posts to Twitter, archive your tweets and create posts from them, and more. </p>\n<p>This version has the following changes and is a <strong>must upgrade</strong> due to Twitter&#8217;s authentication changes:</p>\n<ul>\n<li>OAuth integration. The user experience for this sucks. I even screwed it up once when trying to follow the set-up steps while testing. Sorry about this. This process is what Twitter supports for situations like this and though I have a plan for a better experience, we haven&#8217;t had time to build it yet. Hopefully we&#8217;ll have that available soon. Until then, avail yourself of the <a href="http://wphelpcenter.com/plugins/twitter-tools/">support and FAQs</a> provided by my HelpCenter team.</li>\n<li>Now relies on WordPress to provide JSON encode/decode functions (bumped the required version to WP 2.9).</li>\n<li>WP 3.0 compatibility fix for hashtags plugin (set default hashtags properly).</li>\n<li>WP 3.0 compatibility fix for creating duplicate post meta.</li>\n<li>Added support form to settings page.</li>\n</ul>\n<p>The download and links to other resources are now available on the <a href="http://crowdfavorite.com/wordpress/plugins/twitter-tools/">Crowd Favorite</a> website.</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>Enjoy!</p>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=4611&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:"Mon, 16 Aug 2010 05:37: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: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:29:"Matt: WordCamp Houston 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=35234";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/wordcamp-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:21295:"<p>WordCamp Houston at the Museum of Natural Science, after-party at Caroline Collective, after-after-party at Christine Tremoulet&#8217;s studio, after-after-after-party at Spanish Flowers.</p>\n<p><span id="more-35234"></span></p>\n\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0469-3/#image" title="MCM_0469"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0469-195x129.jpg" class="attachment-thumbnail" alt="MCM_0469" title="MCM_0469" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0470-3/#image" title="MCM_0470"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0470-195x129.jpg" class="attachment-thumbnail" alt="MCM_0470" title="MCM_0470" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0471-3/#image" title="MCM_0471"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0471-139x210.jpg" class="attachment-thumbnail" alt="MCM_0471" title="MCM_0471" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0474/#image" title="MCM_0474"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0474-195x129.jpg" class="attachment-thumbnail" alt="MCM_0474" title="MCM_0474" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0477-4/#image" title="MCM_0477"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0477-195x129.jpg" class="attachment-thumbnail" alt="MCM_0477" title="MCM_0477" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0478-4/#image" title="MCM_0478"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0478-195x129.jpg" class="attachment-thumbnail" alt="MCM_0478" title="MCM_0478" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0484-2/#image" title="MCM_0484"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0484-139x210.jpg" class="attachment-thumbnail" alt="MCM_0484" title="MCM_0484" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0488-4/#image" title="MCM_0488"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0488-195x129.jpg" class="attachment-thumbnail" alt="MCM_0488" title="MCM_0488" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0489-3/#image" title="MCM_0489"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0489-195x129.jpg" class="attachment-thumbnail" alt="MCM_0489" title="MCM_0489" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0493-3/#image" title="MCM_0493"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0493-139x210.jpg" class="attachment-thumbnail" alt="MCM_0493" title="MCM_0493" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0495-4/#image" title="MCM_0495"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0495-195x129.jpg" class="attachment-thumbnail" alt="MCM_0495" title="MCM_0495" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0496-3/#image" title="MCM_0496"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0496-139x210.jpg" class="attachment-thumbnail" alt="MCM_0496" title="MCM_0496" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0497-4/#image" title="MCM_0497"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0497-195x129.jpg" class="attachment-thumbnail" alt="MCM_0497" title="MCM_0497" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0500-3/#image" title="MCM_0500"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0500-195x129.jpg" class="attachment-thumbnail" alt="MCM_0500" title="MCM_0500" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0502-4/#image" title="MCM_0502"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0502-139x210.jpg" class="attachment-thumbnail" alt="MCM_0502" title="MCM_0502" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0504-2/#image" title="MCM_0504"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0504-195x129.jpg" class="attachment-thumbnail" alt="MCM_0504" title="MCM_0504" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0513-3/#image" title="MCM_0513"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0513-195x129.jpg" class="attachment-thumbnail" alt="MCM_0513" title="MCM_0513" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0516-2/#image" title="MCM_0516"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0516-195x129.jpg" class="attachment-thumbnail" alt="MCM_0516" title="MCM_0516" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0518-2/#image" title="MCM_0518"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0518-195x129.jpg" class="attachment-thumbnail" alt="MCM_0518" title="MCM_0518" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0520-2/#image" title="MCM_0520"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0520-195x129.jpg" class="attachment-thumbnail" alt="MCM_0520" title="MCM_0520" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0523-2/#image" title="MCM_0523"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0523-195x129.jpg" class="attachment-thumbnail" alt="MCM_0523" title="MCM_0523" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0525-2/#image" title="MCM_0525"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0525-195x129.jpg" class="attachment-thumbnail" alt="MCM_0525" title="MCM_0525" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0526-2/#image" title="MCM_0526"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0526-139x210.jpg" class="attachment-thumbnail" alt="MCM_0526" title="MCM_0526" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0528-3/#image" title="MCM_0528"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0528-195x129.jpg" class="attachment-thumbnail" alt="MCM_0528" title="MCM_0528" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0530-3/#image" title="MCM_0530"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0530-195x129.jpg" class="attachment-thumbnail" alt="MCM_0530" title="MCM_0530" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0532/#image" title="MCM_0532"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0532-195x129.jpg" class="attachment-thumbnail" alt="MCM_0532" title="MCM_0532" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0533-3/#image" title="MCM_0533"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0533-139x210.jpg" class="attachment-thumbnail" alt="MCM_0533" title="MCM_0533" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0534-4/#image" title="MCM_0534"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0534-195x129.jpg" class="attachment-thumbnail" alt="MCM_0534" title="MCM_0534" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0535-3/#image" title="MCM_0535"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0535-139x210.jpg" class="attachment-thumbnail" alt="MCM_0535" title="MCM_0535" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0538-3/#image" title="MCM_0538"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0538-139x210.jpg" class="attachment-thumbnail" alt="MCM_0538" title="MCM_0538" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0541-2/#image" title="MCM_0541"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0541-195x129.jpg" class="attachment-thumbnail" alt="MCM_0541" title="MCM_0541" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0543-3/#image" title="MCM_0543"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0543-195x129.jpg" class="attachment-thumbnail" alt="MCM_0543" title="MCM_0543" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0544/#image" title="MCM_0544"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0544-195x129.jpg" class="attachment-thumbnail" alt="MCM_0544" title="MCM_0544" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0547-3/#image" title="MCM_0547"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0547-195x129.jpg" class="attachment-thumbnail" alt="MCM_0547" title="MCM_0547" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0551-2/#image" title="MCM_0551"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0551-139x210.jpg" class="attachment-thumbnail" alt="MCM_0551" title="MCM_0551" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0554-3/#image" title="MCM_0554"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0554-139x210.jpg" class="attachment-thumbnail" alt="MCM_0554" title="MCM_0554" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0557-3/#image" title="MCM_0557"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0557-139x210.jpg" class="attachment-thumbnail" alt="MCM_0557" title="MCM_0557" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0560/#image" title="MCM_0560"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0560-195x129.jpg" class="attachment-thumbnail" alt="MCM_0560" title="MCM_0560" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0561/#image" title="MCM_0561"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0561-195x129.jpg" class="attachment-thumbnail" alt="MCM_0561" title="MCM_0561" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0564-3/#image" title="MCM_0564"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0564-195x129.jpg" class="attachment-thumbnail" alt="MCM_0564" title="MCM_0564" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0569-3/#image" title="MCM_0569"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0569-195x129.jpg" class="attachment-thumbnail" alt="MCM_0569" title="MCM_0569" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0570/#image" title="MCM_0570"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0570-195x129.jpg" class="attachment-thumbnail" alt="MCM_0570" title="MCM_0570" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0571-2/#image" title="MCM_0571"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0571-195x129.jpg" class="attachment-thumbnail" alt="MCM_0571" title="MCM_0571" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0572-2/#image" title="MCM_0572"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0572-195x129.jpg" class="attachment-thumbnail" alt="MCM_0572" title="MCM_0572" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0573-4/#image" title="MCM_0573"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0573-195x129.jpg" class="attachment-thumbnail" alt="MCM_0573" title="MCM_0573" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0576-3/#image" title="MCM_0576"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0576-195x129.jpg" class="attachment-thumbnail" alt="MCM_0576" title="MCM_0576" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0577-3/#image" title="MCM_0577"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0577-195x129.jpg" class="attachment-thumbnail" alt="MCM_0577" title="MCM_0577" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0578-2/#image" title="MCM_0578"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0578-139x210.jpg" class="attachment-thumbnail" alt="MCM_0578" title="MCM_0578" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0579/#image" title="MCM_0579"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0579-195x129.jpg" class="attachment-thumbnail" alt="MCM_0579" title="MCM_0579" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0581-2/#image" title="MCM_0581"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0581-195x129.jpg" class="attachment-thumbnail" alt="MCM_0581" title="MCM_0581" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0586-4/#image" title="MCM_0586"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0586-195x129.jpg" class="attachment-thumbnail" alt="MCM_0586" title="MCM_0586" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0588-3/#image" title="MCM_0588"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0588-195x129.jpg" class="attachment-thumbnail" alt="MCM_0588" title="MCM_0588" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0589-3/#image" title="MCM_0589"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0589-139x210.jpg" class="attachment-thumbnail" alt="MCM_0589" title="MCM_0589" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0591-3/#image" title="MCM_0591"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0591-195x129.jpg" class="attachment-thumbnail" alt="MCM_0591" title="MCM_0591" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0592-3/#image" title="MCM_0592"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0592-195x129.jpg" class="attachment-thumbnail" alt="MCM_0592" title="MCM_0592" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0593-2/#image" title="MCM_0593"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0593-195x129.jpg" class="attachment-thumbnail" alt="MCM_0593" title="MCM_0593" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0595-2/#image" title="MCM_0595"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0595-139x210.jpg" class="attachment-thumbnail" alt="MCM_0595" title="MCM_0595" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0596-3/#image" title="MCM_0596"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0596-195x129.jpg" class="attachment-thumbnail" alt="MCM_0596" title="MCM_0596" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0599-3/#image" title="MCM_0599"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0599-195x129.jpg" class="attachment-thumbnail" alt="MCM_0599" title="MCM_0599" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0602-2/#image" title="MCM_0602"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0602-195x129.jpg" class="attachment-thumbnail" alt="MCM_0602" title="MCM_0602" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0615-2/#image" title="MCM_0615"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0615-195x129.jpg" class="attachment-thumbnail" alt="MCM_0615" title="MCM_0615" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0619-3/#image" title="MCM_0619"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0619-195x129.jpg" class="attachment-thumbnail" alt="MCM_0619" title="MCM_0619" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0621-3/#image" title="MCM_0621"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0621-195x129.jpg" class="attachment-thumbnail" alt="MCM_0621" title="MCM_0621" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0626-3/#image" title="MCM_0626"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0626-195x129.jpg" class="attachment-thumbnail" alt="MCM_0626" title="MCM_0626" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0650-3/#image" title="MCM_0650"><img width="195" height="130" src="http://s.ma.tt/files/2010/08/MCM_0650-195x130.jpg" class="attachment-thumbnail" alt="MCM_0650" title="MCM_0650" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0656/#image" title="MCM_0656"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0656-195x129.jpg" class="attachment-thumbnail" alt="MCM_0656" title="MCM_0656" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0662/#image" title="MCM_0662"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0662-195x129.jpg" class="attachment-thumbnail" alt="MCM_0662" title="MCM_0662" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0665-2/#image" title="MCM_0665"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0665-139x210.jpg" class="attachment-thumbnail" alt="MCM_0665" title="MCM_0665" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0666/#image" title="MCM_0666"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0666-139x210.jpg" class="attachment-thumbnail" alt="MCM_0666" title="MCM_0666" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0670-2/#image" title="MCM_0670"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0670-139x210.jpg" class="attachment-thumbnail" alt="MCM_0670" title="MCM_0670" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0671/#image" title="MCM_0671"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0671-195x129.jpg" class="attachment-thumbnail" alt="MCM_0671" title="MCM_0671" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0673-2/#image" title="MCM_0673"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0673-139x210.jpg" class="attachment-thumbnail" alt="MCM_0673" title="MCM_0673" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0679/#image" title="MCM_0679"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0679-195x129.jpg" class="attachment-thumbnail" alt="MCM_0679" title="MCM_0679" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0681-2/#image" title="MCM_0681"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0681-195x129.jpg" class="attachment-thumbnail" alt="MCM_0681" title="MCM_0681" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0682-2/#image" title="MCM_0682"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0682-195x129.jpg" class="attachment-thumbnail" alt="MCM_0682" title="MCM_0682" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0684/#image" title="MCM_0684"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0684-139x210.jpg" class="attachment-thumbnail" alt="MCM_0684" title="MCM_0684" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0685-2/#image" title="MCM_0685"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0685-195x129.jpg" class="attachment-thumbnail" alt="MCM_0685" title="MCM_0685" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0687/#image" title="MCM_0687"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0687-139x210.jpg" class="attachment-thumbnail" alt="MCM_0687" title="MCM_0687" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0688/#image" title="MCM_0688"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0688-195x129.jpg" class="attachment-thumbnail" alt="MCM_0688" title="MCM_0688" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0689-3/#image" title="MCM_0689"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0689-195x129.jpg" class="attachment-thumbnail" alt="MCM_0689" title="MCM_0689" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0692-2/#image" title="MCM_0692"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0692-195x129.jpg" class="attachment-thumbnail" alt="MCM_0692" title="MCM_0692" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0696-4/#image" title="MCM_0696"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0696-195x129.jpg" class="attachment-thumbnail" alt="MCM_0696" title="MCM_0696" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0699-2/#image" title="MCM_0699"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0699-195x129.jpg" class="attachment-thumbnail" alt="MCM_0699" title="MCM_0699" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0700-2/#image" title="MCM_0700"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0700-195x129.jpg" class="attachment-thumbnail" alt="MCM_0700" title="MCM_0700" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0705-2/#image" title="MCM_0705"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0705-195x129.jpg" class="attachment-thumbnail" alt="MCM_0705" title="MCM_0705" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0706-2/#image" title="MCM_0706"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0706-195x129.jpg" class="attachment-thumbnail" alt="MCM_0706" title="MCM_0706" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0707-3/#image" title="MCM_0707"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0707-195x129.jpg" class="attachment-thumbnail" alt="MCM_0707" title="MCM_0707" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0708-3/#image" title="MCM_0708"><img width="139" height="210" src="http://s.ma.tt/files/2010/08/MCM_0708-139x210.jpg" class="attachment-thumbnail" alt="MCM_0708" title="MCM_0708" /></a>\n<a href="http://ma.tt/2010/08/wordcamp-houston/mcm_0709-3/#image" title="MCM_0709"><img width="195" height="129" src="http://s.ma.tt/files/2010/08/MCM_0709-195x129.jpg" class="attachment-thumbnail" alt="MCM_0709" title="MCM_0709" /></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:"Mon, 16 Aug 2010 00:15: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: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:27:"Matt: Clean Air with Plants";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=35232";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/clean-air-with-plants/";s: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><a href="http://iammattthomas.com/2010/08/15/air-filtration/">Matt Thomas (Automattic&#8217;s creative director) talks about air filtration in his home with plants</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, 15 Aug 2010 16:57: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: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:61:"Weblog Tools Collection: WordPress and the new Twitter 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8393";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/15/wordpress-and-the-new-twitter-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1786:"<p class="fb-like"></p><p>I&#8217;m sure you&#8217;ve all heard about <a href="http://blog.twitter.com/2010/08/pushing-our-tweet-button.html">the new Twitter button</a>, which finally provides an official way to share links to <a href="http://twitter.com">Twitter</a> and display the number times each link has been shared, but how do you go about adding it to <a href="http://wordpress.org">WordPress</a>?</p>\n<p>If you love messing with your theme, you can use <a href="http://twitter.com/goodies/tweetbutton">the official Twitter button generator</a> to generate just a few lines of HTML code that can be inserted into your theme templates, but why not use a plugin to simplify the whole process?  I highly recommend <a href="http://wordpress.org/extend/plugins/simple-twitter-connect/">Simple Twitter Connect</a>.  This plugin, or rather series of plugins, will provide a simple yet customizable way to automatically add the new Twitter button to your posts and pages.  You&#8217;ll also enjoy a wealth of additional features, including the ability to automatically tweet your posts while publishing, display a list of followers, use your Twitter credentials to login to the admin panel, and allow readers to post comments with their Twitter credentials.</p>\n<p>Perhaps Simple Twitter Connect is a little bit more than what you need.  In that case, try <a href="http://wordpress.org/extend/plugins/wp-tweet-button/">WP Tweet Button</a> for a simple Twitter button only experience.</p>\n<p>If you&#8217;re a <a href="http://wordpress.com/">WordPress.com</a> user, simply visit the Appearance/Extras section of your admin panel and select &#8220;Show a Twitter &#8216;Tweet Button&#8217; on my posts.&#8221;</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sun, 15 Aug 2010 13:00:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:"Weblog Tools Collection: WordPress and Forums";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8384";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/08/14/wordpress-and-forums/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3570:"<p class="fb-like"></p><p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/08/wordpresslogoofficial.png" rel="thumbnail"><img class="wlDisabledImage" title="wordpresslogoofficial" border="0" alt="wordpresslogoofficial" align="left" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/wordpresslogoofficial_thumb.png" width="125" height="125" /></a></p>\n<p>There are a myriad of reasons why people create websites and put them online.&#160; Some do it for fame and profit; others do it for passion and service. </p>\n<p>No matter the reason you put your work and effort into an online endeavor there can come a time in the life of some websites that the comment system becomes inconvenient for discussions.</p>\n<p>Now WordPress has done a lot to make it easier to follow along with discussions on a site based on that system.&#160; The threaded comments option allows replies to be underneath the original comment that prompted the reply.&#160; Even before it became an option in WordPress plugin developers were making it happen.</p>\n<p>So when you want to take those discussions to their own piece of your website and create a forum what should you do?</p>\n<p>Well there are quite a few options out there for forums and discussion boards.&#160; Some have been made to integrate directly with WordPress at all levels and some of the stand alone boards can be integrated into your site as well using other options.</p>\n<p>One of the more popular pieces of forum software for WordPress users is <a href="http://bbpress.org/">bbPress</a> – which comes from the creators of WordPress.&#160; bbPress is made to integrate with your WordPress database, share the same cookies and registration process.&#160; Makes sense that the developers of WordPress would give you these types of options for their own forum software.</p>\n<p>What about other forum software like <a href="http://www.phpbb.com/">phpPBB</a>, <a href="http://www.invisionpower.com/products/board/">Invision Power Board</a>, <a href="http://www.vbulletin.com/">vBulletin</a>, and others <a href="http://en.wikipedia.org/wiki/Comparison_of_Internet_forum_software_(PHP)">listed here at WikiPedia</a>.&#160; </p>\n<p>How do you go about integrating those forums with WordPress when they are not necessarily made to do it.&#160; Integration is important at some level because you want to get people from your website to your forums and vice versa.</p>\n<p>I have just started using phpBB3 on <a href="http://www.windowsobserver.com/">my site</a> and am using the RSS Feed widget on my sidebar to show the latest threads on the board.</p>\n<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/08/forumswidgetwordpress.png" rel="thumbnail"><img class="wlDisabledImage" title="forumswidgetwordpress" border="0" alt="forumswidgetwordpress" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/forumswidgetwordpress_thumb.png" width="202" height="239" /></a></p>\n<p>How are you doing it? </p>\n<p>I am looking forward to hearing what methods and plugins you use to make this happen.&#160; Is there other forum software out there besides bbPress that has been built to integrate well with WordPress?&#160; In your experience do some of the forum programs have special features to make integration with WordPress easier?&#160; With the experience of this community I know there are many things I am not thinking of that you all know about.&#160; </p>\n<p>Let us know in the comments.&#160; </p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sat, 14 Aug 2010 16:41:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Richard Hay";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 08/14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8372";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/14/wordpress-theme-releases-for-0814-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:2343:"<p class="fb-like"></p><p><img class="alignnone size-full wp-image-8373" title="DocOut" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/docout.jpg" alt="docout" width="150" height="95" /></p>\n<p><a href="http://docout.designsinweb.com/child-themes/docout-twentyten/"><strong>DocOut</strong></a> will create a great search engine friendly document outline for the Twenty Ten WordPress Theme.</p>\n<p><img class="alignnone size-full wp-image-8374" title="Graphene" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/graphene.jpg" alt="graphene" width="150" height="113" /></p>\n<p>The <a href="http://www.khairul-syahir.com/wordpress-dev/graphene-theme"><strong>Graphene</strong></a> theme is a stylish, neat, and tight WordPress theme built for WordPress 3.0. It supports many (if not all) of the new features introduced in WordPress 3.0 as well as a host of other features introduced in earlier versions of WordPress.</p>\n<p><img class="alignnone size-full wp-image-8375" title="Imbalance" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/imbalance.jpg" alt="imbalance" width="150" height="112" /></p>\n<p><a href="http://wpshower.com/free-wordpress-themes/imbalance-free-wordpress-theme/"><strong>Imbalance</strong></a> is a very user-friendly, modern-minimalist, jQuery powered theme which looks really well under any browser and OS.</p>\n<p><img class="alignnone size-full wp-image-8376" title="iPhonsta" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/iphonsta.jpg" alt="iphonsta" width="150" height="118" /></p>\n<p><a href="http://wpshower.com/free-wordpress-themes/iphonsta-free-wordpress-theme-for-iphone/"><strong>iPhonsta</strong></a> is an exclusive free premium WordPress theme made for iPhone but it also looks great under other mobile phones and gadgets.</p>\n<p><img class="alignnone size-full wp-image-8377" title="Paragrams" src="http://weblogtoolscollection.com/wp-content/uploads/2010/08/paragrams.jpg" alt="paragrams" width="150" height="98" /></p>\n<p><a href="http://wpshower.com/free-wordpress-themes/paragrams-free-wordpress-theme/"><strong>Paragrams</strong></a> is free premium WordPress theme made using grid design techniques. It is very lightweight and almost no images are used.</p>\n<a href="http://twitter.com/share" class="twitter-share-button">Tweet</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:"Sat, 14 Aug 2010 13:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:4:"date";s:29:"Fri, 03 Sep 2010 05:11:52 GMT";s:6:"server";s:9:"LiteSpeed";s:13:"accept-ranges";s:5:"bytes";s:10:"connection";s:5:"close";s:4:"etag";s:23:""3bf6b-4c8080e5-17c338"";s:13:"last-modified";s:29:"Fri, 03 Sep 2010 05:00:21 GMT";s:12:"content-type";s:15:"application/xml";s:14:"content-length";s:6:"245611";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(127, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1283533912', 'no'),
(128, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1283490712', 'no'),
(129, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1283533913', 'no'),
(130, 0, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Sep 2010 05:11:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2537";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt Mullenweg on "Akismet"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"15@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"joostdevalk on "Google Analytics for WordPress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2316@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Track your WordPress site easily and with lots of metadata: views per author &#38; category, automatic tracking of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"uberdose on "All in One SEO Pack"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"753@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:4;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Takayuki Miyoshi on "Contact Form 7"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Mike Challis on "Fast Secure Contact Form"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/si-contact-form/#post-12636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Aug 2009 01:20:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12636@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:139:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. Packed with settings and features.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mike Challis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Lester Chan 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:11:"Lester Chan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"orenshmu on "Post video players slideshow 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:9;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:124:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com&#039;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:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"casibus on "ourSTATS Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 29 May 2010 14:16:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18282@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:51:"create a widget for the ourstats.de counter service";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"casibus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"alexkingorg on "ShareThis"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/share-this/#post-274";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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:05: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"274@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:148:"Used by 850,000 sites, the ShareThis plugin allows users to share your content through email and 50+ social networks including Facebook and 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: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:12;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:13;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:140:"Help people share, bookmark, and email your posts &#38; pages using any service, such as Facebook, Twitter, Google Buzz, Digg and many more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Brian Colinger on "WordPress Importer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:96:"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:13:"last-modified";s:19:"2007-03-09 22:11:30";s:4:"etag";s:34:""8675051e89bf6e8eba42545ba20839d9"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7885";s:4:"date";s:29:"Fri, 03 Sep 2010 05:11:53 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'),
(131, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1283533913', 'no'),
(132, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1283490713', 'no'),
(133, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1283533913', 'no'),
(134, 0, '_transient_feed_1a5f760f2e2b48827d4974a60857e7c2', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/updated/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Sep 2010 05:11:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2537";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"katzwebdesign on "Gravity Forms Directory & Addons"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/gravity-forms-addons/#post-14028";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Nov 2009 21:07: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:"14028@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:52:"Add functionality to the great Gravity Forms plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"katzwebdesign";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"sswells on "Formidable Forms"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/formidable/#post-14691";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 11 Dec 2009 23:39:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14691@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:"Quickly and easily build forms with a simple drag-and-drop interface and in-place editing.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"sswells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"JKring on "BlogHint"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/bloghint/#post-20527";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 01 Sep 2010 00:15:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20527@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:13:"Verstion: 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"JKring";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"cartpauj on "Mingle 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:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/mingle-forum/#post-18550";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 12 Jun 2010 21:37:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"18550@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:86:"Mingle Forum allows you to easily and quickly put a Forum on your Wordpress site/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:8:"cartpauj";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"gsnap on "Live Blog Plugin for Wordpress by G-Snap!"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/live-blog-plugin-by-g-snap/#post-19586";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jul 2010 00:15: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:"19586@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:"G-Snap!&#039;s live blogging technology brings breaking news and events to life\nfor your audience by delivering rich real-time information as it happe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"gsnap";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"pkenjora on "Arkayne Marketing 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:83:"http://wordpress.org/extend/plugins/arkayne-site-to-site-related-content/#post-2118";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Jul 2007 01:00:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2118@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:"Arkayne Socialize as a website marketing tool is the easiest way to increase traffic and conversions.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"pkenjora";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"jackdewey on "Link Library"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/link-library/#post-176";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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:48: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:"176@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:142:"The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"jackdewey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"ArdathkSheyna on "Thumbnail Updater"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/thumbnail-updater/#post-20502";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Aug 2010 02:45:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20502@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:"A plugin for updating your thumbnails whenever a new thumbnail size is added with add_image_size()";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"ArdathkSheyna";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"avenueverve on "Verve Meta Boxes"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/extend/plugins/verve-meta-boxes/#post-16105";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 20 Feb 2010 06:37: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:"16105@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"A robust, intuitive, polished custom fields plugin provides text, textarea, image, file, date, time, datetime, select, radio, and checkbox fields.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"avenueverve";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Sam Rose on "LBAK User Tracking"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/lbak-user-tracking/#post-20386";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 25 Aug 2010 15:29:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20386@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:64:"An extensive, customisable, fully featured user tracking plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Sam Rose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"sebaxtian on "MudSlideShow"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/mudslideshow/#post-14704";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 12 Dec 2009 19:29: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:"14704@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:51:"An image gallery system using Picasa and/or Flickr.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"sebaxtian";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"joedolson on "WP to 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:60:"http://wordpress.org/extend/plugins/wp-to-twitter/#post-7509";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 30 Oct 2008 20:13: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"7509@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:"Posts a Twitter status update when you update your WordPress blog or post to your blogroll, using your chosen URL shortening service.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"joedolson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Chris Taylor on "Secure Invites"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wordpress-mu-secure-invites/#post-11051";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jun 2009 11:54: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:"11051@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:93:"Secure Invites is a Wordpress plugin that allows you to only allow invited people to sign up.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Chris Taylor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"waltervos on "Featured Image 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:69:"http://wordpress.org/extend/plugins/featured-image-widget/#post-20473";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 Aug 2010 20:36: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:"20473@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"Provides a widget that displays the featured image for a post or page, if a featured image has been set.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"waltervos";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"36flavours on "Availability Calendar"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/availability/#post-14507";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Dec 2009 21:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14507@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:"A simple to use and manage availability calendar.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"36flavours";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/updated";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:13:"last-modified";s:19:"2009-11-04 21:07:23";s:4:"etag";s:34:""46ecc49b95a2cff0eafa611bd7fd2069"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7700";s:4:"date";s:29:"Fri, 03 Sep 2010 05:11:53 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'),
(135, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1283533913', 'no'),
(136, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1283490713', 'no'),
(137, 0, '_transient_timeout_plugin_slugs', '1283582922', 'no'),
(138, 0, '_transient_plugin_slugs', 'a:3:{i:0;s:19:"akismet/akismet.php";i:1;s:9:"hello.php";i:2;s:33:"w3-total-cache/w3-total-cache.php";}', 'no'),
(139, 0, 'recently_activated', 'a:0:{}', 'yes'),
(140, 0, 'akismet_available_servers', 'a:4:{s:12:"66.135.58.62";b:1;s:11:"72.233.69.2";b:1;s:11:"72.233.69.3";b:1;s:12:"66.135.58.61";b:1;}', 'yes'),
(141, 0, 'akismet_connectivity_time', '1283490858', 'yes'),
(142, 0, 'wordpress_api_key', 'ca1ad88845c0', 'yes'),
(143, 0, 'akismet_discard_month', 'false', 'yes'),
(149, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1283534202', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(150, 0, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/extend/plugins/browse/new/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Sep 2010 05:16: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2537";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"ArdathkSheyna on "Thumbnail Updater"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/thumbnail-updater/#post-20502";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Aug 2010 02:45:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20502@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:"A plugin for updating your thumbnails whenever a new thumbnail size is added with add_image_size()";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"ArdathkSheyna";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"fernandofbp on "Manage Banner 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:61:"http://wordpress.org/extend/plugins/manage-banner/#post-19487";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jul 2010 16:37: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:42:"19487@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:69:"Gerencia Banner no site aplicando marcações e lugares estratégicos";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"fernandofbp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"Austin Matzko on "WordPress Wufoo 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:65:"http://wordpress.org/extend/plugins/wufoo-integration/#post-20328";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Aug 2010 08:38:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20328@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:"Easily insert any of your preexisting Wufoo forms directly through WordPress with the &#34;Wufoo Forms&#34; button.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Austin Matzko";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"zhenech on "StatusNet Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/extend/plugins/statusnet-widget/#post-20522";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Aug 2010 19:16: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:"20522@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"StatusNet Widget provides a widget to pull your status from StatusNet\ninstallations like identi.ca. Multiple sources are supported, so is 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"zhenech";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"vermontwebdesign on "Youtube Full Screen"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/youtube-full-screen/#post-20512";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Aug 2010 14:28: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20512@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:120:"Open Youtube Full Screen in a New Window. Just use [youtube ]paste youtube url here[/youtube] and it will create a link.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"vermontwebdesign";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"stevevls on "GTS"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.org/extend/plugins/rejected-gts-translation-rejected/#post-19444";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jul 2010 12:56: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"19444@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:125:"The only translation plugin that provides human translation of your blog content using community translation\n(crowdsourcing).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"stevevls";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"Baylor Rae'' on "WuPhooey"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wuphooey/#post-20505";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Aug 2010 06:00: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:"20505@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:34:"A Wufoo Form 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:11:"Baylor Rae''";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"bpmee31 on "MLB Baseball Power Rankings Lite"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/mlb-power-rankings-lite/#post-20507";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Aug 2010 07:03: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20507@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:"MLB Power Rankings shows the top teams, updated every 3-4 hours during the regular season.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"bpmee31";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"pras.88in on "Google 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:58:"http://wordpress.org/extend/plugins/gogconnect/#post-20506";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Aug 2010 06:41:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20506@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 is the social network plugin google connect plugin,just copy and paste the api code you will be able  to add people  to the 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:9:"pras.88in";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"wesbos on "Burstn 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:68:"http://wordpress.org/extend/plugins/burstn-for-wordpress/#post-20188";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Aug 2010 07:34: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:"20188@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:69:"Burstn creates a widget to display your latest bursts from Burstn.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:6:"wesbos";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"bigj9901 on "I Warned You"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/i-warned-you/#post-20341";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Aug 2010 22:50: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20341@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:"Version: 1.0.0\n\nDisplays a message above post content warning visitors of potential hazards of reading your content";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"bigj9901";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"unijimpe on "WP YouTube Player"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wp-youtube-player/#post-20501";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Aug 2010 21:42:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20501@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:40:"Insert Flash Movies into 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:8:"unijimpe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"letsfx on "EagleEye Analyst"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/4xeagleeye-analyst/#post-20432";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 27 Aug 2010 07:52: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:"20432@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"EagleEye is FOREX, market trading tool designed to cover daily and hourly market analysis and trade signals.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"letsfx";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"c3mdigital on "WP Coda Slider"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/wp-coda-slider/#post-20503";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Aug 2010 03: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:"20503@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:"Add a Coda Slider to any WordPress page, post or custom post type using shortcodes.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"c3mdigital";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"karrikas on "banner-manager"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/banner-manager/#post-20498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Aug 2010 20:43: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:"20498@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:"Manage your image banners, count views and clicks, etc, ...";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"karrikas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:48:"http://wordpress.org/extend/plugins/rss/view/new";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:13:"last-modified";s:19:"2010-08-31 02:45:25";s:4:"etag";s:34:""1d003e170326305792576d0882c0b907"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7675";s:4:"date";s:29:"Fri, 03 Sep 2010 05:16:42 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'),
(151, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1283534202', 'no'),
(152, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1283491002', 'no'),
(156, 0, 'wporg_popular_tags', 'O:8:"stdClass":2:{s:7:"timeout";i:1283492147;s:6:"cached";a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"1823";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1283";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1105";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:3:"965";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:3:"961";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:3:"931";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"721";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"598";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"567";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"544";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"542";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"540";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"454";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"425";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"425";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"364";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"343";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"330";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"305";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"283";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"276";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"274";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"255";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"252";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"251";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"250";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"244";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"244";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"236";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"236";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"235";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"232";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"231";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"229";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"228";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"221";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"219";}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";s:3:"218";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"216";}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";s:3:"215";}}}', 'no'),
(159, 0, '_transient_random_seed', 'a194b6ec5a66a132333d089bad83cad1', 'yes'),
(160, 0, 'category_children', 'a:0:{}', 'yes'),
(164, 0, 'w3tc_request_data', '', 'no'),
(165, 0, 'rewrite_rules', 'a:70:{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:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"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:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:25:".+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:".+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:18:"(.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:38:"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:33:"(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:26:"(.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:33:"(.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:18:"(.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes');

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

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

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

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

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 1, '_edit_lock', '1283493692'),
(3, 1, '_edit_last', '1'),
(6, 2, '_edit_lock', '1283492508'),
(7, 2, '_edit_last', '1'),
(8, 7, '_edit_last', '1'),
(9, 7, '_wp_page_template', 'default'),
(10, 7, '_edit_lock', '1283493527'),
(11, 9, '_menu_item_type', 'post_type'),
(12, 9, '_menu_item_menu_item_parent', '0'),
(13, 9, '_menu_item_object_id', '7'),
(14, 9, '_menu_item_object', 'page'),
(15, 9, '_menu_item_target', ''),
(16, 9, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(17, 9, '_menu_item_xfn', ''),
(18, 9, '_menu_item_url', ''),
(24, 18, '_edit_last', '1'),
(25, 18, '_edit_lock', '1283494528'),
(28, 18, '_wp_old_slug', '');

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

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

CREATE TABLE IF NOT EXISTS `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `post_author` bigint(20) unsigned NOT NULL default '0',
  `post_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL default 'publish',
  `comment_status` varchar(20) NOT NULL default 'open',
  `ping_status` varchar(20) NOT NULL default 'open',
  `post_password` varchar(20) NOT NULL default '',
  `post_name` varchar(200) NOT NULL default '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content_filtered` text NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL default '0',
  `guid` varchar(255) NOT NULL default '',
  `menu_order` int(11) NOT NULL default '0',
  `post_type` varchar(20) NOT NULL default 'post',
  `post_mime_type` varchar(100) NOT NULL default '',
  `comment_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`ID`),
  KEY `post_name` (`post_name`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=22 ;

--
-- 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, '2010-09-03 01:09:38', '2010-09-03 05:09:38', 'I''m in the process of testing out WordPress, Joomla and Drupal.    I figured that I should use WP for my personal site.', 'CMS...cms....', '', 'publish', 'closed', 'open', '', 'hello-world', '', '', '2010-09-02 23:01:31', '2010-09-03 06:01:31', '', 0, 'http://juanmgonzalez.com/wp/?p=1', 0, 'post', '', 0),
(2, 1, '2010-09-03 01:09:38', '2010-09-03 05:09:38', 'Highly accomplished Information Technology Director with 10+ years of demonstrated achievements in providing IT operational leadership and systems development for multimillion-dollar companies. Superior strategic planner known for pioneering visionary new processes and procedures aimed at boosting efficiency and producing best possible results in a high pressure environment. Creative problem solver, big-picture thinker, team leader, instructor and communicator with a proven ability to develop cutting-edge eCommerce and vendor management methodologies which increase operational capability while significantly heightening performance levels and dramatically impacting business bottom lines. Fluent in English and Spanish', 'About', '', 'publish', 'closed', 'open', '', 'about', '', '', '2010-09-02 22:41:48', '2010-09-03 05:41:48', '', 0, 'http://juanmgonzalez.com/wp/?page_id=2', 0, 'page', '', 0),
(3, 1, '2010-09-03 01:11:53', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2010-09-03 01:11:53', '0000-00-00 00:00:00', '', 0, 'http://juanmgonzalez.com/wp/?p=3', 0, 'post', '', 0),
(4, 1, '2010-09-03 01:09:38', '2010-09-03 05:09:38', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'inherit', 'open', 'open', '', '1-revision', '', '', '2010-09-03 01:09:38', '2010-09-03 05:09:38', '', 1, 'http://juanmgonzalez.com/wp/?p=4', 0, 'revision', '', 0),
(5, 1, '2010-09-03 01:23:20', '2010-09-03 05:23:20', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', '', 'inherit', 'open', 'open', '', '2-autosave', '', '', '2010-09-03 01:23:20', '2010-09-03 05:23:20', '', 2, 'http://juanmgonzalez.com/wp/?p=5', 0, 'revision', '', 0),
(6, 1, '2010-09-03 01:09:38', '2010-09-03 05:09:38', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', '', 'inherit', 'open', 'open', '', '2-revision', '', '', '2010-09-03 01:09:38', '2010-09-03 05:09:38', '', 2, 'http://juanmgonzalez.com/wp/?p=6', 0, 'revision', '', 0),
(7, 1, '2010-09-02 22:38:22', '2010-09-03 05:38:22', 'Expertise in -\r\n\r\nNetwork Maintenance, Design &amp; Implementation - Relationship Building - Conflict Resolution\r\n\r\nProject Management - Budgets &amp; Forecasts - Continuous Process Improvement\r\n\r\nSystems Administration - Multiple Operating Systems - Network Hardware Configuration\r\n\r\nStrategic Planning - Vendor Partnerships - Team Leadership, Mentoring &amp; Training\r\n\r\n<strong>OpenSOFT/Farheap Solutions, Irvine, California – September 2008 - Present</strong>\r\n\r\n<strong> </strong>\r\n\r\nDevelopment business unit designing and implementing eCommerce applications\r\n\r\neCommerce Project Manager/Business Analyst\r\n\r\n<span style="font-weight: normal;">Successfully managed release of Proof of Concept site using ATG2007_1 platform utilizing SCRUM methodology (http://www.budgetprint.com)</span>\r\n\r\n<span style="font-weight: normal;">Possess thorough understanding of general Infrastructure technologies</span>\r\n\r\n<span style="font-weight: normal;">Coordinate across various functional Information Management areas to provide solutions and resolve issues for managed projects.</span>\r\n\r\n<span style="font-weight: normal;">Ability to manage concurrent projects, activities and issues</span>\r\n\r\n<span style="font-weight: normal;">Plan and manage all aspects of a project including, but not limited to, scope, execution, and budget.</span>\r\n\r\n<span style="font-weight: normal;">Assists with the negotiation of vendor contracts and services.</span>\r\n\r\n<span style="font-weight: normal;">Maintains effective communication with project owner, management and the project team (internal and external customers)</span>\r\n\r\n<span style="font-weight: normal;">Conducts status reviews with the IT and Management teams. Identifies variances and initiates corrective action to stay on target. Resolves and/or ensures appropriate resolution of all business and technical issues.</span>\r\n\r\n<span style="font-weight: normal;">Accountable for each project''s planning and implementation, including, but not limited to, project schedule/milestones, scope, budget, resources, risk management, project status communication and issue escalation and implementation of project according to the business requirements.</span>\r\n\r\n<span style="font-weight: normal;">Facilitate requirements gathering and business planning, use case and business requirements document creation.</span>\r\n\r\n<span style="font-weight: normal;">Lead reviews of requirements documentation with stakeholders and project teams</span>\r\n\r\n<span style="font-weight: normal;">Mentoring and training of project teams as a subject matter expert</span>\r\n\r\n<strong>IDEAFOREST/JOANN.COM, El Segundo, California – April 2000 to March 2008</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>$38M eCommerce leader in the craft industry.</strong>\r\n\r\n<strong>Director of Information Technology</strong>\r\n\r\nProvided expert information technology support and leadership for entire operation including Call Center, Business Users and Technical/Desktop Support. Maintained office network and Call Center phone switches/applications to boost productivity while optimizing staff performance. Managed daily information technology requirements of Call Center team and personally lead 2 site/java developers. Devised site enhancements and improvements to expand online market reach and capability. Coordinated vendor partnerships with Oracle, ATG, Easyask, Scene 7, Sun, Apple, Avaya and Cisco. Served as point of contact for all management issues of eCommerce website. Delivered superior application and systems training to all personnel.\r\n\r\neCommerce Improvements:\r\n<ul type="disc">\r\n	<li>Developed productive relationship with Verizon Business Unit for website maintenance as well as numerous other telecommunications/network vendors.</li>\r\n	<li>Maximized eCommerce website capability and customer experience through successful functionality, capacity and software upgrades.</li>\r\n	<li>Generated $38M in sales with development of IdeaForest.com and launch of Joann.com while producing 20M monthly page views.</li>\r\n	<li>Optimized $500K eCommerce site platform upgrade using SCRUM methodology utilizing ATG 2006.3, Oracle 10g and Apache as well as later updates as project lead for infrastructure development, capacity management, payment card industry and Amazon.com integration.</li>\r\n	<li>Improved public and market awareness by contributing to multiple eCommerce press releases and magazine articles.</li>\r\n	<li>Implemented site updates to ATG 2006_3, Oracle 10g and Apache to improve online functionality and performance.</li>\r\n	<li>Enhanced search engine processes with Easyask from Progress Software.</li>\r\n	<li>Amplified customer service and site experience by adding zoom capabilities on all product images utilizing Scene7 software.</li>\r\n	<li>Implemented Click to Call functionality to significantly advance customer service.</li>\r\n</ul>\r\nInformation Technology Improvements:\r\n<ul type="disc">\r\n	<li>Constructed and maintained office information technology implementations including LAN, Admin applications, phones, staging and push environments.</li>\r\n	<li>Heightened operational capability by delivering 24/7 support for configuring and deploying all applications for development and production of website.</li>\r\n</ul>', 'Resume', '', 'publish', 'closed', 'open', '', 'resume', '', '', '2010-09-02 22:58:47', '2010-09-03 05:58:47', '', 0, 'http://juanmgonzalez.com/wp/?page_id=7', 0, 'page', '', 0),
(8, 1, '2010-09-02 22:38:09', '2010-09-03 05:38:09', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '7-revision', '', '', '2010-09-02 22:38:09', '2010-09-03 05:38:09', '', 7, 'http://juanmgonzalez.com/wp/?p=8', 0, 'revision', '', 0),
(9, 1, '2010-09-02 22:38:45', '2010-09-03 05:38:45', ' ', '', '', 'publish', 'open', 'open', '', '9', '', '', '2010-09-02 22:38:45', '2010-09-03 05:38:45', '', 0, 'http://juanmgonzalez.com/wp/?p=9', 1, 'nav_menu_item', '', 0),
(10, 1, '2010-09-02 22:38:22', '2010-09-03 05:38:22', '', 'Resume', '', 'inherit', 'open', 'open', '', '7-revision-2', '', '', '2010-09-02 22:38:22', '2010-09-03 05:38:22', '', 7, 'http://juanmgonzalez.com/wp/?p=10', 0, 'revision', '', 0),
(11, 1, '2010-09-03 01:24:00', '2010-09-03 05:24:00', 'Highly accomplished Information Technology Director with 10+ years of demonstrated achievements in providing IT operational leadership and systems development for multimillion-dollar companies. Superior strategic planner known for pioneering visionary new processes and procedures aimed at boosting efficiency and producing best possible results in a high pressure environment. Creative problem solver, big-picture thinker, team leader, instructor and communicator with a proven ability to develop cutting-edge eCommerce and vendor management methodologies which increase operational capability while significantly heightening performance levels and dramatically impacting business bottom lines. Fluent in English and Spanish', 'About', '', 'inherit', 'open', 'open', '', '2-revision-2', '', '', '2010-09-03 01:24:00', '2010-09-03 05:24:00', '', 2, 'http://juanmgonzalez.com/wp/?p=11', 0, 'revision', '', 0),
(12, 1, '2010-09-03 01:22:07', '2010-09-03 05:22:07', 'I''m in the process of testing out WordPress, Joomla and Drupal and figured that I should use WP for my personal site.', 'CMS...cms....', '', 'inherit', 'open', 'open', '', '1-revision-2', '', '', '2010-09-03 01:22:07', '2010-09-03 05:22:07', '', 1, 'http://juanmgonzalez.com/wp/?p=12', 0, 'revision', '', 0),
(17, 1, '2010-09-02 22:48:11', '2010-09-03 05:48:11', 'I''m in the process of testing out WordPress, Joomla and Drupal and figured that I should use WP for my personal site.', 'CMS...cms....', '', 'inherit', 'open', 'open', '', '1-revision-3', '', '', '2010-09-02 22:48:11', '2010-09-03 05:48:11', '', 1, 'http://juanmgonzalez.com/wp/?p=17', 0, 'revision', '', 0),
(13, 1, '2010-09-02 22:41:06', '2010-09-03 05:41:06', '<strong>Network Maintenance, Design &amp; Implementation - Relationship Building - Conflict Resolution\r\n\r\nProject Management - Budgets &amp; Forecasts - Continuous Process Improvement\r\n\r\nSystems Administration - Multiple Operating Systems - Network Hardware Configuration\r\n\r\nStrategic Planning - Vendor Partnerships - Team Leadership, Mentoring &amp; Training\r\n\r\n</strong>', 'Resume', '', 'inherit', 'open', 'open', '', '7-revision-3', '', '', '2010-09-02 22:41:06', '2010-09-03 05:41:06', '', 7, 'http://juanmgonzalez.com/wp/?p=13', 0, 'revision', '', 0),
(14, 1, '2010-09-02 22:58:05', '2010-09-03 05:58:05', 'Expertise in -\r\n\r\nNetwork Maintenance, Design &amp; Implementation - Relationship Building - Conflict Resolution\r\n\r\nProject Management - Budgets &amp; Forecasts - Continuous Process Improvement\r\n\r\nSystems Administration - Multiple Operating Systems - Network Hardware Configuration\r\n\r\nStrategic Planning - Vendor Partnerships - Team Leadership, Mentoring &amp; Training\r\n\r\n<!--more-->\r\n\r\n<strong>OpenSOFT/Farheap Solutions, Irvine, California – September 2008 - Present</strong>\r\n\r\n<strong> </strong>\r\n\r\nDevelopment business unit designing and implementing eCommerce applications\r\n\r\neCommerce Project Manager/Business Analyst\r\n\r\n<span style="font-weight: normal;">Successfully managed release of Proof of Concept site using ATG2007_1 platform utilizing SCRUM methodology (http://www.budgetprint.com)</span>\r\n\r\n<span style="font-weight: normal;">Possess thorough understanding of general Infrastructure technologies</span>\r\n\r\n<span style="font-weight: normal;">Coordinate across various functional Information Management areas to provide solutions and resolve issues for managed projects.</span>\r\n\r\n<span style="font-weight: normal;">Ability to manage concurrent projects, activities and issues</span>\r\n\r\n<span style="font-weight: normal;">Plan and manage all aspects of a project including, but not limited to, scope, execution, and budget.</span>\r\n\r\n<span style="font-weight: normal;">Assists with the negotiation of vendor contracts and services.</span>\r\n\r\n<span style="font-weight: normal;">Maintains effective communication with project owner, management and the project team (internal and external customers)</span>\r\n\r\n<span style="font-weight: normal;">Conducts status reviews with the IT and Management teams. Identifies variances and initiates corrective action to stay on target. Resolves and/or ensures appropriate resolution of all business and technical issues.</span>\r\n\r\n<span style="font-weight: normal;">Accountable for each project''s planning and implementation, including, but not limited to, project schedule/milestones, scope, budget, resources, risk management, project status communication and issue escalation and implementation of project according to the business requirements.</span>\r\n\r\n<span style="font-weight: normal;">Facilitate requirements gathering and business planning, use case and business requirements document creation.</span>\r\n\r\n<span style="font-weight: normal;">Lead reviews of requirements documentation with stakeholders and project teams</span>\r\n\r\n<span style="font-weight: normal;">Mentoring and training of project teams as a subject matter expert</span>\r\n\r\n<strong>IDEAFOREST/JOANN.COM, El Segundo, California – April 2000 to March 2008</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>$38M eCommerce leader in the craft industry.</strong>\r\n\r\n<strong>Director of Information Technology</strong>\r\n\r\nProvided expert information technology support and leadership for entire operation including Call Center, Business Users and Technical/Desktop Support. Maintained office network and Call Center phone switches/applications to boost productivity while optimizing staff performance. Managed daily information technology requirements of Call Center team and personally lead 2 site/java developers. Devised site enhancements and improvements to expand online market reach and capability. Coordinated vendor partnerships with Oracle, ATG, Easyask, Scene 7, Sun, Apple, Avaya and Cisco. Served as point of contact for all management issues of eCommerce website. Delivered superior application and systems training to all personnel.\r\n\r\neCommerce Improvements:\r\n<ul type="disc">\r\n	<li>Developed productive relationship with Verizon Business Unit for website maintenance as well as numerous other telecommunications/network vendors.</li>\r\n	<li>Maximized eCommerce website capability and customer experience through successful functionality, capacity and software upgrades.</li>\r\n	<li>Generated $38M in sales with development of IdeaForest.com and launch of Joann.com while producing 20M monthly page views.</li>\r\n	<li>Optimized $500K eCommerce site platform upgrade using SCRUM methodology utilizing ATG 2006.3, Oracle 10g and Apache as well as later updates as project lead for infrastructure development, capacity management, payment card industry and Amazon.com integration.</li>\r\n	<li>Improved public and market awareness by contributing to multiple eCommerce press releases and magazine articles.</li>\r\n	<li>Implemented site updates to ATG 2006_3, Oracle 10g and Apache to improve online functionality and performance.</li>\r\n	<li>Enhanced search engine processes with Easyask from Progress Software.</li>\r\n	<li>Amplified customer service and site experience by adding zoom capabilities on all product images utilizing Scene7 software.</li>\r\n	<li>Implemented Click to Call functionality to significantly advance customer service.</li>\r\n</ul>\r\nInformation Technology Improvements:\r\n<ul type="disc">\r\n	<li>Constructed and maintained office information technology implementations including LAN, Admin applications, phones, staging and push environments.</li>\r\n	<li>Heightened operational capability by delivering 24/7 support for configuring and deploying all applications for development and production of website.</li>\r\n</ul>', 'Resume', '', 'inherit', 'open', 'open', '', '7-autosave', '', '', '2010-09-02 22:58:05', '2010-09-03 05:58:05', '', 7, 'http://juanmgonzalez.com/wp/?p=14', 0, 'revision', '', 0),
(15, 1, '2010-09-02 22:53:18', '2010-09-03 05:53:18', 'Network Maintenance, Design &amp; Implementation - Relationship Building - Conflict Resolution\r\n\r\nProject Management - Budgets &amp; Forecasts - Continuous Process Improvement\r\n\r\nSystems Administration - Multiple Operating Systems - Network Hardware Configuration\r\n\r\nStrategic Planning - Vendor Partnerships - Team Leadership, Mentoring &amp; Training\r\n\r\n<strong>IDEAFOREST/JOANN.COM, El Segundo, California – April 2000 to March 2008\r\n\r\n$38M eCommerce leader in the craft industry.\r\n\r\nDirector of Information Technology\r\n\r\nProvided expert information technology support and leadership for entire operation including Call Center, Business Users and Technical/Desktop Support. Maintained office network and Call Center phone switches/applications to boost productivity while optimizing staff performance. Managed daily information technology requirements of Call Center team and personally lead 2 site/java developers. Devised site enhancements and improvements to expand online market reach and capability. Coordinated vendor partnerships with Oracle, ATG, Easyask, Scene 7, Sun, Apple, Avaya and Cisco. Served as point of contact for all management issues of eCommerce website. Delivered superior application and systems training to all personnel.\r\n\r\neCommerce Improvements:\r\n<ul type="disc">\r\n	<li>Developed productive relationship with Verizon Business Unit for website maintenance as well as numerous other telecommunications/network vendors.</li>\r\n	<li>Maximized eCommerce website capability and customer experience through successful functionality, capacity and software upgrades.</li>\r\n	<li>Generated $38M in sales with development of IdeaForest.com and launch of Joann.com while producing 20M monthly page views.</li>\r\n	<li>Optimized $500K eCommerce site platform upgrade using SCRUM methodology utilizing ATG 2006.3, Oracle 10g and Apache as well as later updates as project lead for infrastructure development, capacity management, payment card industry and Amazon.com integration.</li>\r\n	<li>Improved public and market awareness by contributing to multiple eCommerce press releases and magazine articles.</li>\r\n	<li>Implemented site updates to ATG 2006_3, Oracle 10g and Apache to improve online functionality and performance.</li>\r\n	<li>Enhanced search engine processes with Easyask from Progress Software.</li>\r\n	<li>Amplified customer service and site experience by adding zoom capabilities on all product images utilizing Scene7 software.</li>\r\n	<li>Implemented Click to Call functionality to significantly advance customer service.</li>\r\n</ul>\r\nInformation Technology Improvements:\r\n<ul type="disc">\r\n	<li>Constructed and maintained office information technology implementations including LAN, Admin applications, phones, staging and push environments.</li>\r\n	<li>Heightened operational capability by delivering 24/7 support for configuring and deploying all applications for development and production of website.</li>\r\n</ul>\r\n</strong>', 'Resume', '', 'inherit', 'open', 'open', '', '7-revision-4', '', '', '2010-09-02 22:53:18', '2010-09-03 05:53:18', '', 7, 'http://juanmgonzalez.com/wp/?p=15', 0, 'revision', '', 0),
(16, 1, '2010-09-02 22:56:36', '2010-09-03 05:56:36', 'Highlights from my resume:\r\n\r\nExpertise in -\r\n\r\nNetwork Maintenance, Design &amp; Implementation - Relationship Building - Conflict Resolution\r\n\r\nProject Management - Budgets &amp; Forecasts - Continuous Process Improvement\r\n\r\nSystems Administration - Multiple Operating Systems - Network Hardware Configuration\r\n\r\nStrategic Planning - Vendor Partnerships - Team Leadership, Mentoring &amp; Training\r\n\r\n<strong>OpenSOFT/Farheap Solutions, Irvine, California – September 2008 - Present\r\n\r\nDevelopment business unit designing and implementing eCommerce applications\r\n\r\neCommerce Project Manager/Business Analyst\r\n\r\n<span style="font-weight: normal;">Successfully managed release of Proof of Concept site using ATG2007_1 platform utilizing SCRUM methodology (http://www.budgetprint.com)</span>\r\n\r\n<span style="font-weight: normal;">Possess thorough understanding of general Infrastructure technologies</span>\r\n\r\n<span style="font-weight: normal;">Coordinate across various functional Information Management areas to provide solutions and resolve issues for managed projects.</span>\r\n\r\n<span style="font-weight: normal;">Ability to manage concurrent projects, activities and issues</span>\r\n\r\n<span style="font-weight: normal;">Plan and manage all aspects of a project including, but not limited to, scope, execution, and budget.</span>\r\n\r\n<span style="font-weight: normal;">Assists with the negotiation of vendor contracts and services.</span>\r\n\r\n<span style="font-weight: normal;">Maintains effective communication with project owner, management and the project team (internal and external customers)</span>\r\n\r\n<span style="font-weight: normal;">Conducts status reviews with the IT and Management teams. Identifies variances and initiates corrective action to stay on target. Resolves and/or ensures appropriate resolution of all business and technical issues.</span>\r\n\r\n<span style="font-weight: normal;">Accountable for each project''s planning and implementation, including, but not limited to, project schedule/milestones, scope, budget, resources, risk management, project status communication and issue escalation and implementation of project according to the business requirements.</span>\r\n\r\n<span style="font-weight: normal;">Facilitate requirements gathering and business planning, use case and business requirements document creation.</span>\r\n\r\n<span style="font-weight: normal;">Lead reviews of requirements documentation with stakeholders and project teams</span>\r\n\r\n<span style="font-weight: normal;">Mentoring and training of project teams as a subject matter expert</span>\r\n\r\n</strong>\r\n\r\n<strong>IDEAFOREST/JOANN.COM, El Segundo, California – April 2000 to March 2008</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>$38M eCommerce leader in the craft industry.</strong>\r\n\r\n<strong>Director of Information Technology</strong>\r\n\r\nProvided expert information technology support and leadership for entire operation including Call Center, Business Users and Technical/Desktop Support. Maintained office network and Call Center phone switches/applications to boost productivity while optimizing staff performance. Managed daily information technology requirements of Call Center team and personally lead 2 site/java developers. Devised site enhancements and improvements to expand online market reach and capability. Coordinated vendor partnerships with Oracle, ATG, Easyask, Scene 7, Sun, Apple, Avaya and Cisco. Served as point of contact for all management issues of eCommerce website. Delivered superior application and systems training to all personnel.\r\n\r\neCommerce Improvements:\r\n<ul type="disc">\r\n	<li>Developed productive relationship with Verizon Business Unit for website maintenance as well as numerous other telecommunications/network vendors.</li>\r\n	<li>Maximized eCommerce website capability and customer experience through successful functionality, capacity and software upgrades.</li>\r\n	<li>Generated $38M in sales with development of IdeaForest.com and launch of Joann.com while producing 20M monthly page views.</li>\r\n	<li>Optimized $500K eCommerce site platform upgrade using SCRUM methodology utilizing ATG 2006.3, Oracle 10g and Apache as well as later updates as project lead for infrastructure development, capacity management, payment card industry and Amazon.com integration.</li>\r\n	<li>Improved public and market awareness by contributing to multiple eCommerce press releases and magazine articles.</li>\r\n	<li>Implemented site updates to ATG 2006_3, Oracle 10g and Apache to improve online functionality and performance.</li>\r\n	<li>Enhanced search engine processes with Easyask from Progress Software.</li>\r\n	<li>Amplified customer service and site experience by adding zoom capabilities on all product images utilizing Scene7 software.</li>\r\n	<li>Implemented Click to Call functionality to significantly advance customer service.</li>\r\n</ul>\r\nInformation Technology Improvements:\r\n<ul type="disc">\r\n	<li>Constructed and maintained office information technology implementations including LAN, Admin applications, phones, staging and push environments.</li>\r\n	<li>Heightened operational capability by delivering 24/7 support for configuring and deploying all applications for development and production of website.</li>\r\n</ul>', 'Resume', '', 'inherit', 'open', 'open', '', '7-revision-5', '', '', '2010-09-02 22:56:36', '2010-09-03 05:56:36', '', 7, 'http://juanmgonzalez.com/wp/?p=16', 0, 'revision', '', 0),
(18, 1, '2010-09-02 23:09:58', '2010-09-03 06:09:58', 'Junior Ducks Early Bird 2010 has started - 3 games on our schedule, plus minimum one to be scheduled for Sunday.\r\n\r\nThe schedule is <a href="http://www.pointstreak.com/players/players-team.html?teamid=264632&seasonid=6022">here</a>', '1st tournament of the season...', '', 'publish', 'closed', 'open', '', '1st-tournament-of-the-season', '', '', '2010-09-02 23:15:12', '2010-09-03 06:15:12', '', 0, 'http://juanmgonzalez.com/wp/?p=18', 0, 'post', '', 0),
(19, 1, '2010-09-02 23:09:53', '2010-09-03 06:09:53', 'Junior Ducks Early Bird 2010 has started - 3 games on our schedule, plus minimum one to be scheduled for Sunday.\n\nhttp://www.pointstreak.com/players/players-team.html?teamid=264632&amp;seasonid=6022', '1st tournament of the season...', '', 'inherit', 'open', 'open', '', '18-revision', '', '', '2010-09-02 23:09:53', '2010-09-03 06:09:53', '', 18, 'http://juanmgonzalez.com/wp/?p=19', 0, 'revision', '', 0),
(20, 1, '2010-09-02 23:09:58', '2010-09-03 06:09:58', 'Junior Ducks Early Bird 2010 has started - 3 games on our schedule, plus minimum one to be scheduled for Sunday.\r\n\r\nhttp://www.pointstreak.com/players/players-team.html?teamid=264632&amp;seasonid=6022', '1st tournament of the season...', '', 'inherit', 'open', 'open', '', '18-revision-2', '', '', '2010-09-02 23:09:58', '2010-09-03 06:09:58', '', 18, 'http://juanmgonzalez.com/wp/?p=20', 0, 'revision', '', 0),
(21, 1, '2010-09-02 23:16:30', '2010-09-03 06:16:30', 'Junior Ducks Early Bird 2010 has started - 3 games on our schedule, plus minimum one to be scheduled for Sunday.\n\nThe schedule is <a href="http://www.pointstreak.com/players/players-team.html?teamid=264632&amp;seasonid=6022">here</a>', '1st tournament of the season...', '', 'inherit', 'open', 'open', '', '18-autosave', '', '', '2010-09-02 23:16:30', '2010-09-03 06:16:30', '', 18, 'http://juanmgonzalez.com/wp/?p=21', 0, 'revision', '', 0);

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

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

CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL default '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0',
  `term_order` int(11) NOT NULL default '0',
  PRIMARY KEY  (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 2, 0),
(8, 2, 0),
(3, 2, 0),
(5, 2, 0),
(18, 1, 0),
(9, 3, 0),
(1, 1, 0);

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

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

CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment,
  `term_id` bigint(20) unsigned NOT NULL default '0',
  `taxonomy` varchar(32) NOT NULL default '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL default '0',
  `count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

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

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 2),
(2, 2, 'link_category', '', 0, 4),
(3, 3, 'nav_menu', '', 0, 1);

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

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

CREATE TABLE IF NOT EXISTS `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL auto_increment,
  `name` varchar(200) NOT NULL default '',
  `slug` varchar(200) NOT NULL default '',
  `term_group` bigint(10) NOT NULL default '0',
  PRIMARY KEY  (`term_id`),
  UNIQUE KEY `slug` (`slug`),
  KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

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

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Blogroll', 'blogroll', 0),
(3, 'Resume', 'resume', 0);

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

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

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

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

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'admin'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'aim', ''),
(10, 1, 'yim', ''),
(11, 1, 'jabber', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
(13, 1, 'wp_user_level', '0'),
(14, 1, 'wp_dashboard_quick_press_last_post_id', '3'),
(15, 1, 'plugins_last_view', 'upgrade'),
(16, 1, 'wp_user-settings', 'm4=o&hidetb=1&editor=tinymce'),
(17, 1, 'wp_user-settings-time', '1283496417'),
(18, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(19, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(20, 1, 'nav_menu_recently_edited', '3');

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

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

CREATE TABLE IF NOT EXISTS `wp_users` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `user_login` varchar(60) NOT NULL default '',
  `user_pass` varchar(64) NOT NULL default '',
  `user_nicename` varchar(50) NOT NULL default '',
  `user_email` varchar(100) NOT NULL default '',
  `user_url` varchar(100) NOT NULL default '',
  `user_registered` datetime NOT NULL default '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL default '',
  `user_status` int(11) NOT NULL default '0',
  `display_name` varchar(250) NOT NULL default '',
  PRIMARY KEY  (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

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

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BSxkTHDk9hBCulIKvTxgA3f0aLu/1W1', 'admin', 'jmgonzalez@yahoo.com', '', '2010-09-03 05:09:38', '', 0, 'admin');

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

--
-- Table structure for table `wp_w3tc_cdn_queue`
--

CREATE TABLE IF NOT EXISTS `wp_w3tc_cdn_queue` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `local_path` varchar(150) NOT NULL default '',
  `remote_path` varchar(150) NOT NULL default '',
  `command` tinyint(1) unsigned NOT NULL default '0' COMMENT '1 - Upload, 2 - Delete',
  `last_error` varchar(150) NOT NULL default '',
  `date` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `path` (`local_path`,`remote_path`),
  KEY `date` (`date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_w3tc_cdn_queue`
--


