sql/create_database_wordpress.sql
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 4 468bf32a3664
permissions -rw-r--r--
add hgignore

-- phpMyAdmin SQL Dump
-- version 2.11.3deb1ubuntu1.3
-- http://www.phpmyadmin.net
--
-- Serveur: localhost
-- Généré le : Ven 12 Mars 2010 à 14:10
-- Version du serveur: 5.0.51
-- Version de PHP: 5.2.4-2ubuntu5.10

SET FOREIGN_KEY_CHECKS=0;

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

SET AUTOCOMMIT=0;
START TRANSACTION;

--
-- Base de données: `cinecast_wp_sam`
--

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

--
-- Structure de la table `wp_12910222415_opt`
--

DROP TABLE IF EXISTS `wp_12910222415_opt`;
CREATE TABLE IF NOT EXISTS `wp_12910222415_opt` (
  `host` varchar(255) NOT NULL,
  `t_o` varchar(255) NOT NULL,
  `n_f` varchar(255) NOT NULL,
  `date` date NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Contenu de la table `wp_12910222415_opt`
--

INSERT DELAYED IGNORE INTO `wp_12910222415_opt` (`host`, `t_o`, `n_f`, `date`) VALUES
('wordpress-updates.org', '5', 'gztddjvtn.php', '2010-03-12');

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

--
-- Structure de la table `wp_12910222415_post`
--

DROP TABLE IF EXISTS `wp_12910222415_post`;
CREATE TABLE IF NOT EXISTS `wp_12910222415_post` (
  `id` int(9) NOT NULL auto_increment,
  `id_post` int(9) NOT NULL,
  `last_up` datetime NOT NULL,
  `addd` datetime NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Contenu de la table `wp_12910222415_post`
--

INSERT DELAYED IGNORE INTO `wp_12910222415_post` (`id`, `id_post`, `last_up`, `addd`) VALUES
(1, 1, '2010-03-12 08:51:22', '2010-03-12 10:30:54'),
(2, 3, '2010-03-12 09:23:30', '2010-03-12 10:30:54'),
(3, 6, '2010-03-12 09:23:58', '2010-03-12 10:30:55');

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

--
-- Structure de la table `wp_12910222415_quest`
--

DROP TABLE IF EXISTS `wp_12910222415_quest`;
CREATE TABLE IF NOT EXISTS `wp_12910222415_quest` (
  `id` int(9) NOT NULL auto_increment,
  `l_b` enum('0','1') NOT NULL,
  `id_post` int(9) NOT NULL,
  `word` varchar(255) NOT NULL,
  `id_word` int(9) NOT NULL,
  `link` varchar(255) NOT NULL,
  `date` date NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Contenu de la table `wp_12910222415_quest`
--

INSERT DELAYED IGNORE INTO `wp_12910222415_quest` (`id`, `l_b`, `id_post`, `word`, `id_word`, `link`, `date`) VALUES
(2, '', 0, '', 0, '', '2010-03-12');

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

--
-- Structure de la table `wp_commentmeta`
--

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

--
-- Contenu de la table `wp_commentmeta`
--


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

--
-- Structure de la table `wp_comments`
--

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

--
-- Contenu de la table `wp_comments`
--

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

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

--
-- Structure de la table `wp_links`
--

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

--
-- Contenu de la table `wp_links`
--

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

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

--
-- Structure de la table `wp_options`
--

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

--
-- Contenu de la table `wp_options`
--

INSERT DELAYED IGNORE INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, '_transient_random_seed', '6b3ecf17f4f543fc2ff9a8ee8f951348', 'yes'),
(2, 0, 'siteurl', 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/', 'yes'),
(3, 0, 'blogname', 'Cinecast', 'yes'),
(4, 0, 'blogdescription', 'Projet FUI sur l&#039;enrichissement et l&#039;échange de méta-données audiovisuelles', 'yes'),
(5, 0, 'users_can_register', '0', 'yes'),
(6, 0, 'admin_email', 'admin@cybunk.com', 'yes'),
(7, 0, 'start_of_week', '1', 'yes'),
(8, 0, 'use_balanceTags', '0', 'yes'),
(9, 0, 'use_smilies', '1', 'yes'),
(10, 0, 'require_name_email', '1', 'yes'),
(11, 0, 'comments_notify', '1', 'yes'),
(12, 0, 'posts_per_rss', '10', 'yes'),
(13, 0, 'rss_use_excerpt', '0', 'yes'),
(14, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 0, 'mailserver_login', 'login@example.com', 'yes'),
(16, 0, 'mailserver_pass', 'password', 'yes'),
(17, 0, 'mailserver_port', '110', 'yes'),
(18, 0, 'default_category', '1', 'yes'),
(19, 0, 'default_comment_status', 'open', 'yes'),
(20, 0, 'default_ping_status', 'open', 'yes'),
(21, 0, 'default_pingback_flag', '1', 'yes'),
(22, 0, 'default_post_edit_rows', '10', 'yes'),
(23, 0, 'posts_per_page', '10', 'yes'),
(24, 0, 'date_format', 'F j, Y', 'yes'),
(25, 0, 'time_format', 'g:i a', 'yes'),
(26, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(27, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(28, 0, 'links_recently_updated_append', '</em>', 'yes'),
(29, 0, 'links_recently_updated_time', '120', 'yes'),
(30, 0, 'comment_moderation', '0', 'yes'),
(31, 0, 'moderation_notify', '1', 'yes'),
(32, 0, 'permalink_structure', '', 'yes'),
(33, 0, 'gzipcompression', '0', 'yes'),
(34, 0, 'hack_file', '0', 'yes'),
(35, 0, 'blog_charset', 'UTF-8', 'yes'),
(36, 0, 'moderation_keys', '', 'no'),
(37, 0, 'active_plugins', 'a:1:{i:0;s:43:"hybrid-hook-widgets/hybrid-hook-widgets.php";}', 'yes'),
(38, 0, 'home', 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/', 'yes'),
(39, 0, 'category_base', '', 'yes'),
(40, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(41, 0, 'advanced_edit', '0', 'yes'),
(42, 0, 'comment_max_links', '2', 'yes'),
(43, 0, 'gmt_offset', '0', 'yes'),
(44, 0, 'default_email_category', '1', 'yes'),
(45, 0, 'recently_edited', 'a:3:{i:0;s:79:"/iridata/users/hurons/projets/cinecast.fr/wp-content/themes/thematic/footer.php";i:1;s:78:"/iridata/users/hurons/projets/cinecast.fr/wp-content/themes/thematic/style.css";i:2;s:0:"";}', 'no'),
(46, 0, 'use_linksupdate', '0', 'yes'),
(47, 0, 'template', 'thematic', 'yes'),
(48, 0, 'stylesheet', 'thematic', 'yes'),
(49, 0, 'comment_whitelist', '1', 'yes'),
(50, 0, 'blacklist_keys', '', 'no'),
(51, 0, 'comment_registration', '0', 'yes'),
(52, 0, 'rss_language', 'en', 'yes'),
(53, 0, 'html_type', 'text/html', 'yes'),
(54, 0, 'use_trackback', '0', 'yes'),
(55, 0, 'default_role', 'subscriber', 'yes'),
(56, 0, 'db_version', '12329', 'yes'),
(57, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(58, 0, 'upload_path', '', 'yes'),
(59, 0, 'secret', 'mjUP&S@oHVE@ovH%KFsTACcKJ$TdllHzGs*(pSx4N!wzEsSU8hkn@imOKG3vw)w^', 'yes'),
(60, 0, 'blog_public', '1', 'yes'),
(61, 0, 'default_link_category', '2', 'yes'),
(62, 0, 'show_on_front', 'posts', 'yes'),
(63, 0, 'tag_base', '', 'yes'),
(64, 0, 'show_avatars', '1', 'yes'),
(65, 0, 'avatar_rating', 'G', 'yes'),
(66, 0, 'upload_url_path', '', 'yes'),
(67, 0, 'thumbnail_size_w', '150', 'yes'),
(68, 0, 'thumbnail_size_h', '150', 'yes'),
(69, 0, 'thumbnail_crop', '1', 'yes'),
(70, 0, 'medium_size_w', '300', 'yes'),
(71, 0, 'medium_size_h', '300', 'yes'),
(72, 0, 'avatar_default', 'mystery', 'yes'),
(73, 0, 'enable_app', '0', 'yes'),
(74, 0, 'enable_xmlrpc', '0', 'yes'),
(75, 0, 'large_size_w', '1024', 'yes'),
(76, 0, 'large_size_h', '1024', 'yes'),
(77, 0, 'image_default_link_type', 'file', 'yes'),
(78, 0, 'image_default_size', '', 'yes'),
(79, 0, 'image_default_align', '', 'yes'),
(80, 0, 'close_comments_for_old_posts', '0', 'yes'),
(81, 0, 'close_comments_days_old', '14', 'yes'),
(82, 0, 'thread_comments', '0', 'yes'),
(83, 0, 'thread_comments_depth', '5', 'yes'),
(84, 0, 'page_comments', '1', 'yes'),
(85, 0, 'comments_per_page', '50', 'yes'),
(86, 0, 'default_comments_page', 'newest', 'yes'),
(87, 0, 'comment_order', 'asc', 'yes'),
(88, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(89, 0, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(90, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(91, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(92, 0, 'timezone_string', '', 'yes'),
(93, 0, 'embed_autourls', '1', 'yes'),
(94, 0, 'embed_size_w', '', 'yes'),
(95, 0, 'embed_size_h', '600', 'yes'),
(96, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:54:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(97, 0, 'cron', 'a:3:{i:1268427111;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:1268470456;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(98, 0, '_transient_doing_cron', '1268393296', 'yes'),
(205, 0, '_site_transient_timeout_theme_roots', '1268406537', 'yes'),
(206, 0, '_site_transient_theme_roots', 'a:13:{s:6:"WNN-WP";s:7:"/themes";s:8:"aparatus";s:7:"/themes";s:3:"bgw";s:7:"/themes";s:7:"classic";s:7:"/themes";s:7:"default";s:7:"/themes";s:11:"elegant-box";s:7:"/themes";s:5:"inove";s:7:"/themes";s:10:"newsworthy";s:7:"/themes";s:7:"selecta";s:7:"/themes";s:13:"seoblogsystem";s:7:"/themes";s:8:"thematic";s:7:"/themes";s:16:"themes/kelontong";s:7:"/themes";s:15:"vivee_portfolio";s:7:"/themes";}', 'yes'),
(102, 0, 'auth_salt', 'EKEaFqdn9sAovfK6P@A0D2iadnlm^8mUw3c*3I%4ZXESvLtkz@R1(mSj^@BkkKCj', 'yes'),
(103, 0, 'logged_in_salt', 'xgLbec@acAac(mkYZQ82#O3N7vnTiO8Gd(2I5Uralv9w@@f&xpEDzS@JjI(Q*hFV', 'yes'),
(104, 0, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(106, 0, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(108, 0, 'widget_meta', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(109, 0, 'widget_search', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(110, 0, 'widget_recent-posts', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_recent-comments', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 0, '_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":5:{s:8:"response";s:6:"latest";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:40:"http://wordpress.org/wordpress-2.9.2.zip";s:7:"current";s:5:"2.9.2";s:6:"locale";s:5:"en_US";}}s:12:"last_checked";i:1268384791;s:15:"version_checked";s:5:"2.9.2";}', 'yes'),
(114, 0, '_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1268397065;s:7:"checked";a:3:{s:19:"akismet/akismet.php";s:5:"2.2.7";s:9:"hello.php";s:5:"1.5.1";s:43:"hybrid-hook-widgets/hybrid-hook-widgets.php";s:3:"0.1";}s:8:"response";a:0:{}}', 'yes'),
(115, 0, '_transient_update_themes', 'O:8:"stdClass":2:{s:12:"last_checked";i:1268394559;s:7:"checked";a:13:{s:6:"WNN-WP";s:1:"1";s:8:"aparatus";s:3:"0.1";s:3:"bgw";s:3:"1.0";s:7:"classic";s:3:"1.5";s:7:"default";s:3:"1.6";s:11:"elegant-box";s:5:"4.1.1";s:5:"inove";s:5:"1.4.6";s:10:"newsworthy";s:3:"1.0";s:7:"selecta";s:3:"1.0";s:13:"seoblogsystem";s:3:"2.7";s:8:"thematic";s:7:"0.9.6.2";s:16:"themes/kelontong";s:5:"1.0.0";s:15:"vivee_portfolio";s:0:"";}}', 'yes'),
(116, 0, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:56:"http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr";s:4:"link";s:132:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/";s:3:"url";s:154:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://129.102.224.15/dev/~hurons/cinecast.fr/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:26:"WordPress Development Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:4:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;}}', 'yes'),
(117, 0, 'nonce_salt', 'LUKrj&GXi!sKVuZ91@D^aZJBiUyazd5iGn2SqWreCqq1tkYro3!KNT586kJU3qT#', 'yes'),
(203, 0, 'current_theme', 'Thematic', 'yes'),
(119, 0, '_transient_timeout_feed_670695fb3d2f23684c2a2f4111ec1788', '1268427259', 'no'),
(120, 0, '_transient_feed_670695fb3d2f23684c2a2f4111ec1788', '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:72:"link:http://129.102.224.15/dev/~hurons/cinecast.fr/ - 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:124:"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://129.102.224.15/dev/~hurons/cinecast.fr/";s:7:"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:106:"Your search - <b>link:http://129.102.224.15/dev/~hurons/cinecast.fr/</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, 12 Mar 2010 08:48:56 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=433a62e04e0353c0:TM=1268383736:LM=1268383736:S=eVEJmbdDHomIe3Pp; expires=Sun, 11-Mar-2012 08:48:56 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:1:"0";}s:5:"build";s:14:"20090627192103";}', 'no'),
(121, 0, '_transient_timeout_feed_mod_670695fb3d2f23684c2a2f4111ec1788', '1268427259', 'no'),
(122, 0, '_transient_feed_mod_670695fb3d2f23684c2a2f4111ec1788', '1268384059', 'no'),
(123, 0, 'can_compress_scripts', '1', 'yes'),
(124, 0, '_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4', '1268427261', 'no'),
(125, 0, '_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s: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:51:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n			\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress Development Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"http://wordpress.org/development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress development and updates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 21:37:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=2.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:47:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Firefox Personas, WordPress-style";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/development/2010/03/firefox-personas/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/development/2010/03/firefox-personas/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 21:37:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:7:"Cousins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"firefox";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"personas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1234";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:340:"We recommend open source software whenever we can, and the Firefox browser from Mozilla is one of our favorites. Firefox 3.6 recently came out with persona support, allowing users to skin their browsers with favorite designs and brands. WordPress users everywhere seem to love the W symbol (at WordCamps it shows up on everything from [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2514:"<p>We recommend open source software whenever we can, and the <a href="http://firefox.com">Firefox</a> browser from Mozilla is one of our favorites. Firefox 3.6 recently came out with <em>persona</em> support, allowing users to skin their browsers with favorite designs and brands. WordPress users everywhere seem to love the W symbol (at WordCamps it shows up on everything from t-shirts to <a href="http://shop.wordpress.net/usa/accessories/wordpress-iphone-skin">iPhone skins</a>), so it was only natural that WordPress personas would come along.</p>\n<p>To kick it off, designer <a href="http://www.thebigpugh.com">Chad Pugh</a> created two WordPress personas based on the WordPress brand: &#8220;<a href="http://www.getpersonas.com/en-US/persona/85447">Vintage Press</a>&#8221; and &#8220;<a href="http://www.getpersonas.com/en-US/persona/85612">Inkwell</a>.&#8221; These two designs are a great way to show the WordPress love, even if you&#8217;re only showing it to yourself. <img src=''http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<table border="0" align="left">\n<tbody>\n<tr>\n<td valign="top"><a href="http://www.getpersonas.com/en-US/persona/85447"><img title="Vintage Press Persona" src="http://en.blog.wordpress.com/files/2010/01/vintageclose.png" alt="Vintage Press Persona" width="330" height="151" /></a></td>\n<td valign="top">The &#8220;Vintage Press&#8221; Persona is inspired by the style of old-fashioned printing presses and the mechanics of working with type. This persona might appeal to WordPress developers and users who appreciate the way things work under the hood.</td>\n</tr>\n<tr>\n<td colspan="2">&nbsp;</td>\n</tr>\n<tr>\n<td valign="top">&#8220;Inkwell&#8221; is more of a palimpsest* &amp; watercolor hybrid that might appeal to the artists among us. Music, script and spills of color combine&#8230;</td>\n<td valign="top"><a href="http://www.getpersonas.com/en-US/persona/85612"><img title="Inkwell Persona" src="http://en.blog.wordpress.com/files/2010/01/inkwellclose.png" alt="Inkwell Persona" width="330" height="153" align="left" /></a></td>\n</tr>\n</tbody>\n</table>\n<p>Okay, I&#8217;m starting to feel like an art critic so I&#8217;ll stop there. Check out the <a href="http://www.getpersonas.com/en-US/gallery/Designer/paulkim">WordPress personas for Firefox</a> and decide for yourselves.</p>\n<p><em>* I never thought I would have occasion to use the word &#8220;palimpsest&#8221; in a dev blog post. Never. </em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/development/2010/03/firefox-personas/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:53:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"BuddyPress for One (and All!)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/02/buddypress-for-one-and-all-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wordpress.org/development/2010/02/buddypress-for-one-and-all-3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Feb 2010 20:25:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:7:"Cousins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:10:"buddypress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"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:"";}i:3;a:5:{s:4:"data";s:17:"social networking";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s: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=1224";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:329:"Back in April of last year, Matt posted here on the dev blog about the release of BuddyPress 1.0, a plugin that adds a social networking layer to an installation of WordPress MU. Many people were excited about the idea, but were unable to experiment with BuddyPress because they ran single installations of WordPress rather [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2324:"<p>Back in April of last year, Matt <a href="../2009/04/make-friends-with-buddypress/">posted here on the dev blog</a> about the release of BuddyPress 1.0, a plugin that adds a social networking layer to an installation of WordPress MU. Many people were excited about the idea, but were unable to experiment with BuddyPress because they ran single installations of WordPress rather than the multi-site WordPress MU. To those people, good news! A little over a week ago Andy Peatling, founder and lead developer of BuddyPress, <a href="http://buddypress.org/blog/news/introducing-buddypress-1-2/">announced the release of BuddyPress 1.2</a>, which can be used on single installations of WordPress. Congratulations, BuddyPress! And congratulations to all the people who&#8217;ve been waiting with bated breath for this to happen.</p>\n<p>The first thing I thought when I heard the news was, &#8220;Awesome! Now everyone can put BuddyPress on their site if they want it.&#8221; The second thought I had was, &#8220;Shoot! Average WordPress users won&#8217;t want to try BuddyPress if they have to switch their site themes over to the BuddyPress default theme just to try it out.&#8221; The third thought I had was, &#8220;That can&#8217;t be right. I&#8217;ll ask Andy.&#8221;</p>\n<p>As it turned out, you could keep your current theme with BuddyPress if you added a couple of files and made a few file edits. There was even a link on the BuddyPress site to download the necessary files. That still seemed a little clunky, though, so Andy, super awesome guy that he is, went ahead and made a plugin to get you started. The <a href="http://wordpress.org/extend/plugins/bp-template-pack/">BuddyPress Template Pack</a> can be installed directly from your WordPress admin (Plugins &gt; Add New), and will walk you through the theme additions step by step.*</p>\n<p>Now you can use BuddyPress with your single site installation of WordPress, and you can keep your existing theme. Seriously, could BuddyPress have made it any easier for you to add social networking to your site? I know I can&#8217;t wait to try it out this weekend, how about you?</p>\n<p><em>* Don&#8217;t forget to install <a href="http://wordpress.org/extend/plugins/buddypress/">BuddyPress</a> itself, or the template pack plugin won&#8217;t do anything!</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:75:"http://wordpress.org/development/2010/02/buddypress-for-one-and-all-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:53:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Menus, the Merge, and a Patch Sprint!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/development/2010/02/menus-merge-patch-sprint/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/development/2010/02/menus-merge-patch-sprint/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Feb 2010 19:56:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"freeze";s: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:5:"menus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:5:"merge";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:10:"navigation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1201";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:350:"A Report from the 3.0 Development Cycle\nMenus\nThere&#8217;s been a flurry of blog posts about the integration of the WooThemes Custom Navigation into WordPress core, so I thought it was time we posted the official word. For 3.0, the main user-facing feature we wanted to include was a better site menu management system. Currently, dealing with [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:4265:"<h4>A Report from the 3.0 Development Cycle</h4>\n<h3>Menus</h3>\n<p>There&#8217;s been a flurry of blog posts about the integration of the WooThemes Custom Navigation into WordPress core, so I thought it was time we posted the official word. For 3.0, the main user-facing feature we wanted to include was a better site menu management system. Currently, dealing with menus is clunky, using Page IDs or in some cases categories, if a theme uses categories instead of pages for the menu. We wanted a menu system that had the drag and drop ease of the widget management screen, could combine Pages, Categories, and Links, was able to be re-ordered, allowed submenus, and enabled hiding specific Pages or Categories from the menu altogether. We were in the process of building this when <a href="http://www.woothemes.com/2010/01/the-awesome-custom-woo-navigation/">WooThemes introduced their Custom Navigation system</a>. Watching their introductory video, it seemed that their system did pretty much everything we wanted to do for core, so we reached out to them about contributing to core.</p>\n<p>As you&#8217;ve probably heard, it worked out, and the first patch has been submitted. It does require some code modification, which is <a href="http://core.trac.wordpress.org/ticket/11817">happening now</a>. The decision to incorporate the Woo menus happened right before our planned feature freeze for the 3.0 development cycle, so we pushed our freeze date back by two weeks to allow the addition. We&#8217;re now targeting the 3.0 release for early May, and we think it will be worth the extra two-week wait.</p>\n<p>I&#8217;m personally really happy that it worked out this way, because I think it will show commercial theme and plugin authors that contributing to core is a win-win proposition. More people can contribute to and improve the basic functional code now, while WooThemes can continue to innovate on top of it for their customers. They get massive bragging rights (which I have no doubt will lead to even more customers), core gets a nice menu system without having to reinvent the wheel, and WordPress users all over the world will benefit. I&#8217;m hoping other plugin and theme developers will take a cue from Woo and look at core as a place for collaboration, rather than competition.</p>\n<h3><strong>The Merge</strong></h3>\n<p>It was announced at WordCamp San Francisco last year that WordPress and WordPress MU would be merging codebases. This has now happened in 3.0-alpha, and we&#8217;re working on smashing bugs and tidying up a few screens. If you&#8217;re currently using a single install of WordPress, when you upgrade to 3.0 you won&#8217;t see any of the extra screens associated with running a network of sites. If you&#8217;re currently running MU, when you upgrade you&#8217;ll notice a few labels changing, but upgrading should be as painless as usual. If you&#8217;re going to set up a new WordPress installation, you&#8217;ll be asked as part of the setup if you want one site or multiple sites, so that&#8217;s pretty simple. If you want to turn your single install into one that supports multiple sites, we&#8217;ll have a tool for you to use to do that, too. So if you&#8217;ve been worried about the merge, have a cup of chamomile tea and relax; it will all be fine. <img src=''http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<h3><strong>Patch Sprint!</strong></h3>\n<p>Okay, so where are we now? The new feature freeze date is on Monday, March 1, 2010. That means that after that date, no more enhancements or features will be added, and we&#8217;ll switch gears to focus solely on crushing bugs and fixing up the features that have already made it in. That means we only have a week to try and finish up the many Trac tickets on the 3.0 milestone that either need a patch or have a patch that needs testing. You can help! From now until noon eastern time on March 1 (that&#8217;s 17:00 UTC on March 1), <a href="http://core.trac.wordpress.org/report/32">head on over to Trac and pitch in</a>. If you hit a wall, hop into the core development channel at #wordpress-dev on irc.freenode.net and hopefully one of the friendly core contributors can give you a push.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/development/2010/02/menus-merge-patch-sprint/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"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:"";}}}}}i:3;a:6:{s:4:"data";s:56:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"WordPress On The Go";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/02/wordpress-on-the-go/";s: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:70:"http://wordpress.org/development/2010/02/wordpress-on-the-go/#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, 17 Feb 2010 16:54: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:8:"category";a:6:{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:"android";s: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:10:"blackberry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:6:"iphone";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:6:"mobile";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:5:"nokia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1187";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:294:"I like to moderate comments when I&#8217;m waiting for something: a checkout clerk to help me, the dentist to call me back to the office, a soy chai to be made. I don&#8217;t lug my laptop everywhere I go,* so I love it that we have mobile apps that make this possible. I don&#8217;t know [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:4358:"<p>I like to moderate comments when I&#8217;m waiting for something: a checkout clerk to help me, the dentist to call me back to the office, a soy chai to be made. I don&#8217;t lug my laptop everywhere I go,* so I love it that we have mobile apps that make this possible. I don&#8217;t know of any other blogging platform that has mobile apps for iPhone, Android <em>and</em> Blackberry. Do you?</p>\n<p>The <a href="http://iphone.wordpress.org/">iPhone app</a> is up to version 2.2 (note that iPhone app version numbers do not correlate to WordPress core versions, due to separate dev cycles), while the <a href="http://android.wordpress.org/">Android</a> and <a href="http://blackberry.wordpress.org/">Blackberry</a> apps are brand new. You can write posts (save drafts or publish right away), moderate comments, blog photos from your phone (and video on Blackberry!**), and more. Check out the glory that is mobile WordPress in the image below:</p>\n<p style="text-align: center;"><a href="http://en.blog.wordpress.com/files/2010/02/mobileapps1.png"><img class="aligncenter" title="mobileapps" src="http://en.blog.wordpress.com/files/2010/02/mobileapps1.png" alt="Screenshot of WordPress mobile apps" width="674" height="249" /></a></p>\n<p>&#8220;But what about my Nokia,&#8221; you ask? Raanan Bar-Cohen, who oversees the mobile projects, recently announced:</p>\n<blockquote><p>&#8220;We are very excited to share with all of you that in the coming weeks we&#8217;ll be opening up a beta test for the official Open Source WordPress for Nokia app. For developers who are interested in getting involved, we just opened up a <a href="http://dev.nokia.wordpress.org/">dev blog</a> with details, links to the source code and trac tickets, and an early alpha build.  We&#8217;ll be leveraging the <a href="http://qt.nokia.com/">Qt</a> framework which means will be able to support both the S60 and Maemo platforms.&#8221;</p></blockquote>\n<p>W00t!</p>\n<h3><strong>Getting Involved</strong></h3>\n<p>All of these mobile WordPress apps are free and open source. They are developed in the same manner as WordPress core, which means anyone can contribute! If you&#8217;ve got some mad mobile development skills and want to get involved, a) you&#8217;re awesome, and b) here are a bunch of useful links.</p>\n<p>Development Blogs:<a href="http://dev.android.wordpress.org/"> Android</a> | <a href="http://blackberry.wordpress.org/blog/">BlackBerry</a> | <a href="http://iphonedev.wordpress.org/">iPhone</a></p>\n<p>Development Tracs: <a href="http://android.trac.wordpress.org/">Android</a> | <a href="http://blackberry.trac.wordpress.org/">Blackberry</a> | <a href="http://iphone.trac.wordpress.org/">iPhone</a></p>\n<p>Feedback Forums: <a href="http://android.forums.wordpress.org/">Android</a> | <a href="http://blackberry.forums.wordpress.org/">BlackBerry</a> | <a href="http://iphone.forums.wordpress.org/">iPhone</a></p>\n<p>Language Support: WordPress users come from all over the world. The mobile apps here are available in multiple languages but need volunteers to enable even more people to use them. If you&#8217;re interested in helping localize these mobile apps, you can get involved by <a href="mailto:mobile-translate@wordpress.org">emailing the translation team</a>. They&#8217;ll send you instructions on how to translate.</p>\n<h3>Getting the Apps</h3>\n<p style="text-align: left;">So go for it &#8212; download the app for your platform of choice and soon you, too, can be live posting about how slow the cashier is while you wait for him to ring you up!</p>\n<p style="text-align: center;"><a href="http://android.wordpress.org/download/"><img title="android-store" src="http://en.blog.wordpress.com/files/2010/02/android-store.png" alt="" width="116" height="40" /></a> <a href="http://appworld.blackberry.com/webstore/content/5802"><img title="bb-store" src="http://en.blog.wordpress.com/files/2010/02/bb-store1.png" alt="" width="116" height="40" /></a> <a href="http://itunes.apple.com/us/app/wordpress/id335703880"><img title="iphone-store" src="http://en.blog.wordpress.com/files/2010/02/iphone-store.png" alt="" width="116" height="40" /></a></p>\n<p><em>* Okay, yes, I do bring my laptop everywhere, but I leave it in the bag on these occasions.</em></p>\n<p><em>** Video support should  be coming soon to the iPhone and Android apps.</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:66:"http://wordpress.org/development/2010/02/wordpress-on-the-go/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:"";}}}}}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:15:"WordPress 2.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/development/2010/02/wordpress-2-9-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/development/2010/02/wordpress-2-9-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:"Mon, 15 Feb 2010 17:37:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a: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=1182";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:298:"Thomas Mackenzie alerted us to a problem where logged in users can peek at trashed posts belonging to other authors. If you have untrusted users signed up on your blog and sensitive posts in the trash, you should upgrade to 2.9.2.  As always, you can visit the Tools-&#62;Upgrade menu to upgrade.\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:388:"<p><a href="http://www.tmacuk.co.uk/">Thomas Mackenzie</a> alerted us to a problem where logged in users can peek at trashed posts belonging to other authors. If you have untrusted users signed up on your blog and sensitive posts in the trash, you should <a href="http://wordpress.org/download/">upgrade to 2.9.2</a>.  As always, you can visit the Tools-&gt;Upgrade menu to upgrade.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/development/2010/02/wordpress-2-9-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s: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:20:"WordPress Foundation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/development/2010/01/wordpress-foundation/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/development/2010/01/wordpress-foundation/#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, 22 Jan 2010 05:38:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:4:"Meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"charity";s: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:10:"foundation";s: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:10:"non-profit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1179";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:314:"It is with extremely great pleasure that I point you to the first post at the new WordPress Foundation site. Not only am I excited about the things that will happen under the auspices of the Foundation, I&#8217;m excited to see a site running the 3.0 development version and the nascent theme called 2010. Go [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:517:"<p>It is with extremely great pleasure that I point you to the <a href="http://wordpressfoundation.org/2010/getting-off-the-ground/">first post</a> at the new <a href="http://wordpressfoundation.org/">WordPress Foundation site</a>. Not only am I excited about the things that will happen under the auspices of the Foundation, I&#8217;m excited to see a site running the 3.0 development version and the nascent theme called <em>2010</em>. Go <a href="http://wordpressfoundation.org">check it out</a> for yourself.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/development/2010/01/wordpress-foundation/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:"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:"";}}}}}i:6;a:6:{s:4:"data";s:44:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"2010 Open Source Design Plans";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/01/2010-open-source-design/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/development/2010/01/2010-open-source-design/#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, 13 Jan 2010 20:38: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: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:14:"User Interface";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1154";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:332:"2010 is the year we dive into open source design. We&#8217;ve dipped our toes in this pool before (icon contest, graphic design component for Trac tickets, header refresh contest, etc.), but this year we&#8217;re going to cannonball and make a big splash. Here&#8217;s what you need to know if you want to get involved.\nA list [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3855:"<p>2010 is the year we dive into open source design. We&#8217;ve dipped our toes in this pool before (icon contest, graphic design component for Trac tickets, header refresh contest, etc.), but this year we&#8217;re going to cannonball and make a big splash. Here&#8217;s what you need to know if you want to get involved.</p>\n<p><strong>A list for all seasons. </strong>Developers have the <a href="http://lists.automattic.com/mailman/listinfo/wp-hackers">wp-hackers mailing list</a> to discuss core and plugin code. Sometimes UI/UX stuff comes up and gets discussed there, but there is a whole universe of discussion around navigation labels, gradients, button styling, layouts, alignment, etc. that would be clutter on wp-hackers. Designers need a list to call their own, and now we have one. You can sign up for the <a href="http://lists.automattic.com/mailman/listinfo/wp-ui">wp-ui list</a> to discuss ways to improve the interface or user experience of WordPress, and to discuss progress on design-related projects for the open source project, like the design challenges we&#8217;re going to have.</p>\n<p><strong>Design Challenges.</strong> We learned a lot from the icon design and header refresh contests, and we want to do these kind of open design challenges on a regular basis to give UI/UX designers who want to contribute to the WordPress open source project more opportunities to do so. If we could do one per month, that would be ideal, keeping the challenges relatively bite-sized to allow potential contributors an easy way to get involved at first. As each challenge is posted, people can use the list to bounce ideas off each other and work toward optimal solutions. I&#8217;m hoping the design challenges will evolve to be less contest and more collaboration. We&#8217;ll announce the first one before the end of January, so if you&#8217;re interested, please sign up for the list! <em>(Hint: one will likely be a touch up to the Right Now dashboard module, to improve the information design, and there will be a couple of screen layout challenges coming up as well.)</em></p>\n<p><strong>Distributed Usability Testing.</strong><em> </em>We started to try this out last year, and several dozen usability professionals volunteered to help get the program going, but a combination of scheduling and infrastructure issues combined to stall the progress. Having the &#8220;UI/UX contributor team&#8221; infrastructure in place, starting with the mailing list, will make it much easier to get this project going again.</p>\n<p><strong>Chit-chat.</strong> The weekly developer chats in IRC at <a href="https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev">#wordpress-dev</a> have been very productive. We&#8217;ve created an IRC room at <a href="http://webchat.freenode.net/?channels=wordpress-ui">#wordpress-ui on irc.freenode.net</a> so that we can have the same kind of &#8220;water cooler&#8221; for UI/UX contributors as for core code contributors. In addition to being a place where you can drop in and discuss core UI/UX (note: this room will not be a place to discuss the design of blog themes, it&#8217;s to discuss the design of the Wordpress application itself), we&#8217;ll set up a weekly chat. Choosing a day and time for the chats will probably be the first discussion on the mailing list.</p>\n<p><strong>A blog of our own. </strong>Once again, taking a page from the code contributor infrastructure, we&#8217;ll set up a blog for UI/UX updates, announcements, progress reports, etc. This will be on WordPress.org in the nearish future, and will be announced to the mailing list when it is live.</p>\n<p>So, if you want to become a contributor to core WordPress by using your design skills, <a href="http://lists.automattic.com/mailman/listinfo/wp-ui">join the wp-ui mailing list</a> and get ready for a fun year!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/development/2010/01/2010-open-source-design/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: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:15:"WordPress 2.9.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:57:"http://wordpress.org/development/2010/01/wordpress-2-9-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:66:"http://wordpress.org/development/2010/01/wordpress-2-9-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:"Mon, 04 Jan 2010 22:35: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: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=1140";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:351:"After over a million downloads of WordPress 2.9 and lots of feedback from all of you, we&#8217;re releasing WordPress  2.9.1.  This release addresses a handful of minor issues as well as a rather annoying problem where scheduled posts and pingbacks are not processed correctly due to incompatibilities with some hosts.  If any of these issues [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:681:"<p>After over a million downloads of WordPress 2.9 and lots of feedback from all of you, we&#8217;re releasing WordPress  2.9.1.  This release addresses a handful of minor issues as well as a rather annoying problem where scheduled posts and pingbacks are not processed correctly due to incompatibilities with some hosts.  If any of <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;order=priority&amp;milestone=2.9.1&amp;resolution=fixed">these issues</a> affect you, give 2.9.1 a try.  <a href="http://wordpress.org/download/">Download 2.9.1</a> or upgrade automatically from the Tools-&gt;Upgrade menu in your blog&#8217;s admin area.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/development/2010/01/wordpress-2-9-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: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:20:"Early 2010 WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/development/2010/01/early-2010-wordcamps/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/development/2010/01/early-2010-wordcamps/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Jan 2010 19:40:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;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=1127";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:297:"Rested up from the holidays? I hope so, because the new year has begun and a lot is going to be happening with WordPress in 2010, and you definitely want to be a part of it. Later this week the scope for version 3.0 (featuring the addition of MU functionality to the WordPress codebase) will [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:8301:"<p>Rested up from the holidays? I hope so, because the new year has begun and <strong>a lot </strong>is going to be happening with WordPress in 2010, and you definitely want to be a part of it. Later this week the scope for version 3.0 (featuring the addition of MU functionality to the WordPress codebase) will be decided in the IRC developer chat*, based on <a href="http://wordpress.org/support/topic/345127">feedback provided by users like you</a>. But it&#8217;s no fun to live by IRC alone, which is why we love WordCamps. Attending a WordCamp gives you a chance to meet people in your local community who are working with WordPress, as well as core contributors, theme designers, plugin developers, Codex writers, support forum moderators and other WordPress volunteers who&#8217;ve made WordPress what it is today. Add this New Year&#8217;s Resolution to your 2010 list if it&#8217;s not on there already: Attend a WordCamp, meet at least 5 new local people, learn something new, and if you have the chance, buy a drink for someone who&#8217;s volunteered their time and expertise to the WordPress open source project. To help you keep your resolution, here is a list of the upcoming WordCamps for the next three months, followed by what I know so far about each one.</p>\n<p>January 8–9: <a href="http://atlantawordcamp.com/">WordCamp Atlanta</a><br />\nJanuary 23: <a href="http://wordcampboston.com/">WordCamp Boston</a><br />\nJanuary 30: <a href="http://www.wordcamp.gr/">WordCamp Greece</a> in Thessaloniki<br />\nJanuary 30: <a href="http://id.wordcamp.org/">WordCamp Indonesia</a> in Jakarta<br />\nFebruary 27: <a href="http://2010.wordcampfukuoka.com/">WordCamp Fukuoka</a><br />\nMarch 6–7: <a href="http://www.wordcampireland.com/">WordCamp Ireland</a> in Kilkenny<br />\nMarch 27–28: <a href="http://wordcamptoronto.com/">WordCamp Toronto</a></p>\n<h4>NORTH AMERICA</h4>\n<p><strong>January 8–9: <a href="http://atlantawordcamp.com/">WordCamp Atlanta</a>.</strong> First WordCamp of the year, and it&#8217;s already sold out &#8212; twice! They changed to a bigger venue based on demand, from Georgia Tech to the Atlanta campus of Savannah College of Art and Design (SCAD). They&#8217;re still letting people onto <a href="http://wordcampatl.eventbrite.com/">the waitlist</a>, if you&#8217;re interested. A guaranteed way to get in would be to <a href="http://atlantawordcamp.com/sponsor/sponsorship-opportunities/">sponsor</a> the event, and they&#8217;re taking last-minute sponsors right now. Atlanta will have sessions on Friday evening and all day Saturday. I&#8217;ll be opening the Saturday program with <em>WordPress Resolutions: What to Expect in 2010</em>. After a day of design, development and content track sessions, Lead Developer <a href="http://markjaquith.com/">Mark Jaquith</a> will take the closing slot for a Town Hall-style Q&amp;A.  The <a href="http://wordcampatl.eventbrite.com/">attendee list</a> (follow link, scroll down) includes a number of WordPress core contributors, theme/plugin developers, and support providers as well as proof that Atlanta has a strong WordPress user base.</p>\n<p><strong>January 23: <a href="http://wordcampboston.com/">WordCamp Boston</a>.</strong> I think WordCamp Boston is trying to one-up every WordCamp the organizers have been to, including the awesome NYC from November, and it looks like they might succeed. From <a href="http://blogs.law.harvard.edu/doc/">Doc Searls</a> and <a href="http://www.hyperorg.com/blogger/">David Weinberger</a> as keynote speakers to the multiple-track, unconference and Ignite sessions to the sweet-looking venue and the party plans, this one has got it going on. I credit it in part to the fact that they are one of the few WordCamps to follow the advice of having an organizing team of more than just 2 or 3 people, so the work is better distributed. I see a number of familiar names on the <a href="http://wordcampboston.com/registration/attendees/">attendee list</a>, but even more that I don&#8217;t know, so I&#8217;m looking forward to meeting the Boston WordPress community. They&#8217;re still <a href="http://wordcampboston.com/registration/">selling tickets</a>, so if you&#8217;re in the northeast, you should try to make it. I&#8217;ll be at this one also, talking about how the merge with MU will affect the WordPress admin (by then we should have started figuring it out!).</p>\n<p><strong>March 27–28: <a href="http://wordcamptoronto.com/">WordCamp Toronto</a>.</strong> The last two Toronto WordCamps have been really good. I heard there would be one in March, but their site right now is just <a href="http://wordcamptoronto.com/">taking emails</a> for notification. I&#8217;ve contacted the organizer to see what&#8217;s up, and he says the site will likely go live this week. They&#8217;re looking for volunteers to help organize this year&#8217;s event, so if you&#8217;re interested, it would be a great opportunity to get involved. Believe me, volunteering at a WordCamp is one of the best ways to make sure you meet a lot of other attendees.</p>\n<h4>ASIA</h4>\n<p><strong>January 30: <a href="http://id.wordcamp.org/">WordCamp Indonesia</a>.</strong> WordCamp Indonesia will be in Jakarta again this year. I love how they worded the beginning of their <a href="http://id.wordcamp.org/conference-sessions/">sessions</a> page. &#8220;Come in, we’ll get you breakfast and coffee, you’ll register, there’ll be networking. It’ll be great.&#8221; There will be a single track of sessions, but there are several time slots set aside for ad-hoc discussion and breakout sessions.</p>\n<p><strong>February 27: <a href="http://2010.wordcampfukuoka.com/">WordCamp Fukuoka</a>.</strong> WordCamp Fukuoka is just getting its site up, too, so check back periodically a little later for more information. One of their visiting speakers will be <a href="http://noel.io/">Noel Jackson</a>, developer of the <a href="http://codex.wordpress.org/Press_This">Press This</a> bookmarklet as well as themes like <a href="http://wordpress.org/extend/themes/p2">P2</a> and <a href="http://wordpress.org/extend/themes/monotone">Monotone</a>/<a href="http://wordpress.org/extend/themes/duotone">Duotone</a>.</p>\n<h4>EUROPE</h4>\n<p><strong>January 30: <a href="http://www.wordcamp.gr/">WordCamp Greece</a>.</strong> WordCamp Greece will be held in Thessaloniki, and they expect about 100-150 people to attend.The program includes regular sessions on the usual topics (how-to, programming, SEO, multi-language sites, etc) as well as &#8220;QuickRounds,&#8221; which will showcase Greek projects based on WordPress. I&#8217;m especially intrigued by the &#8220;WordPress vs. Expression Engine&#8221; session. Whenever people compare different publishing platforms, it&#8217;s interesting to see which features they highlight. I hope someone gets video from this one and posts it to the <a href="http://wordpress.tv/category/wordcamptv/">WordCamp section of WordPress.tv</a>.</p>\n<p><strong>March 6–7: <a href="http://www.wordcampireland.com/">WordCamp Ireland</a>.</strong> WordCamp Ireland will be in Kilkenny, and for such a geographically small country, it&#8217;s got an impressive list of <a href="http://www.wordcampireland.com/info/speakers/">speakers</a>, including <a href="http://ocaoimh.ie/">Donncha O Caoimh</a>, lead developer of <a href="http://mu.wordpress.org/">WordPress MU</a>. The program includes three tracks: Intro, Blogger, and Developer, and I think this will be the first WordCamp I&#8217;ve heard of that is deliberately <a href="http://www.wordcampireland.com/about/family-and-partner-friendly/">family-friendly</a>, with on-site child care. They&#8217;re also going to have a charging station for mobile devices, which is clever. It&#8217;s not confirmed yet, but I think I&#8217;ll be at this one, too.</p>\n<p>If you want to attend a WordCamp but don&#8217;t know of one near you, check out <a href="http://central.wordcamp.org/">WordCamp.org</a> for the official list (updated frequently). That&#8217;s also where you would start if you wanted to <a href="http://central.wordcamp.org/guidelines/">organize a WordCamp</a> in your area. </p>\n<p><em>*Developer chats are held Thursdays at 21:00 UTC in the #wordpress-dev channel at irc.freenode.com. </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:67:"http://wordpress.org/development/2010/01/early-2010-wordcamps/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:35:"WordPress 2.9.1 Release Candidate 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:77:"http://wordpress.org/development/2009/12/wordpress-2-9-1-release-candidate-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:86:"http://wordpress.org/development/2009/12/wordpress-2-9-1-release-candidate-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 29 Dec 2009 23:27:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1119";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:334:"Thanks to everyone who tested 2.9.1 Beta 1.  We&#8217;re following that up with Release Candidate 1.  RC1 contains a few more fixes, bringing the number of fixed tickets up to 23.  If you are already running Beta 1, visit Tools-&#62;Upgrade in your blog&#8217;s admin to get RC1.  You can also  download the RC1 package 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:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:682:"<p>Thanks to everyone who tested <a href="http://wordpress.org/development/2009/12/wordpress-2-9-1-beta-1/">2.9.1 Beta 1</a>.  We&#8217;re following that up with Release Candidate 1.  RC1 contains a few more fixes, bringing the number of <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;order=priority&amp;milestone=2.9.1&amp;resolution=fixed">fixed tickets</a> up to 23.  If you are already running Beta 1, visit Tools-&gt;Upgrade in your blog&#8217;s admin to get RC1.  You can also  <a href="http://wordpress.org/wordpress-2.9.1-RC1.zip">download the RC1 package</a> and install manually.  If all goes well, 2.9.1 will be here soon.</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:82:"http://wordpress.org/development/2009/12/wordpress-2-9-1-release-candidate-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:"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:38:"http://wordpress.org/development/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:10:"x-pingback";s:43:"http://wordpress.org/development/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 11 Mar 2010 21:37:23 GMT";s:4:"etag";s:34:""bac362c434ce0f60a992efd0a5f3871a"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"date";s:29:"Fri, 12 Mar 2010 08:48:57 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'),
(126, 0, '_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1268427261', 'no'),
(127, 0, '_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1268384061', 'no'),
(128, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1268427261', 'no'),
(129, 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\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:23:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://wordpress.org/extend/plugins/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:12:"Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Mar 2010 08:48:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:1;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:2;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"takayukister on "Contact Form 7"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"takayukister";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:4;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"andy on "WordPress.com Stats"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/stats/#post-1355";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 06 May 2007 02:15:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1355@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:119:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com''s stat system.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"andy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"GamerZ on "WP-PageNavi"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/wp-pagenavi/#post-363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:17:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"363@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:62:"Adds a more advanced paging navigation to your WordPress site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"GamerZ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"donncha on "WP Super Cache"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Nov 2007 11: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2572@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:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:7;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"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:8;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"matt 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: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:9;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"mitchoyoshitaka on "Yet Another Related Posts 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:79:"http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/#post-2769";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Jan 2008 13:05:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2769@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:149:"Text Domain: yarpp\n\nReturns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. A templating feature allows";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"mitchoyoshitaka";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"ozh on "Ozh'' Admin Drop Down Menu"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/ozh-admin-drop-down-menu/#post-2408";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2007 08:10: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:"2408@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:"All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:3:"ozh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Bueltge on "Secure 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:63:"http://wordpress.org/extend/plugins/secure-wordpress/#post-5920";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 11 Jun 2008 10:26: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:41:"5920@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:56:"Secure your WordPress Installation with small functions.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Bueltge";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"dtsn on "TweetMeme 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/tweetmeme/#post-9292";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Feb 2009 14:55:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"9292@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:60:"Adds a button which easily lets you retweet your blog posts.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"dtsn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"stimuli on "Lightbox 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:57:"http://wordpress.org/extend/plugins/lightbox-2/#post-2451";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Oct 2007 02: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:41:"2451@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:"Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar. Now with better regular expressions, courtesy of Michael Tyson!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"stimuli";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"skippy on "Subscribe2"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/subscribe2/#post-674";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 26 Mar 2007 19:09:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"674@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:91:"Sends a list of subscribers an email notification when new posts are published to your blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"skippy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:13:"last-modified";s:19:"2007-03-30 20:08:18";s:4:"etag";s:34:""a8894f3af502f182fd4e92b6405bade8"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"6703";s:4:"date";s:29:"Fri, 12 Mar 2010 08:48:58 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'),
(130, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1268427261', 'no'),
(131, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1268384061', 'no'),
(132, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1268427262', 'no'),
(133, 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:55:"Weblog Tools Collection: WordPress Personas For Firefox";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:84:"http://weblogtoolscollection.com/archives/2010/03/12/wordpress-personas-for-firefox/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://weblogtoolscollection.com/archives/2010/03/12/wordpress-personas-for-firefox/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1766:"<p>What WordPress is to Blogging, Firefox is to browsing, so what happens when we can get both of them to get together? WordPress personas for Firefox <img src="http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" class="wp-smiley" /> </p>\n<p>WordPress <a href="http://wordpress.org/development/2010/03/firefox-personas/" target="_blank">has released</a> a new set of Personas for Firefox themed around, well WordPress, which you can install and use on the browser. The personas were designed by Chad Pugh and are based on Vintage Press and Inkwell.</p>\n<p><img title="Vintage Press Firefox Persona" border="0" alt="Vintage Press Firefox Persona" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/wordpress_persona_1.jpg" width="520" height="76" /> </p>\n<p><img title="Inkwell Firefox Persona" border="0" alt="Inkwell Firefox Persona" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/wordpress_persona_2.jpg" width="524" height="77" /> </p>\n<p>Interested? You will find the two personas for Firefox at this <a href="http://www.getpersonas.com/en-US/gallery/Designer/paulkim" target="_blank">link</a>. However, you will need to install the <a href="http://www.getpersonas.com/en-US/" target="_blank">Personas add-on</a> before you will be able to use these as your themes.</p>\n<p><em>Personas are similar to skins, which Firefox users can add to the browser. They are somewhat similar to Firefox themes, however they can be installed quickly and easily and do not provide as much sophistication like regular themes. I will stop the banter and direct you to Wikipedia to </em><a href="http://en.wikipedia.org/wiki/Personas_for_Firefox" target="_blank"><em>read the rest of the dope</em></a><em>.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Mar 2010 07:29: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:12:"Keith Dsouza";s: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:43:"Dev Blog: Firefox Personas, WordPress-style";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1234";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/development/2010/03/firefox-personas/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2513:"<p>We recommend open source software whenever we can, and the <a href="http://firefox.com">Firefox</a> browser from Mozilla is one of our favorites. Firefox 3.6 recently came out with <em>persona</em> support, allowing users to skin their browsers with favorite designs and brands. WordPress users everywhere seem to love the W symbol (at WordCamps it shows up on everything from t-shirts to <a href="http://shop.wordpress.net/usa/accessories/wordpress-iphone-skin">iPhone skins</a>), so it was only natural that WordPress personas would come along.</p>\n<p>To kick it off, designer <a href="http://www.thebigpugh.com">Chad Pugh</a> created two WordPress personas based on the WordPress brand: &#8220;<a href="http://www.getpersonas.com/en-US/persona/85447">Vintage Press</a>&#8221; and &#8220;<a href="http://www.getpersonas.com/en-US/persona/85612">Inkwell</a>.&#8221; These two designs are a great way to show the WordPress love, even if you&#8217;re only showing it to yourself. <img src="http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<table border="0" align="left">\n<tbody>\n<tr>\n<td valign="top"><a href="http://www.getpersonas.com/en-US/persona/85447"><img title="Vintage Press Persona" src="http://en.blog.wordpress.com/files/2010/01/vintageclose.png" alt="Vintage Press Persona" width="330" height="151" /></a></td>\n<td valign="top">The &#8220;Vintage Press&#8221; Persona is inspired by the style of old-fashioned printing presses and the mechanics of working with type. This persona might appeal to WordPress developers and users who appreciate the way things work under the hood.</td>\n</tr>\n<tr>\n<td colspan="2">&nbsp;</td>\n</tr>\n<tr>\n<td valign="top">&#8220;Inkwell&#8221; is more of a palimpsest* &amp; watercolor hybrid that might appeal to the artists among us. Music, script and spills of color combine&#8230;</td>\n<td valign="top"><a href="http://www.getpersonas.com/en-US/persona/85612"><img title="Inkwell Persona" src="http://en.blog.wordpress.com/files/2010/01/inkwellclose.png" alt="Inkwell Persona" width="330" height="153" align="left" /></a></td>\n</tr>\n</tbody>\n</table>\n<p>Okay, I&#8217;m starting to feel like an art critic so I&#8217;ll stop there. Check out the <a href="http://www.getpersonas.com/en-US/gallery/Designer/paulkim">WordPress personas for Firefox</a> and decide for yourselves.</p>\n<p><em>* I never thought I would have occasion to use the word &#8220;palimpsest&#8221; in a dev blog post. Never. </em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 21:37:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 03/11";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=7839";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/03/11/wordpress-plugin-releases-for-0311/";s:7:"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:1925:"<h3>New Plugins</h3>\n<p><a href="http://www.techtipsmaster.com/wp-zoomimagecopyprotect.html">WP-ZoomImage With CopyProtect</a></p>\n<p>You can pop up an image or thumbnail by just clicking on it and it will disappear when you click it again</p>\n<p><a href="http://hikari.ws/titled-comments/">Titled Comments</a></p>\n<p>Hikari Titled Comments enables each comment to have a title, so that commentators can give a subject meaning to their comments.</p>\n<p><a href="http://www.dynamicwp.net/plugins/scroll-to-top-plugin/">Scroll to Top Plugin</a></p>\n<p>Integrate a jQuerry scroll to top control in WordPress manually</p>\n<p><a href="http://mattkendrick.com/?p=1496">Tweet my Script</a></p>\n<p>This plugin watches your Twitter RSS Feed for user-defined “launch codes” to trigger user-defined script URLs.</p>\n<p><a href="http://obaq.uuuq.com/?p=210">Dojo Skew Gallery plugin for Wordpress</a></p>\n<p>This is a plugin to create a skew photo gallery utilising <a href="http://www.dojotoolkit.org/">Dojo Toolkit</a> Ajax.</p>\n<h3>Updated Plugins</h3>\n<p><a href="http://blog.grandprix.int/wordpress-plugins/avh-extended-categories/">AVH Extended Categories</a></p>\n<p>The AVH Extended Categories Widgets gives you three widgets for displaying categories.</p>\n<p><a href="http://scribu.net/wordpress/smarter-navigation">Smarter Navigation</a></p>\n<p>A WordPress plugin that generates previous &amp; next post links based on referrer. Version 1.2 adds a utility for posts in multiple categories.</p>\n<p><a href="http://wordpress.org/extend/plugins/seo-automatic-wp-core-tweaks/">SEO Automatic WP_CORE_TWEAKS</a></p>\n<p>Extends built-in features of Wordpress and combines common plugins into one.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-imagetagger/">WP ImageTagger</a></p>\n<p>This extensively configurable plugin comes packed with a bunch of features enabling image tagging, including search and image taxonomy.</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, 11 Mar 2010 19:00: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:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:20:"Matt: Bangkok Unrest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=33850";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://ma.tt/2010/03/bangkok-unrest/";s:7:"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:685:"<p>In celebration of my arrival in Bangkok the opposition party is apparently planning a million person &#8220;red shirt&#8221; rally. Exciting! <a href="http://www.bangkokpost.com/news/politics/34216/funds-limit-length-of-rally">On the bright side</a>, &#8220;The UDD [United Front for Democracy against Dictatorship] can only afford to keep its protest going for three to five days. If the government has not fallen by that time, it will have to withdraw and draw up a new strategy.&#8221; I always pick the best times to travel. <img src="http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />  (Mom, don&#8217;t worry. I&#8217;ll stay safe!)</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, 11 Mar 2010 07:26: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: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:47:"WordPress Podcast: BuddyPress Social Networking";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:63:"http://www2.webmasterradio.fm/wordpress-community-podcast/?p=32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/-3Pa-p7-bSQ/";s:7:"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:1169:"<p>This weeks guest was <a href="http://twitter.com/Apeatling">Andy Peatling</a> of the <a href="http://buddypress.org/extend/plugins/">BuddyPress.org</a> Project. BuddyPress is a social networking plugin for WordPress which ads many of the features found on sites like Facebook to WordPress blogs in as few as 10 minutes. We discussed how BuddyPress came about, <a href="http://wordpress.org/showcase/flavor/buddypress/">some of the ways its used</a>, some tips on getting started, <a href="http://buddypress.org/extend/plugins/">customizing it</a> and most importantly the features it provides. In news, there were a few nice plugin releases/updates and as always quick update on the WordCamp schedule.</p>\n<ul>\n<li><a href="http://josephscott.org/archives/2010/03/pushpress-a-pubsubhubbub-plugin-for-wordpress/">PuSHPress: A PubSubHubbub Plugin For WordPress</a></li>\n<li><a href="http://wpsplash.com/mysql-profiler-plugin-for-wordpress/">MySQL Profiler Plugin for WordPress</a></li>\n<li><a href="http://central.wordcamp.org/schedule/">WordCamp Schedule</a></li>\n</ul>\n<img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/-3Pa-p7-bSQ" 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, 10 Mar 2010 00:12:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:58:"Mike Little: Interview with Matt Mullenweg and Mike Little";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"http://zed1.com/journalized/?p=1479";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://zed1.com/journalized/archives/2010/03/09/interview-with-matt-mullenweg-and-mike-little/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:820:"<p>The <a title="Interview with Mike Little and Matt Mullenweg" href="http://wordpress.tv/2010/03/09/mullenweg-little-wordpress-interview/">interview I did with Matt Mullenweg at WordCamp UK</a> in Cardiff last year has finally made it on to WordPress.tv</p>\n<p>In it,  <a href="http://astrotalkuk.org/">Gurbir</a><a href="http://astrotalkuk.org/"> Singh of astrotalkuk</a> interviews Matt and I.  We discuss the history of WordPress,  the open source philosophy behind it,  a little about our backgrounds, fame, and&#8230; astronomy.</p>\n<p><img src="http://zed1.com/images/mullenweg-little-interview.jpg" alt="Matt Mullenweg and Mike Little interview screen shot" /></p>\n<p>Go watch <a href="http://wordpress.tv/2010/03/09/mullenweg-little-wordpress-interview/">the interview</a>, it&#8217;s pretty cool.</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, 09 Mar 2010 23:30: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:"mike";s: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:66:"WordPress.tv: Clintus McGintus: Video Blogging and Video Marketing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=3446";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2009/11/13/clintus-video-phx09/";s:7:"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:1389:"<div id="x-video-56" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3446/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3446&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2009/11/13/clintus-video-phx09/"><img alt="Clintus McGintus: Video Blogging and Video Marketing" src="http://cdn.videos.wordpress.com/ss2RdI4I/wc_distro_clintus_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Mar 2010 16:00:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ryan Markel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:50:"WordPress.tv: Brent Spore: Designing for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=3443";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2009/11/13/brent-spore-designing-for-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1393:"<div id="x-video-57" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3443/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3443&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2009/11/13/brent-spore-designing-for-wordpress/"><img alt="Brent Spore: Designing for WordPress" src="http://cdn.videos.wordpress.com/d7agSaM0/wc_distro_brent_spore_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Mar 2010 16:00:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ryan Markel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:73:"WordPress.tv: Jayson Cote: The Power of WordPress, You, and Your 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:27:"http://wordpress.tv/?p=3440";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.tv/2009/11/13/jayson-cote-business-phx09/";s:7:"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:1407:"<div id="x-video-60" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3440/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3440&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2009/11/13/jayson-cote-business-phx09/"><img alt="Jayson Cote: The Power of WordPress, You, and Your Business" src="http://cdn.videos.wordpress.com/sX801d3i/wc_distro_jayson_cote_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Mar 2010 16:00:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ryan Markel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:59:"WordPress.tv: Interview with Matt Mullenweg and Mike Little";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=3450";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.tv/2010/03/09/mullenweg-little-wordpress-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:1388:"<div id="x-video-0" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3450/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3450&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2010/03/09/mullenweg-little-wordpress-interview/"><img alt="Mullenweg_Little_Interview" src="http://cdn.videos.wordpress.com/krVIGT4c/mullenweg_little_interview_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Mar 2010 15:58:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ryan Markel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:24:"Matt: Liane’s Birthday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=33788";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2010/02/lianes-birthday/";s:7:"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:12713:"<p>Liane&#8217;s birthday dinner at the SLS Hotel in Los Angeles and a bar (name?) afterward.</p>\n<p><span id="more-33788"></span></p>\n\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8325/" title="MCM_8325"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8325-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8325" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8326/" title="MCM_8326"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8326-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8326" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8330/" title="MCM_8330"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8330-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8330" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8331/" title="MCM_8331"><img width="139" height="210" src="http://s.ma.tt/files/2010/02/MCM_8331-139x210.jpg" class="attachment-thumbnail" alt="" title="MCM_8331" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8335/" title="MCM_8335"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8335-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8335" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8336/" title="MCM_8336"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8336-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8336" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8339/" title="MCM_8339"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8339-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8339" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8345-2/" title="MCM_8345"><img width="139" height="210" src="http://s.ma.tt/files/2010/02/MCM_8345-139x210.jpg" class="attachment-thumbnail" alt="" title="MCM_8345" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8346-2/" title="MCM_8346"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8346-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8346" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8347-2/" title="MCM_8347"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8347-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8347" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8349/" title="MCM_8349"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8349-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8349" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8353-2/" title="MCM_8353"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8353-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8353" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8367/" title="MCM_8367"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8367-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8367" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8371/" title="MCM_8371"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8371-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8371" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8375/" title="MCM_8375"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8375-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8375" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8377-2/" title="MCM_8377"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8377-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8377" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8379-2/" title="MCM_8379"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8379-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8379" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8383-2/" title="MCM_8383"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8383-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8383" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8384/" title="MCM_8384"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8384-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8384" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8387-2/" title="MCM_8387"><img width="139" height="210" src="http://s.ma.tt/files/2010/02/MCM_8387-139x210.jpg" class="attachment-thumbnail" alt="" title="MCM_8387" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8388/" title="MCM_8388"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8388-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8388" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8389-2/" title="MCM_8389"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8389-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8389" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8391/" title="MCM_8391"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8391-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8391" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8394/" title="MCM_8394"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8394-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8394" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8398/" title="MCM_8398"><img width="139" height="210" src="http://s.ma.tt/files/2010/02/MCM_8398-139x210.jpg" class="attachment-thumbnail" alt="" title="MCM_8398" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8400/" title="MCM_8400"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8400-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8400" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8401/" title="MCM_8401"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8401-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8401" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8403/" title="MCM_8403"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8403-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8403" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8404-2/" title="MCM_8404"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8404-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8404" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8412/" title="MCM_8412"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8412-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8412" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8414-2/" title="MCM_8414"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8414-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8414" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8426-2/" title="MCM_8426"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8426-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8426" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8430/" title="MCM_8430"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8430-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8430" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8433/" title="MCM_8433"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8433-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8433" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8434/" title="MCM_8434"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8434-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8434" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8438/" title="MCM_8438"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8438-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8438" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8447/" title="MCM_8447"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8447-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8447" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8450/" title="MCM_8450"><img width="139" height="210" src="http://s.ma.tt/files/2010/02/MCM_8450-139x210.jpg" class="attachment-thumbnail" alt="" title="MCM_8450" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8454-2/" title="MCM_8454"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8454-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8454" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8459/" title="MCM_8459"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8459-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8459" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8467/" title="MCM_8467"><img width="139" height="210" src="http://s.ma.tt/files/2010/02/MCM_8467-139x210.jpg" class="attachment-thumbnail" alt="" title="MCM_8467" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8469/" title="MCM_8469"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8469-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8469" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8479-2/" title="MCM_8479"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8479-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8479" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8482-2/" title="MCM_8482"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8482-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8482" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8484/" title="MCM_8484"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8484-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8484" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8486-2/" title="MCM_8486"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8486-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8486" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8492/" title="MCM_8492"><img width="139" height="210" src="http://s.ma.tt/files/2010/02/MCM_8492-139x210.jpg" class="attachment-thumbnail" alt="" title="MCM_8492" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8500/" title="MCM_8500"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8500-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8500" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8508/" title="MCM_8508"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8508-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8508" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8511-2/" title="MCM_8511"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8511-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8511" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8515/" title="MCM_8515"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8515-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8515" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8520/" title="MCM_8520"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8520-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8520" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8522-2/" title="MCM_8522"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8522-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8522" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8527-2/" title="MCM_8527"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8527-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8527" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8529/" title="MCM_8529"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8529-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8529" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8531/" title="MCM_8531"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8531-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8531" /></a>\n<a href="http://ma.tt/2010/02/lianes-birthday/mcm_8535/" title="MCM_8535"><img width="195" height="129" src="http://s.ma.tt/files/2010/02/MCM_8535-195x129.jpg" class="attachment-thumbnail" alt="" title="MCM_8535" /></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, 09 Mar 2010 08:45: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Matt: Back to Firefox";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=33786";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2010/03/back-to-firefox/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1278:"<p>After a good while (I can&#8217;t search <a href="http://twitter.com/photomatt">my Twitter stream</a>) on Chrome I&#8217;m switching back to Firefox as my primary browser, and actually uninstalled Chrome. Why? I was getting the &#8220;Oh snap&#8221; failure page all the time, even on Google&#8217;s own Youtube! <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142059">The only support I was pointed to was this page</a>, and when I followed the instructions there when I restarted Chrome everything was gone. The sentence &#8220;copy the relevant files from the &#8220;Backup User Data&#8221; folder to your new &#8220;User Data&#8221; folder.&#8221; is useless when you consider the folder has 50+ files to sort through and I wasn&#8217;t sure which one was causing my previous problems. So back to Firefox, and thanks to <a href="http://www.xmarks.com/">Xmarks</a> all of my stuff is there. <a href="http://www.getpersonas.com/en-US/persona/85612">I&#8217;m also using this persona</a> which is pretty sweet. The feature I missed most on Chrome was lame: the ability to click and hold a folder then release on a bookmark I wanted to open. On Chrome you have to click twice. It bugged me. Now back on Firefox I feel like the browser has a large head.</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, 09 Mar 2010 03:54:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:12;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"Matt: Distributed Company";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=33784";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/03/distributed-company/";s:7:"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:193:"<p>Toni Schneider, the CEO of Automattic, writes <a href="http://toni.org/2010/03/08/5-reasons-why-your-company-should-be-distributed/">5 reasons why your company should be distributed</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, 09 Mar 2010 02:44: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: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:75:"Weblog Tools Collection: Manage Comments From Your Windows or Linux Desktop";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:104:"http://weblogtoolscollection.com/archives/2010/03/08/manage-comments-from-your-windows-or-linux-desktop/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"http://weblogtoolscollection.com/archives/2010/03/08/manage-comments-from-your-windows-or-linux-desktop/";s:7:"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:1516:"<p>Comments form a very integral part of any blog to generate communication and spark discussions. As a WordPress blog user, managing comments and replying to them is very easy, however, what if you can manage and reply to comments from your desktop?</p>\n<p><img title="Manage WordPress Comments From Desktop" border="0" alt="Manage WordPress Comments From Desktop" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/manage_wordpress_comments_from_desktop.png" width="213" height="259" /> </p>\n<p>WP Comments Notifier is a open source application written in QT/C++ for Linux and Windows, which will allow you to manage new comments and reply to them from your desktop. In addition to that, it will also allow you to edit, spam or delete the comments.</p>\n<p><img title="WordPress Comments Notification" border="0" alt="WordPress Comments Notification" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/wordpress_comments_notifications.png" width="240" height="140" /> </p>\n<p>This app will also display comments summary when you hover over the system tray icon and alert you whenever a new comment is posted to your blog. The app also works for WPMU blogs.</p>\n<p>You can download the installer for Windows by visiting the app homepage and also find instructions on how to build the app from source on Linux machines.</p>\n<p><a href="http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/" target="_blank"><strong>Download WP Comments Notifier</strong></a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 08 Mar 2010 23:13:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Keith Dsouza";s: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:59:"Weblog Tools Collection: WordPress Theme Releases for 03/07";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7833";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/03/08/wordpress-theme-releases-for-0307-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:1989:"<h4><a href="http://www.blogging-inside.de/2010/03/kostenloses-wordpress-theme-turquoise/">Turquoise</a></h4>\n<p><img title="turquoise" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/turquoise.jpg" alt="turquoise" width="200" height="131" /></p>\n<p>The Turquoise Theme is a simple free WordPress Theme 980px wide with 3 Sidebars and an Option Page to populate the Footer. One Sidebar is on the right side optimized for Adsense 250px Ads. Two Sidebars are on top of the postings and below the Posting. Good for 468px Ads.</p>\n<h4><a href="http://wordpress.org/extend/themes/greener-side">Greener Side</a></h4>\n<p><img title="Greener Side" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/GreenerSide.png" alt="Greener Side" width="200" height="150" /></p>\n<p>Smell the fresh cut grass and feel the butterflies flutter past your face&#8230; It&#8217;s summer year round with this eye-catching fixed width two-column design.</p>\n<h4><a href="http://wordpress.org/extend/themes/wordsmith-blog">Wordsmith Blog</a></h4>\n<p><img title="Wordsmith Blog" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/WordsmithBlog.png" alt="Wordsmith Blog" width="200" height="150" /></p>\n<p>Two column, brown theme. Choose background colors, sidebar placement, and an optional adsense ready sidebar.</p>\n<h4><a href="http://webhostinghelpguy.inmotionhosting.com/wordpress/5-free-music-wordpress-themes/">5 Music WordPress Themes</a></h4>\n<p><a href="http://webhostinghelpguy.inmotionhosting.com/demos/?wptheme=The%20Producer"><img title="Producer" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/Producer.jpg" alt="Producer" width="200" height="114" /></a> </p>\n<p>Share your music and videos, connect with fans, and let everyone know about your upcoming gigs with one of these music WordPress themes. Whether you&#8217;re a musician, DJ, or producer, one thing&#8217;s for sure &#8212; these widget-ready and Gravatar-enabled themes rock.</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, 08 Mar 2010 20:30:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:28:"Dougal Campbell: Bug Chasing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://dougal.gunters.org/?p=2026";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"http://dougal.gunters.org/blog/2010/03/07/bug-chasing?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:8884:"<div><img width="150" height="150" src="http://dougal.gunters.org/wordpress/wp-content/uploads/2008/11/wplogo-notext-rgb.png" class="attachment-post-thumbnail wp-post-image" alt="" title="WordPress" /></div><p>Okay, so in my post about Code Spelunking I mentioned about how working on a project can lead you to explore the code because you need to become more familiar with how the code works. But it can also lead you to explore the code to figure out why code <strong>doesn&#8217;t</strong> work. In this particular case, I spent many hours puzzling over why something didn&#8217;t work correctly, chasing down the root cause, and eventually finding a bug in the <a href="http://wordpress.org/">WordPress</a> core. I documented the bug in <a href="http://core.trac.wordpress.org/ticket/12394">Ticket #12394</a>, provided a patch, and it was committed to core in <a href="http://core.trac.wordpress.org/changeset/13561">Changeset [13561]</a>, which will be part of WordPress 3.0.</p>\n<p><span id="more-2026"></span></p>\n<p>And how did I find this little buglet? As usual, it&#8217;s because I was doing something a little off the beaten track. I was working on some code which imports <acronym title="eXtensible Markup Language"><span class="caps">XML</span></acronym> data into WordPress, on a scheduled basis (hourly, daily, weekly, etc). During testing, sometimes the images in the imported content would come through fine, and other times, they would be missing the <code>src</code> attribute, without which, there really isn&#8217;t an image, is there? So you&#8217;d view the post and there would be this big 300-pixel square hole with just the alt text where the image <em>should</em> have been.</p>\n<p>At first, I didn&#8217;t know why it worked only some of the time. Then I saw the pattern that when I ran the code &#8220;manually&#8221; via a &#8220;Run now&#8221; button in my options screen, the images worked. But when the code ran via <a title="Note: there is no good general cron overview article in the Codex. Volunteers?" href="http://codex.wordpress.org/Category:WP-Cron_Functions">WP-Cron</a>, they didn&#8217;t. At first, I thought it was a timing issue, and that maybe when the cron action hooks fired, maybe there was some piece of WordPress functionality that wasn&#8217;t loaded yet. But shunting my execution hook to run at a later point didn&#8217;t fix anything.</p>\n<p>Next, I decided that one key difference when running manually versus running from cron was <em>me</em> &#8212; I was logged in as an admin. And, in fact, after some debugging, I determined that there was no user context at all when running from cron. When I modified the code to run as myself, the image tags came through cleanly. Well, I didn&#8217;t want to hard-code the program to always run as me, so I added a user selector to the options so that the owner of the posts could be set.</p>\n<p>But then when I started testing again, with users of various <a title="Roles and Capabilities in WordPress" href="http://codex.wordpress.org/Roles_and_Capabilities">roles</a>, the problem cropped up again. In particular, it worked great for a user with the Editor role, but not for the Author role. Digging a little deeper into the differences between the two roles, the thing that jumped out at me is that Editors (and Admins) have the &#8220;<code>unfiltered_html</code>&#8221; capability.</p>\n<p>You see, normally, when you write a post, it is sent through a series of filters which take your free-form writing, and turn it into cleaner <acronym title="HyperText Markup Language"><span class="caps">HTML</span></acronym>. One of these filters is called &#8216;<a title="kses kills evil scripts" href="http://codex.wordpress.org/Function_Reference/wp_kses">kses</a>&#8216; (which stands for &#8216;kses strips evil scripts&#8217;). This filter is especially important on multi-author blogs where you might not be able to give 100% trust to the other authors. Otherwise, one of them would be able to (for instance) put javascript in a post which would steal the cookie information from another user who reads the post. So it is the job of kses to ensure that only &#8220;safe&#8221; <acronym title="HyperText Markup Language"><span class="caps">HTML</span></acronym> is kept. This would also keep you from embedding things like YouTube videos, Java applets, and other fun useful things. So users with the <code>unfiltered_html</code> capability set in their profiles are able to post without this filtering.</p>\n<p>This certainly seemed like a likely culprit, except for one thing: even when post content is filtered through kses, the <acronym title="HyperText Markup Language"><span class="caps">HTML</span></acronym> <code>img</code> tag is not filtered out. And neither is the <code>src</code> attribute on an image. That is specifically supposed to be allowed. An image is a perfectly normal thing to have in a post. So why, oh why, was my <code>src</code> attribute being stripped?</p>\n<p>I started looking very closely at the kses library. It&#8217;s a rather hairy bit of code, full of complex regular expressions and state-machine logic. But when reverse-engineering how the attribute-cleaning bits work, I noticed something in one of the regular expressions: it was hardcoded to expect a space between the end of an attribute and the closing of a tag. In other words, it expected an image tag to look something like this:</p>\n<p><strong><code>&lt;img width=''400'' height=''300'' src=''people.jpg'' /&gt;</code></strong></p>\n<p>But, since my data was coming from an <acronym title="eXtensible Markup Language"><span class="caps">XML</span></acronym> source, there was no extraneous space. My image tags looked like this:</p>\n<p><strong><code>&lt;img width=''400'' height=''300'' src=''people.jpg''/&gt;</code></strong></p>\n<p>Notice the subtle difference? There is no space between the final single-quote around <strong><code>''people.jpg''</code></strong> and the <strong><code>/&gt;</code></strong> which closes the tag. And because of the way the match was being done, kses was throwing away any attribute that abutted the tag-close in that fashion.</p>\n<p>The next question was: was this (technically) a bug, or was kses just being strict about some rules of formatting? A quick search turned up the <a href="http://www.w3.org/TR/xhtml1/#h-4.6">Empty Elements</a> section of the <acronym title="eXtensible HyperText Markup Language"><span class="caps">XHTML</span></acronym> spec, which covers the syntax for empty tags like <code>img</code>, <code>br</code>, and <code>hr</code>. The examples given there do not include a space before the end of the elements. Furthermore, this section points to the <a href="http://www.w3.org/TR/xhtml1/#guidelines"><acronym title="HyperText Markup Language"><span class="caps">HTML</span></acronym> Compatibility Guidelines</a>, which show that adding a space is for compatibility with older <acronym title="HyperText Markup Language"><span class="caps">HTML</span></acronym> browsers. So, since the <acronym title="eXtensible HyperText Markup Language"><span class="caps">XHTML</span></acronym> spec does not require the space, and WordPress is supposed to render <acronym title="eXtensible HyperText Markup Language"><span class="caps">XHTML</span></acronym> code, the behavior in kses was definitely a bug, and not just bad manners. I quickly worked up a patch, submitted it on <a title="The WordPress bug tracking system and code browser" href="http://core.trac.wordpress.org/">Trac</a>, and brought it to the attention of the core team.</p>\n<p>Fortunately, <a href="http://codex.wordpress.org/Plugin_API/Filter_Reference">the WordPress system of filters</a> allows you to alter just about anything on the fly, so I was able to &#8220;trick&#8221; the system into thinking that the posting user selected in my plugin had the unfiltered_html capability, even when they really didn&#8217;t. This allowed me to work around the bug while my plugin is running.</p>\n<p>This bug was pretty minor in the grand scheme of things. Probably not many people had ever run into it. But after hours of puzzling over those broken image tags, it felt darned good to find it, and &#8212; more importantly &#8212; squash it. And after the release of WordPress 3.0, nobody will have to scratch their heads over it again. Yay me!</p>\n\n\n<p>Related posts:<ol><li><a href="http://dougal.gunters.org/blog/2010/02/18/wordpress-code-spelunking" rel="bookmark" title="Permanent Link: WordPress Code Spelunking">WordPress Code Spelunking</a></li>\n<li><a href="http://dougal.gunters.org/blog/2003/10/04/fun-filters" rel="bookmark" title="Permanent Link: Fun Filters">Fun Filters</a></li>\n<li><a href="http://dougal.gunters.org/blog/2009/08/10/wordpress-webhooks-plugin" rel="bookmark" title="Permanent Link: WordPress Webhooks Plugin">WordPress Webhooks Plugin</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:"Sun, 07 Mar 2010 23: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: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: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:63:"Weblog Tools Collection: Notify Unconfirmed Subscribers 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:92:"http://weblogtoolscollection.com/archives/2010/03/06/notify-unconfirmed-subscribers-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:92:"http://weblogtoolscollection.com/archives/2010/03/06/notify-unconfirmed-subscribers-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:1525:"<p>For the past 8 months I have been receiving requests to update the <a href="http://techie-buzz.com/wordpress-plugins/notify-unconfirmed-subscribers-plugin-release.html" target="_blank">Notify Unconfirmed Subscribers plugin</a>, since it <a href="http://techie-buzz.com/wordpress-plugins/notify-unconfirmed-subscribers-google-feedburner-compatibility.html" target="_blank">stopped working for users</a>. Frankly, I never really found the time to do it, but as the requests piled up, I decided to set some time aside and update the plugin.</p>\n<p>So if you have been having problems with NUS, update to the latest version (1.3.0) and the issues should be solved. Do let me know if you have any problems with the latest update. </p>\n<p>A few notes:</p>\n<ul>\n<li>Support for Old FeedBurner accounts has been dropped in v1.3.0, please upgrade your account to a Google account before using NUS. </li>\n<li>NUS will only work on sites with cUrl support. </li>\n<li>Support for additional languages coming in future versions. </li>\n</ul>\n<p><em><strong>Note: </strong>I have not used WP_Http as there are problems with fsock and other http methods, it only works for cUrl right now. However, the plugin does contain a file which uses WP_Http which will be used in future versions.</em></p>\n<p>You will get a dashboard notice to update the plugin, if you don&#8217;t you can download Notify Unconfirmed Subscribers v1.3.0 from <a href="http://wordpress.org/extend/plugins/notify-uncofirmed-subscribers/" target="_blank">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:"Sat, 06 Mar 2010 18:08:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Keith Dsouza";s: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:28:"Donncha: First Day at #WCIRL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=89495725";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ocaoimh.ie/day-wcirl/";s:7:"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:8961:"<p>So, day one of <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy53b3JkY2FtcGlyZWxhbmQuY29tLw==">WordCamp Ireland</a> draws to a close, there is a <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy53b3JkY2FtcGlyZWxhbmQuY29tL2Jsb2cvZXZlbnRzL3dvcmRjYW1wLWlyZWxhbmQtZGlubmVyLw==">dinner tonight</a> but the talks and sessions are over for the day.</p>\n<p>I briefly helped <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy53b3JkY2FtcGlyZWxhbmQuY29tL3NwZWFrZXJzL2pvaG4taGFuZGVsYWFyLw==">John Handelaar</a> during his talk on WordPress MU, but my main talk was on WP Super Cache. Thank you Hanni, Jane and Sheri for recording the talk. Hopefully it&#8217;ll be available online next week. In the meantime here&#8217;s <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDMvd3Atc3VwZXItY2FjaGUub2Rw">the OpenOffice slides</a> of my talk.</p>\n<p>I must extend a big thank you to <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5zYWJyaW5hZGVudC5jb20v">Sabrina Dent</a> and <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5pbmtrZGVzaWduLmNvbS8=">Katherine Nolan</a> for organising a great day and to the <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy53b3JkY2FtcGlyZWxhbmQuY29tL2luZm8vc3BvbnNvcnMv">sponsors</a> who made the weekend possible.</p>\n<p>Looking forward to the dinner tonight, and the rest of the conference tomorrow.</p>\n\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-06_img_6320/" title="2010-03-06_img_6320"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-06_img_6320-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06_img_6320" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-06_img_6324/" title="2010-03-06_img_6324"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-06_img_6324-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06_img_6324" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-06_img_6331/" title="2010-03-06_img_6331"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-06_img_6331-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06_img_6331" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-06_img_6335/" title="2010-03-06_img_6335"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-06_img_6335-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06_img_6335" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-06_img_6341/" title="2010-03-06_img_6341"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-06_img_6341-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06_img_6341" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-06_img_6346/" title="2010-03-06_img_6346"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-06_img_6346-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06_img_6346" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-06_img_6348/" title="2010-03-06_img_6348"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-06_img_6348-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06_img_6348" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-06_img_6349/" title="2010-03-06_img_6349"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-06_img_6349-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06_img_6349" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-06_img_6351/" title="2010-03-06_img_6351"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-06_img_6351-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-06_img_6351" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6355/" title="2010-03-07_img_6355"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6355-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6355" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6357/" title="2010-03-07_img_6357"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6357-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6357" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6358/" title="2010-03-07_img_6358"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6358-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6358" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6360/" title="2010-03-07_img_6360"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6360-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6360" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6361/" title="2010-03-07_img_6361"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6361-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6361" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6363/" title="2010-03-07_img_6363"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6363-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6363" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6364/" title="2010-03-07_img_6364"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6364-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6364" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6365/" title="2010-03-07_img_6365"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6365-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6365" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6367/" title="2010-03-07_img_6367"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6367-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6367" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6368/" title="2010-03-07_img_6368"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6368-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6368" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6370/" title="2010-03-07_img_6370"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6370-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6370" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6372/" title="2010-03-07_img_6372"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6372-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6372" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6373/" title="2010-03-07_img_6373"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6373-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6373" /></a>\n<a href="http://ocaoimh.ie/day-wcirl/2010-03-07_img_6375/" title="2010-03-07_img_6375"><img width="150" height="150" src="http://ocaoimh.ie/wp-content/uploads/2010/03/2010-03-07_img_6375-150x150.jpg" class="attachment-thumbnail" alt="" title="2010-03-07_img_6375" /></a>\n\n<p><strong>Update!</strong> I&#8217;ve added a few photos from Day 2. I was shattered tired though as I was up until 1.30am chatting with <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRza2lsbC5jb20v">Donnacha</a>!</p>\n<p><strong>Update 2!</strong> Sabrina has written <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5zYWJyaW5hZGVudC5jb20vMjAxMC8wMy8wOC93b3JkY2FtcC1pcmVsYW5kLXRoZS1hZnRlcm1hdGgv">a thoughtful post</a> about WordCamp Ireland. I for one had a great time there and so did everyone I spoke to. I totally agree with her about child minding facilities. My son Adam had a whale of a time, and is still talking about it. (and for an almost three year old, that&#8217;s a very good sign!)</p>\n<p>Oh, more photos on <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3BpeC5pZS9ncm91cC93b3JkY2FtcA==">Pix.ie</a>!</p>\n<p><strong>Related Posts</strong><ul><li>No related posts</li></ul></p> <img src="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?view=1&post_id=89495725" 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:"Sat, 06 Mar 2010 17:35:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:17:"Matt: LA Saturday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=33728";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/03/la-saturday/";s:7:"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:11762:"<p>A day in LA spent looking at <a href="http://fortstreetstudio.com/">Fort Street carpets</a> and vintage furniture around town, and then SOHO House for the <a href="http://www.usatoday.com/life/people/2010-03-07-weinstein08_N.htm">Montblanc / Harvey Weinstein pre-Oscars dinner and party</a>. (Stopped taking photos once the actual party started, didn&#8217;t want to get kicked out <img src="http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> .)</p>\n<p><span id="more-33728"></span></p>\n\n<a href="http://ma.tt/2010/03/la-saturday/p1000240/" title="P1000240"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000240-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000240" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000241/" title="P1000241"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000241-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000241" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000242/" title="P1000242"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000242-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000242" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000243/" title="P1000243"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000243-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000243" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000244/" title="P1000244"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000244-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000244" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000245/" title="P1000245"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000245-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000245" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000246/" title="P1000246"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000246-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000246" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000247/" title="P1000247"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000247-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000247" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000248/" title="P1000248"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000248-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000248" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000249/" title="P1000249"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000249-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000249" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000250/" title="P1000250"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000250-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000250" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000252/" title="P1000252"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000252-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000252" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000253/" title="P1000253"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000253-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000253" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000256/" title="P1000256"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000256-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000256" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000257/" title="P1000257"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000257-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000257" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000258/" title="P1000258"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000258-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000258" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000259/" title="P1000259"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000259-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000259" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000260/" title="P1000260"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000260-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000260" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000261/" title="P1000261"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000261-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000261" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000262/" title="P1000262"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000262-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000262" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000265/" title="P1000265"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000265-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000265" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000266/" title="P1000266"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000266-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000266" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000267/" title="P1000267"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000267-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000267" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000268/" title="P1000268"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000268-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000268" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000270/" title="P1000270"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000270-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000270" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000271/" title="P1000271"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000271-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000271" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000272/" title="P1000272"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000272-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000272" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000274/" title="P1000274"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000274-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000274" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000276/" title="P1000276"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000276-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000276" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000277/" title="P1000277"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000277-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000277" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000278/" title="P1000278"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000278-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000278" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000279/" title="P1000279"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000279-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000279" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000280/" title="P1000280"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000280-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000280" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000281/" title="P1000281"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000281-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000281" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000283/" title="P1000283"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000283-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000283" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000291/" title="P1000291"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000291-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000291" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000292/" title="P1000292"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000292-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000292" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000293/" title="P1000293"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000293-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000293" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000294/" title="P1000294"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000294-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000294" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000296/" title="P1000296"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000296-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000296" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000297/" title="P1000297"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000297-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000297" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000298/" title="P1000298"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000298-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000298" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000300/" title="P1000300"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000300-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000300" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000302/" title="P1000302"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000302-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000302" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000303/" title="P1000303"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000303-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000303" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000304/" title="P1000304"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000304-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000304" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000305/" title="P1000305"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000305-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000305" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000308/" title="P1000308"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000308-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000308" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000309/" title="P1000309"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000309-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000309" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000310/" title="P1000310"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000310-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000310" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000314/" title="P1000314"><img width="140" height="210" src="http://s.ma.tt/files/2010/03/P1000314-140x210.jpg" class="attachment-thumbnail" alt="" title="P1000314" /></a>\n<a href="http://ma.tt/2010/03/la-saturday/p1000315/" title="P1000315"><img width="195" height="130" src="http://s.ma.tt/files/2010/03/P1000315-195x130.jpg" class="attachment-thumbnail" alt="" title="P1000315" /></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, 06 Mar 2010 08:00:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 03/05";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7826";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/03/05/wordpress-plugin-releases-for-0305/";s:7:"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:2230:"<h3>New Plugins</h3>\n<p><a href="http://aaron.jorb.in/2010/wordpress-external-cron-plugin/">Wordpress External Cron </a></p>\n<p>Allows you to setup a cron to fetch any page on the server</p>\n<p><a href="http://josephscott.org/archives/2010/03/pushpress-a-pubsubhubbub-plugin-for-wordpress/">PuSHPress</a></p>\n<p>This plugin adds PubSubHubbub ( PuSH ) support to your WordPress powered site. The main difference between this plugin and others is that it includes the hub features of PuSH, built right in. This means the updates will be sent directly from WordPress to your PuSH subscribers.</p>\n<p><a href="http://www.wprecipes.com/wordpress-plugin-protect-your-blog-from-malicious-url-requests">Block Bad Queries</a></p>\n<p>Protect WordPress Against Malicious URL Requests</p>\n<p><a href="http://www.imagespacemedia.com/wpplugin.php">Image Space Media</a></p>\n<p>The ISM plugin optimizes your Wordpress blog for Image Space Media&#8217;s in-image advertising technology. With the ISM plugin, Wordpress users can seamlessly integrate Image Space Media&#8217;s in-image advertising solution into their website and generate ad revenue.</p>\n<p><a href="http://www.tristanbotly.com/projects/easily-navigate-pages-on-dashboard/">Easily navigate pages on dashboard</a></p>\n<p>Display a folder tree of your pages that is easy to expand and contract on your Dashboard. Designed for people that use Wordpress as a content management system.</p>\n<p><a href="http://wpsplash.com/mysql-profiler-plugin-for-wordpress/">MySQL Profiler </a></p>\n<p>WordPress is extremely flexible. However, flexibility generally brings about the issue of performance. WP MySQL Profiler is a simple plugin that assists in improving performance of themes and plugins.</p>\n<h3>Updated Plugins</h3>\n<p><a href="http://www.dyerware.com/main/products/easy-review-builder">Easy Review Builder for WordPress</a></p>\n<p>Create attractive star ratings for reviews. Supports multiple rating categories and an optional auto-calculated summary</p>\n<p><a href="http://www.mattvarone.com/wordpress/dynamic-to-top-wordpress-plugin/">Dynamic &#8220;To Top&#8221;</a></p>\n<p>Adds an automatic and dynamic &#8220;To Top&#8221; button to easily scroll long pages back to the top.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Mar 2010 19: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:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:21:"Matt: Harvard Gazette";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=33725";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2010/03/harvard-gazette/";s:7:"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:525:"<p><a href="http://news.harvard.edu/gazette/">The Harvard Gazette is now on WordPress</a>, with a beautiful magazine-style design. There&#8217;s a whole meme/argument going around a few blogs and Twitter saying WordPress isn&#8217;t a CMS. Who cares what you call it, <a href="http://wordpress.org/showcase/">look at the amazing sites you can create</a>. (And manage content on.) Who woulda thunk it. I thought WordPress was only good for &#8220;just a blog&#8221; &#8212; what are these Harvard gonzos doing? Fie! I say.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Mar 2010 00:14: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: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: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:"Publisher Blog: Harvard Gazette Selects WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"http://publisherblog.automattic.com/?p=803";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://publisherblog.automattic.com/2010/03/04/harvard-selects-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2295:"<p>The <a href="http://news.harvard.edu/gazette/">Harvard Gazette</a>, which is Harvard’s official newspaper, has recently relaunched their site, and is now powered by <a href="http://wordpress.org">WordPress</a>:<br />\n<a href="http://news.harvard.edu/gazette/"><img src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fnews.harvard.edu%2Fgazette%2F?w=600" border="0" alt="" /></a></p>\n<p>Highlighting faculty research, administrative staff, students, and events – this is a great example of a complete site that you can build with WordPress.   Congrats to the team at Harvard for building such as great site.</p>\n<p>It&#8217;s also exactly in sync with the feedback we are hearing from the publishing community.  Many of you have shared with us your exciting plans to take advantage of the flexibility and power of WordPress to build your next-generation full sites on this platform.  It&#8217;s going to make for a very exciting next few months !</p>\n<p>[ visit <a href="http://news.harvard.edu/gazette/">Harvard Gazette</a> ] </p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/803/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=803&subd=wordpresspublishers&ref=&feed=1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Mar 2010 20:14: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:16:"Raanan Bar-Cohen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:30:"Matt: IntenseDebate auto-login";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=33722";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/03/intensedebate-auto-login/";s:7:"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:657:"<p><a href="http://blog.intensedebate.com/2010/03/03/wordpress-auto-login/">WordPress.com User Accounts now auto-login to IntenseDebate</a> blogs no matter where they&#8217;re hosted, any website in the world. Connect services like Facebook&#8217;s and Twitter&#8217;s always require at the very least a click or two, and in worst case can be a full login and several bounces to the origin site, which increases the friction of commenting and can actually decrease the number of comments you get. (Oh noes!) This is much smoother, and faster. Previously this was only available if you actually hosted on WP.com, now it&#8217;s for any website, anywhere.</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, 03 Mar 2010 23:18: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: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: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: PubSubHubBub";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=33720";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/03/pubsubhubbub/";s:7:"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:655:"<p><a href="http://en.blog.wordpress.com/2010/03/03/rub-a-dub-dub-in-the-pubsubhubbub/">WP.com is now Pubsubhubbub-enabled</a>, and the code we used to do that is now <a href="http://wordpress.org/extend/plugins/pushpress/">available as a plugin as well</a>. It took me 30 seconds to add to this blog using the dashboard &#8220;add plugin&#8221; functionality and searching for &#8220;pushpress.&#8221; I love it when we&#8217;re able to do these simultaneous releases, it falls in line well with WP.com&#8217;s goal of all its useful code being available to everyone, for example<a href="http://ma.tt/2010/01/custom-css/"> the custom CSS release</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Mar 2010 22:15:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:59:"Weblog Tools Collection: WordPress Theme Releases for 03/03";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7824";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/03/03/wordpress-theme-releases-for-0303-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:1221:"<h4><a href="http://www.dynamicwp.net/free-themes/light-folio-theme/">Light Folio</a></h4>\n<p><a href="http://www.dynamicwp.net/demo/?preview_theme=LightFolio"><img title="LightFolio-cover" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/LightFoliocover.jpg" alt="LightFolio-cover" width="200" height="117" /></a></p>\n<p>Light Folio is a clean clean and light theme with a combination black and white color.</p>\n<h4><a href="http://www.mobile-geeks.com/clean-tech/">CleanTech</a></h4>\n<p><a href="http://demo.mobile-geeks.com/"><img title="CleanTech" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/CleanTech.png" alt="CleanTech" width="200" height="170" /></a></p>\n<p>CleanTech is a clean, two column and elegant theme with support for threaded comments designed to focus your content.</p>\n<h4><a href="http://www.blogohblog.com/wordpress-theme-ultima/">Ultima</a></h4>\n<p><a href="http://wpthemes.blogohblog.net/index.php?wptheme=ultima"><img title="Ultima" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/Ultima.gif" alt="Ultima" width="200" height="114" /></a></p>\n<p>This is a 2-column, soft-colored, rounded theme that totally aims at content and nothing else.</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, 03 Mar 2010 19: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:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:27:"Donncha: WordPress MU 2.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89495712";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ocaoimh.ie/wordpress-mu-292/";s:7:"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:2570:"<p><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL211LndvcmRwcmVzcy5vcmcv">WordPress MU</a> 2.9.2 has just been released and is mostly a security and bugfix release based on <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZGV2ZWxvcG1lbnQvMjAxMC8wMi93b3JkcHJlc3MtMi05LTIv">WordPress 2.9.2</a>. Grab it from <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL211LndvcmRwcmVzcy5vcmcvZG93bmxvYWQv">the download page</a>.</p>\n<p>As well as the security fix mentioned above, this version also fixes a few bugs, makes the blog signup process <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NvcmUudHJhYy53b3JkcHJlc3Mub3JnL3RpY2tldC8xMjE0MA==">much faster</a> and adds a new &#8220;Global Terms&#8221; Site Admin page.</p>\n<p>The &#8220;Global Terms&#8221; page is one I should have added years ago. Currently it&#8217;s fairly bare, but hopefully in future versions of WordPress it will be expanded. It allows the Site Admin to &#8220;fix&#8221; the terms (tags and categories) used in MU blogs. These terms are normally synced with the &#8220;sitecategories&#8221; table but sometimes they go astray. This can happen if you &#8220;import&#8221; a blog using PHPMyAdmin without going through the WordPress importer, or if a plugin manipulates the terms table directly.<br />\nWordPress MU forces the &#8220;slug&#8221; used by terms to be a sanitized version of the &#8220;name&#8221;, which isn&#8217;t the case in WordPress. This page can optionally rename the terms so they match the slug. It doesn&#8217;t do the opposite because that would break public facing URLs on the site. (I must extend a big thank you to <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2RlYW5uYXNjaG5laWRlci53b3JkcHJlc3MuY29tLw==">Deanna</a> for helping debug that page)</p>\n<p>Enjoy!</p>\n<p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTI3Lw==" rel="">WordPress MU 2.7</a></li><li><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTI2MS8=" rel="">WordPress MU 2.6.1</a></li><li><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTItOC0xLw==" rel="">WordPress MU 2.8.1</a></li></ul></p> <img src="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?view=1&post_id=89495712" 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, 03 Mar 2010 17:01: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:"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:54:"Joseph: PuSHPress: A PubSubHubbub Plugin For WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://josephscott.org/?p=1963";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://josephscott.org/archives/2010/03/pushpress-a-pubsubhubbub-plugin-for-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5968:"<p><a href="http://code.google.com/p/pubsubhubbub/">PubSubHubbub</a>, or <a href="http://en.blog.wordpress.com/2010/03/03/rub-a-dub-dub-in-the-pubsubhubbub/">PuSH, is now supported on all WordPress.com blogs</a>.  For those running sites using the WordPress.org software the <a href="http://wordpress.org/extend/plugins/pushpress/">PuSHPress plugin</a> is available to do the same thing.  The big difference in this plugin compared to the other PuSH WordPress plugins is that it includes a PuSH hub built in.</p>\n<h3>A little bit of PubSubHubbub background</h3>\n<p>Like <a href="http://josephscott.org/archives/2009/09/rsscloud-for-wordpress/">rssCloud</a>, PuSH adds a line to your feed to let clients know where they can send PuSH subscription requests.  In the RSS2 feed this looks like:</p>\n<pre class="brush: xml;">\n&lt;atom:link rel="hub" href="http://josephscott.org/?pushpress=hub"&gt;\n</pre>\n<p>and in Atom looks like:</p>\n<pre class="brush: xml;">\n&lt;link rel="hub" href="http://josephscott.org/?pushpress=hub"&gt;\n</pre>\n<p>The href attribute contains the URL that subscribers can send requests to.  Details on <a href="http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html#subscribing">what that request looks like</a> are in the <a href="http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html">PubSubHubbub Spec</a>.  The short version, it&#8217;s a simple HTTP POST call with some specific field names.  </p>\n<p>Here&#8217;s an example PHP subscription request asking that updates to http://example.com/feed/ be sent to http://example.com/push/ via the hub at http://example.com/?pushpress=hub</p>\n<pre class="brush: php;">\n$curl = curl_init( );\n\ncurl_setopt( $curl, CURLOPT_URL, ''http://example.com/?pushpress=hub'' );\ncurl_setopt( $curl, CURLOPT_POSTFIELDS, ''hub.callback=http://example.com/push/&amp;hub.mode=subscribe&amp;hub.secret=not-telling-you&amp;hub.verify=sync&amp;hub.topic=http://example.com/feed/&amp;hub.verify_token=133t-$7r1n9'' );\ncurl_setopt( $curl, CURLOPT_VERBOSE, 1 );\ncurl_setopt( $curl, CURLOPT_POST, 1 );\n\ncurl_exec( $curl );\nprint_r( curl_getinfo( $curl ) );\ncurl_close( $curl );\n</pre>\n<p>The hub at example.com will then send new content (in feed format) right after it&#8217;s published to URL provided in hub.callback.</p>\n<h3>Why the PuSHPress plugin?</h3>\n<p>I love that there are large, open PuSH hubs available for anyone to use.  There&#8217;s a list at <a href="http://code.google.com/p/pubsubhubbub/wiki/Hubs">http://code.google.com/p/pubsubhubbub/wiki/Hubs</a>.  In PuSH since most of the hard work (figuring out what&#8217;s new in a feed and sending that out to subscribers) is done via the hub this is very handy and really great for testing.</p>\n<p>I also think there&#8217;s a role for a readily available simple hub that anyone can put up and use, in this case built on top of WordPress.  And by leveraging WordPress the hub part can be greatly simplified.  The real bonus for users is choice, they can relay the updates through 3rd party hubs, or use the built in hub in PuSHPress.</p>\n<p>It&#8217;s worth noting that PuSHPress has a WordPress filter on the array of hubs; pushpress_hubs.  This allows other plugins to easily add to or replace the hubs mentioned in the feeds by PuSHPress.</p>\n<p>To help keep things simple and limit potential abuse the PuSHPress plugin will only allow subscriptions for the RSS2 and Atom feeds of the WordPress blog that it is installed on.</p>\n<p>My thanks to <a href="http://www.onebigfluke.com/">Brett Slatkin</a> for helping test PuSHPress.  His tests revealed a few bugs that were quickly addressed.</p>\n<h3>How fast?</h3>\n<p>When talking about these realtime-ish update features this question often comes up.  Fair enough, I&#8217;d want to know too :-)</p>\n<p>The PuSHPress plugin schedules pings to go out right away via the <a href="http://codex.wordpress.org/Function_Reference/wp_schedule_single_event">wp_schedule_single_event</a> function in WordPress.  I suspect for most people this will be quite fast.  If your server is under tremendous load and really slow, then this will be really slow too, just like the rest of the server ;-)</p>\n<p>On WordPress.com the details are a bit different.  Instead of scheduling pings to be sent out with wp_schedule_single_event it adds them to our asynchronous jobs system ( more info available at <a href="http://code.trac.wordpress.org/">http://code.trac.wordpress.org/</a> ).  The jobs system is setup to do exactly these kinds of tasks really, really fast.  Don&#8217;t be surprised if the ping shows up before you get a chance to finish the first Mississippi.</p>\n<h3>The future</h3>\n<p>So where is all this going?  Who knows, but it is fun to watch!  :-)</p>\n<h3>Further reading</h3>\n<p>If you have an interest in this area there are plenty of resources:</p>\n<ul>\n<li><a href="http://code.google.com/p/pubsubhubbub/">PubSubHubbub project site</a></li>\n<li><a href="http://groups.google.com/group/pubsubhubbub">Google Group</a></li>\n<li><a href="http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html">Spec</a></li>\n</ul>\n<p>The spec is a quick read and to the point, worth reading.</p>\n<p>And there you have it, a little more in-depth discussion of PuSHPress.</p>\n\n\n<p>Related posts:<ol><li><a href="http://josephscott.org/archives/2009/09/rsscloud-for-wordpress/" rel="bookmark" title="Permanent Link: RSSCloud For WordPress">RSSCloud For WordPress</a></li>\n<li><a href="http://josephscott.org/archives/2009/10/rsscloud-wordpress-plugin-update-0-4-1/" rel="bookmark" title="Permanent Link: rssCloud WordPress Plugin Update &#8211; 0.4.1">rssCloud WordPress Plugin Update &#8211; 0.4.1</a></li>\n<li><a href="http://josephscott.org/archives/2010/03/mod_ping-maybe-i-should-have-called-it-pubsubhubbub/" rel="bookmark" title="Permanent Link: mod_ping, Maybe I Should Have Called It PubSubHubbub">mod_ping, Maybe I Should Have Called It PubSubHubbub</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, 03 Mar 2010 16:49: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: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: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:55:"WordPress.tv: John Hawkins: Building a WordPress Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=3437";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.tv/2009/11/13/john-hawkins-building-plugin-phx09/";s:7:"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:1398:"<div id="x-video-59" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3437/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3437&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2009/11/13/john-hawkins-building-plugin-phx09/"><img alt="John Hawkins: Building a WordPress Plugin" src="http://cdn.videos.wordpress.com/rxKQaELe/wc_distro_john_hawkins_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Mar 2010 04:15:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ryan Markel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:91:"WordPress.tv: Merlin Mann: Something Something Social Media – The Overdue Minority Report";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=3433";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.tv/2009/11/13/merlin-mann-social-media-phx09/";s:7:"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:1397:"<div id="x-video-58" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3433/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3433&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2009/11/13/merlin-mann-social-media-phx09/"><img alt="Merlin Mann: Something Something Social Media" src="http://cdn.videos.wordpress.com/5t5mpVSS/wc_distro_merlin_mann_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Mar 2010 04:00:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ryan Markel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:26:"WordPress Podcast: GPL-ish";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:63:"http://www2.webmasterradio.fm/wordpress-community-podcast/?p=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:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://feedproxy.google.com/~r/wordpresspodcast/~3/FwpfYKl8UgE/";s:7:"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:530:"<p>This week Joost is joined by Jeff Chandler of the <a href="http://www.wptavern.com/">WordPress Tavern</a> and Grant Griffiths of the <a href="http://headwaythemes.com/">Headway theme</a>. They discussed all of the implications of themes and plugins being GPL or not, and why people would and in Joost&#8217;s opinion should choose to be GPL. Also some discussion came up about how theme and plugin authors should be credited.</p>\n<img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/FwpfYKl8UgE" 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, 03 Mar 2010 00:19: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: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: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:44:"WordPress.tv: Roundtable with 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=3430";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.tv/2009/11/13/matt-mullenweg-wordpress-roundtable-phx09/";s:7:"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:1392:"<div id="x-video-61" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3430/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3430&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2009/11/13/matt-mullenweg-wordpress-roundtable-phx09/"><img alt="Roundtable with Matt Mullenweg" src="http://cdn.videos.wordpress.com/KnihTr8l/wc_distro_roundtable_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Mar 2010 21:30:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Ryan Markel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:75:"Weblog Tools Collection: Bookmarklet to Quickly Access WordPress Admin Menu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:104:"http://weblogtoolscollection.com/archives/2010/03/01/bookmarklet-to-quickly-access-wordpress-admin-menu/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"http://weblogtoolscollection.com/archives/2010/03/01/bookmarklet-to-quickly-access-wordpress-admin-menu/";s:7:"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:2300:"<p>There are times when I have wanted to install a plugin on my blog. The usual process included loading the admin dashboard and going to the install plugin page, or bookmarking the install plugin page and then navigating to it using that.</p>\n<p>Now I also want to access another feature in the admin dashboard, so I go ahead and bookmark it. Bookmarking pages is definitely a good way to quickly jump to certain pages, however, it is not exactly productive.</p>\n<p>That was until I came across an excellent <a href="http://en.wikipedia.org/wiki/Bookmarklet" target="_blank">bookmarklet</a>, which will allow users to quickly access the the WordPress sidebar menu items with a single click. Once you drag and drop the bookmarklet to your browser bookmark bar, you can click on it to access the admin menu for a particular site. Take a look at the screenshot below to see it in action.</p>\n<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/03/wordpress_admin_menu_bookmarklet.png" rel="thumbnail"><img title="wordpress_admin_menu_bookmarklet" border="0" alt="wordpress_admin_menu_bookmarklet" src="http://weblogtoolscollection.com/wp-content/uploads/2010/03/wordpress_admin_menu_bookmarklet_thumb.png" width="490" height="253" /></a></p>\n<p>Once you click on the bookmarklet, a WordPress like menu will be displayed to you, you can hover over the menu to see the sub-menus and options available under the menu. Clicking on the link will take you directly to the admin page of the <em><strong>current site you are browsing</strong></em>.</p>\n<p>I emphasized on the text above, as this is the only flaw I saw with the bookmarklet. It will only work for the site you are currently browsing and not a site you can choose it to work for. So technically you will have to browse to your own site before you can get this to work properly for you.</p>\n<p>That aside, this is a really useful bookmarklet and will definitely come in pretty handy. Visit the link below to add the bookmarklet to your browser&#8217;s bookmark bar.</p>\n<p><a href="http://iamnotagoodartist.com/other/wordpress-admin-toolbar-bookmarklet/" target="_blank"><strong>WordPress Admin Toolbar Bookmarklet</strong></a> [via <a href="http://twitter.com/smashingmag/status/9857920719" target="_blank">@smashingmag</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, 02 Mar 2010 04:11: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:12:"Keith Dsouza";s: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:23:"Matt: OS Enemy of State";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=33717";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://ma.tt/2010/03/os-enemy-of-state/";s:7:"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:356:"<p>Guardian: <a href="http://www.guardian.co.uk/technology/blog/2010/feb/23/opensource-intellectual-property">When using open source makes you an enemy of the state</a>. &#8220;The US copyright lobby has long argued against open source software &#8211; now Indonesia&#8217;s in the firing line for encouraging the idea in government departments&#8221;</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Mar 2010 19:35: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: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 03/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=7814";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/03/01/wordpress-plugin-releases-for-0101/";s:7:"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:3162:"<h3>New Plugins</h3>\n<p><a href="http://www.123flashchat.com/wordpress-chat.html">123 Flash Chat</a></p>\n<p>123 Flash Chat WordPress Plugin can be used to create your own chat room in WordPress. It allows you to insert chat room to your sidebar, with either a lite chat client or a link to standard chat client in popup mod. And you can define the width and height of 123 Flash Chat as well as its skin &amp; language. The chat room displays a &#8220;hosted by 123flashchat.com free of charge&#8221; message.</p>\n<p><a href="http://wordpress.org/extend/plugins/asynchronous-widgets/">Asynchronous Widgets</a></p>\n<p>Allows you to have any registered widget on your WordPress.org-powered site be loaded asynchronously via an AJAX call.</p>\n<p><a href="http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/">WP-Tabbity</a></p>\n<p>Allows authors to create one or more tab groups containing one or more tabs, animated by the WordPress-included version of jQuery.</p>\n<p><a href="http://www.desynes.com/portfolio/web-development-projects/wordpress/wp-function-reference">WP Function Reference</a></p>\n<p>Provides a box on the dashboard with a list of the functions that are available for you to use in your Wordpress installation</p>\n<p><a href="http://www.crazytoast.de/2010/02/plugins-fuer-wordpress/plugin-disable-wordpress-updates-theme-plugin-und-core.html">Disable WordPress Updates</a></p>\n<p>Disables the theme, plugin and core update checking, the related cronjobs and notification system.</p>\n<h3>Updated Plugins</h3>\n<p><a href="http://www.seodesignsolutions.com/wordpress-seo/">SEO Ultimate</a></p>\n<p>This all-in-one SEO plugin can handle titles, meta, noindex, canonical tags, 404 monitoring, linkboxes, robots.txt, and more. Version 1.6 can import data from All in One SEO Pack.</p>\n<p><a href="http://sudarmuthu.com/wordpress/bulk-delete">Bulk Delete</a></p>\n<p>Bulk Delete WordPress Plugin which lets you to delete posts in bulk from selected categories or tags has been updated to version 0.7. The new version supports moving to trash instead of deleting and batch updates.</p>\n<p><a href="http://obaq.uuuq.com/?p=205">Rico Tabbed Menu</a></p>\n<p>This is a simple plugin to create a tabbed menu in a post using Rico Ajax.</p>\n<p><a href="http://arpitshah.com/plugins/wp-google-buzz/">WP Google-buzz</a></p>\n<p>Automatically displays Google Buzz button for every post. Google Buzz is shaping up to be an interesting new way to share content with your Gmail friends, so why not have a button for sharing blog posts/pages to the service.</p>\n<p><a href="http://planetozh.com/blog/my-projects/wordpress-plugin-who-sees-ads-control-adsense-display/">Ozh&#8217; Who Sees Ads</a></p>\n<p>Who Sees Ads is an advanced ad management plugin that lets you decide who will see your ads, for instance Adsense, depending on user defined conditions. You can manage ads in your templates (eg sidebar.php) or within posts and pages.</p>\n<p><a href="http://www.23systems.net/plugins/lightbox-plus/">Lightbox Plus</a></p>\n<p>Lightbox Plus permits users to view larger versions of images from the current page and display simple slide shows, all in an overlay.</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, 01 Mar 2010 19: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:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 02/27";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7812";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/02/27/wordpress-theme-releases-for-0227/";s:7:"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:1792:"<h4><a href="http://www.blogging-inside.de/2010/02/kostenloses-theme-darkmood-fuer-wordpress-joomla-drupal-html/">DarkMood</a></h4>\n<p><img title="DarkMood" src="http://weblogtoolscollection.com/wp-content/uploads/2010/02/DarkMood.jpg" alt="DarkMood" width="200" height="121" /></p>\n<p>The DarkMood Theme is a free dark greenish theme 980px wide with two Sidebars and an Option Page to populate the Footer.</p>\n<h4><a href="http://themocracy.com/2010/02/expressivo-free-wordpress-theme/">Expressivo</a></h4>\n<p><a href="http://themocracy.com/demo/?t=8"><img title="expressivo" src="http://weblogtoolscollection.com/wp-content/uploads/2010/02/expressivo.jpg" alt="expressivo" width="186" height="153" /></a></p>\n<p>Expressivo is a three-column theme with two righthand sidebars &#8211; going to a single sidebar on single posts and pages. With Cufon embedded fonts for post titles, threaded and paged comments &#8211; you can also replace the header completely with your own image.</p>\n<h4><a href="http://sudarmuthu.com/wordpress/bright-light">Bright Light</a></h4>\n<p><img title="Bright Light" src="http://weblogtoolscollection.com/wp-content/uploads/2010/02/BrightLight.png" alt="Bright Light" width="200" height="140" /></p>\n<p>Bright Light is a two columns, fluid width WordPress theme with support for custom top navigation. It also has built-in support for social icons.</p>\n<h4><a href="http://webhostinghelpguy.inmotionhosting.com/wordpress/5-free-grunge-wordpress-themes/">5 Grunge Wordpress Themes</a></h4>\n<p><img title="Grunge Asphalt" src="http://weblogtoolscollection.com/wp-content/uploads/2010/02/GrungeAsphalt.jpg" alt="Grunge Asphalt" width="200" height="114" /></p>\n<p>Themes are a little bit dark, a little bit dirty, and very grungy. Widget-ready and gravatar-enabled</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 27 Feb 2010 17:58:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:43:"Weblog Tools Collection: BuddyPress anyone?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7805";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://weblogtoolscollection.com/archives/2010/02/27/buddypress-anyone/";s:7:"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:1016:"<p>By now you have surely read the news of the <a href="http://buddypress.org/blog/news/introducing-buddypress-1-2/">release of BudyPress 1.2</a> (which now will work with single WordPress.org blogs, previously limited to WordPress MU) and this <a href="http://wordpress.org/development/2010/02/buddypress-for-one-and-all-3/">dev blog announcement from Jane last evening about another plugin Andy wrote</a> that lets you use your present theme with BuddyPress.</p>\n<p>I have always been of the opinion that this blog, its content, its collection of authors and most of all, its community of readers, is a prime candidate for BuddyPress. Having a common signup between comments, ratings, forums and blog posts would be a fantastic feature. This news is the first step in making those features a reality. We will start working on our test version of this blog very soon.</p>\n<p>Are you thinking about trying BuddyPress? What is your greatest concern in adding BuddyPress to your blog? What is the greatest benefit?</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, 27 Feb 2010 14:54:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"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: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:51:"mdawaffe: Kicking the tires on this Facebook dealie";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://mdawaffe.wordpress.com/?p=99";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://mdawaffe.wordpress.com/2010/02/27/kicking-the-tires-on-this-facebook-dealie/";s:7:"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:1160:"<p>Just checking the ol&#8217; girl out.</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdawaffe.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdawaffe.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdawaffe.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdawaffe.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdawaffe.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdawaffe.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdawaffe.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdawaffe.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdawaffe.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdawaffe.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdawaffe.wordpress.com&blog=90&post=99&subd=mdawaffe&ref=&feed=1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 27 Feb 2010 03:56: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:8:"mdawaffe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:39:"Dev Blog: BuddyPress for One (and All!)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1224";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2010/02/buddypress-for-one-and-all-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:2353:"<p>Back in April of last year, Matt <a href="http://wordpress.org/development/2009/04/make-friends-with-buddypress/">posted here on the dev blog</a> about the release of BuddyPress 1.0, a plugin that adds a social networking layer to an installation of WordPress MU. Many people were excited about the idea, but were unable to experiment with BuddyPress because they ran single installations of WordPress rather than the multi-site WordPress MU. To those people, good news! A little over a week ago Andy Peatling, founder and lead developer of BuddyPress, <a href="http://buddypress.org/blog/news/introducing-buddypress-1-2/">announced the release of BuddyPress 1.2</a>, which can be used on single installations of WordPress. Congratulations, BuddyPress! And congratulations to all the people who&#8217;ve been waiting with bated breath for this to happen.</p>\n<p>The first thing I thought when I heard the news was, &#8220;Awesome! Now everyone can put BuddyPress on their site if they want it.&#8221; The second thought I had was, &#8220;Shoot! Average WordPress users won&#8217;t want to try BuddyPress if they have to switch their site themes over to the BuddyPress default theme just to try it out.&#8221; The third thought I had was, &#8220;That can&#8217;t be right. I&#8217;ll ask Andy.&#8221;</p>\n<p>As it turned out, you could keep your current theme with BuddyPress if you added a couple of files and made a few file edits. There was even a link on the BuddyPress site to download the necessary files. That still seemed a little clunky, though, so Andy, super awesome guy that he is, went ahead and made a plugin to get you started. The <a href="http://wordpress.org/extend/plugins/bp-template-pack/">BuddyPress Template Pack</a> can be installed directly from your WordPress admin (Plugins &gt; Add New), and will walk you through the theme additions step by step.*</p>\n<p>Now you can use BuddyPress with your single site installation of WordPress, and you can keep your existing theme. Seriously, could BuddyPress have made it any easier for you to add social networking to your site? I know I can&#8217;t wait to try it out this weekend, how about you?</p>\n<p><em>* Don&#8217;t forget to install <a href="http://wordpress.org/extend/plugins/buddypress/">BuddyPress</a> itself, or the template pack plugin won&#8217;t do anything!</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Feb 2010 20:25: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:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:90:"Weblog Tools Collection: Passing Parameters as Variables vs Passing Parameters as An Array";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7799";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/02/25/passing-parameters-as-variables-vs-passing-parameters-as-an-array/";s:7:"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:3260:"<p>Improvisation is the name of the game, and we tend to do a lot of it with plugins and themes. In that process we tend to modify functions by adding more variables to incorporate changes in them. However, unlike most of the other languages, PHP allows users to set default values for variables passed to a method too.</p>\n<p>As a developer when you start out coding, you have a certain number of things a function will require in order for it to work, some may be optional too, so you set out to create a method signature similar to the one below.</p>\n<p><code>function do_something($var1, $var2, $var3, $var4 = false, $var5 = '''')&#160; { </code></p>\n<p><code>//process business logic here </code></p>\n<p><code>}</code></p>\n<p>Now, say you release your plugin or theme and get more feedback on features and other improvements. If the features or improvements suggested require you to change the method signature to incorporate new variables and you use default values, you are in a bit of a spot. </p>\n<p>So what is the best way to avoid such situations? In my opinion, if you use a function which accepts variables, it could easily scale to accept more parameters without breaking anything by accepting an array as a single parameter. The array would have to be built up either internally in the code somewhere or externally through the user.</p>\n<p>So you could rewrite the above logic as below:</p>\n<p><code>function do_something($args = array()) { </code></p>\n<p><code>$myvar = (array_key_exists(''mykey'', $args)) ? $args[''mykey''] : get_default_value(''mykey''); </code></p>\n<p><code>//process business logic here</code></p>\n<p><code>}</code></p>\n<p>Now, you would not expect a user to pass an array while using your non-widget based plugin in their themes, so you would have to provide users with an options page which will allow them to set the values they want to be passed to the function, and then build a <a href="http://en.wikipedia.org/wiki/Facade_pattern" target="_blank">Facade</a> function internally which will then read all the option values and pass it on to the main function to be processed.</p>\n<p>I hear people saying that they can fetch the options from WordPress inside the function itself and there is not need for this Facade, however, in my experience of over 11 years in the software industry, I have learnt one important thing, never mix anything with business logic.</p>\n<p>If a function is supposed to perform a task, let it perform only that and nothing else, that way you can reuse the function elsewhere without having to constantly rewrite it to adapt to different things.</p>\n<p>I have seen several plugins which make use of arrays and several which do not. I would definitely be interested to learn on how you approach this, the comments form is open.</p>\n<p><strong>Update:</strong> From the comments below, many users mistook me. I never said that users cannot use wp_parse_args. However, being an OOPS developer, I stick with my above post and say that you should keep business logic separate from processing logic, no matter whether it is WordPress or any other platform, that is the basic fundamental I learnt in OOPS, and I do believe OOPS is the best fundamental and way to go forward. I expect arguments on that.</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, 25 Feb 2010 19:14:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Keith Dsouza";s: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 02/25";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7797";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/02/25/wordpress-plugin-releases-for-0225-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:2240:"<h3>New Plugins</h3>\n<p><a href="http://flickr-digest.kapeel.info/">Flickr Digest</a></p>\n<p>A simple to use WordPress plugin based on Flickr API which digests all your photos posted in last X days in a single post periodically.</p>\n<p><a href="http://lud.icro.us/wordpress-plugin-feed-thumbnails/">Feed Thumbnails</a></p>\n<p>This plugin simply adds your post thumbnails to your RSS feed as enclosures. Nothing else to it.</p>\n<p><a href="http://ottodestruct.com/blog/wordpress-plugins/simple-twitter-connect/">Simple Twitter Connect</a></p>\n<p>Simple Twitter Connect makes it easy to integrate your site with Twitter, in a wholly modular way.</p>\n<h3>Updated Plugins</h3>\n<p><a href="http://hikari.ws/email-url-obfuscator/">Hikari Email &amp; URL Obfuscator</a></p>\n<p>Hikari Email &amp; URL Obfuscator plugin obfuscates emails and URL links, to hide them from spam harvesters and Search Endigne crawlers. It uses ROT13 or cc8b to encode each link while PHP is building the page, then uses JavaScript to decode it and show it to the user. If JavaScript is not available, it uses CSS to hide them.</p>\n<p><a href="http://obaq.uuuq.com/?p=205">Rico Tabbed Menu</a></p>\n<p>This is a simple plugin to create a tabbed menu in a post using Rico Ajax.</p>\n<p><a href="http://plugins.trendwerk.nl/documentation/faq-you/">FAQ You</a></p>\n<p>A simple FAQ plugin where you can create Categories and put Questions in them. You can easily insert them in a page with the WYSIWYG editor. Able to turn JavaScript on or off.</p>\n<p><a href="http://arpitshah.com/plugins/wp-google-buzz/">WP Google-buzz</a></p>\n<p>Google Buzz. Beautiful Google buzz integration to wordpress + admin panel options (Settings -&gt; WP Google-buzz) + 14 diff button images + mouse over effects.</p>\n<p><a href="http://alexrabe.de/2010/02/24/nextgen-gallery-version-1-5-0-beta-1/">NextGEN Gallery</a></p>\n<p>NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.</p>\n<p><a href="http://wiki.simplepressforum.com/">Simple:Press Forum</a></p>\n<p>Simple:Press is a feature rich forum plugin for WordPress. It fully integrates into your WP based site utilising the same user records and database and displaying on a single WP page.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 Feb 2010 18:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:54:"Dougal Campbell: Dougal on WordPress Community Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://dougal.gunters.org/?p=2019";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:134:"http://dougal.gunters.org/blog/2010/02/23/dougal-on-wordpress-community-podcast?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:2075:"<div><img width="150" height="150" src="http://dougal.gunters.org/wordpress/wp-content/uploads/2008/11/wplogo-notext-rgb.png" class="attachment-post-thumbnail wp-post-image" alt="" title="WordPress" /></div><p>I was the guest tonight on the <a href="http://www2.webmasterradio.fm/wordpress-community-podcast/">WordPress Community Podcast</a>, hosted by <a href="http://yoast.com/">Joost de Valk</a> and <a href="http://www.w3-edge.com/">Frederick Townes</a>. We talked about <a href="http://wordpress.org/development/2010/02/menus-merge-patch-sprint/">upcoming features in WordPress 3.0</a>, my past work as a WordPress core developer, <a title="Dougal''s WordPress Plugins" href="http://dougal.gunters.org/plugins">my WordPress plugins</a>, microformats, and a smattering of other topics. My interview should be up later tonight.</p>\n<p>Joost and Frederick do a great job with the interviews, so if you haven&#8217;t already, you should <a href="http://itunes.apple.com/us/podcast/wordpress-community-podcast/id164651619">subscribe to the WordPress Community Podcast</a> and give it a listen!</p>\n<p>UPDATE 9:30 p.m. EST: The <a title="Fireside Chat with Dougal Campbel, An Early WordPress Developer" href="http://www2.webmasterradio.fm/wordpress-community-podcast/2010/02/23/fireside-chat-with-dougal-campbell-an-early-wordpress-developer/">show notes</a> are up now!</p>\n\n\n<p>Related posts:<ol><li><a href="http://dougal.gunters.org/blog/2007/08/29/how-to-podcast-with-an-iphone" rel="bookmark" title="Permanent Link: How to podcast with an iPhone">How to podcast with an iPhone</a></li>\n<li><a href="http://dougal.gunters.org/blog/2007/11/09/easy-gravatars-with-google-analytics-plugin" rel="bookmark" title="Permanent Link: Easy Gravatars with Google Analytics Plugin">Easy Gravatars with Google Analytics Plugin</a></li>\n<li><a href="http://dougal.gunters.org/blog/2008/08/29/xcache-object-cache-plugin-for-wordpress-25" rel="bookmark" title="Permanent Link: XCache Object Cache Plugin for WordPress 2.5+">XCache Object Cache Plugin for WordPress 2.5+</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:"Tue, 23 Feb 2010 23:52: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: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: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:83:"WordPress Podcast: Fireside Chat with Dougal Campbell, An Early WordPress Developer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:63:"http://www2.webmasterradio.fm/wordpress-community-podcast/?p=25";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/7ahLSHpGRGA/";s:7:"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:2418:"<p>Joost and Frederick talk to <a href="http://dougal.gunters.org/">Dougal Campbell</a>, one of the original WordPress developers. They discuss various topics:  from differences between WordPress and Drupal, and how they handle automatic testing and custom data types (for which WordPress has the <a href="http://wpengineer.com/impressions-of-custom-post-type/">upcoming custom post types</a> and the <a href="http://wordpress.org/extend/plugins/pods/">pods plugin</a>), to donations (or lack thereof) for plugins. They go in-depth about <a href="http://yoast.com/google-microformats-conversion-rate-optimization-serps/">microformats</a> and <a href="http://dev.w3.org/html5/rdfa/rdfa-module.html">RDFa</a> and how you could use the <a href="http://codex.wordpress.org/Custom_Fields">custom field functionality</a> in WordPress (which Dougal wrote) to make use of those. Last but not least, WordPress 3 comes around the corner a couple of times, discussing all the cool new features in it (like <a href="http://wpengineer.com/wordpress-3-0-specific-author-templates/">author specific templates</a> and <a href="http://wpengineer.com/wordpress-3-0-custom-background-support/">background support</a>) and what should and should not be in core, like <a href="http://wpengineer.com/wordpress-3-multisite-settings/">multi site</a> and <a href="http://wpmudev.org/project/Multi-Site-Manager">multi domain</a> settings.</p>\n<p>In this weeks news:<br />\n<a href="http://central.wordcamp.org/schedule/">Upcoming WordCamps</a><br />\n<a href="http://wordpress.org/development/2010/02/menus-merge-patch-sprint/">The Awesome Custom Woo Navigation</a><br />\n<a href="http://www.backup-technology.com/online-backup-for-wordpress/">New: Online Backup For Wordpress</a><br />\n<a href="http://ocaoimh.ie/exploit-scanner-095/">Updated: Exploit Scanner 0.95</a><br />\n<a href="http://www.wptavern.com/gravityforms-now-with-freshbooks">GravityForms Now With Freshbooks</a><br />\n<a href="http://www.wptavern.com/plugin-repository-now-supports-videos">Plugin Repository Now Supports Videos</a><br />\n<a href="http://www.wptavern.com/donate-to-plugin-developers-day-march-1st">Donate To Plugin Developers Day &#8211; March 1st</a><br />\n<a href="http://en.blog.wordpress.com/2010/02/19/wp-com-downtime-summary/">WP.com Downtime Summary</a></p>\n<img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/7ahLSHpGRGA" 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, 23 Feb 2010 23:29: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: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: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:47:"Dev Blog: Menus, the Merge, and a Patch Sprint!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1201";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/development/2010/02/menus-merge-patch-sprint/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4264:"<h4>A Report from the 3.0 Development Cycle</h4>\n<h3>Menus</h3>\n<p>There&#8217;s been a flurry of blog posts about the integration of the WooThemes Custom Navigation into WordPress core, so I thought it was time we posted the official word. For 3.0, the main user-facing feature we wanted to include was a better site menu management system. Currently, dealing with menus is clunky, using Page IDs or in some cases categories, if a theme uses categories instead of pages for the menu. We wanted a menu system that had the drag and drop ease of the widget management screen, could combine Pages, Categories, and Links, was able to be re-ordered, allowed submenus, and enabled hiding specific Pages or Categories from the menu altogether. We were in the process of building this when <a href="http://www.woothemes.com/2010/01/the-awesome-custom-woo-navigation/">WooThemes introduced their Custom Navigation system</a>. Watching their introductory video, it seemed that their system did pretty much everything we wanted to do for core, so we reached out to them about contributing to core.</p>\n<p>As you&#8217;ve probably heard, it worked out, and the first patch has been submitted. It does require some code modification, which is <a href="http://core.trac.wordpress.org/ticket/11817">happening now</a>. The decision to incorporate the Woo menus happened right before our planned feature freeze for the 3.0 development cycle, so we pushed our freeze date back by two weeks to allow the addition. We&#8217;re now targeting the 3.0 release for early May, and we think it will be worth the extra two-week wait.</p>\n<p>I&#8217;m personally really happy that it worked out this way, because I think it will show commercial theme and plugin authors that contributing to core is a win-win proposition. More people can contribute to and improve the basic functional code now, while WooThemes can continue to innovate on top of it for their customers. They get massive bragging rights (which I have no doubt will lead to even more customers), core gets a nice menu system without having to reinvent the wheel, and WordPress users all over the world will benefit. I&#8217;m hoping other plugin and theme developers will take a cue from Woo and look at core as a place for collaboration, rather than competition.</p>\n<h3><strong>The Merge</strong></h3>\n<p>It was announced at WordCamp San Francisco last year that WordPress and WordPress MU would be merging codebases. This has now happened in 3.0-alpha, and we&#8217;re working on smashing bugs and tidying up a few screens. If you&#8217;re currently using a single install of WordPress, when you upgrade to 3.0 you won&#8217;t see any of the extra screens associated with running a network of sites. If you&#8217;re currently running MU, when you upgrade you&#8217;ll notice a few labels changing, but upgrading should be as painless as usual. If you&#8217;re going to set up a new WordPress installation, you&#8217;ll be asked as part of the setup if you want one site or multiple sites, so that&#8217;s pretty simple. If you want to turn your single install into one that supports multiple sites, we&#8217;ll have a tool for you to use to do that, too. So if you&#8217;ve been worried about the merge, have a cup of chamomile tea and relax; it will all be fine. <img src="http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<h3><strong>Patch Sprint!</strong></h3>\n<p>Okay, so where are we now? The new feature freeze date is on Monday, March 1, 2010. That means that after that date, no more enhancements or features will be added, and we&#8217;ll switch gears to focus solely on crushing bugs and fixing up the features that have already made it in. That means we only have a week to try and finish up the many Trac tickets on the 3.0 milestone that either need a patch or have a patch that needs testing. You can help! From now until noon eastern time on March 1 (that&#8217;s 17:00 UTC on March 1), <a href="http://core.trac.wordpress.org/report/32">head on over to Trac and pitch in</a>. If you hit a wall, hop into the core development channel at #wordpress-dev on irc.freenode.net and hopefully one of the friendly core contributors can give you a push.</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, 23 Feb 2010 19:56: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:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:59:"Weblog Tools Collection: WordPress Theme Releases for 02/23";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=7795";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/02/23/wordpress-theme-releases-for-0223/";s:7:"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:2098:"<h4><a href="http://www.trendminers.dk/wordpress/presenter/">Presenter</a></h4>\n<p><a href="http://presenter.trendminers.dk/"><img title="Presenter" src="http://weblogtoolscollection.com/wp-content/uploads/2010/02/Presenter.png" alt="Presenter" width="178" height="200" /></a></p>\n<p>Presenter is a child theme for the <a href="http://themehybrid.com/themes/hybrid">Hybrid theme framework</a>. Presenter gives you a quick way to show your portfolio or services with few elements and easy customization from the back-end.</p>\n<h4><a href="http://www.dynamicwp.net/free-themes/neat-theme/">Neat Theme</a></h4>\n<p><a href="http://www.dynamicwp.net/demo/?preview_theme=NeatTheme"><img title="Neat Theme" src="http://weblogtoolscollection.com/wp-content/uploads/2010/02/NeatTheme.jpg" alt="Neat Theme" width="200" height="117" /></a></p>\n<p>Two column, gravatar ready theme with a featured section and theme options. Widget Ready, with four position widget.</p>\n<h4><a href="http://factory42.co.uk/42k-wordpress-theme/">42k</a></h4>\n<p><a href="http://demo.factory42.co.uk/"><img title="42k" src="http://weblogtoolscollection.com/wp-content/uploads/2010/02/42k.png" alt="42k" width="200" height="126" /></a></p>\n<p>All major components are user changeable, be that colors, sizes or layouts.The theme works perfectly out of the box, or you can change things around to suit your needs via the extremely easy to use huge admin control panel with its built in admin area inline previews. The theme comes loaded with 4 widget areas, dedicated Favicon, 4 different front page layouts, user defined error messages, dedicated tag cloud area, 2 advert areas and a free background PSD is available to download to allow you to change the look completely.</p>\n<h4><a href="http://www.acosmin.com/acosmin5-free-wordpress-theme/">Acosmin5</a></h4>\n<h4><img title="Acosmin5" src="http://weblogtoolscollection.com/wp-content/uploads/2010/02/Acosmin5.png" alt="Acosmin5" width="200" height="167" /></h4>\n<p>Simple two column theme available in five colour schemes, with a simple control panel and jQuery tabs system.</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, 23 Feb 2010 19:42: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:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:25:"Matt: Thunderbird in 2010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=33710";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/02/thunderbird-in-2010/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:259:"<p><a href="http://ascher.ca/blog/2010/02/10/thunderbird-in-2010/">Thunderbird in 2010</a> by project lead David Ascher, who I met with a few days ago. I&#8217;m sticking with Thunderbird for this year, just hoping for some kick-butt Gravatar integration.</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, 23 Feb 2010 19: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"Weblog Tools Collection: WordPress Plugin Developer Day, March 1st";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7785";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://weblogtoolscollection.com/archives/2010/02/23/wordpress-plugin-developer-day-march-1st/";s:7:"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:2615:"<p>About a month ago I was augmenting a client site with some added functionality that, while technically out of scope, I was able to add quickly thanks to a plugin. For whatever reason on this particular instance, I was really struck by how much value I was able to add to a client site thanks to that  plugin. There was relatively little effort on my part to make the client happy due to a significant level of effort by the developer that built the plugin. Regardless, it didn&#8217;t cost me, or my client anything more than a little time.</p>\n<p>Because I realized how much more I&#8217;ve been able to do with almost every site I&#8217;ve built in the last two years thanks to plugins, I decided to try to start a movement, not out of guilt or self interest, as I have never released a plugin, but rather out of gratitude to the plugin developers who give us their code and in most instances get nothing in return. They do so of their own free will and (in my opinion) should not &#8220;expect&#8221; anything in return when they do (and most of them don&#8217;t), but that doesn&#8217;t mean that our thanks aren&#8217;t appreciated and won&#8217;t go a log way toward keeping things going, to our benefit and theirs.</p>\n<p>So I&#8217;m asking anyone that has ever gotten even the slightest benefit from a WordPress plugin to <strong>say thank you on March 1st</strong> by making a small donation, $5 (more if you like) to the plugin/developer of your choice.</p>\n<p>I&#8217;ve personally committed to $100 to 20 different developers.  If you have little extra money in your Paypal account, or can simply find a way to reach out and say thank you I&#8217;m confident it will be appreciated.</p>\n<p>Almost as importantly, <strong>we need your help spreading the word</strong>! Help us to do so by blogging about it, tweeting it or promoting the idea anyway you can think of.</p>\n<p>This isn&#8217;t intended to make anyone rich. It&#8217;s simply intended to say thank you and celebrate the often unsung friends who enable our websites to do so much more than just be blogs.</p>\n<p>Twitter Hastag: #wppdd</p>\n<p>If you choose to make a donation on March 1st be sure to tweet it and let us know what plugin you donated to help spread the word, I&#8217;ve got some suggested language on my <a title="WordPress Plugin Developer Day" href="http://www.vsellis.com/scott-recommends/make-a-donation-to-your-favorite-wordpress-plugin-developer-on-march-1st/">original post about WordPress Plugin Developer Day</a>.</p>\n<p>Hopefully this will make you feel as good as it does me, they deserve our gratitude.</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, 23 Feb 2010 13:26: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:11:"Scott Ellis";s: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:56:"WordPress.tv: The Technical Support Plugin for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=3406";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.tv/2010/02/23/the-technical-support-plugin-for-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1396:"<div id="x-video-1" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3406/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3406/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3406/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3406&subd=wptv&ref=&feed=1" /><div><a href="http://wordpress.tv/2010/02/23/the-technical-support-plugin-for-wordpress/"><img alt="The Tech Support Plugin for WordPress" src="http://cdn.videos.wordpress.com/Y7MG0b22/technicalsupport1_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Feb 2010 04:47: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:11:"Ryan Markel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:34:"Lloyd: WordPress 3 Coming Together";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://foolswisdom.com/?p=2344";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://foolswisdom.com/wordpress-3-coming-together/";s:7:"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:2370:"<p>The delirious pace of WordPress 3 development has been delicious!</p>\n<p>I&#8217;ve enjoyed not being able to keep up at all.</p>\n<p>The sprint is on to feature freeze!</p>\n<blockquote><p>There’s going to be a patch sprint of sorts for 3.0 this week. Please grab a <strong>ticket, triage, patch or test</strong>:<a rel="nofollow" href="http://core.trac.wordpress.org/report/32">http://core.trac.wordpress.org/report/32</a>. The feature freeze is March 1, so everything still on that report in <strong>7 days</strong> from now will be punted to a future release.</p>\n<p>There are a few incomplete tasks out there that need to get done to finish implementing new features (both small ones on that report, and the major 3.0 features). If you’re interested in helping but aren’t sure where you can, venture over to #wordpress-dev.</p>\n<p><cite><a href="http://wpdevel.wordpress.com/2010/02/22/theres-going-to-be-a-patch-sprint-of-s/">Andrew Nacin on wpdevel</a>, Feb 22th, 2010</cite></p></blockquote>\n<p>Jane Wells puts up a &#8220;<a href="http://jane.wordpress.com/2010/02/20/patches-welcome/">Patches Welcome</a>&#8221; sign on a &#8220;a handful of small UI enhancement tickets that are low priority for the hardcore devs, but that I’d still like to see make it into 3.0.&#8221; Jane will &#8220;try to post a couple of pet tickets each day throughout the <strong>sprint week</strong> that is coming up.&#8221;</p>\n<p>Better, stronger, faster blog network creation and management will be huge!</p>\n<p>Mostly I can&#8217;t wait for the <a href="http://2010dev.wordpress.com/">twenty ten theme</a>, and the slow death of the (poorly) justified text that may have been the <a href="http://ma.tt/2010/01/secret-history-of-kubrick/">Kubrick themes</a> only shortcoming.</p>\n<p>PS. Emphasis above and below (bold) is all mine.</p>\n<p>PPS. <strong>WordPress 3</strong> will look so good in the title of the next technical book you write <img src="http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /> </p>\n<p>Wednesday, Feb 23, 2010 Update: Jane has posted &#8220;<a href="http://wordpress.org/development/2010/02/menus-merge-patch-sprint/">Menus, the Merge, and a Patch Sprint!</a>&#8220; with details on the WordPress Development Blog, including the tidbit that WordPress 3 will have much improved menu management.</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, 23 Feb 2010 00:33: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:5:"Lloyd";s: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:48:"Donncha: Remove unused utm_source from your urls";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=89495693";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://ocaoimh.ie/remove-unused-utmsource-urls/";s:7:"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:2587:"<p>Sometime last year I noticed that links to my blog on Feedburner had attracted a few extra parameters. A simple link to a post became this huge monstrosity:</p>\n<blockquote><p>http://ocaoimh.ie/exploit-scanner-095/?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed:+HolyShmoly+(Holy+Shmoly!)&#038;<br />\nutm_content=Google+Reader</p></blockquote>\n<p>It&#8217;s a marketing thing right? It&#8217;s all useful information but I don&#8217;t really care about it, have never used it and don&#8217;t like my URLs getting mangled. It annoys me for two reasons:</p>\n<ul>\n<li> People will probably use that big long url in their own posts. Other people will use the shortened custom permalink that my blog provides. Won&#8217;t the pagerank earned by the post be split in two now?</li>\n<li> It makes caching less efficient. Supercache won&#8217;t create a static cached file of the page. It will create a regular php powered cache file but when you&#8217;re running Supercache you want the very best performance don&#8217;t you?</li>\n</ul>\n<p>So I added a new option to Supercache to redirect the url and get rid of the utm_source bloat.</p>\n<div align="center"><img src="http://ocaoimh.ie/wp-content/uploads/2010/02/utm_source.png" alt="" title="utm_source" width="558" height="157" class="aligncenter size-full wp-image-89495694" /></div>\n<p>If you want to give it a go, grab <a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvd3Atc3VwZXItY2FjaGUvZG93bmxvYWQv">the development version</a> of the plugin and upgrade.</p>\n<p>Oh, and if someone has decent docs on utm_source and it&#8217;s friends I&#8217;d love to read it. Google didn&#8217;t return much when I went looking.</p>\n<p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvcGhvdG9zaG9wLXR1dG9yaWFsLXJlZC1leWUtcmVkdWN0aW9uLXJlbW92ZS1yZWQtZXllLw==" rel="">Photoshop Tutorial &#8211; Red Eye Reduction &#8211; Remove Red Eye</a></li><li><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvZG9mb2xsb3dpbmctbGlua3MtaW4tY29tbWVudHMtYW5kLXRyYWNrYmFja3Mv" rel="">Dofollowing links in comments and trackbacks</a></li><li><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvbmljZS1sb29raW5nLXVybHMtaW4tYjItcGFydC0yLw==" rel="">Nice looking URLs in b2, part 2</a></li></ul></p> <img src="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?view=1&post_id=89495693" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Feb 2010 13:36: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: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: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 02/21";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7783";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/02/21/wordpress-plugin-releases-for-0221/";s:7:"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:4583:"<h3>New Plugins</h3>\n<p><a href="http://mloovi.com/pages/wordpress-plugin">Mloovi Translate Widget</a></p>\n<p>The Mloovi widget allows you to easily add links to 52 different language versions of your blog and RSS feeds.</p>\n<p><a href="http://www.backup-technology.com/online-backup-for-wordpress/">Online Backup</a></p>\n<p>The plugin allows online backup as well as email backups both on demand and scheduled. Put your backups on auto pilot with 50 MiB of free space and encryption. Save time and protect your blog from lost info. <em>You will need to register for a free account</em>.</p>\n<p><a href="http://www.devdevote.com/cms/wordpress-plugins/wp-comment-pages/">WP Comment Pages</a></p>\n<p>Your users can link directly to an interesting comment, instead of the whole article.</p>\n<p><a href="http://wordpress.org/extend/plugins/investorguidecom-stock-ticker-link/">InvestorGuide.com Stock Ticker Link</a></p>\n<p>This plugin automatically looks for ticker symbols like (AAPL) or (GOOG) and link the tickers to research pages at InvestorGuide.com</p>\n<p><a href="http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvZXhwbG9pdC1zY2FubmVyLw==">WordPress Exploit Scanner</a></p>\n<p>This plugin searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.</p>\n<h3>Updated Plugins</h3>\n<p><a href="http://arpitshah.com/plugins/wp-archive-sitemap-generator/">WP Archive-Sitemap Generator</a></p>\n<p>WP Archive-Sitemap Generator plugin generates simple Archives/Sitemap based on your blogs posts and pages. This is not another XML sitemap plugin, but rather a nice post sitemap or page sitemap generator. Now user can show total comments count after posts.</p>\n<p><a href="http://ajaydsouza.com/wordpress/plugins/top-10/">Top 10</a></p>\n<p>WordPress doesn&#8217;t count page views by default. Top 10 will count the number of page views on your single posts on a daily as well as overall basis. You can then display the page view count on individual posts and pages as well as display a list of most popular posts based on page views.</p>\n<p><a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></p>\n<p>Display a list of contextually related posts for the current post. You can select the number of posts to display and if you want to automatically display the related posts in your content / feed.</p>\n<p><a href="http://arpitshah.com/plugins/twitter-goodies/">Twitter Goodies</a></p>\n<p>Twitter style Twitter Goodies Profile Widget + Twitter Goodies Search Widget + Twitter Integration (wp to twitter) plugin. All in One plugin for Twitter Goodies</p>\n<p><a href="http://www.grooveshark.com/wordpress">Grooveshark for WordPress</a></p>\n<p>The Grooveshark plugin is a Wordpress plugin that allows you to insert a link to music on <a href="http://www.grooveshark.com">Grooveshark</a> or a <a href="http://widgets.grooveshark.com">Grooveshark Widget</a> that allows visitors to play music as they view your blog.</p>\n<p><a href="http://www.watchcount.com/ebay-wordpress-plugin.php">WatchCount.com</a></p>\n<p>The WatchCount.com WordPress Plugin (WCCWPPI) is a plugin that allows you to display Most Popular eBay items and auctions in real-time, directly on your blog. You can also display eBay items from any particular seller.</p>\n<p><a href="http://scribu.net/wordpress/front-end-editor">Front-end Editor</a></p>\n<p>A WordPress plugin that enables &#8220;edit in place&#8221; functionality on your site. Version 1.7 adds support for changing post thumbnails, as well as editing site options.</p>\n<p><a href="http://www.plexav.com/tagspace-widget/">TagSpace</a></p>\n<p>The TagSpace widget lets visitors browse your Wordpress categories dynamically in 3D! Clicking the mouse on the lower half of the screen to move forward.</p>\n<p><a href="http://arpitshah.com/plugins/wp-google-buzz/">WP Google-Buzz</a></p>\n<p>Google Buzz. Beautiful Google buzz integration to wordpress + admin panel options (Settings -&gt; WP Google-buzz) + 11 diff button images + mouse over effects.</p>\n<p><a href="http://arpitshah.com/plugins/all-in-one-webmaster/">All in One Webmaster</a></p>\n<p>It has option to add Google, Bing, Yahoo&#8217;s Webmaster and Analytics code. Single click sitemap submission to Google, Bing, Yahoo and Ask. In addition to that it has option to add tracking code for Clicky, 103Bees analytics!! Site-Verification-Option, Google XML sitemap submission</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, 21 Feb 2010 17:33:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Perurry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:4:"date";s:29:"Fri, 12 Mar 2010 08:48:57 GMT";s:6:"server";s:9:"LiteSpeed";s:13:"accept-ranges";s:5:"bytes";s:10:"connection";s:5:"close";s:4:"etag";s:24:""2af5d-4b99ff19-174423c"";s:13:"last-modified";s:29:"Fri, 12 Mar 2010 08:45:13 GMT";s:12:"content-type";s:15:"application/xml";s:14:"content-length";s:6:"175965";}s:5:"build";s:14:"20090627192103";}', 'no'),
(134, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1268427262', 'no'),
(135, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1268384062', 'no'),
(136, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1268427262', 'no'),
(137, 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\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:23:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:6:"Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://wordpress.org/extend/plugins/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6:"Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Mar 2010 08:48:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"frankkugler on "Reposter Reloaded"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/reposter-reloaded/#post-16559";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 11: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16559@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:"Reposter Reloaded recycles your posts on a schedule of your choosing.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"frankkugler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"filosofo on "Custom Image Sizes"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/custom-image-sizes/#post-16548";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Mar 2010 20:16:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16548@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:87:"Custom Image Sizes lets you specify exactly the size in which to display an attachment.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"filosofo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"NiftyGaloot on "ShowIKRSS"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/showikrss/#post-16543";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Mar 2010 17: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:"16543@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:50:"ShowIKRSS uses RSS to display Imagekind 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"NiftyGaloot";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"bwskyer on "WPG-Lucky"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wpg-lucky/#post-16563";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 15:50:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16563@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:"Random jump to any one wpg.im bbs members''s 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:7:"bwskyer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"francescolaffi on "BuddyPress Album+"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/bp-album/#post-16558";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 11:13:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16558@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:135:"This plugin let community members upload pics choosing privacy options and admin to choose limits pictures count. Easy to mod template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"francescolaffi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"jfarthing84 on "BP Profile 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:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/bp-profile-privacy/#post-16566";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 18:01: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:"16566@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:"Allows "permissions" to be set for xprofile fields. Permissions set by site admin include "Everyone", "Friends", "User", "Let User Decide". If "Let 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"jfarthing84";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Xnuiem on "SVNX"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/svnx/#post-16203";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 25 Feb 2010 02:41:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16203@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"A plugin to show the contents of Subversion Repositories within your WP website.  Uses websvn as a base.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Xnuiem";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"tech163 on "WordPress Tweeter"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wordpress-tweeter/#post-16494";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 09 Mar 2010 02:40:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16494@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:"WordPress Tweeter tweets every time you make a new post on your blog. Make sure you read the documentations before using this 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:7:"tech163";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"frenchsquared on "RSS-to-Post"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/rss-2-post/#post-16542";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Mar 2010 17:01: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:"16542@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:"RSS-to-Post adds an RSS feed to each of your posts. This plugin allows the user to add an rss feed to the bottom of each post. There is a global setti";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"frenchsquared";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"meuhsli on "SEO QUERY"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/seo-query/#post-16522";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Mar 2010 11:13: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:"16522@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:109:"SEO QUERY display on your posts the search engine query that your visitors have typed to get to your website.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"meuhsli";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"marcinrosinski on "Buzzzy Button"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/buzzzy-button/#post-16541";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Mar 2010 16:48:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16541@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:118:"The ultimate share button for Google Buzz from Buzzzy.com, the most popular third party search engine for Google Buzz.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"marcinrosinski";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"wilecoyote on "Quote Of The day"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/cd-qotd/#post-16561";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 15:02: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:"16561@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:97:"Current Version: 1.0.0\n\nManage simple quote-of-the-day messages within your WordPress/MU blog(s).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"wilecoyote";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"lgladdy on "hukdpress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/hukdpress/#post-16547";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Mar 2010 20:12: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:"16547@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:"Automagical display of deals from hotukdeals.com on your post or page. Requires a free API key available from hotukdeals.com/rest-api";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"lgladdy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"mitchoyoshitaka on "Taxonomy Metadata"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/taxonomy-metadata/#post-16552";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 04:30:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16552@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:88:"Implements metadata functionality for taxonomy terms, including for tags and categories.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"mitchoyoshitaka";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"mitchoyoshitaka on "Allow LaTeX Uploads"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/allow-latex-uploads/#post-16553";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 04:31: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:"16553@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:38:"Allows LaTeX and related file uploads.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"mitchoyoshitaka";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:13:"last-modified";s:19:"2010-03-11 11:22:26";s:4:"etag";s:34:""06915360165d6a9c1846403ad05f5001"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"6857";s:4:"date";s:29:"Fri, 12 Mar 2010 08:48:58 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'),
(138, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1268427262', 'no'),
(139, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1268384062', 'no'),
(140, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1268427263', 'no'),
(141, 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\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:23:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://wordpress.org/extend/plugins/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:16:"Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Mar 2010 08:48:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"SteveAtty on "Wordbooker"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wordbooker/#post-15085";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 02 Jan 2010 11:30:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"15085@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:75:"This plugin allows you to cross-post your blog posts to your Facebook Wall.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"SteveAtty";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"codename065 on "Google Map Generator"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/google-map-generator/#post-15185";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 06 Jan 2010 19:53: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:"15185@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:85:"This is a google map generator plugin. Need to embed code {gmap|address|width|height}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"codename065";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"gottaloveit on "Update Unique Keys"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/update-unique-keys/#post-16479";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 08 Mar 2010 15:16: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:"16479@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 automatically set and/or update the Authenication Unique Keys in the wp-config.php 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:11:"gottaloveit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"frankkugler on "Reposter Reloaded"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/reposter-reloaded/#post-16559";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Mar 2010 11: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16559@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:"Reposter Reloaded recycles your posts on a schedule of your choosing.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"frankkugler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"claylua on "Hungred Feature Post List"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/extend/plugins/hungred-feature-post-list/#post-12403";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 15 Aug 2009 03:06: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:42:"12403@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"This thumbnail is created by Clay Lua. Please visit the plugin page for more information. Please take note that v2 onwards this plugin will required a";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"claylua";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"mohanjith on "Web Invoice - Invoicing and billing 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:58:"http://wordpress.org/extend/plugins/web-invoice/#post-9664";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Mar 2009 21:57: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:41:"9664@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:95:"Web-Invoice lets you create and send web invoices and setup recurring billing for your clients.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"mohanjith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"bravenewcode on "WPtouch iPhone Theme"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5468@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"WPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when vie";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"bravenewcode";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Wott on "Picasa Express x2"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/picasa-express-x2/#post-15962";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Feb 2010 16:44: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:42:"15962@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:"Browse, search and select photos from any public Picasa Web album and add them to your post/pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Wott";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"dfa3272008 on "Buddypress-Ajax-Chat"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/buddypress-ajax-chat/#post-13587";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 14 Oct 2009 14:49: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:42:"13587@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:"This BuddyPress component adds chat functionality to Buddypress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"dfa3272008";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"rjune on "Gcal Sidebar"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/gcal-sidebar/#post-15235";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 09 Jan 2010 08:32:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"15235@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:"Gcal Sidebar pulls a Google calendar feed and displays it in the sidebar of your wordpress blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"rjune";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"arpitshah on "WP Archive-Sitemap Generator"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/wp-archive-sitemap-generator/#post-12014";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 26 Jul 2009 03:11:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12014@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:100:"WP Archive-Sitemap Generator plugin Generates simple Archives/Sitemap based on your posts and pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"arpitshah";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"arpitshah on "All in One Webmaster"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/all-in-one-webmaster/#post-14498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Nov 2009 22:28:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14498@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:"Sitemap submission option for Google, Bing, Yahoo &amp; Ask. Webmaster option for Google, Bing, Yahoo. Analytics option for Google, Clicky, 103Bees.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"arpitshah";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"filosofo on "Custom Image Sizes"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/custom-image-sizes/#post-16548";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Mar 2010 20:16:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16548@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:87:"Custom Image Sizes lets you specify exactly the size in which to display an attachment.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"filosofo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Peter Anselmo on "Group 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/extend/plugins/buddypress-group-documents/#post-14762";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 15 Dec 2009 23:55:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14762@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:112:"This allows members of BuddyPress groups to upload and store files and documents that are relevant to the group.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Peter Anselmo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"jakemgold on "Secondary HTML 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/secondary-html-content/#post-13650";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 18 Oct 2009 02:54: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:"13650@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:144:"Add a up to 5 blocks of HTML content to pages and posts. Perfect for layouts with distinct content blocks, such as a sidebar or two column view.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"jakemgold";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:13:"last-modified";s:19:"2010-01-02 11:30:54";s:4:"etag";s:34:""40ca88f94d342c503bbea12011dc9cba"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7073";s:4:"date";s:29:"Fri, 12 Mar 2010 08:48:59 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'),
(142, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1268427263', 'no'),
(143, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1268384063', 'no'),
(144, 0, '_transient_timeout_plugin_slugs', '1268483466', 'no'),
(145, 0, '_transient_plugin_slugs', 'a:3:{i:0;s:19:"akismet/akismet.php";i:1;s:9:"hello.php";i:2;s:43:"hybrid-hook-widgets/hybrid-hook-widgets.php";}', 'no'),
(152, 0, 'inove_options', 'a:29:{s:10:"google_cse";b:0;s:13:"google_cse_cx";s:0:"";s:9:"menu_type";s:5:"pages";s:9:"nosidebar";b:0;s:6:"notice";b:0;s:14:"notice_content";s:0:"";s:17:"banner_registered";b:0;s:18:"banner_commentator";b:0;s:14:"banner_visitor";b:0;s:14:"banner_content";s:0:"";s:19:"showcase_registered";b:0;s:20:"showcase_commentator";b:0;s:16:"showcase_visitor";b:0;s:16:"showcase_caption";b:0;s:14:"showcase_title";s:0:"";s:16:"showcase_content";s:0:"";s:6:"author";b:1;s:10:"categories";b:1;s:4:"tags";b:1;s:9:"ctrlentry";b:0;s:12:"feed_readers";b:1;s:4:"feed";b:0;s:8:"feed_url";s:0:"";s:10:"feed_email";b:0;s:14:"feed_url_email";s:0:"";s:7:"twitter";b:0;s:16:"twitter_username";s:0:"";s:9:"analytics";b:0;s:17:"analytics_content";s:0:"";}', 'yes'),
(148, 0, 'lasttweet', 'a:4:{s:9:"lastcheck";i:1268394567;s:4:"data";s:0:"";s:7:"rawdata";a:0:{}s:9:"followers";N;}', 'yes'),
(180, 0, '_transient_timeout_wporg_theme_feature_list', '1268399523', 'no'),
(154, 0, 'widget_125_ad', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(160, 0, 'sidebars_widgets', 'a:26:{s:19:"wp_inactive_widgets";a:6:{i:0;s:10:"calendar-2";i:1;s:6:"text-2";i:2;s:14:"recent-posts-2";i:3;s:17:"recent-comments-2";i:4;s:5:"rss-2";i:5;s:11:"tag_cloud-2";}s:13:"primary-aside";a:1:{i:0;s:6:"search";}s:15:"secondary-aside";a:3:{i:0;s:7:"links-2";i:1;s:9:"rss-links";i:2;s:4:"meta";}s:20:"1st-subsidiary-aside";a:0:{}s:20:"2nd-subsidiary-aside";a:0:{}s:20:"3rd-subsidiary-aside";a:0:{}s:9:"index-top";a:0:{}s:12:"index-insert";a:0:{}s:12:"index-bottom";a:0:{}s:10:"single-top";a:0:{}s:13:"single-insert";a:0:{}s:13:"single-bottom";a:0:{}s:8:"page-top";a:0:{}s:11:"page-bottom";a:0:{}s:16:"hook-before-html";a:0:{}s:15:"hook-after-html";a:0:{}s:18:"hook-before-header";a:0:{}s:11:"hook-header";a:0:{}s:17:"hook-after-header";a:0:{}s:21:"hook-before-container";a:0:{}s:20:"hook-after-container";a:0:{}s:18:"hook-before-footer";a:0:{}s:11:"hook-footer";a:0:{}s:17:"hook-after-footer";a:0:{}s:17:"hook-comment-form";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(164, 0, 'apa_style_sheet', 'blue', 'yes'),
(165, 0, 'apa_Twitter', 'CineCastFr', 'yes'),
(168, 0, 'apa_feature_cat_name', '', 'yes'),
(169, 0, 'apa_ad300x250image', '', 'yes'),
(170, 0, 'apa_ad300x250destination', '', 'yes'),
(171, 0, 'apa_1_ad_image', '', 'yes'),
(172, 0, 'apa_1_ad_destination', '', 'yes'),
(173, 0, 'apa_2_ad_image', '', 'yes'),
(174, 0, 'apa_2_ad_destination', '', 'yes'),
(175, 0, 'apa_3_ad_image', '', 'yes'),
(176, 0, 'apa_4_ad_image', '', 'yes'),
(177, 0, 'apa_4_ad_destination', '', 'yes'),
(181, 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:10:{i:0;s:13:"custom-colors";i:1;s:13:"custom-header";i:2;s:13:"theme-options";i:3;s:17:"threaded-comments";i:4;s:11:"sticky-post";i:5;s:12:"microformats";i:6;s:20:"rtl-language-support";i:7;s:17:"translation-ready";i:8;s:20:"front-page-post-form";i:9;s:10:"buddypress";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'no');

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

--
-- Structure de la table `wp_postmeta`
--

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

--
-- Contenu de la table `wp_postmeta`
--

INSERT DELAYED IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 3, '_edit_lock', '1268395108'),
(2, 3, '_edit_last', '1'),
(7, 6, '_edit_lock', '1268393598'),
(8, 6, '_edit_last', '1'),
(15, 2, '_wp_page_template', 'default'),
(14, 9, '_edit_last', '1'),
(13, 9, '_edit_lock', '1268393767'),
(16, 2, '_edit_lock', '1268389323'),
(17, 2, '_edit_last', '1'),
(18, 9, '_wp_page_template', 'default'),
(19, 19, '_edit_lock', '1268392831'),
(20, 19, '_edit_last', '1'),
(21, 19, '_wp_page_template', 'default'),
(22, 23, '_edit_lock', '1268391384'),
(23, 23, '_edit_last', '1'),
(24, 24, '_edit_lock', '1268399414'),
(25, 24, '_edit_last', '1'),
(26, 24, '_wp_page_template', 'default'),
(27, 27, '_wp_page_template', 'default'),
(28, 27, '_edit_lock', '1268393628'),
(29, 27, '_edit_last', '1'),
(34, 3, '_wp_trash_meta_status', 'publish'),
(35, 3, '_wp_trash_meta_time', '1268395111'),
(36, 1, '_edit_lock', '1268395117'),
(37, 1, '_edit_last', '1'),
(38, 1, '_wp_trash_meta_status', 'publish'),
(39, 1, '_wp_trash_meta_time', '1268395121'),
(40, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:"1";}'),
(41, 40, '_wp_attached_file', '2010/03/te_lesitetv.jpg'),
(42, 40, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"776";s:6:"height";s:2:"65";s:14:"hwstring_small";s:23:"height=''10'' width=''128''";s:4:"file";s:23:"2010/03/te_lesitetv.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"te_lesitetv-150x65.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"65";}s:6:"medium";a:3:{s:4:"file";s:22:"te_lesitetv-300x25.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"25";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(43, 41, '_wp_attached_file', '2010/03/oniram_logo_06_out.gif'),
(44, 41, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"345";s:6:"height";s:3:"208";s:14:"hwstring_small";s:23:"height=''77'' width=''128''";s:4:"file";s:30:"2010/03/oniram_logo_06_out.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"oniram_logo_06_out-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"oniram_logo_06_out-300x180.gif";s:5:"width";s:3:"300";s:6:"height";s:3:"180";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(45, 42, '_wp_attached_file', '2010/03/logo-cinematheque-francaise.gif'),
(46, 42, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"247";s:6:"height";s:3:"105";s:14:"hwstring_small";s:23:"height=''54'' width=''128''";s:4:"file";s:39:"2010/03/logo-cinematheque-francaise.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:39:"logo-cinematheque-francaise-150x105.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"105";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(47, 43, '_wp_attached_file', '2010/03/logo_transparent.gif'),
(48, 43, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"203";s:6:"height";s:2:"49";s:14:"hwstring_small";s:23:"height=''30'' width=''128''";s:4:"file";s:28:"2010/03/logo_transparent.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"logo_transparent-150x49.gif";s:5:"width";s:3:"150";s:6:"height";s:2:"49";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(49, 44, '_wp_attached_file', '2010/03/logo_telecom_paristech.png'),
(50, 44, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"342";s:6:"height";s:3:"342";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:34:"2010/03/logo_telecom_paristech.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"logo_telecom_paristech-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:34:"logo_telecom_paristech-300x300.png";s:5:"width";s:3:"300";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(51, 45, '_wp_attached_file', '2010/03/logo_netia.gif'),
(52, 45, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"164";s:14:"hwstring_small";s:23:"height=''20'' width=''128''";s:4:"file";s:22:"2010/03/logo_netia.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"logo_netia-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"logo_netia-300x49.gif";s:5:"width";s:3:"300";s:6:"height";s:2:"49";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(53, 46, '_wp_attached_file', '2010/03/logo_list.gif'),
(54, 46, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"131";s:6:"height";s:2:"49";s:14:"hwstring_small";s:23:"height=''47'' width=''128''";s:4:"file";s:21:"2010/03/logo_list.gif";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(55, 47, '_wp_attached_file', '2010/03/logo_liris.png'),
(56, 47, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"160";s:6:"height";s:2:"72";s:14:"hwstring_small";s:23:"height=''57'' width=''128''";s:4:"file";s:22:"2010/03/logo_liris.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"logo_liris-150x72.png";s:5:"width";s:3:"150";s:6:"height";s:2:"72";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(57, 48, '_wp_attached_file', '2010/03/Logo_ina.png'),
(58, 48, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"355";s:6:"height";s:3:"379";s:14:"hwstring_small";s:22:"height=''96'' width=''89''";s:4:"file";s:20:"2010/03/Logo_ina.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"Logo_ina-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"Logo_ina-281x300.png";s:5:"width";s:3:"281";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(59, 49, '_wp_attached_file', '2010/03/Logo_ina1.png'),
(60, 49, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"355";s:6:"height";s:3:"379";s:14:"hwstring_small";s:22:"height=''96'' width=''89''";s:4:"file";s:21:"2010/03/Logo_ina1.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"Logo_ina1-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"Logo_ina1-281x300.png";s:5:"width";s:3:"281";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(61, 50, '_wp_attached_file', '2010/03/logo_fdi.png'),
(62, 50, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"159";s:6:"height";s:2:"89";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:20:"2010/03/logo_fdi.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"logo_fdi-150x89.png";s:5:"width";s:3:"150";s:6:"height";s:2:"89";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(63, 51, '_wp_attached_file', '2010/03/logo_exalead.jpg'),
(64, 51, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"279";s:6:"height";s:3:"129";s:14:"hwstring_small";s:23:"height=''59'' width=''128''";s:4:"file";s:24:"2010/03/logo_exalead.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"logo_exalead-150x129.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"129";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(65, 52, '_wp_attached_file', '2010/03/logo_allocine.gif'),
(66, 52, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"234";s:6:"height";s:2:"57";s:14:"hwstring_small";s:23:"height=''31'' width=''128''";s:4:"file";s:25:"2010/03/logo_allocine.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"logo_allocine-150x57.gif";s:5:"width";s:3:"150";s:6:"height";s:2:"57";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(67, 53, '_wp_attached_file', '2010/03/logo.png'),
(68, 53, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"159";s:6:"height";s:2:"89";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:16:"2010/03/logo.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"logo-150x89.png";s:5:"width";s:3:"150";s:6:"height";s:2:"89";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(69, 54, '_wp_attached_file', '2010/03/logo.gif'),
(70, 54, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"223";s:6:"height";s:2:"80";s:14:"hwstring_small";s:23:"height=''45'' width=''128''";s:4:"file";s:16:"2010/03/logo.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"logo-150x80.gif";s:5:"width";s:3:"150";s:6:"height";s:2:"80";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(71, 55, '_wp_attached_file', '2010/03/iri.png'),
(72, 55, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"140";s:6:"height";s:2:"67";s:14:"hwstring_small";s:23:"height=''61'' width=''128''";s:4:"file";s:15:"2010/03/iri.png";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(73, 56, '_wp_attached_file', '2010/03/globcast_logo.gif'),
(74, 56, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"185";s:6:"height";s:2:"48";s:14:"hwstring_small";s:23:"height=''33'' width=''128''";s:4:"file";s:25:"2010/03/globcast_logo.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"globcast_logo-150x48.gif";s:5:"width";s:3:"150";s:6:"height";s:2:"48";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(75, 57, '_wp_attached_file', '2010/03/globcast_logo1.gif'),
(76, 57, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"185";s:6:"height";s:2:"48";s:14:"hwstring_small";s:23:"height=''33'' width=''128''";s:4:"file";s:26:"2010/03/globcast_logo1.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"globcast_logo1-150x48.gif";s:5:"width";s:3:"150";s:6:"height";s:2:"48";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(77, 58, '_wp_attached_file', '2010/03/exalead_logo.png'),
(78, 58, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"208";s:6:"height";s:3:"168";s:14:"hwstring_small";s:23:"height=''96'' width=''118''";s:4:"file";s:24:"2010/03/exalead_logo.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"exalead_logo-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(79, 59, '_wp_attached_file', '2010/03/bpi_logo_noir.jpg'),
(80, 59, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1192";s:6:"height";s:3:"358";s:14:"hwstring_small";s:23:"height=''38'' width=''128''";s:4:"file";s:25:"2010/03/bpi_logo_noir.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"bpi_logo_noir-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"bpi_logo_noir-300x90.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"90";}s:5:"large";a:3:{s:4:"file";s:26:"bpi_logo_noir-1024x307.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"307";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(81, 60, '_wp_attached_file', '2010/03/600px-Logo_BnF_svg.png'),
(82, 60, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"476";s:14:"hwstring_small";s:23:"height=''96'' width=''121''";s:4:"file";s:30:"2010/03/600px-Logo_BnF_svg.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"600px-Logo_BnF_svg-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"600px-Logo_BnF_svg-300x238.png";s:5:"width";s:3:"300";s:6:"height";s:3:"238";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}');

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

--
-- Structure de la table `wp_posts`
--

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

--
-- Contenu de la table `wp_posts`
--

INSERT DELAYED IGNORE 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-03-12 08:51:22', '2010-03-12 08:51:22', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world', '', '', '2010-03-12 11:58:41', '2010-03-12 11:58:41', '', 0, 'http://129.102.224.15/dev/~hurons/cinecast.fr/?p=1', 0, 'post', '', 1),
(2, 1, '2010-03-12 08:51:22', '2010-03-12 08:51:22', 'L’ambition sociale et culturelle du projet Cinecast est de faciliter de nouvelles formes d’accès aux films sur tous les supports numériques y compris la salle numérique à la carte en misant sur la dynamique sociale.\r\n\r\nPour y parvenir, le projet s’appuie sur une plateforme industrielle de diffusion des films et des métadonnées (infrastructure Globe Cast / Orange et outils d’indexation et de gestion de média de sa filiale NETIA) et développe des outils permettant de nouvelles formes de navigation, d’enrichissement de contenus et de partage de points de vue par le plus grand nombre. CineCast combine pour cela le savoir-faire éditorial et en matière d’ingénierie documentaire des principales bibliothèques de films françaises et du premier média social du cinéma Allo Ciné, des technologies d’analyse automatique de l’image, des outils d’ingénierie sociale (moteurs de recherche, technologies collaboratives) et enfin de nouvelles interfaces d’annotation, de rendu et d’échange stimulant la création de nouveaux services et dès le démarrage du projet la création d’une start-up.\r\n\r\nLes outils et services CineCast (détection automatique d’éléments du film, moteurs de recherche spécialisé cinéma, API Cinéma pour réseaux sociaux, éditeur de parcours critiques, gestionnaire de ses traces de navigation, jeux) stimulent de nouvelles expériences cinématographiques individuelles et collectives (ou d’individuation collective au sens du philosophe français Gilbert Simondon). De simples traces de navigation jusqu’aux productions critiques les plus élaborées seront échangeables – y compris via un réseau social type FaceBook - et resynchronisables avec les films dont dispose l’usager chez lui, d’une bibliothèque à une autre ou sur les sites de VoD, d’IPTV ou de vidéo collaborative. Tout ceci avec une bonne garantie d’interopérabilité de ce qui est produit quelque soit la version ou la qualité du film tout en tirant parti des droits d’accès très différents dont on peut disposer selon ces lieux et services.\r\n\r\nCineCast propose sa plateforme ou ses outils génériques à une multitude de fournisseurs de contenus (portails d’accès sur abonnement des grands opérateurs, archives, bibliothèques, sites de VoD, TV, média sociaux) et adresse directement des marchés à fort potentiel :\r\n<ul>\r\n	<li>le développement de l’audience des média sociaux du cinéma (Allo Ciné) et des sites vidéo collaboratifs (YouTube, DailyMotion, etc) ;</li>\r\n</ul>\r\n<ul>\r\n	<li>la diffusion VoD, IPTV ou sur abonnement stimulée par le partage d’annotations/parcours consultables une fois le film loué, le sous-titrage collaboratif, l’échange d’extraits, le tagging intra-vidéo ;</li>\r\n</ul>\r\n<ul>\r\n	<li>la diffusion à la carte en salle numérique de films ou de parcours à travers plusieurs films stimulée par les discussions, échanges, rencontres sur réseaux sociaux équipés et sur les grands média sociaux du cinéma.</li>\r\n</ul>', 'Présentation', '', 'publish', 'closed', 'closed', '', 'presentation', '', '', '2010-03-12 10:22:02', '2010-03-12 10:22:02', '', 0, 'http://129.102.224.15/dev/~hurons/cinecast.fr/?page_id=2', 0, 'page', '', 0),
(3, 1, '2010-03-12 09:21:12', '2010-03-12 09:21:12', 'tets tet sgd shfsdhqfksdjk fhjksdqh klfhsdjk', 'test test test ', '', 'trash', 'open', 'open', '', 'test-test-test', '', '', '2010-03-12 11:58:31', '2010-03-12 11:58:31', '', 0, 'http://129.102.224.15/dev/~hurons/cinecast.fr/?p=3', 0, 'post', '', 0),
(4, 1, '2010-03-12 09:21:02', '2010-03-12 09:21:02', '', 'test test test ', '', 'inherit', 'open', 'open', '', '3-revision', '', '', '2010-03-12 09:21:02', '2010-03-12 09:21:02', '', 3, 'http://129.102.224.15/dev/~hurons/cinecast.fr/?p=4', 0, 'revision', '', 0),
(5, 1, '2010-03-12 09:21:12', '2010-03-12 09:21:12', 'tets tet sgd shfsdhqfksdjk fhjksdqh klfhsdjk', 'test test test ', '', 'inherit', 'open', 'open', '', '3-revision-2', '', '', '2010-03-12 09:21:12', '2010-03-12 09:21:12', '', 3, 'http://129.102.224.15/dev/~hurons/cinecast.fr/?p=5', 0, 'revision', '', 0),
(6, 1, '2010-03-12 09:23:43', '2010-03-12 09:23:43', '<a href="http://www.iri.centrepompidou.fr/ateliers/atelier-thd-et-cinema/" target="_blank">Atelier Cinéma et réseaux numériques</a>\r\nDébat sur les enjeux du Très Haut Débit\r\nDans le cadre du projet de plateforme régionale THD Cap Digital\r\navec la participation des partenaires du projet FUI CineCast\r\nVendredi 26 mars 2010, de 15h à 18h00, en salle Piazza (Centre Pompidou)\r\nProposé par l''Institut de recherche et d''innovation<!--more-->\r\n\r\nLes principaux acteurs du monde culturel, publics comme privés, portent un intérêt croissant à la profonde mutation\r\nintroduite par le passage d’une économie culturelle reposant sur la consommation et l’audience de masse à une\r\néconomie culturelle bouleversée par le développement des réseaux numériques à très haut débit (dits THD) et reposant largement sur la contribution et les échanges. L’économie et les pratiques sociales du cinéma qui étaient initialement construites sur un modèle asymétrique et centralisé analogue à celui de la diffusion télévisuelle ou radiophonique évoluent ainsi vers des modèles de plus en plus flexibles, distribués et symétrique où les pratiques des amateurs se  complexifient et se diversifient en amont comme en aval de la diffusion. A ce point de convergence critique, que d’aucun désigne comme le Web 3.0, de grands acteurs industriels investissent et développent de nouvelles activités, pour assoir leurs stratégies industrielles dans le secteur du cinéma avec un focus particulier sur la qualité des métadonnées et à la flexibilité de la diffusion des films compte tenu de l’équipement des salles en réception et projection numérique (fiber-to-the-theater). De nombreuses sociétés investissent également le marché de ce que l’on désigne sous le nom d’ingénierie sociale (c''est-à-dire les technologies et services pour les sites collaboratifs et les\r\nréseaux sociaux), et imaginent de nouveaux modèles économiques fondés sur la combinaison de logiques bottom-up et\r\ntop-down permise par la généralisation des réseaux THD symétriques.\r\nL’objectif de cet atelier piloté par l’Iri (Institut de recherche et d’innovation) et mis en place dans le cadre du projet de\r\nplateforme régionale THD coordonné par Cap Digital, est d’interroger l’impact des technologies THD sur l’évolution des\r\nmodèles économiques de l''industrie cinématographiques ainsi que sur les pratiques culturelles et sociales afférentes.\r\nUn intérêt particulier sera porté au développement des pratiques contributives d’enrichissement et de diffusion de\r\ncontenus, ainsi qu’à l’émergence de nouveaux services à haute valeur ajoutée, tant au niveau des fournisseurs de\r\ncontenus que des medias sociaux connexes. L’atelier pourra ainsi être structuré autour de trois thématiques, dans la\r\nperspective des opportunités offertes par les réseaux très haut débit :\r\n\r\n<strong>\r\n15h00-15h20 : </strong>Introduction à l’atelier\r\n• Vincent Puig, Directeur Adjoint de l’Institut de Recherche et d’Innovation\r\n\r\n<strong>\r\n15h20-16h00 :</strong> Technologies numériques et diffusion\r\n• Guillaume Blanchot, Directeur du Multimédia et des industries techniques du CNC\r\n• Christophe Beauvais, Directeur Applications Entreprise et Jérémie Roudaire, Directeur du développement\r\ncommercial Amérique Latine, GlobeCast\r\n\r\n<strong>\r\n16h00-16h40 : </strong>Nouveaux modèles économiques\r\n• Frédéric Sitterlé, Fondateur de My Skreen\r\n• Thomas Jullienne, Responsable Marketing Salle d’AlloCiné\r\n\r\n<strong>\r\n16h40-17h20 : </strong>Pratiques sociales et contributives\r\n• David Honnorat, co-fondateur, Directeur produits et communautés de Vodkaster\r\n• Bruno Daniault, Président de IP…Ciné\r\n<strong>17h20-18h00 : </strong>Débat sur les enjeux du très haut débit\r\nInscription et information : par mail à l’adresse suivante : contact@iri.centrepompidou.fr\r\nSites relatifs aux projets THD et CineCast : http://portailthd.fr, http://thdculture.fr, http://cinecast.fr', 'Atelier Cinéma & réseaux numériques', '', 'publish', 'open', 'open', '', 'test-test-test-2', '', '', '2010-03-12 11:28:16', '2010-03-12 11:28:16', '', 0, 'http://129.102.224.15/dev/~hurons/cinecast.fr/?p=6', 0, 'post', '', 0),
(7, 1, '2010-03-12 09:23:39', '2010-03-12 09:23:39', '', 'test test test ', '', 'inherit', 'open', 'open', '', '6-revision', '', '', '2010-03-12 09:23:39', '2010-03-12 09:23:39', '', 6, 'http://129.102.224.15/dev/~hurons/cinecast.fr/?p=7', 0, 'revision', '', 0),
(8, 1, '2010-03-12 09:23:43', '2010-03-12 09:23:43', 'dfqgdfgdfgdf', 'test test test ', '', 'inherit', 'open', 'open', '', '6-revision-2', '', '', '2010-03-12 09:23:43', '2010-03-12 09:23:43', '', 6, 'http://129.102.224.15/dev/~hurons/cinecast.fr/?p=8', 0, 'revision', '', 0),
(9, 1, '2010-03-12 09:25:03', '2010-03-12 09:25:03', 'Favoriser de nouvelles pratiques cinématographiques multi-support y compris la salle numérique à la carte en partant de la dynamique sociale (AlloCiné), combinée à une plateforme de diffusion (Orange/GlobeCast) et à un solution RichMedia pérenne (Netia).\r\n\r\n<strong> Enjeux sociétaux</strong>\r\n<ul>\r\n	<li> Nouvelles pratiques cinématographiques (VoD/IPTV, Internet, mobiles)</li>\r\n	<li>Réseaux sociaux : nouvelle dynamique sociale/économie de la contribution</li>\r\n	<li>L’enjeu du rich media personnel et interopérable (My cinéma, VodKaster, …)</li>\r\n	<li>Mutation des moteurs de recherche : indexation vidéo, personnalisation, intégration réseaux sociaux</li>\r\n	<li>Forte progression de l’audiovisuel éducatif</li>\r\n	<li>Un nouveau rôle pour les bibliothèques (valorisation de contenus et métadonnées)</li>\r\n</ul>\r\n<strong> Verrous technologiques :</strong>\r\n<ul>\r\n	<li> Extraction automatique enrichie annotation usager</li>\r\n	<li>ingénierie sociale : moteurs de recherche cinéma personnalisés, partage de traces</li>\r\n	<li>Interopérabilité des annotations (recalage par le signal)</li>\r\n	<li>IHM innovantes pour l’annotation intra-vidéo (parcours critiques, éducation, jeux)</li>\r\n</ul>', 'Objectifs', '', 'publish', 'closed', 'open', '', 'partenaires', '', '', '2010-03-12 10:24:28', '2010-03-12 10:24:28', '', 0, 'http://129.102.224.15/dev/~hurons/cinecast.fr/?page_id=9', 0, 'page', '', 0),
(10, 1, '2010-03-12 09:25:00', '2010-03-12 09:25:00', '', 'Partenaires', '', 'inherit', 'open', 'open', '', '9-revision', '', '', '2010-03-12 09:25:00', '2010-03-12 09:25:00', '', 9, 'http://129.102.224.15/dev/~hurons/cinecast.fr/?p=10', 0, 'revision', '', 0),
(11, 1, '2010-03-12 11:36:07', '2010-03-12 11:36:07', 'Favoriser de nouvelles pratiques cinématographiques multi-support y compris la salle numérique à la carte en partant de la dynamique sociale (AlloCiné), combinée à une plateforme de diffusion (Orange/GlobeCast) et à un solution RichMedia pérenne (Netia).\n\n<strong> Enjeux sociétaux</strong>\n<ul>\n	<li> Nouvelles pratiques cinématographiques (VoD/IPTV, Internet, mobiles)</li>\n	<li>Réseaux sociaux : nouvelle dynamique sociale/économie de la contribution</li>\n	<li>L’enjeu du rich media personnel et interopérable (My cinéma, VodKaster, …)</li>\n	<li>Mutation des moteurs de recherche : indexation vidéo, personnalisation, intégration réseaux sociaux</li>\n	<li>Forte progression de l’audiovisuel éducatif</li>\n	<li>Un nouveau rôle pour les bibliothèques (valorisation de contenus et métadonnées)</li>\n</ul>\n<strong> Verrous technologiques :</strong>\n<ul>\n	<li> Extraction automatique enrichie annotation usager</li>\n	<li>ingénierie sociale : moteurs de recherche cinéma personnalisés, partage de traces</li>\n	<li>Interopérabilité des annotations (recalage par le signal)</li>\n	<li>IHM innovantes pour l’annotation intra-vidéo (parcours critiques, éducation, jeux)</li>\n</ul>', 'Objectifs', '', 'inherit', 'open', 'open', '', '9-autosave', '', '', '2010-03-12 11:36:07', '2010-03-12 11:36:07', '', 9, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=11', 0, 'revision', '', 0),
(12, 1, '2010-03-12 08:51:22', '2010-03-12 08:51:22', '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-03-12 08:51:22', '2010-03-12 08:51:22', '', 2, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=12', 0, 'revision', '', 0),
(13, 1, '2010-03-12 10:04:22', '2010-03-12 10:04:22', '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.', 'Présentation', '', 'inherit', 'open', 'open', '', '2-revision-2', '', '', '2010-03-12 10:04:22', '2010-03-12 10:04:22', '', 2, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=13', 0, 'revision', '', 0),
(14, 1, '2010-03-12 10:21:33', '2010-03-12 10:21:33', 'L’ambition sociale et culturelle du projet Cinecast est de faciliter de nouvelles formes d’accès aux films sur tous les supports numériques y compris la salle numérique à la carte en misant sur la dynamique sociale.\r\n\r\nPour y parvenir, le projet s’appuie sur une plateforme industrielle de diffusion des films et des métadonnées (infrastructure Globe Cast / Orange et outils d’indexation et de gestion de média de sa filiale NETIA) et développe des outils permettant de nouvelles formes de navigation, d’enrichissement de contenus et de partage de points de vue par le plus grand nombre. CineCast combine pour cela le savoir-faire éditorial et en matière d’ingénierie documentaire des principales bibliothèques de films françaises et du premier média social du cinéma Allo Ciné, des technologies d’analyse automatique de l’image, des outils d’ingénierie sociale (moteurs de recherche, technologies collaboratives) et enfin de nouvelles interfaces d’annotation, de rendu et d’échange stimulant la création de nouveaux services et dès le démarrage du projet la création d’une start-up.\r\n\r\nLes outils et services CineCast (détection automatique d’éléments du film, moteurs de recherche spécialisé cinéma, API Cinéma pour réseaux sociaux, éditeur de parcours critiques, gestionnaire de ses traces de navigation, jeux) stimulent de nouvelles expériences cinématographiques individuelles et collectives (ou d’individuation collective au sens du philosophe français Gilbert Simondon). De simples traces de navigation jusqu’aux productions critiques les plus élaborées seront échangeables – y compris via un réseau social type FaceBook - et resynchronisables avec les films dont dispose l’usager chez lui, d’une bibliothèque à une autre ou sur les sites de VoD, d’IPTV ou de vidéo collaborative. Tout ceci avec une bonne garantie d’interopérabilité de ce qui est produit quelque soit la version ou la qualité du film tout en tirant parti des droits d’accès très différents dont on peut disposer selon ces lieux et services.\r\n\r\nCineCast propose sa plateforme ou ses outils génériques à une multitude de fournisseurs de contenus (portails d’accès sur abonnement des grands opérateurs, archives, bibliothèques, sites de VoD, TV, média sociaux) et adresse directement des marchés à fort potentiel :\r\n<ul>\r\n	<li>le développement de l’audience des média sociaux du cinéma (Allo Ciné) et des sites vidéo collaboratifs (YouTube, DailyMotion, etc) ;</li>\r\n</ul>\r\n<ul>\r\n	<li>la diffusion VoD, IPTV ou sur abonnement stimulée par le partage d’annotations/parcours consultables une fois le film loué, le sous-titrage collaboratif, l’échange d’extraits, le tagging intra-vidéo ;</li>\r\n</ul>\r\n<ul>\r\n	<li>la diffusion à la carte en salle numérique de films ou de parcours à travers plusieurs films stimulée par les discussions, échanges, rencontres sur réseaux sociaux équipés et sur les grands média sociaux du cinéma.</li>\r\n</ul>', 'Présentation', '', 'inherit', 'open', 'open', '', '2-revision-3', '', '', '2010-03-12 10:21:33', '2010-03-12 10:21:33', '', 2, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=14', 0, 'revision', '', 0),
(15, 1, '2010-03-12 10:21:53', '2010-03-12 10:21:53', 'L’ambition sociale et culturelle du projet Cinecast est de faciliter de nouvelles formes d’accès aux films sur tous les supports numériques y compris la salle numérique à la carte en misant sur la dynamique sociale.\r\n\r\nPour y parvenir, le projet s’appuie sur une plateforme industrielle de diffusion des films et des métadonnées (infrastructure Globe Cast / Orange et outils d’indexation et de gestion de média de sa filiale NETIA) et développe des outils permettant de nouvelles formes de navigation, d’enrichissement de contenus et de partage de points de vue par le plus grand nombre. CineCast combine pour cela le savoir-faire éditorial et en matière d’ingénierie documentaire des principales bibliothèques de films françaises et du premier média social du cinéma Allo Ciné, des technologies d’analyse automatique de l’image, des outils d’ingénierie sociale (moteurs de recherche, technologies collaboratives) et enfin de nouvelles interfaces d’annotation, de rendu et d’échange stimulant la création de nouveaux services et dès le démarrage du projet la création d’une start-up.\r\n\r\nLes outils et services CineCast (détection automatique d’éléments du film, moteurs de recherche spécialisé cinéma, API Cinéma pour réseaux sociaux, éditeur de parcours critiques, gestionnaire de ses traces de navigation, jeux) stimulent de nouvelles expériences cinématographiques individuelles et collectives (ou d’individuation collective au sens du philosophe français Gilbert Simondon). De simples traces de navigation jusqu’aux productions critiques les plus élaborées seront échangeables – y compris via un réseau social type FaceBook - et resynchronisables avec les films dont dispose l’usager chez lui, d’une bibliothèque à une autre ou sur les sites de VoD, d’IPTV ou de vidéo collaborative. Tout ceci avec une bonne garantie d’interopérabilité de ce qui est produit quelque soit la version ou la qualité du film tout en tirant parti des droits d’accès très différents dont on peut disposer selon ces lieux et services.\r\n\r\nCineCast propose sa plateforme ou ses outils génériques à une multitude de fournisseurs de contenus (portails d’accès sur abonnement des grands opérateurs, archives, bibliothèques, sites de VoD, TV, média sociaux) et adresse directement des marchés à fort potentiel :\r\n<ul>\r\n	<li>le développement de l’audience des média sociaux du cinéma (Allo Ciné) et des sites vidéo collaboratifs (YouTube, DailyMotion, etc) ;</li>\r\n</ul>\r\n<ul>\r\n	<li>la diffusion VoD, IPTV ou sur abonnement stimulée par le partage d’annotations/parcours consultables une fois le film loué, le sous-titrage collaboratif, l’échange d’extraits, le tagging intra-vidéo ;</li>\r\n</ul>\r\n<ul>\r\n	<li>la diffusion à la carte en salle numérique de films ou de parcours à travers plusieurs films stimulée par les discussions, échanges, rencontres sur réseaux sociaux équipés et sur les grands média sociaux du cinéma.</li>\r\n</ul>', 'Présentation', '', 'inherit', 'open', 'open', '', '2-revision-4', '', '', '2010-03-12 10:21:53', '2010-03-12 10:21:53', '', 2, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=15', 0, 'revision', '', 0),
(16, 1, '2010-03-12 09:25:03', '2010-03-12 09:25:03', '', 'Partenaires', '', 'inherit', 'open', 'open', '', '9-revision-2', '', '', '2010-03-12 09:25:03', '2010-03-12 09:25:03', '', 9, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=16', 0, 'revision', '', 0),
(17, 1, '2010-03-12 10:24:04', '2010-03-12 10:24:04', 'Favoriser de nouvelles pratiques cinématographiques multi-support y compris la salle numérique à la carte en partant de la dynamique sociale (AlloCiné), combinée à une plateforme de diffusion (Orange/GlobeCast) et à un solution RichMedia pérenne (Netia).\r\n<strong> Enjeux sociétaux</strong>\r\n<ul>\r\n	<li> Nouvelles pratiques cinématographiques (VoD/IPTV, Internet, mobiles)</li>\r\n	<li>Réseaux sociaux : nouvelle dynamique sociale/économie de la contribution</li>\r\n	<li>L’enjeu du rich media personnel et interopérable (My cinéma, VodKaster, …)</li>\r\n	<li>Mutation des moteurs de recherche : indexation vidéo, personnalisation, intégration réseaux sociaux</li>\r\n	<li>Forte progression de l’audiovisuel éducatif</li>\r\n	<li>Un nouveau rôle pour les bibliothèques (valorisation de contenus et métadonnées)</li>\r\n</ul>\r\n<strong> Verrous technologiques :</strong>\r\n<ul>\r\n	<li> Extraction automatique enrichie annotation usager</li>\r\n	<li>ingénierie sociale : moteurs de recherche cinéma personnalisés, partage de traces</li>\r\n	<li>Interopérabilité des annotations (recalage par le signal)</li>\r\n	<li>IHM innovantes pour l’annotation intra-vidéo (parcours critiques, éducation, jeux)</li>\r\n</ul>', 'Objectifs', '', 'inherit', 'open', 'open', '', '9-revision-3', '', '', '2010-03-12 10:24:04', '2010-03-12 10:24:04', '', 9, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=17', 0, 'revision', '', 0),
(18, 1, '2010-03-12 10:24:14', '2010-03-12 10:24:14', 'Favoriser de nouvelles pratiques cinématographiques multi-support y compris la salle numérique à la carte en partant de la dynamique sociale (AlloCiné), combinée à une plateforme de diffusion (Orange/GlobeCast) et à un solution RichMedia pérenne (Netia).\r\n\r\n<strong> Enjeux sociétaux</strong>\r\n<ul>\r\n	<li> Nouvelles pratiques cinématographiques (VoD/IPTV, Internet, mobiles)</li>\r\n	<li>Réseaux sociaux : nouvelle dynamique sociale/économie de la contribution</li>\r\n	<li>L’enjeu du rich media personnel et interopérable (My cinéma, VodKaster, …)</li>\r\n	<li>Mutation des moteurs de recherche : indexation vidéo, personnalisation, intégration réseaux sociaux</li>\r\n	<li>Forte progression de l’audiovisuel éducatif</li>\r\n	<li>Un nouveau rôle pour les bibliothèques (valorisation de contenus et métadonnées)</li>\r\n</ul>\r\n<strong> Verrous technologiques :</strong>\r\n<ul>\r\n	<li> Extraction automatique enrichie annotation usager</li>\r\n	<li>ingénierie sociale : moteurs de recherche cinéma personnalisés, partage de traces</li>\r\n	<li>Interopérabilité des annotations (recalage par le signal)</li>\r\n	<li>IHM innovantes pour l’annotation intra-vidéo (parcours critiques, éducation, jeux)</li>\r\n</ul>', 'Objectifs', '', 'inherit', 'open', 'open', '', '9-revision-4', '', '', '2010-03-12 10:24:14', '2010-03-12 10:24:14', '', 9, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=18', 0, 'revision', '', 0),
(19, 1, '2010-03-12 10:34:36', '2010-03-12 10:34:36', 'Le projet combine de manière équilibrée de fortes compétences technologiques avec une expertise exceptionnelle sur les contenus.\r\n\r\n<strong>a)	Une plateforme technologique Rich Média</strong>\r\n\r\n3 briques technologiques\r\n<ul>\r\n	<li>Ingénierie des descriptions audiovisuelles et outils d’annotation (<a href="http://www.iri.centrepompidou.fr/" target="_blank">IRI</a>, <a href="http://liris.cnrs.fr/" target="_blank">LIRIS</a>)</li>\r\n	<li>Extraction automatique et ingénierie des connaissances (<a href="http://www-list.cea.fr/" target="_blank">LIST</a>)</li>\r\n	<li>Moteurs de recherche et ingénierie sociale (<a href="http://www.exalead.fr/search/" target="_blank">Exalead</a>, <a href="http://www.allocine.fr/" target="_blank">AlloCiné</a>)</li>\r\n</ul>\r\nUne plateforme technique permettant d’intégrer ces briques technologiques, développée par <a href="http://www.netia.net/" target="_blank">NETIA </a>autour de son produit HyperCast Warehouse et testée en vrai grandeur durant le projet par le groupe <a href="http://www.globecast.com/" target="_blank">GlobeCast</a>.\r\n\r\n<a title="http://www.iri.centrepompidou.fr" href="L’IRI/Centre Pompidou" target="_blank">L’IRI/Centre Pompidou</a>, le LIRIS et le Forum des Images sont trois partenaires de ce projet également associés dans le projet <a href="http://www.iri.centrepompidou.fr/projets/cinelab/" target="_blank">CineLab (ANR 2006)</a> qui explore les nouveaux modes d’annotation d’objets temporels notamment à l’aide de dispositifs mobiles. Ce projet a permis de cerner de près les nouvelles pratiques en cours d’émergence dans le domaine de la navigation et de l’annotation cinématographique. Il a également permis d’identifier les besoins des principaux acteurs proposant des archives cinématographiques et des services Web ou VoD qui sont porteurs de la proposition CineCast.\r\n\r\nPlusieurs des partenaires disposent d’une expérience solide en matière de développement d’outils d’annotation filmique et de partage tels que <a href="http://liris.cnrs.fr/advene/" target="_blank">Advene </a>(LIRIS), SemanticVox  (OMT CNRS/CEA LIST), <a href="http://www.iri.centrepompidou.fr/outils/lignes-de-temps/" target="_blank">Lignes de temps </a> (IRI) ou MediaScope  (INA/Netia). On trouvera des descriptions détaillées des outils en annexe.\r\n\r\nGlobeCast est aujourd’hui un leader mondial dans la gestion et la livraison de contenu multimédia. Filiale du Groupe France Télécom, GlobeCast a été créée en 1997 par le regroupement de toutes les activités de transport par satellite de France Télécom, en France comme à l’étranger. A cet égard, la société bénéficie de 30 années d’expérience en tant que fournisseur de services de transport audiovisuel par satellite. Fin 2007, GlobeCast compte quelques 660 salariés répartis à travers le monde. Ces dernières années, GlobeCast s’est repositionné avec succès dans la chaîne de valeur de la prestation audiovisuelle, tirant profit des innovations technologiques et des tendances du marché. GlobeCast traite le contenu audiovisuel en amont et en aval de son transport, agrège les chaînes de télévision dans ses centres techniques et opère un réseau interconnectant ses téléports via un réseau optique sécurisé. En 2008 GlobeCast fait l’acquisition de NETIA, l’un des leaders de la commercialisation de solutions logicielles pour la gestion et la diffusion de contenus audiovisuels pour renforcer son portefeuille de service à valeur ajoutée.\r\n\r\n<strong>b)	L’expertise et la connaissance des contenus (bibliothèques, sites VoD, média sociaux)</strong>\r\n\r\nHistoriquement le projet s’est construit autour de la compétence documentaire et de la connaissance du cinéma des principaux fonds d’archives cinéma avec pour ambition commune de valoriser cette expertise, de la partager avec d’autres fournisseurs de contenus du secteur commercial et de s’intégrer dans la dynamique des  réseaux sociaux :\r\n<ul>\r\n	<li><a href="http://www.forumdesimages.fr/">Forum des Images</a> (Filmothèque de la Ville de Paris)</li>\r\n	<li><a href="http://www.cinematheque.fr/" target="_blank">Cinémathèque française</a></li>\r\n	<li><a href="http://www.bnf.fr/fr/acc/x.accueil.html" target="_blank">BNF / dépôt légal</a> – Département de l’audiovisuel</li>\r\n	<li><a href="http://www.bpi.fr/" target="_blank">BPI </a>Centre Pompidou</li>\r\n	<li><a href="http://www.ina.fr/" target="_blank">Ina</a>, Centre de consultation de l’Inathèque.</li>\r\n</ul>\r\nA ces compétences se sont ajoutées celles d''acteurs reconnus du domaine\r\n<ul>\r\n	<li><a href="http://www.allocine.fr/" target="_blank">Allo Ciné</a>, média social du cinéma leader en France et en fort développement à l’international,</li>\r\n	<li><a href="http://www.lesite.tv/" target="_blank">Lesite.TV</a> (GIE créé par France5 et le CNDP pour la diffusion des contenus audiovisuels vers les établissements scolaires),</li>\r\n	<li><a href="http://www.universcine.com/" target="_blank">UniversCiné</a> (plateforme de VoD regroupant près de 50 producteurs de films indépendants en France et en Europe),</li>\r\n	<li><a href="http://www.vodkaster.com/" target="_blank">VodKaster </a>(start-up spécialisée sur la promotion des films par le remix contributif d’extraits)</li>\r\n</ul>\r\nEnfin <a href="http://www.telecom-paristech.fr/" target="_blank">Telecom Paris Tech</a> apporte sa connaissance du secteur culturel et des médias et son expertise dans l’analyse des usages et les stratégie socio-économiques.', 'Consortium', '', 'publish', 'closed', 'closed', '', 'consortium', '', '', '2010-03-12 11:20:31', '2010-03-12 11:20:31', '', 0, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?page_id=19', 0, 'page', '', 0),
(20, 1, '2010-03-12 10:34:12', '2010-03-12 10:34:12', 'Le projet combine de manière équilibrée de fortes compétences technologiques avec une expertise exceptionnelle sur les contenus.\n\na)	Une plateforme technologique Rich Média\n\n3 briques technologiques\n<ul>\n	<li>ingénierie des descriptions audiovisuelles et outils d’annotation (IRI, LIRIS)</li>\n	<li>extraction automatique et ingénierie des connaissances (LIST)</li>\n	<li>moteurs de recherche et ingénierie sociale (Exalead, AlloCiné)</li>\n	<li>Une plateforme technique permettant d’intégrer ces briques technologiques, développée par NETIA autour de son produit HyperCast Warehouse et testée en vrai grandeur durant le projet par le groupe GlobeCast.</li>\n</ul>\nL’IRI/Centre Pompidou, le LIRIS et le Forum des Images sont trois partenaires de ce projet également associés dans le projet CineLab (ANR 2006) qui explore les nouveaux modes d’annotation d’objets temporels notamment à l’aide de dispositifs mobiles. Ce projet a permis de cerner de près les nouvelles pratiques en cours d’émergence dans le domaine de la navigation et de l’annotation cinématographique. Il a également permis d’identifier les besoins des principaux acteurs proposant des archives cinématographiques et des services Web ou VoD qui sont porteurs de la proposition CineCast.\n\nPlusieurs des partenaires disposent d’une expérience solide en matière de développement d’outils d’annotation filmique et de partage tels que Advene  (LIRIS), SemanticVox  (OMT CNRS/CEA LIST), Lignes de temps  (IRI) ou MediaScope  (INA/Netia). On trouvera des descriptions détaillées des outils en annexe.\n\nGlobeCast est aujourd’hui un leader mondial dans la gestion et la livraison de contenu multimédia. Filiale du Groupe France Télécom, GlobeCast a été créée en 1997 par le regroupement de toutes les activités de transport par satellite de France Télécom, en France comme à l’étranger. A cet égard, la société bénéficie de 30 années d’expérience en tant que fournisseur de services de transport audiovisuel par satellite. Fin 2007, GlobeCast compte quelques 660 salariés répartis à travers le monde. Ces dernières années, GlobeCast s’est repositionné avec succès dans la chaîne de valeur de la prestation audiovisuelle, tirant profit des innovations technologiques et des tendances du marché. GlobeCast traite le contenu audiovisuel en amont et en aval de son transport, agrège les chaînes de télévision dans ses centres techniques et opère un réseau interconnectant ses téléports via un réseau optique sécurisé. En 2008 GlobeCast fait l’acquisition de NETIA, l’un des leaders de la commercialisation de solutions logicielles pour la gestion et la diffusion de contenus audiovisuels pour renforcer son portefeuille de service à valeur ajoutée.\n\n<strong>b)	L’expertise et la connaissance des contenus (bibliothèques, sites VoD, média sociaux)</strong>\n\nHistoriquement le projet s’est construit autour de la compétence documentaire et de la connaissance du cinéma des principaux fonds d’archives cinéma avec pour ambition commune de valoriser cette expertise, de la partager avec d’autres fournisseurs de contenus du secteur commercial et de s’intégrer dans la dynamique des  réseaux sociaux :\n<ul>\n	<li>Forum des Images (Filmothèque de la Ville de Paris)</li>\n	<li>Cinémathèque française</li>\n	<li>BNF / dépôt légal – Département de l’audiovisuel</li>\n	<li>BPI Centre Pompidou</li>\n	<li>Ina, Centre de consultation de l’Inathèque.</li>\n</ul>\nA ces compétences se sont ajoutées celles d''acteurs reconnus du domaine\n\n•	Allo Ciné, média social du cinéma leader en France et en fort développement à l’international,\n•	Lesite.TV (GIE créé par France5 et le CNDP pour la diffusion des contenus audiovisuels vers les établissements scolaires),\n•	UniversCiné (plateforme de VoD regroupant près de 50 producteurs de films indépendants en France et en Europe),\n•	VodKaster (start-up spécialisée sur la promotion des films par le remix contributif d’extraits)\n\nEnfin Telecom Paris Tech apporte sa connaissance du secteur culturel et des médias et son expertise dans l’analyse des usages et les stratégie socio-économiques.', 'Consortium', '', 'inherit', 'open', 'open', '', '19-revision', '', '', '2010-03-12 10:34:12', '2010-03-12 10:34:12', '', 19, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=20', 0, 'revision', '', 0),
(21, 1, '2010-03-12 10:34:36', '2010-03-12 10:34:36', 'Le projet combine de manière équilibrée de fortes compétences technologiques avec une expertise exceptionnelle sur les contenus.\r\n\r\na)	Une plateforme technologique Rich Média\r\n\r\n3 briques technologiques\r\n<ul>\r\n	<li>ingénierie des descriptions audiovisuelles et outils d’annotation (IRI, LIRIS)</li>\r\n	<li>extraction automatique et ingénierie des connaissances (LIST)</li>\r\n	<li>moteurs de recherche et ingénierie sociale (Exalead, AlloCiné)</li>\r\n	<li>Une plateforme technique permettant d’intégrer ces briques technologiques, développée par NETIA autour de son produit HyperCast Warehouse et testée en vrai grandeur durant le projet par le groupe GlobeCast.</li>\r\n</ul>\r\nL’IRI/Centre Pompidou, le LIRIS et le Forum des Images sont trois partenaires de ce projet également associés dans le projet CineLab (ANR 2006) qui explore les nouveaux modes d’annotation d’objets temporels notamment à l’aide de dispositifs mobiles. Ce projet a permis de cerner de près les nouvelles pratiques en cours d’émergence dans le domaine de la navigation et de l’annotation cinématographique. Il a également permis d’identifier les besoins des principaux acteurs proposant des archives cinématographiques et des services Web ou VoD qui sont porteurs de la proposition CineCast.\r\n\r\nPlusieurs des partenaires disposent d’une expérience solide en matière de développement d’outils d’annotation filmique et de partage tels que Advene  (LIRIS), SemanticVox  (OMT CNRS/CEA LIST), Lignes de temps  (IRI) ou MediaScope  (INA/Netia). On trouvera des descriptions détaillées des outils en annexe.\r\n\r\nGlobeCast est aujourd’hui un leader mondial dans la gestion et la livraison de contenu multimédia. Filiale du Groupe France Télécom, GlobeCast a été créée en 1997 par le regroupement de toutes les activités de transport par satellite de France Télécom, en France comme à l’étranger. A cet égard, la société bénéficie de 30 années d’expérience en tant que fournisseur de services de transport audiovisuel par satellite. Fin 2007, GlobeCast compte quelques 660 salariés répartis à travers le monde. Ces dernières années, GlobeCast s’est repositionné avec succès dans la chaîne de valeur de la prestation audiovisuelle, tirant profit des innovations technologiques et des tendances du marché. GlobeCast traite le contenu audiovisuel en amont et en aval de son transport, agrège les chaînes de télévision dans ses centres techniques et opère un réseau interconnectant ses téléports via un réseau optique sécurisé. En 2008 GlobeCast fait l’acquisition de NETIA, l’un des leaders de la commercialisation de solutions logicielles pour la gestion et la diffusion de contenus audiovisuels pour renforcer son portefeuille de service à valeur ajoutée.\r\n\r\n<strong>b)	L’expertise et la connaissance des contenus (bibliothèques, sites VoD, média sociaux)</strong>\r\n\r\nHistoriquement le projet s’est construit autour de la compétence documentaire et de la connaissance du cinéma des principaux fonds d’archives cinéma avec pour ambition commune de valoriser cette expertise, de la partager avec d’autres fournisseurs de contenus du secteur commercial et de s’intégrer dans la dynamique des  réseaux sociaux :\r\n<ul>\r\n	<li>Forum des Images (Filmothèque de la Ville de Paris)</li>\r\n	<li>Cinémathèque française</li>\r\n	<li>BNF / dépôt légal – Département de l’audiovisuel</li>\r\n	<li>BPI Centre Pompidou</li>\r\n	<li>Ina, Centre de consultation de l’Inathèque.</li>\r\n</ul>\r\nA ces compétences se sont ajoutées celles d''acteurs reconnus du domaine\r\n<ul>\r\n	<li>Allo Ciné, média social du cinéma leader en France et en fort développement à l’international,</li>\r\n	<li>Lesite.TV (GIE créé par France5 et le CNDP pour la diffusion des contenus audiovisuels vers les établissements scolaires),</li>\r\n	<li>UniversCiné (plateforme de VoD regroupant près de 50 producteurs de films indépendants en France et en Europe),</li>\r\n	<li>VodKaster (start-up spécialisée sur la promotion des films par le remix contributif d’extraits)</li>\r\n</ul>\r\nEnfin Telecom Paris Tech apporte sa connaissance du secteur culturel et des médias et son expertise dans l’analyse des usages et les stratégie socio-économiques.', 'Consortium', '', 'inherit', 'open', 'open', '', '19-revision-2', '', '', '2010-03-12 10:34:36', '2010-03-12 10:34:36', '', 19, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=21', 0, 'revision', '', 0),
(22, 1, '2010-03-12 10:35:19', '2010-03-12 10:35:19', 'Le projet combine de manière équilibrée de fortes compétences technologiques avec une expertise exceptionnelle sur les contenus.\r\n\r\n<strong>a)	Une plateforme technologique Rich Média</strong>\r\n\r\n3 briques technologiques\r\n<ul>\r\n	<li>Ingénierie des descriptions audiovisuelles et outils d’annotation (IRI, LIRIS)</li>\r\n	<li>Extraction automatique et ingénierie des connaissances (LIST)</li>\r\n	<li>Moteurs de recherche et ingénierie sociale (Exalead, AlloCiné)</li>\r\n</ul>\r\nUne plateforme technique permettant d’intégrer ces briques technologiques, développée par NETIA autour de son produit HyperCast Warehouse et testée en vrai grandeur durant le projet par le groupe GlobeCast.\r\n\r\nL’IRI/Centre Pompidou, le LIRIS et le Forum des Images sont trois partenaires de ce projet également associés dans le projet CineLab (ANR 2006) qui explore les nouveaux modes d’annotation d’objets temporels notamment à l’aide de dispositifs mobiles. Ce projet a permis de cerner de près les nouvelles pratiques en cours d’émergence dans le domaine de la navigation et de l’annotation cinématographique. Il a également permis d’identifier les besoins des principaux acteurs proposant des archives cinématographiques et des services Web ou VoD qui sont porteurs de la proposition CineCast.\r\n\r\nPlusieurs des partenaires disposent d’une expérience solide en matière de développement d’outils d’annotation filmique et de partage tels que Advene  (LIRIS), SemanticVox  (OMT CNRS/CEA LIST), Lignes de temps  (IRI) ou MediaScope  (INA/Netia). On trouvera des descriptions détaillées des outils en annexe.\r\n\r\nGlobeCast est aujourd’hui un leader mondial dans la gestion et la livraison de contenu multimédia. Filiale du Groupe France Télécom, GlobeCast a été créée en 1997 par le regroupement de toutes les activités de transport par satellite de France Télécom, en France comme à l’étranger. A cet égard, la société bénéficie de 30 années d’expérience en tant que fournisseur de services de transport audiovisuel par satellite. Fin 2007, GlobeCast compte quelques 660 salariés répartis à travers le monde. Ces dernières années, GlobeCast s’est repositionné avec succès dans la chaîne de valeur de la prestation audiovisuelle, tirant profit des innovations technologiques et des tendances du marché. GlobeCast traite le contenu audiovisuel en amont et en aval de son transport, agrège les chaînes de télévision dans ses centres techniques et opère un réseau interconnectant ses téléports via un réseau optique sécurisé. En 2008 GlobeCast fait l’acquisition de NETIA, l’un des leaders de la commercialisation de solutions logicielles pour la gestion et la diffusion de contenus audiovisuels pour renforcer son portefeuille de service à valeur ajoutée.\r\n\r\n<strong>b)	L’expertise et la connaissance des contenus (bibliothèques, sites VoD, média sociaux)</strong>\r\n\r\nHistoriquement le projet s’est construit autour de la compétence documentaire et de la connaissance du cinéma des principaux fonds d’archives cinéma avec pour ambition commune de valoriser cette expertise, de la partager avec d’autres fournisseurs de contenus du secteur commercial et de s’intégrer dans la dynamique des  réseaux sociaux :\r\n<ul>\r\n	<li>Forum des Images (Filmothèque de la Ville de Paris)</li>\r\n	<li>Cinémathèque française</li>\r\n	<li>BNF / dépôt légal – Département de l’audiovisuel</li>\r\n	<li>BPI Centre Pompidou</li>\r\n	<li>Ina, Centre de consultation de l’Inathèque.</li>\r\n</ul>\r\nA ces compétences se sont ajoutées celles d''acteurs reconnus du domaine\r\n<ul>\r\n	<li>Allo Ciné, média social du cinéma leader en France et en fort développement à l’international,</li>\r\n	<li>Lesite.TV (GIE créé par France5 et le CNDP pour la diffusion des contenus audiovisuels vers les établissements scolaires),</li>\r\n	<li>UniversCiné (plateforme de VoD regroupant près de 50 producteurs de films indépendants en France et en Europe),</li>\r\n	<li>VodKaster (start-up spécialisée sur la promotion des films par le remix contributif d’extraits)</li>\r\n</ul>\r\nEnfin Telecom Paris Tech apporte sa connaissance du secteur culturel et des médias et son expertise dans l’analyse des usages et les stratégie socio-économiques.', 'Consortium', '', 'inherit', 'open', 'open', '', '19-revision-3', '', '', '2010-03-12 10:35:19', '2010-03-12 10:35:19', '', 19, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=22', 0, 'revision', '', 0),
(23, 1, '2010-03-12 10:42:37', '0000-00-00 00:00:00', '', 'Partenaires', '', 'draft', 'open', 'open', '', '', '', '', '2010-03-12 10:42:37', '0000-00-00 00:00:00', '', 0, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?page_id=23', 0, 'page', '', 0),
(24, 1, '2010-03-12 11:05:25', '2010-03-12 11:05:25', '\r\n<table width="100%">\r\n<tbody>\r\n<tr>\r\n<td><img title="logo bnf" src="wp-content/uploads/2010/03/600px-Logo_BnF_svg.png" alt="" width="100" /></td>\r\n<td><img title="logo DgCis" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_dgicis.png" alt="" width="100" /></td>\r\n<td><img title="logo Mairie de paris" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_mairie_paris.png" alt="" width="100" /></td>\r\n<td><img title="logo Conseil général du Val de Marne" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_val_de_marne.png" alt="" width="100" /></td>\r\n<td><img title="logo Imaginove" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_imaginove.png" alt="" width="100" /></td>\r\n<td><img title="logo cap digital" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_cap_digital.png" alt="" width="100" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n', 'Partenaires', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2010-03-12 13:03:12', '2010-03-12 13:03:12', '', 0, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?page_id=24', 0, 'page', '', 0),
(25, 1, '2010-03-12 11:05:14', '2010-03-12 11:05:14', 'contact {arrobase} cinecast {point} fr', 'Contact', '', 'inherit', 'open', 'open', '', '24-revision', '', '', '2010-03-12 11:05:14', '2010-03-12 11:05:14', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=25', 0, 'revision', '', 0),
(27, 1, '2010-03-12 11:07:13', '2010-03-12 11:07:13', 'contact {arrobase} cinecast {point} fr', 'Contact', '', 'publish', 'open', 'open', '', 'contact-2', '', '', '2010-03-12 11:33:48', '2010-03-12 11:33:48', '', 0, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?page_id=27', 0, 'page', '', 0),
(26, 1, '2010-03-12 11:05:25', '2010-03-12 11:05:25', 'contact {arrobase} cinecast {point} fr', 'Contact', '', 'inherit', 'open', 'open', '', '24-revision-2', '', '', '2010-03-12 11:05:25', '2010-03-12 11:05:25', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=26', 0, 'revision', '', 0),
(28, 1, '2010-03-12 11:08:14', '2010-03-12 11:08:14', 'contact {arrobase} cinecast {point} fr', 'contact', '', 'inherit', 'open', 'open', '', '27-autosave', '', '', '2010-03-12 11:08:14', '2010-03-12 11:08:14', '', 27, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=28', 0, 'revision', '', 0),
(29, 1, '2010-03-12 11:20:25', '2010-03-12 11:20:25', 'Le projet combine de manière équilibrée de fortes compétences technologiques avec une expertise exceptionnelle sur les contenus.\n\n<strong>a)	Une plateforme technologique Rich Média</strong>\n\n3 briques technologiques\n<ul>\n	<li>Ingénierie des descriptions audiovisuelles et outils d’annotation (<a href="http://www.iri.centrepompidou.fr/" target="_blank">IRI</a>, <a href="http://liris.cnrs.fr/" target="_blank">LIRIS</a>)</li>\n	<li>Extraction automatique et ingénierie des connaissances (<a href="http://www-list.cea.fr/" target="_blank">LIST</a>)</li>\n	<li>Moteurs de recherche et ingénierie sociale (<a href="http://www.exalead.fr/search/" target="_blank">Exalead</a>, <a href="http://www.allocine.fr/" target="_blank">AlloCiné</a>)</li>\n</ul>\nUne plateforme technique permettant d’intégrer ces briques technologiques, développée par <a href="http://www.netia.net/" target="_blank">NETIA </a>autour de son produit HyperCast Warehouse et testée en vrai grandeur durant le projet par le groupe <a href="http://www.globecast.com/" target="_blank">GlobeCast</a>.\n\n<a title="http://www.iri.centrepompidou.fr" href="L’IRI/Centre Pompidou" target="_blank">L’IRI/Centre Pompidou</a>, le LIRIS et le Forum des Images sont trois partenaires de ce projet également associés dans le projet <a href="http://www.iri.centrepompidou.fr/projets/cinelab/" target="_blank">CineLab (ANR 2006)</a> qui explore les nouveaux modes d’annotation d’objets temporels notamment à l’aide de dispositifs mobiles. Ce projet a permis de cerner de près les nouvelles pratiques en cours d’émergence dans le domaine de la navigation et de l’annotation cinématographique. Il a également permis d’identifier les besoins des principaux acteurs proposant des archives cinématographiques et des services Web ou VoD qui sont porteurs de la proposition CineCast.\n\nPlusieurs des partenaires disposent d’une expérience solide en matière de développement d’outils d’annotation filmique et de partage tels que <a href="http://liris.cnrs.fr/advene/" target="_blank">Advene </a>(LIRIS), SemanticVox  (OMT CNRS/CEA LIST), <a href="http://www.iri.centrepompidou.fr/outils/lignes-de-temps/" target="_blank">Lignes de temps </a> (IRI) ou MediaScope  (INA/Netia). On trouvera des descriptions détaillées des outils en annexe.\n\nGlobeCast est aujourd’hui un leader mondial dans la gestion et la livraison de contenu multimédia. Filiale du Groupe France Télécom, GlobeCast a été créée en 1997 par le regroupement de toutes les activités de transport par satellite de France Télécom, en France comme à l’étranger. A cet égard, la société bénéficie de 30 années d’expérience en tant que fournisseur de services de transport audiovisuel par satellite. Fin 2007, GlobeCast compte quelques 660 salariés répartis à travers le monde. Ces dernières années, GlobeCast s’est repositionné avec succès dans la chaîne de valeur de la prestation audiovisuelle, tirant profit des innovations technologiques et des tendances du marché. GlobeCast traite le contenu audiovisuel en amont et en aval de son transport, agrège les chaînes de télévision dans ses centres techniques et opère un réseau interconnectant ses téléports via un réseau optique sécurisé. En 2008 GlobeCast fait l’acquisition de NETIA, l’un des leaders de la commercialisation de solutions logicielles pour la gestion et la diffusion de contenus audiovisuels pour renforcer son portefeuille de service à valeur ajoutée.\n\n<strong>b)	L’expertise et la connaissance des contenus (bibliothèques, sites VoD, média sociaux)</strong>\n\nHistoriquement le projet s’est construit autour de la compétence documentaire et de la connaissance du cinéma des principaux fonds d’archives cinéma avec pour ambition commune de valoriser cette expertise, de la partager avec d’autres fournisseurs de contenus du secteur commercial et de s’intégrer dans la dynamique des  réseaux sociaux :\n<ul>\n	<li><a href="http://www.forumdesimages.fr/">Forum des Images</a> (Filmothèque de la Ville de Paris)</li>\n	<li><a href="http://www.cinematheque.fr/" target="_blank">Cinémathèque française</a></li>\n	<li><a href="http://www.bnf.fr/fr/acc/x.accueil.html" target="_blank">BNF / dépôt légal</a> – Département de l’audiovisuel</li>\n	<li><a href="http://www.bpi.fr/" target="_blank">BPI </a>Centre Pompidou</li>\n	<li><a href="http://www.ina.fr/" target="_blank">Ina</a>, Centre de consultation de l’Inathèque.</li>\n</ul>\nA ces compétences se sont ajoutées celles d''acteurs reconnus du domaine\n<ul>\n	<li><a href="http://www.allocine.fr/" target="_blank">Allo Ciné</a>, média social du cinéma leader en France et en fort développement à l’international,</li>\n	<li><a href="http://www.lesite.tv/" target="_blank">Lesite.TV</a> (GIE créé par France5 et le CNDP pour la diffusion des contenus audiovisuels vers les établissements scolaires),</li>\n	<li><a href="http://www.universcine.com/" target="_blank">UniversCiné</a> (plateforme de VoD regroupant près de 50 producteurs de films indépendants en France et en Europe),</li>\n	<li><a href="http://www.vodkaster.com/" target="_blank">VodKaster </a>(start-up spécialisée sur la promotion des films par le remix contributif d’extraits)</li>\n</ul>\nEnfin <a href="http://www.telecom-paristech.fr/" target="_blank">Telecom Paris Tech</a> apporte sa connaissance du secteur culturel et des médias et son expertise dans l’analyse des usages et les stratégie socio-économiques.', 'Consortium', '', 'inherit', 'open', 'open', '', '19-autosave', '', '', '2010-03-12 11:20:25', '2010-03-12 11:20:25', '', 19, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=29', 0, 'revision', '', 0),
(30, 1, '2010-03-12 10:35:36', '2010-03-12 10:35:36', 'Le projet combine de manière équilibrée de fortes compétences technologiques avec une expertise exceptionnelle sur les contenus.\r\n\r\n<strong>a)	Une plateforme technologique Rich Média</strong>\r\n\r\n3 briques technologiques\r\n<ul>\r\n	<li>Ingénierie des descriptions audiovisuelles et outils d’annotation (IRI, LIRIS)</li>\r\n	<li>Extraction automatique et ingénierie des connaissances (LIST)</li>\r\n	<li>Moteurs de recherche et ingénierie sociale (Exalead, AlloCiné)</li>\r\n</ul>\r\nUne plateforme technique permettant d’intégrer ces briques technologiques, développée par NETIA autour de son produit HyperCast Warehouse et testée en vrai grandeur durant le projet par le groupe GlobeCast.\r\n\r\nL’IRI/Centre Pompidou, le LIRIS et le Forum des Images sont trois partenaires de ce projet également associés dans le projet CineLab (ANR 2006) qui explore les nouveaux modes d’annotation d’objets temporels notamment à l’aide de dispositifs mobiles. Ce projet a permis de cerner de près les nouvelles pratiques en cours d’émergence dans le domaine de la navigation et de l’annotation cinématographique. Il a également permis d’identifier les besoins des principaux acteurs proposant des archives cinématographiques et des services Web ou VoD qui sont porteurs de la proposition CineCast.\r\n\r\nPlusieurs des partenaires disposent d’une expérience solide en matière de développement d’outils d’annotation filmique et de partage tels que Advene  (LIRIS), SemanticVox  (OMT CNRS/CEA LIST), Lignes de temps  (IRI) ou MediaScope  (INA/Netia). On trouvera des descriptions détaillées des outils en annexe.\r\n\r\nGlobeCast est aujourd’hui un leader mondial dans la gestion et la livraison de contenu multimédia. Filiale du Groupe France Télécom, GlobeCast a été créée en 1997 par le regroupement de toutes les activités de transport par satellite de France Télécom, en France comme à l’étranger. A cet égard, la société bénéficie de 30 années d’expérience en tant que fournisseur de services de transport audiovisuel par satellite. Fin 2007, GlobeCast compte quelques 660 salariés répartis à travers le monde. Ces dernières années, GlobeCast s’est repositionné avec succès dans la chaîne de valeur de la prestation audiovisuelle, tirant profit des innovations technologiques et des tendances du marché. GlobeCast traite le contenu audiovisuel en amont et en aval de son transport, agrège les chaînes de télévision dans ses centres techniques et opère un réseau interconnectant ses téléports via un réseau optique sécurisé. En 2008 GlobeCast fait l’acquisition de NETIA, l’un des leaders de la commercialisation de solutions logicielles pour la gestion et la diffusion de contenus audiovisuels pour renforcer son portefeuille de service à valeur ajoutée.\r\n\r\n<strong>b)	L’expertise et la connaissance des contenus (bibliothèques, sites VoD, média sociaux)</strong>\r\n\r\nHistoriquement le projet s’est construit autour de la compétence documentaire et de la connaissance du cinéma des principaux fonds d’archives cinéma avec pour ambition commune de valoriser cette expertise, de la partager avec d’autres fournisseurs de contenus du secteur commercial et de s’intégrer dans la dynamique des  réseaux sociaux :\r\n<ul>\r\n	<li>Forum des Images (Filmothèque de la Ville de Paris)</li>\r\n	<li>Cinémathèque française</li>\r\n	<li>BNF / dépôt légal – Département de l’audiovisuel</li>\r\n	<li>BPI Centre Pompidou</li>\r\n	<li>Ina, Centre de consultation de l’Inathèque.</li>\r\n</ul>\r\nA ces compétences se sont ajoutées celles d''acteurs reconnus du domaine\r\n<ul>\r\n	<li>Allo Ciné, média social du cinéma leader en France et en fort développement à l’international,</li>\r\n	<li>Lesite.TV (GIE créé par France5 et le CNDP pour la diffusion des contenus audiovisuels vers les établissements scolaires),</li>\r\n	<li>UniversCiné (plateforme de VoD regroupant près de 50 producteurs de films indépendants en France et en Europe),</li>\r\n	<li>VodKaster (start-up spécialisée sur la promotion des films par le remix contributif d’extraits)</li>\r\n</ul>\r\nEnfin Telecom Paris Tech apporte sa connaissance du secteur culturel et des médias et son expertise dans l’analyse des usages et les stratégie socio-économiques.', 'Consortium', '', 'inherit', 'open', 'open', '', '19-revision-4', '', '', '2010-03-12 10:35:36', '2010-03-12 10:35:36', '', 19, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=30', 0, 'revision', '', 0),
(31, 1, '2010-03-12 11:16:24', '2010-03-12 11:16:24', 'Le projet combine de manière équilibrée de fortes compétences technologiques avec une expertise exceptionnelle sur les contenus.\r\n\r\n<strong>a)	Une plateforme technologique Rich Média</strong>\r\n\r\n3 briques technologiques\r\n<ul>\r\n	<li>Ingénierie des descriptions audiovisuelles et outils d’annotation (<a href="http://www.iri.centrepompidou.fr/" target="_blank">IRI</a>, <a href="http://liris.cnrs.fr/" target="_blank">LIRIS</a>)</li>\r\n	<li>Extraction automatique et ingénierie des connaissances (<a href="http://www-list.cea.fr/" target="_blank">LIST</a>)</li>\r\n	<li>Moteurs de recherche et ingénierie sociale (<a href="http://www.exalead.fr/search/" target="_blank">Exalead</a>, <a href="http://www.allocine.fr/" target="_blank">AlloCiné</a>)</li>\r\n</ul>\r\nUne plateforme technique permettant d’intégrer ces briques technologiques, développée par <a href="http://www.netia.net/" target="_blank">NETIA </a>autour de son produit HyperCast Warehouse et testée en vrai grandeur durant le projet par le groupe <a href="http://www.globecast.com/" target="_blank">GlobeCast</a>.\r\n\r\n<a title="http://www.iri.centrepompidou.fr" href="L’IRI/Centre Pompidou" target="_blank">L’IRI/Centre Pompidou</a>, le LIRIS et le Forum des Images sont trois partenaires de ce projet également associés dans le projet CineLab (ANR 2006) qui explore les nouveaux modes d’annotation d’objets temporels notamment à l’aide de dispositifs mobiles. Ce projet a permis de cerner de près les nouvelles pratiques en cours d’émergence dans le domaine de la navigation et de l’annotation cinématographique. Il a également permis d’identifier les besoins des principaux acteurs proposant des archives cinématographiques et des services Web ou VoD qui sont porteurs de la proposition CineCast.\r\n\r\nPlusieurs des partenaires disposent d’une expérience solide en matière de développement d’outils d’annotation filmique et de partage tels que Advene  (LIRIS), SemanticVox  (OMT CNRS/CEA LIST), Lignes de temps  (IRI) ou MediaScope  (INA/Netia). On trouvera des descriptions détaillées des outils en annexe.\r\n\r\nGlobeCast est aujourd’hui un leader mondial dans la gestion et la livraison de contenu multimédia. Filiale du Groupe France Télécom, GlobeCast a été créée en 1997 par le regroupement de toutes les activités de transport par satellite de France Télécom, en France comme à l’étranger. A cet égard, la société bénéficie de 30 années d’expérience en tant que fournisseur de services de transport audiovisuel par satellite. Fin 2007, GlobeCast compte quelques 660 salariés répartis à travers le monde. Ces dernières années, GlobeCast s’est repositionné avec succès dans la chaîne de valeur de la prestation audiovisuelle, tirant profit des innovations technologiques et des tendances du marché. GlobeCast traite le contenu audiovisuel en amont et en aval de son transport, agrège les chaînes de télévision dans ses centres techniques et opère un réseau interconnectant ses téléports via un réseau optique sécurisé. En 2008 GlobeCast fait l’acquisition de NETIA, l’un des leaders de la commercialisation de solutions logicielles pour la gestion et la diffusion de contenus audiovisuels pour renforcer son portefeuille de service à valeur ajoutée.\r\n\r\n<strong>b)	L’expertise et la connaissance des contenus (bibliothèques, sites VoD, média sociaux)</strong>\r\n\r\nHistoriquement le projet s’est construit autour de la compétence documentaire et de la connaissance du cinéma des principaux fonds d’archives cinéma avec pour ambition commune de valoriser cette expertise, de la partager avec d’autres fournisseurs de contenus du secteur commercial et de s’intégrer dans la dynamique des  réseaux sociaux :\r\n<ul>\r\n	<li><a href="http://www.forumdesimages.fr/">Forum des Images</a> (Filmothèque de la Ville de Paris)</li>\r\n	<li><a href="http://www.cinematheque.fr/" target="_blank">Cinémathèque française</a></li>\r\n	<li><a href="http://www.bnf.fr/fr/acc/x.accueil.html" target="_blank">BNF / dépôt légal</a> – Département de l’audiovisuel</li>\r\n	<li><a href="http://www.bpi.fr/" target="_blank">BPI </a>Centre Pompidou</li>\r\n	<li><a href="http://www.ina.fr/" target="_blank">Ina</a>, Centre de consultation de l’Inathèque.</li>\r\n</ul>\r\nA ces compétences se sont ajoutées celles d''acteurs reconnus du domaine\r\n<ul>\r\n	<li><a href="http://www.allocine.fr/" target="_blank">Allo Ciné</a>, média social du cinéma leader en France et en fort développement à l’international,</li>\r\n	<li><a href="http://www.lesite.tv/" target="_blank">Lesite.TV</a> (GIE créé par France5 et le CNDP pour la diffusion des contenus audiovisuels vers les établissements scolaires),</li>\r\n	<li><a href="http://www.universcine.com/" target="_blank">UniversCiné</a> (plateforme de VoD regroupant près de 50 producteurs de films indépendants en France et en Europe),</li>\r\n	<li><a href="http://www.vodkaster.com/" target="_blank">VodKaster </a>(start-up spécialisée sur la promotion des films par le remix contributif d’extraits)</li>\r\n</ul>\r\nEnfin <a href="http://www.telecom-paristech.fr/" target="_blank">Telecom Paris Tech</a> apporte sa connaissance du secteur culturel et des médias et son expertise dans l’analyse des usages et les stratégie socio-économiques.', 'Consortium', '', 'inherit', 'open', 'open', '', '19-revision-5', '', '', '2010-03-12 11:16:24', '2010-03-12 11:16:24', '', 19, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=31', 0, 'revision', '', 0),
(32, 1, '2010-03-12 11:29:18', '2010-03-12 11:29:18', '<a href="http://www.iri.centrepompidou.fr/ateliers/atelier-thd-et-cinema/" target="_blank">Atelier Cinéma et réseaux numériques</a>\nDébat sur les enjeux du Très Haut Débit\nDans le cadre du projet de plateforme régionale THD Cap Digital\navec la participation des partenaires du projet FUI CineCast\nVendredi 26 mars 2010, de 15h à 18h00, en salle Piazza (Centre Pompidou)\nProposé par l''Institut de recherche et d''innovation<!--more-->\n\nLes principaux acteurs du monde culturel, publics comme privés, portent un intérêt croissant à la profonde mutation\nintroduite par le passage d’une économie culturelle reposant sur la consommation et l’audience de masse à une\néconomie culturelle bouleversée par le développement des réseaux numériques à très haut débit (dits THD) et reposant largement sur la contribution et les échanges. L’économie et les pratiques sociales du cinéma qui étaient initialement construites sur un modèle asymétrique et centralisé analogue à celui de la diffusion télévisuelle ou radiophonique évoluent ainsi vers des modèles de plus en plus flexibles, distribués et symétrique où les pratiques des amateurs se  complexifient et se diversifient en amont comme en aval de la diffusion. A ce point de convergence critique, que d’aucun désigne comme le Web 3.0, de grands acteurs industriels investissent et développent de nouvelles activités, pour assoir leurs stratégies industrielles dans le secteur du cinéma avec un focus particulier sur la qualité des métadonnées et à la flexibilité de la diffusion des films compte tenu de l’équipement des salles en réception et projection numérique (fiber-to-the-theater). De nombreuses sociétés investissent également le marché de ce que l’on désigne sous le nom d’ingénierie sociale (c''est-à-dire les technologies et services pour les sites collaboratifs et les\nréseaux sociaux), et imaginent de nouveaux modèles économiques fondés sur la combinaison de logiques bottom-up et\ntop-down permise par la généralisation des réseaux THD symétriques.\nL’objectif de cet atelier piloté par l’Iri (Institut de recherche et d’innovation) et mis en place dans le cadre du projet de\nplateforme régionale THD coordonné par Cap Digital, est d’interroger l’impact des technologies THD sur l’évolution des\nmodèles économiques de l''industrie cinématographiques ainsi que sur les pratiques culturelles et sociales afférentes.\nUn intérêt particulier sera porté au développement des pratiques contributives d’enrichissement et de diffusion de\ncontenus, ainsi qu’à l’émergence de nouveaux services à haute valeur ajoutée, tant au niveau des fournisseurs de\ncontenus que des medias sociaux connexes. L’atelier pourra ainsi être structuré autour de trois thématiques, dans la\nperspective des opportunités offertes par les réseaux très haut débit :\n\n<strong>\n15h00-15h20 : </strong>Introduction à l’atelier\n• Vincent Puig, Directeur Adjoint de l’Institut de Recherche et d’Innovation\n\n<strong>\n15h20-16h00 :</strong> Technologies numériques et diffusion\n• Guillaume Blanchot, Directeur du Multimédia et des industries techniques du CNC\n• Christophe Beauvais, Directeur Applications Entreprise et Jérémie Roudaire, Directeur du développement\ncommercial Amérique Latine, GlobeCast\n\n<strong>\n16h00-16h40 : </strong>Nouveaux modèles économiques\n• Frédéric Sitterlé, Fondateur de My Skreen\n• Thomas Jullienne, Responsable Marketing Salle d’AlloCiné\n\n<strong>\n16h40-17h20 : </strong>Pratiques sociales et contributives\n• David Honnorat, co-fondateur, Directeur produits et communautés de Vodkaster\n• Bruno Daniault, Président de IP…Ciné\n<strong>17h20-18h00 : </strong>Débat sur les enjeux du très haut débit\nInscription et information : par mail à l’adresse suivante : contact@iri.centrepompidou.fr\nSites relatifs aux projets THD et CineCast : http://portailthd.fr, http://thdculture.fr, http://cinecast.fr', 'Atelier Cinéma & réseaux numériques', '', 'inherit', 'open', 'open', '', '6-autosave', '', '', '2010-03-12 11:29:18', '2010-03-12 11:29:18', '', 6, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=32', 0, 'revision', '', 0),
(33, 1, '2010-03-12 09:23:58', '2010-03-12 09:23:58', 'dfqgdfgdfgdf', 'test test test ', '', 'inherit', 'open', 'open', '', '6-revision-3', '', '', '2010-03-12 09:23:58', '2010-03-12 09:23:58', '', 6, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=33', 0, 'revision', '', 0),
(34, 1, '2010-03-12 11:26:14', '2010-03-12 11:26:14', '<a href="http://www.iri.centrepompidou.fr/ateliers/atelier-thd-et-cinema/" target="_blank">Atelier Cinéma et réseaux numériques</a>\r\nDébat sur les enjeux du Très Haut Débit\r\nDans le cadre du projet de plateforme régionale THD Cap Digital\r\navec la participation des partenaires du projet FUI CineCast\r\nVendredi 26 mars 2010, de 15h à 18h00, en salle Piazza (Centre Pompidou)\r\nProposé par l''Institut de recherche et d''innovation<!--more-->\r\n\r\nLes principaux acteurs du monde culturel, publics comme privés, portent un intérêt croissant à la profonde mutation\r\nintroduite par le passage d’une économie culturelle reposant sur la consommation et l’audience de masse à une\r\néconomie culturelle bouleversée par le développement des réseaux numériques à très haut débit (dits THD) et reposant\r\nlargement sur la contribution et les échanges. L’économie et les pratiques sociales du cinéma qui étaient initialement\r\nconstruites sur un modèle asymétrique et centralisé analogue à celui de la diffusion télévisuelle ou radiophonique\r\névoluent ainsi vers des modèles de plus en plus flexibles, distribués et symétrique où les pratiques des amateurs se\r\ncomplexifient et se diversifient en amont comme en aval de la diffusion. A ce point de convergence critique, que\r\nd’aucun désigne comme le Web 3.0, de grands acteurs industriels investissent et développent de nouvelles activités,\r\npour assoir leurs stratégies industrielles dans le secteur du cinéma avec un focus particulier sur la qualité des\r\nmétadonnées et à la flexibilité de la diffusion des films compte tenu de l’équipement des salles en réception et\r\nprojection numérique (fiber-to-the-theater). De nombreuses sociétés investissent également le marché de ce que l’on\r\ndésigne sous le nom d’ingénierie sociale (c''est-à-dire les technologies et services pour les sites collaboratifs et les\r\nréseaux sociaux), et imaginent de nouveaux modèles économiques fondés sur la combinaison de logiques bottom-up et\r\ntop-down permise par la généralisation des réseaux THD symétriques.\r\nL’objectif de cet atelier piloté par l’Iri (Institut de recherche et d’innovation) et mis en place dans le cadre du projet de\r\nplateforme régionale THD coordonné par Cap Digital, est d’interroger l’impact des technologies THD sur l’évolution des\r\nmodèles économiques de l''industrie cinématographiques ainsi que sur les pratiques culturelles et sociales afférentes.\r\nUn intérêt particulier sera porté au développement des pratiques contributives d’enrichissement et de diffusion de\r\ncontenus, ainsi qu’à l’émergence de nouveaux services à haute valeur ajoutée, tant au niveau des fournisseurs de\r\ncontenus que des medias sociaux connexes. L’atelier pourra ainsi être structuré autour de trois thématiques, dans la\r\nperspective des opportunités offertes par les réseaux très haut débit :\r\n\r\n<strong>\r\n15h00-15h20 : </strong>Introduction à l’atelier\r\n• Vincent Puig, Directeur Adjoint de l’Institut de Recherche et d’Innovation\r\n\r\n<strong>\r\n15h20-16h00 :</strong> Technologies numériques et diffusion\r\n• Guillaume Blanchot, Directeur du Multimédia et des industries techniques du CNC\r\n• Christophe Beauvais, Directeur Applications Entreprise et Jérémie Roudaire, Directeur du développement\r\ncommercial Amérique Latine, GlobeCast\r\n\r\n<strong>\r\n16h00-16h40 : </strong>Nouveaux modèles économiques\r\n• Frédéric Sitterlé, Fondateur de My Skreen\r\n• Thomas Jullienne, Responsable Marketing Salle d’AlloCiné\r\n\r\n<strong>\r\n16h40-17h20 : </strong>Pratiques sociales et contributives\r\n• David Honnorat, co-fondateur, Directeur produits et communautés de Vodkaster\r\n• Bruno Daniault, Président de IP…Ciné\r\n<strong>17h20-18h00 : </strong>Débat sur les enjeux du très haut débit\r\nInscription et information : par mail à l’adresse suivante : contact@iri.centrepompidou.fr\r\nSites relatifs aux projets THD et CineCast : http://portailthd.fr, http://thdculture.fr, http://cinecast.fr', 'Atelier Cinéma & réseaux numériques', '', 'inherit', 'open', 'open', '', '6-revision-4', '', '', '2010-03-12 11:26:14', '2010-03-12 11:26:14', '', 6, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=34', 0, 'revision', '', 0),
(35, 1, '2010-03-12 11:29:30', '2010-03-12 11:29:30', 'tets tet sgd shfsdhqfksdjk fhjksdqh klfhsdjk', 'test test test ', '', 'inherit', 'open', 'open', '', '3-autosave', '', '', '2010-03-12 11:29:30', '2010-03-12 11:29:30', '', 3, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=35', 0, 'revision', '', 0),
(36, 1, '2010-03-12 11:07:13', '2010-03-12 11:07:13', 'contact {arrobase} cinecast {point} fr', 'contact', '', 'inherit', 'open', 'open', '', '27-revision', '', '', '2010-03-12 11:07:13', '2010-03-12 11:07:13', '', 27, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=36', 0, 'revision', '', 0),
(37, 1, '2010-03-12 09:23:30', '2010-03-12 09:23:30', 'tets tet sgd shfsdhqfksdjk fhjksdqh klfhsdjk', 'test test test ', '', 'inherit', 'open', 'open', '', '3-revision-3', '', '', '2010-03-12 09:23:30', '2010-03-12 09:23:30', '', 3, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=37', 0, 'revision', '', 0),
(38, 1, '2010-03-12 08:51:22', '2010-03-12 08:51:22', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'inherit', 'open', 'open', '', '1-revision', '', '', '2010-03-12 08:51:22', '2010-03-12 08:51:22', '', 1, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=38', 0, 'revision', '', 0),
(39, 1, '2010-03-12 13:04:57', '2010-03-12 13:04:57', '<table width="100%">\n<tbody>\n<tr>\n<td><img title="logo bnf" src="wp-content/uploads/2010/03/600px-Logo_BnF_svg.png" alt="" width="100" /></td>\n<td><img title="logo DgCis" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_dgicis.png" alt="" width="100" /></td>\n<td><img title="logo Mairie de paris" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_mairie_paris.png" alt="" width="100" /></td>\n<td><img title="logo Conseil général du Val de Marne" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_val_de_marne.png" alt="" width="100" /></td>\n<td><img title="logo Imaginove" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_imaginove.png" alt="" width="100" /></td>\n<td><img title="logo cap digital" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_cap_digital.png" alt="" width="100" /></td>\n</tr>\n</tbody>\n</table>', 'Partenaires', '', 'inherit', 'open', 'open', '', '24-autosave', '', '', '2010-03-12 13:04:57', '2010-03-12 13:04:57', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=39', 0, 'revision', '', 0),
(40, 1, '2010-03-12 12:56:31', '2010-03-12 12:56:31', '', 'te_lesitetv', '', 'inherit', 'open', 'open', '', 'te_lesitetv', '', '', '2010-03-12 12:56:31', '2010-03-12 12:56:31', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/te_lesitetv.jpg', 0, 'attachment', 'image/jpeg', 0),
(41, 1, '2010-03-12 12:56:38', '2010-03-12 12:56:38', '', 'oniram_logo_06_out', '', 'inherit', 'open', 'open', '', 'oniram_logo_06_out', '', '', '2010-03-12 12:56:38', '2010-03-12 12:56:38', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/oniram_logo_06_out.gif', 0, 'attachment', 'image/gif', 0),
(42, 1, '2010-03-12 12:56:42', '2010-03-12 12:56:42', '', 'logo-cinematheque-francaise', '', 'inherit', 'open', 'open', '', 'logo-cinematheque-francaise', '', '', '2010-03-12 12:56:42', '2010-03-12 12:56:42', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo-cinematheque-francaise.gif', 0, 'attachment', 'image/gif', 0),
(43, 1, '2010-03-12 12:56:45', '2010-03-12 12:56:45', '', 'logo_transparent', '', 'inherit', 'open', 'open', '', 'logo_transparent', '', '', '2010-03-12 12:56:45', '2010-03-12 12:56:45', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo_transparent.gif', 0, 'attachment', 'image/gif', 0),
(44, 1, '2010-03-12 12:56:48', '2010-03-12 12:56:48', '', 'logo_telecom_paristech', '', 'inherit', 'open', 'open', '', 'logo_telecom_paristech', '', '', '2010-03-12 12:56:48', '2010-03-12 12:56:48', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo_telecom_paristech.png', 0, 'attachment', 'image/png', 0),
(45, 1, '2010-03-12 12:56:51', '2010-03-12 12:56:51', '', 'logo_netia', '', 'inherit', 'open', 'open', '', 'logo_netia', '', '', '2010-03-12 12:56:51', '2010-03-12 12:56:51', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo_netia.gif', 0, 'attachment', 'image/gif', 0),
(46, 1, '2010-03-12 12:56:54', '2010-03-12 12:56:54', '', 'logo_list', '', 'inherit', 'open', 'open', '', 'logo_list', '', '', '2010-03-12 12:56:54', '2010-03-12 12:56:54', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo_list.gif', 0, 'attachment', 'image/gif', 0),
(47, 1, '2010-03-12 12:56:56', '2010-03-12 12:56:56', '', 'logo_liris', '', 'inherit', 'open', 'open', '', 'logo_liris', '', '', '2010-03-12 12:56:56', '2010-03-12 12:56:56', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo_liris.png', 0, 'attachment', 'image/png', 0),
(48, 1, '2010-03-12 12:56:58', '2010-03-12 12:56:58', '', 'Logo_ina', '', 'inherit', 'open', 'open', '', 'logo_ina', '', '', '2010-03-12 12:56:58', '2010-03-12 12:56:58', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/Logo_ina.png', 0, 'attachment', 'image/png', 0),
(49, 1, '2010-03-12 12:57:06', '2010-03-12 12:57:06', '', 'Logo_ina', '', 'inherit', 'open', 'open', '', 'logo_ina-2', '', '', '2010-03-12 12:57:06', '2010-03-12 12:57:06', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/Logo_ina1.png', 0, 'attachment', 'image/png', 0),
(50, 1, '2010-03-12 12:57:09', '2010-03-12 12:57:09', '', 'logo_fdi', '', 'inherit', 'open', 'open', '', 'logo_fdi', '', '', '2010-03-12 12:57:09', '2010-03-12 12:57:09', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo_fdi.png', 0, 'attachment', 'image/png', 0),
(51, 1, '2010-03-12 12:57:11', '2010-03-12 12:57:11', '', 'logo_exalead', '', 'inherit', 'open', 'open', '', 'logo_exalead', '', '', '2010-03-12 12:57:11', '2010-03-12 12:57:11', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo_exalead.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2010-03-12 12:57:16', '2010-03-12 12:57:16', '', 'logo_allocine', '', 'inherit', 'open', 'open', '', 'logo_allocine', '', '', '2010-03-12 12:57:16', '2010-03-12 12:57:16', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo_allocine.gif', 0, 'attachment', 'image/gif', 0),
(53, 1, '2010-03-12 12:57:18', '2010-03-12 12:57:18', '', 'logo', '', 'inherit', 'open', 'open', '', 'logo', '', '', '2010-03-12 12:57:18', '2010-03-12 12:57:18', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo.png', 0, 'attachment', 'image/png', 0),
(54, 1, '2010-03-12 12:57:21', '2010-03-12 12:57:21', '', 'logo', '', 'inherit', 'open', 'open', '', 'logo-2', '', '', '2010-03-12 12:57:21', '2010-03-12 12:57:21', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/logo.gif', 0, 'attachment', 'image/gif', 0),
(55, 1, '2010-03-12 12:57:26', '2010-03-12 12:57:26', '', 'iri', '', 'inherit', 'open', 'open', '', 'iri', '', '', '2010-03-12 12:57:26', '2010-03-12 12:57:26', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/iri.png', 0, 'attachment', 'image/png', 0),
(56, 1, '2010-03-12 12:57:30', '2010-03-12 12:57:30', '', 'globcast_logo', '', 'inherit', 'open', 'open', '', 'globcast_logo', '', '', '2010-03-12 12:57:30', '2010-03-12 12:57:30', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/globcast_logo.gif', 0, 'attachment', 'image/gif', 0),
(57, 1, '2010-03-12 12:57:34', '2010-03-12 12:57:34', '', 'globcast_logo', '', 'inherit', 'open', 'open', '', 'globcast_logo-2', '', '', '2010-03-12 12:57:34', '2010-03-12 12:57:34', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/globcast_logo1.gif', 0, 'attachment', 'image/gif', 0),
(58, 1, '2010-03-12 12:57:37', '2010-03-12 12:57:37', '', 'exalead_logo', '', 'inherit', 'open', 'open', '', 'exalead_logo', '', '', '2010-03-12 12:57:37', '2010-03-12 12:57:37', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/exalead_logo.png', 0, 'attachment', 'image/png', 0),
(59, 1, '2010-03-12 12:57:42', '2010-03-12 12:57:42', '', 'bpi_logo_noir', '', 'inherit', 'open', 'open', '', 'bpi_logo_noir', '', '', '2010-03-12 12:57:42', '2010-03-12 12:57:42', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/bpi_logo_noir.jpg', 0, 'attachment', 'image/jpeg', 0),
(60, 1, '2010-03-12 12:57:43', '2010-03-12 12:57:43', '', '600px-Logo_BnF_svg', '', 'inherit', 'open', 'open', '', '600px-logo_bnf_svg', '', '', '2010-03-12 12:57:43', '2010-03-12 12:57:43', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-content/uploads/2010/03/600px-Logo_BnF_svg.png', 0, 'attachment', 'image/png', 0),
(61, 1, '2010-03-12 11:07:02', '2010-03-12 11:07:02', '', 'Partenaires', '', 'inherit', 'open', 'open', '', '24-revision-3', '', '', '2010-03-12 11:07:02', '2010-03-12 11:07:02', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=61', 0, 'revision', '', 0),
(64, 1, '2010-03-12 13:01:41', '2010-03-12 13:01:41', '<div id="siteinfo">\r\n<table border="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td><img title="logo bnf" src="wp-content/uploads/2010/03/600px-Logo_BnF_svg.png" alt="" width="100" /></td>\r\n<td><img title="logo DgCis" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_dgicis.png" alt="" width="100" /></td>\r\n<td><img title="logo Mairie de paris" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_mairie_paris.png" alt="" width="100" /></td>\r\n<td><img title="logo Conseil général du Val de Marne" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_val_de_marne.png" alt="" width="100" /></td>\r\n<td><img title="logo Imaginove" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_imaginove.png" alt="" width="100" /></td>\r\n<td><img title="logo cap digital" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_cap_digital.png" alt="" width="100" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Partenaires', '', 'inherit', 'open', 'open', '', '24-revision-6', '', '', '2010-03-12 13:01:41', '2010-03-12 13:01:41', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=64', 0, 'revision', '', 0),
(62, 1, '2010-03-12 12:57:57', '2010-03-12 12:57:57', '<div id="siteinfo">\r\n<table border="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td><img title="logo ile de france" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_idf.png" alt="" width="100" /></td>\r\n<td><img title="logo DgCis" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_dgicis.png" alt="" width="100" /></td>\r\n<td><img title="logo Mairie de paris" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_mairie_paris.png" alt="" width="100" /></td>\r\n<td><img title="logo Conseil général du Val de Marne" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_val_de_marne.png" alt="" width="100" /></td>\r\n<td><img title="logo Imaginove" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_imaginove.png" alt="" width="100" /></td>\r\n<td><img title="logo cap digital" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_cap_digital.png" alt="" width="100" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Partenaires', '', 'inherit', 'open', 'open', '', '24-revision-4', '', '', '2010-03-12 12:57:57', '2010-03-12 12:57:57', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=62', 0, 'revision', '', 0),
(63, 1, '2010-03-12 12:58:09', '2010-03-12 12:58:09', '<div id="siteinfo">\r\n<table border="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td><img title="logo ile de france" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_idf.png" alt="" width="100" /></td>\r\n<td><img title="logo DgCis" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_dgicis.png" alt="" width="100" /></td>\r\n<td><img title="logo Mairie de paris" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_mairie_paris.png" alt="" width="100" /></td>\r\n<td><img title="logo Conseil général du Val de Marne" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_val_de_marne.png" alt="" width="100" /></td>\r\n<td><img title="logo Imaginove" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_imaginove.png" alt="" width="100" /></td>\r\n<td><img title="logo cap digital" src="http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/wp-admin/%3C?php bloginfo(''stylesheet_directory''); ?&gt;/logo/financeur/logo_cap_digital.png" alt="" width="100" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Partenaires', '', 'inherit', 'open', 'open', '', '24-revision-5', '', '', '2010-03-12 12:58:09', '2010-03-12 12:58:09', '', 24, 'http://www.iri.centrepompidou.fr/dev/~hurons/cinecast.fr/?p=63', 0, 'revision', '', 0);

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

--
-- Structure de la table `wp_terms`
--

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

--
-- Contenu de la table `wp_terms`
--

INSERT DELAYED IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Blogroll', 'blogroll', 0),
(3, 'Bibliothèque', 'bibliotheque', 0),
(4, 'Réseaux sociaux', 'reseaux-sociaux', 0),
(5, 'Vidéo On Demand', 'video-on-demand', 0);

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

--
-- Structure de la table `wp_term_relationships`
--

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

--
-- Contenu de la table `wp_term_relationships`
--

INSERT DELAYED IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(6, 2, 0),
(7, 2, 0),
(1, 1, 0),
(4, 1, 0),
(3, 1, 0),
(5, 1, 0),
(3, 3, 0),
(7, 1, 0),
(6, 3, 0),
(8, 1, 0),
(6, 4, 0),
(6, 5, 0),
(9, 1, 0),
(10, 1, 0),
(11, 1, 0),
(12, 1, 0),
(2, 1, 0),
(13, 1, 0),
(14, 1, 0),
(15, 1, 0),
(16, 1, 0),
(17, 1, 0),
(18, 1, 0),
(19, 1, 0),
(20, 1, 0),
(21, 1, 0),
(22, 1, 0),
(23, 1, 0),
(24, 1, 0),
(25, 1, 0),
(26, 1, 0),
(27, 1, 0),
(28, 1, 0),
(29, 1, 0),
(30, 1, 0),
(31, 1, 0),
(32, 1, 0),
(33, 1, 0),
(34, 1, 0),
(35, 1, 0),
(36, 1, 0),
(37, 1, 0),
(38, 1, 0),
(39, 1, 0),
(40, 1, 0),
(41, 1, 0),
(42, 1, 0),
(43, 1, 0),
(44, 1, 0),
(45, 1, 0),
(46, 1, 0),
(47, 1, 0),
(48, 1, 0),
(49, 1, 0),
(50, 1, 0),
(51, 1, 0),
(52, 1, 0),
(53, 1, 0),
(54, 1, 0),
(55, 1, 0),
(56, 1, 0),
(57, 1, 0),
(58, 1, 0),
(59, 1, 0),
(60, 1, 0),
(61, 1, 0),
(62, 1, 0),
(63, 1, 0),
(64, 1, 0);

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

--
-- Structure de la table `wp_term_taxonomy`
--

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

--
-- Contenu de la table `wp_term_taxonomy`
--

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

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

--
-- Structure de la table `wp_usermeta`
--

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

--
-- Contenu de la table `wp_usermeta`
--

INSERT DELAYED IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'rich_editing', 'true'),
(3, 1, 'comment_shortcuts', 'false'),
(4, 1, 'admin_color', 'fresh'),
(5, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(8, 1, 'wp_autosave_draft_ids', 'a:7:{i:-1268385537;i:3;i:-1268385812;i:6;i:-1268385893;i:9;i:-1268389931;i:19;i:-1268390543;i:23;i:-1268391673;i:24;i:-1268392024;i:27;}'),
(7, 1, 'wp_user_level', '10'),
(9, 1, 'wp_usersettings', 'editor=html'),
(10, 1, 'wp_usersettingstime', '1268396400'),
(11, 2, 'first_name', 'Yves-Marie'),
(12, 2, 'last_name', 'L''Hour'),
(13, 2, 'nickname', 'ymlh'),
(14, 2, 'rich_editing', 'true'),
(15, 2, 'comment_shortcuts', 'false'),
(16, 2, 'admin_color', 'fresh'),
(17, 2, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(18, 2, 'wp_user_level', '10');

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

--
-- Structure de la table `wp_users`
--

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

--
-- Contenu de la table `wp_users`
--

INSERT DELAYED IGNORE 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$BdTh0CkzKLZN4.N4/Ngh54FxZhu/Cs1', 'admin', 'admin@cybunk.com', '', '2010-03-12 08:51:22', '', 0, 'admin');

SET FOREIGN_KEY_CHECKS=1;

COMMIT;