-- phpMyAdmin SQL Dump -- version 3.1.1 -- http://www.phpmyadmin.net -- -- Serveur: localhost -- Généré le : Ven 07 Août 2009 à 12:28 -- Version du serveur: 5.1.30 -- Version de PHP: 5.2.8 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Base de données: `1silex4wp` -- -- -------------------------------------------------------- -- -- Structure de la table `wp1_comments` -- CREATE TABLE IF NOT EXISTS `wp1_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=3 ; -- -- Contenu de la table `wp1_comments` -- INSERT INTO `wp1_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 (2, 4, 'admin', 'lexoyo@yahoo.com', '', '127.0.0.1', '2009-08-07 12:27:34', '2009-08-07 10:27:34', 'test', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1', '', 0, 1); -- -------------------------------------------------------- -- -- Structure de la table `wp1_links` -- CREATE TABLE IF NOT EXISTS `wp1_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 `wp1_links` -- INSERT INTO `wp1_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 `wp1_options` -- CREATE TABLE IF NOT EXISTS `wp1_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `blog_id` int(11) NOT NULL DEFAULT '0', `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`,`blog_id`,`option_name`), KEY `option_name` (`option_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=245 ; -- -- Contenu de la table `wp1_options` -- INSERT INTO `wp1_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 0, '_transient_random_seed', 'a0c189d6262d5df1b8864d0ba8e58f6c', 'yes'), (2, 0, 'siteurl', 'http://localhost/dev/1silex4wordpress/wordpress', 'yes'), (3, 0, 'blogname', '1silex4wp test1', 'yes'), (4, 0, 'blogdescription', 'Just another WordPress weblog', 'yes'), (5, 0, 'users_can_register', '0', 'yes'), (6, 0, 'admin_email', 'lexoyo@yahoo.com', 'yes'), (7, 0, 'start_of_week', '1', 'yes'), (8, 0, 'use_balanceTags', '0', 'yes'), (9, 0, 'use_smilies', '1', 'yes'), (10, 0, 'require_name_email', '1', 'yes'), (11, 0, 'comments_notify', '1', 'yes'), (12, 0, 'posts_per_rss', '10', 'yes'), (13, 0, 'rss_excerpt_length', '50', 'yes'), (14, 0, 'rss_use_excerpt', '0', 'yes'), (15, 0, 'mailserver_url', 'mail.example.com', 'yes'), (16, 0, 'mailserver_login', 'login@example.com', 'yes'), (17, 0, 'mailserver_pass', 'password', 'yes'), (18, 0, 'mailserver_port', '110', 'yes'), (19, 0, 'default_category', '1', 'yes'), (20, 0, 'default_comment_status', 'open', 'yes'), (21, 0, 'default_ping_status', 'open', 'yes'), (22, 0, 'default_pingback_flag', '0', 'yes'), (23, 0, 'default_post_edit_rows', '10', 'yes'), (24, 0, 'posts_per_page', '10', 'yes'), (25, 0, 'date_format', 'F j, Y', 'yes'), (26, 0, 'time_format', 'g:i a', 'yes'), (27, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), (28, 0, 'links_recently_updated_prepend', '', 'yes'), (29, 0, 'links_recently_updated_append', '', 'yes'), (30, 0, 'links_recently_updated_time', '120', 'yes'), (31, 0, 'comment_moderation', '0', 'yes'), (32, 0, 'moderation_notify', '1', 'yes'), (33, 0, 'permalink_structure', '', 'yes'), (34, 0, 'gzipcompression', '0', 'yes'), (35, 0, 'hack_file', '0', 'yes'), (36, 0, 'blog_charset', 'UTF-8', 'yes'), (37, 0, 'moderation_keys', '', 'no'), (38, 0, 'active_plugins', 'a:1:{i:0;s:19:"1silex4wp/index.php";}', 'yes'), (39, 0, 'home', 'http://localhost/dev/1silex4wordpress/wordpress', 'yes'), (40, 0, 'category_base', '', 'yes'), (41, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (42, 0, 'advanced_edit', '0', 'yes'), (43, 0, 'comment_max_links', '2', 'yes'), (44, 0, 'gmt_offset', '2', 'yes'), (45, 0, 'default_email_category', '1', 'yes'), (46, 0, 'recently_edited', '', 'no'), (47, 0, 'use_linksupdate', '0', 'yes'), (48, 0, 'template', 'default', 'yes'), (49, 0, 'stylesheet', 'default', 'yes'), (50, 0, 'comment_whitelist', '1', 'yes'), (51, 0, 'blacklist_keys', '', 'no'), (52, 0, 'comment_registration', '0', 'yes'), (53, 0, 'rss_language', 'en', 'yes'), (54, 0, 'html_type', 'text/html', 'yes'), (55, 0, 'use_trackback', '0', 'yes'), (56, 0, 'default_role', 'subscriber', 'yes'), (57, 0, 'db_version', '11548', 'yes'), (58, 0, 'uploads_use_yearmonth_folders', '1', 'yes'), (59, 0, 'upload_path', 'D:\\dev\\1silex4wordpress\\wordpress/wp-content/uploads', 'yes'), (60, 0, 'secret', 'LTINOU$uHek9Q%HrVyxriajQ!aN6%N^LJJG@39&%k&pOx5xnGvO8i)iEkt24CT%Z', 'yes'), (61, 0, 'blog_public', '0', 'yes'), (62, 0, 'default_link_category', '2', 'yes'), (63, 0, 'show_on_front', 'posts', 'yes'), (64, 0, 'tag_base', '', 'yes'), (65, 0, 'show_avatars', '1', 'yes'), (66, 0, 'avatar_rating', 'G', 'yes'), (67, 0, 'upload_url_path', '', 'yes'), (68, 0, 'thumbnail_size_w', '150', 'yes'), (69, 0, 'thumbnail_size_h', '150', 'yes'), (70, 0, 'thumbnail_crop', '1', 'yes'), (71, 0, 'medium_size_w', '300', 'yes'), (72, 0, 'medium_size_h', '300', 'yes'), (73, 0, 'avatar_default', 'mystery', 'yes'), (74, 0, 'enable_app', '0', 'yes'), (75, 0, 'enable_xmlrpc', '0', 'yes'), (76, 0, 'large_size_w', '1024', 'yes'), (77, 0, 'large_size_h', '1024', 'yes'), (78, 0, 'image_default_link_type', 'file', 'yes'), (79, 0, 'image_default_size', '', 'yes'), (80, 0, 'image_default_align', '', 'yes'), (81, 0, 'close_comments_for_old_posts', '0', 'yes'), (82, 0, 'close_comments_days_old', '14', 'yes'), (83, 0, 'thread_comments', '0', 'yes'), (84, 0, 'thread_comments_depth', '5', 'yes'), (85, 0, 'page_comments', '1', 'yes'), (86, 0, 'comments_per_page', '50', 'yes'), (87, 0, 'default_comments_page', 'newest', 'yes'), (88, 0, 'comment_order', 'asc', 'yes'), (89, 0, 'sticky_posts', 'a:0:{}', 'yes'), (90, 0, 'widget_categories', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (91, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (92, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (93, 0, 'timezone_string', '', 'yes'), (94, 0, 'wp1_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'), (244, 0, '_transient_rewrite_rules', '', 'yes'), (96, 0, 'cron', 'a:3:{i:1249639197;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:1249639301;a:1:{s:8:"do_pings";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}s:7:"version";i:2;}', 'yes'), (97, 0, '_transient_doing_cron', '1249640820', 'yes'), (98, 0, 'auth_salt', 'gcO@cHWkwVzRKx2cSW5Z(RcDFLx!aMqDR7gY7jEDI*#TuUZ)WEaOVB*NCG8OHyOc', 'yes'), (99, 0, 'logged_in_salt', 'vq7CaRwSOC1)21dC6oCR4$QAcezjTAS0!yd6DnBxgJHVWYrLPpi0Mv^uMr00i*!!', 'yes'), (100, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (101, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (102, 0, 'widget_archives', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (103, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (104, 0, 'widget_meta', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (105, 0, 'widget_search', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (106, 0, 'widget_recent-posts', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (107, 0, 'widget_recent-comments', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (108, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (109, 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.8.3.zip";s:7:"current";s:5:"2.8.3";s:6:"locale";s:5:"en_US";}}s:12:"last_checked";i:1249639209;s:15:"version_checked";s:5:"2.8.3";}', 'yes'), (110, 0, '_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1249639209;s:7:"checked";a:3:{s:19:"1silex4wp/index.php";s:3:"0.1";s:19:"akismet/akismet.php";s:5:"2.2.6";s:9:"hello.php";s:5:"1.5.1";}s:8:"response";a:0:{}}', 'yes'), (111, 0, '_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1249639209;}', 'yes'), (112, 0, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:47:"http://localhost/dev/1silex4wordpress/wordpress";s:4:"link";s:129:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://localhost/dev/1silex4wordpress/wordpress/";s:3:"url";s:162:"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=20&output=rss&partner=wordpress&q=link:http://localhost/dev/1silex4wordpress/wordpress/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:26:"WordPress Development Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:4:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;}}', 'yes'), (113, 0, 'nonce_salt', 'pHNtV5^TRl%AE!W$QEwg2yluwL(Ey1q!v4F0B5KD97XziR7OQogzY^QJBGRm3lUY', 'yes'), (114, 0, 'current_theme', 'WordPress Default', 'yes'), (115, 0, 'can_compress_scripts', '1', 'yes'), (116, 0, '_transient_timeout_feed_1f8655b4fd6c8c3a8393c7ed3fd9f6be', '1249682413', 'no'), (117, 0, '_transient_feed_1f8655b4fd6c8c3a8393c7ed3fd9f6be', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"link:http://localhost/dev/1silex4wordpress/wordpress/ - 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:132:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=20&q=link:http://localhost/dev/1silex4wordpress/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:108:"Your search - link:http://localhost/dev/1silex4wordpress/wordpress/ - did not match any documents. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:4:"date";s:29:"Fri, 07 Aug 2009 10:00:13 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=69acae796f1b58c7:TM=1249639213:LM=1249639214:S=dgkSNDA_R0iEVYvU; expires=Sun, 07-Aug-2011 10:00:14 GMT; path=/; domain=.google.com";s:6:"server";s:4:"bsfe";}s:5:"build";i:20081219;}', 'no'), (118, 0, '_transient_timeout_feed_mod_1f8655b4fd6c8c3a8393c7ed3fd9f6be', '1249682413', 'no'), (119, 0, '_transient_feed_mod_1f8655b4fd6c8c3a8393c7ed3fd9f6be', '1249639213', 'no'), (120, 0, '_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4', '1249682414', 'no'); INSERT INTO `wp1_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (121, 0, '_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:51:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress Development Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"http://wordpress.org/development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress development and updates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Aug 2009 01:07: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:32:"http://wordpress.org/?v=2.9-rare";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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: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:18:"Upcoming WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/development/2009/08/upcoming-wordcamps-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:71:"http://wordpress.org/development/2009/08/upcoming-wordcamps-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:"Fri, 07 Aug 2009 01:07:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=899";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:322:"Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We’re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some upcoming WordCamps, the [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:2708:"
Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We’re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some upcoming WordCamps, the weekend conferences organized by local communities to talk about all things WordPress.
\nWordCamp New Zealand: Wellington, New Zealand, August 8-9, 2009
\nWordCamp Huntsville: Huntsville, Alabama, USA, August 15–16, 2009
\nWordCamp Los Angeles: Los Angeles, California, USA, September 12, 2009
\nWordCamp Philippines: Makati City, Philippines, September 19, 2009
\nWordCamp Portland: Portland, Oregon, USA, September 19-20, 2009 (Last year’s PDX WordCamp was awesome, IMO.)
\nWordCamp Seattle: Seattle, Washington, USA, September 26, 2009
\nWordCamp Birmingham: Birmingham, Alabama, USA, September 26-27, 2009
\nWordCamp Netherlands: Utrecht, Netherlands, October 31, 2009
\nWordCamp NYC: New York, New York, USA, November 14-15, 2009 (Logo contest in progress!)
\nWordCamp Mexico: Mexico City, Mexico, November 20, 2009
\nIf any of these are within a reasonable distance to you, consider attending. WordCamps are a great way to meet other WordPress users, find collaborators, and expand your t-shirt collection*. I know I’ll be hitting at least a few of these; WordCamps are also a great way to get user feedback to take into consideration while we’re making decisions about what to include in core.
\nYou can always find an up-to-date list of upcoming WordCamps at WordCamp Central. You can also try searching for WordPress groups at Meetup.com to find more regular monthly gatherings in your area.
\n*Most WordCamps include an event t-shirt in the registration fee.
\n";s: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/2009/08/upcoming-wordcamps-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:1;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:32:"WordPress 2.8.3 Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:83:"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/#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, 03 Aug 2009 15: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: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:39:"http://wordpress.org/development/?p=891";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:380:"Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1. Luckily, the entire WordPress community has our backs. Several folks in the community dug deeper and discovered areas that were overlooked. With their help, the remaining issues are fixed in 2.8.3. Since this is a security release, upgrading is highly recommended. Download [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:476:"Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1. Luckily, the entire WordPress community has our backs. Several folks in the community dug deeper and discovered areas that were overlooked. With their help, the remaining issues are fixed in 2.8.3. Since this is a security release, upgrading is highly recommended. Download 2.8.3, or upgrade automatically from your admin.
\n";s: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:79:"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/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:2:"50";s: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: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:25:"2.9 Features Vote Results";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2009/07/2-9-vote-results/";s: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/2009/07/2-9-vote-results/#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, 31 Jul 2009 18:26: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:8:"category";a:4:{i:0;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"2.9";s: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:"results";s: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:"survey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=877";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:308:"Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted to share [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"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:8608:"Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted to share the survey results and let you know what we’re thinking in terms of approach.
\nFirst, the results. The first question, and the only one that was mandatory, asked what single media feature you would choose to include in version 2.9. The top vote-getter was standalone editable photo albums (as opposed to the current per-post gallery) at 17.5%, followed closely by easier embeds for videos and other third-party content at 16.5%. Next came basic image editing (such as rotating, cropping and resizing) at 13.7%, and post thumbnails (image teasers for posts featured on the home page) at 12.9%. The rest of the features each took less than ten percent of the vote. The full list came in like this:
\n\nThe second question was optional (3406 people answered it), and asked you to rate each feature on a scale going from top priority down to definitely not for implementation priority. Results here were in line with the results from the first question, with most features rated as nice to have more often than anything else. The features that scored the highest in question 1 were more likely to have earned higher votes in the Top Priority column, but no feature was ranked as a Top Priority more often than it was ranked as a Nice to Have (though Media Albums, Easier Embeds and Post Thumbnails came close). The complete tabulations are shown in the chart below.
\n\nQuestion three was getting at the same thing, but in a more granular fashion, asking you to rank the eleven features in order of priority to you. As only one feature could be assigned to each position, this prevented people from assigning the same priority to multiple features, and we wondered if it would alter the results. Though some features got more recognition in this question, the overall rankings were still in line with the results from question 1. Here are the exact votes per feature/per position:
\n\nThe fourth question asked for your preferences regarding including new media features in core, bundling them as plugins with the core download, or developing them as plugins but not bundling them with the core download. This vote was more interesting to watch. As the notice for the voting went first to the development community, then to the user community, it was possible to see a shift in the voting. Earlier in the voting cycle, there were more votes for bundling ‘core plugins’ for the advanced media features, while later votes skewed heavily toward just putting the features in core. This vote shows, I think, one of the differences between developer and user perspectives. While developers are heavily interested in keeping the core code lean and relying on plugins for advanced functionality, many users would prefer features they want to be included in core rather than being a separate plugin. The final tally on this question was 56.2% for including features in core, 38.1% for bundled plugins, and 5.7% for non-bundled plugins. The actual numbers:
\n\nClearly this issue deserves more discussion, and the concept of how we move toward a system of canonical plugins and/or core “packages” intended for different use cases (CMS, photoblog, portfolio, etc) will be a big topic in the months ahead.
\nSo where does that leave us regarding features coming down the road? When the vote closed, the results were discussed in the #wordpress-dev IRC chat to divvy up feature development.
\nThe top-voted feature, standalone photo albums, is being worked on as a Google Summer of Code project by Rudolf Lai, under the mentorship of WordPress Lead Developer Mark Jaquith. The “pencils down” date for GSOC is in less than two weeks, at which point we’ll be assessing the state of Rudolf’s project. Hopefully, we’ll be able to incorporate it with 2.9 development, do some testing, amend the code and/or UI as needed, and have this launch with the 2.9 release (in core or as plugin TBD). Undoubtedly, additional functionality will be contributed by core contributors who have also been working on media plugins.
\nEasier embeds, the second most popular feature, is being looked at in a couple of ways. One, more shortcodes for third-party services. Work on this has already begun. In addition, Viper007Bond, of Viper’s Video Quicktags plugin fame, has taken on the task of working on a way to improve the embed experience in core. We’re not sure quite how this will work yet, but stay tuned.
\nAdding some basic editing functions like 90-degree rotation, cropping and resizing was considered an obvious winner in the dev chat, and as several plugins handle this functionality, we’re hopeful it will be included soon.
\nPost thumbnails are being handled by Mark Jaquith, who has created this functionality before, with an assist from Scribu, who has a similar plugin in the repository.
\nLower ranked features aren’t off the radar, but may take lower priority than some other (non-media) features we have in the works. One of my favorite 2.9 features is in trunk now, and changes the way we delete content. Goodbye, annoying popup asking me if I’m sure I want to delete a comment/post/etc. Hello, fast and quiet removal into a trash can, from which the content can be retrieved if it was deleted by accident. Think Gmail style. We’re also hoping to work on improving page management, though that has a number of technical issues that may cause it to be a 3.0 feature instead.
\nAs always, you can keep track of development progress in a number of ways:
\n1. Keep track of Trac. Contribute a patch, test a patch, just read through tickets if you have some time to kill, whatever. There are over 500 tickets against the 2.9 milestone currently. Patches and testing can help us get that number down.
2. Follow Trac commits on Twitter. Don’t want to get involved in the nitty gritty, just want to see what’s getting committed? Follow wpdevel on Twitter and you’ll get core commit updates in your stream.
\n3. See what’s on the dev agenda. Each week for the IRC dev chat, there’s an agenda, created based on developer suggestions posted at wpdevel.wordpress.com. This blog also contains discussions about specific development issues.
\n4. Join the dev chat. The day changed this week, to accommodate European schedules. Chats are now held for one hour each week on Thursday at 21:00 UTC. That’s 5pm NYC, 2pm in California, etc. Chats are in the #wordpress-dev room at irc.freenode.com.
\n5. Watch this blog. If you’re not a developer and prefer to stick to major announcements, the occasional survey to help decide a feature, and security notices, just keep doing what you’re doing. Reading this blog will get you all of these things.
\nThanks again for your help in prioritizing features for version 2.9, hopefully coming toward the end of the year to a server near you!
\n";s: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/2009/07/2-9-vote-results/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:2:"11";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:47:"The WordPress 2.0.x Legacy Branch is Deprecated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/";s: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:98:"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/#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, 30 Jul 2009 01:07:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"2.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:6:"branch";s: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:11:"deprecation";s: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:6:"legacy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=866";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:344:"The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.\nMany of the security improvements to the new versions of WordPress in the last couple of years were complete [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1149:"The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.
\nMany of the security improvements to the new versions of WordPress in the last couple of years were complete reworks of how various systems were handled. Porting those changes to the 2.0.x branch would have been a monumental task and could have introduced instability or new bugs. We had to make hard decisions between stability and merging in the latest security enhancements. Additionally, far fewer people stayed on the 2.0.x branch than we anticipated. I take that as a testament to the new features in WordPress and perhaps even more the features offered by plugins, many of which don’t support older versions of WordPress!
\nI’m disappointed that we weren’t able to keep the branch maintained until 2010, but since one of the big reasons for that failure was the massive scope of our security improvements for the newer versions of WordPress, 2.0.x doesn’t die in vain!
\n";s: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:94:"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/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:2:"13";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;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:36:"Improving your plugin – Changelogs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2009/07/improving-your-plugin-changelogs/";s: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:83:"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/#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, 21 Jul 2009 20:28:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:13:"Documentation";s: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:"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:2;a:5:{s:4:"data";s:9:"tutorials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=848";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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’ve recently made some changes to help improve the communication between plugin authors and plugin users about the changes that are made between versions.\nWe feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Peter Westwood";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1507:"We’ve recently made some changes to help improve the communication between plugin authors and plugin users about the changes that are made between versions.
\nWe feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision about when to upgrade and how much testing they should do with their site.
\nIn order to make this an easy and open communication channel we have added support for a Changelog section in the plugins readme.txt file. This changelog information is then displayed as a separate tab in the plugin directory and also in the back end of your WordPress blog when you view the details on a new version of a plugin.
The new section is formatted as follows:
\n\n\n== Changelog ==\n\n= 1.0 =\n* A change since the previous version.\n* Another change.\n\n= 0.5 =\n* List versions from most recent at top to oldest at bottom.\n\n
We would also like to recommend that you also provide meaningful log messages when you commit changes to the subversion repository for your plugin so that people who want to dig further into your changes can see why things are changing (At the moment is seems a large number of plugin authors leave this field blank which isn’t very helpful).
\n";s: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:79:"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/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:2:"15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 2.8.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/2009/07/wordpress-2-8-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/2009/07/wordpress-2-8-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, 20 Jul 2009 05:35:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a: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:39:"http://wordpress.org/development/?p=856";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site. Download 2.8.2 or automatically upgrade from the Tools->Upgrade page of your blog’s admin.\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:350:"WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site. Download 2.8.2 or automatically upgrade from the Tools->Upgrade page of your blog’s admin.
\n";s: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/2009/07/wordpress-2-8-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:3:"232";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 2.8.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/2009/07/wordpress-2-8-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/2009/07/wordpress-2-8-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Jul 2009 20:20: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: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:39:"http://wordpress.org/development/?p=836";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:352:"WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.\nWhat [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2224:"WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.
\nWhat else is new since 2.8? Read through the highlights below, or view all changes since 2.8
\n2.8.1 is nigh. Release Candidate 1 is our last stop before the final release. Please download RC1, review the changes made since beta 2, and have a look at all of the tickets fixed in 2.8.1. Thanks for testing WordPress.
\n";s: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/07/wordpress-2-8-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:2:"37";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Vote for 2.9 Media Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:78:"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/#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, 07 Jul 2009 14:32: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: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:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=816";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"Last Wednesday, the core development team and a number of contributing developers met in the IRC #wordpress-dev channel to talk about which features should be included in version 2.9, which is now entering the development phase. We’ve been planning to focus on media features in 2.9 for some time, and unsurprisingly, it was media features [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:4793:"Last Wednesday, the core development team and a number of contributing developers met in the IRC #wordpress-dev channel to talk about which features should be included in version 2.9, which is now entering the development phase. We’ve been planning to focus on media features in 2.9 for some time, and unsurprisingly, it was media features that dominated the discussion.* A large percentage of the requests we get from users are for more/better media features, so we’ve decided to focus 2.9 on building an infrastructure for improved media handling that we can continue to build on in versions to come. In that vein, we need your input to determine which features to prioritize and build sooner rather than later.
\nThese are the features that we’re asking people to vote on (in alphabetical, not prioritized, order):
\nAdditional Media Filters: In the uploader, you can currently upload an image from your hard drive, link to an image from a URL, or select an image from the Media Library. This proposed feature would add links in the Media Library pane that would allow you to filter images to those that had been used most recently, used most often, and/or marked as a favorite. These filters would be available on the Media Library screen as well.
\n
\nBasic Image Editing: Enable cropping, resizing and 90-degree rotation of uploaded images.
\n
\nBetter Media Settings: Enable the creation of more default media settings controlled in the Settings section, and allow settings to be overridden during the individual media upload process as needed.
Bulk Media Import API: Develop an API to allow for bulk media importing by plugins or importers.
\n
\nCustom Image Sizes: Instead of hardcoded thumbnail, medium, large, etc. image sizes, custom image sizes would allow you to configure the maximum dimensions for each of the sizes.
Easier Embeds: Make it easier to embed third-party content such as YouTube videos, etc. Similar to Viper’s Video Quicktags plugin.
\nMedia Albums: Ability to create and edit photo albums that can stand alone (as opposed to galleries being tied only to a post), including photostream functionality.
\n
\nMedia Metadata: Enable the use of categories and tags on media files.
Photostream: Create a Flickr-style photostream that simply displays images in a chronological stream (as opposed to grouping in galleries).
\nPost thumbnails: Choose an image to appear as a thumbnail with your post/article/excerpt.
\nRevised Media UI: Redesign the uploader UI to make uploading and editing media files a simpler, more user-friendly process.
\nThese descriptions are repeated in the beginning of the voting survey, so if you forget what something means you’ll be able to scroll up to remind yourself. Only the first question (pick your top choice) is mandatory. This survey isn’t very long. Question two lets you assign a general high/low priority to each of the 11 feature suggestions, while question 3 asks you to rank the 11 features in order of priority from 1-11. A text box or two allow you to make additional suggestions, and that’s it. The survey is anonymous, and will be open all week, until Friday, July 10, 2009 at 11:59 PM UTC.
\n
\n
\n
No JavaScript? Take the survey here.
\nResults of the survey will be used to help developers decide which features to focus on for version 2.9. The 2.9 anticipated feature list will be posted here later in July, after the priority has been determined. How many contributing developers are available to code various features will play a large part in the decision-making process, so if you’ve ever thought of contributing code to WordPress development, now’s a great time to get involved. Developer chats are held each Wednesday in the IRC channel (irc.freenode.com #wordpress-dev) at 9 PM UTC (5pm Eastern, 2pm Pacific).
\n* – Other non-media features that were discussed either were determined to be better held for a future version for technical reasons, or were so widely desired that they were accepted for the 2.9 roadmap without requiring a vote.
\n";s: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:74:"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/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:2:"36";s: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: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:19:"Themes are GPL, too";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/development/2009/07/themes-are-gpl-too/";s: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:69:"http://wordpress.org/development/2009/07/themes-are-gpl-too/#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, 02 Jul 2009 05:50:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=810";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:348:"If WordPress were a country, our Bill of Rights would be the GPL because it protects our core freedoms. We’ve always done our best to keep WordPress.org clean and only promote things that are completely compatible and legal with WordPress’s license. There have been some questions in the community about whether the GPL applies to [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5925:"If WordPress were a country, our Bill of Rights would be the GPL because it protects our core freedoms. We’ve always done our best to keep WordPress.org clean and only promote things that are completely compatible and legal with WordPress’s license. There have been some questions in the community about whether the GPL applies to themes like we’ve always assumed. To help clarify this point, I reached out to the Software Freedom Law Center, the world’s preeminent experts on the GPL, which spent time with WordPress’s code, community, and provided us with an official legal opinion. One sentence summary: PHP in WordPress themes must be GPL, artwork and CSS may be but are not required.
\n\nMatt,
\nYou asked the Software Freedom Law Center to clarify the status of themes as derivative works of WordPress, a content management software package written in PHP and licensed under version 2 of the GNU General Public License.
\nWe examined release candidate 1 of WordPress 2.8, which you provided to us at http://wordpress.org/wordpress-2.8-RC1.tar.gz. The “classic” and “default” themes included in that release candidate comprise various PHP and CSS files along with an optional directory of images. The PHP files contain a mix of HTML markup and PHP calls to
\n
\nWordPress functions. There is some programmatic logic in the PHP code, including loops and conditionals.When WordPress is started, it executes various routines that prepare information for use by themes. In normal use, control is then transferred via PHP’s include() function to HTML and PHP templates found in theme package files. The PHP code in those template files relies on the earlier-prepared information to fill the templates for serving to the client.
\nOn the basis of that version of WordPress, and considering those themes as if they had been added to WordPress by a third party, it is our opinion that the themes presented, and any that are substantially similar, contain elements that are derivative works of the WordPress software as well as elements that are potentially separate works. Specifically, the CSS files and material contained in the images directory of the “default” theme are works separate from the WordPress code. On the other hand, the PHP and HTML code that is intermingled with and operated on by PHP the code derives from the WordPress code.
\nIn the WordPress themes, CSS files and images exist purely as data to be served by a web server. WordPress itself ignores these files[1]. The CSS and image files are simply read by the server as data and delivered verbatim to the user, avoiding the WordPress instance altogether. The CSS and images could easily be used with a range of HTML documents and read and displayed by a variety of software having no relation to WordPress. As such, these files are separate works from the WordPress code itself.
\nThe PHP elements, taken together, are clearly derivative of WordPress code. The template is loaded via the include() function. Its contents are combined with the WordPress code in memory to be processed by PHP along with (and completely indistinguishable from) the rest of WordPress. The PHP code consists largely of calls to WordPress functions and sparse, minimal logic to control which WordPress functions are accessed and how many times they will be called. They are derivative of WordPress because every part of them is determined by the content of the WordPress functions they call. As works of authorship, they are designed only to be combined with WordPress into a larger work.
\nHTML elements are intermingled with PHP in the two themes presented. These snippets of HTML interspersed with PHP throughout the theme PHP files together form a work whose form is highly dependent on the PHP and thus derivative of it.
\nIn conclusion, the WordPress themes supplied contain elements that are derivative of WordPress’s copyrighted code. These themes, being collections of distinct works (images, CSS files, PHP files), need not be GPL-licensed as a whole. Rather, the PHP files are subject to the requirements of the GPL while the images and CSS are not. Third-party developers of such themes may apply restrictive copyrights to these elements if they wish.
\nFinally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress’s copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.
\nSincerely,
\n
\nJames Vasile
\nSoftware Freedom Law Center[1] There is one exception. WordPress does reads CSS and image files to create previews of templates for the template selection portion of the administrative interface. Even in that case, though, nothing in those files calls any WordPress functions, is treated as a command by PHP, or alters any other WordPress data structure. These files are read as data and used to create an image and display a miniaturized version of a webpage to the user.
Even though graphics and CSS aren’t required to be GPL legally, the lack thereof is pretty limiting. Can you imagine WordPress without any CSS or javascript? So as before, we will only promote and host things on WordPress.org that are 100% GPL or compatible. To celebrate a few folks creating 100% GPL themes and providing support and other services around them, we have a new page listing GPL commercially supported themes.
\n";s: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:65:"http://wordpress.org/development/2009/07/themes-are-gpl-too/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:2:"77";s: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:"Fri, 07 Aug 2009 01:07:03 GMT";s:4:"etag";s:34:""c97884c38b09902342432201928bb1ca"";s:12:"content-type";s:23:"text/xml; charset=utf-8";s:4:"date";s:29:"Fri, 07 Aug 2009 10:00:14 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";i:20081219;}', 'no'); INSERT INTO `wp1_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (122, 0, '_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1249682414', 'no'), (123, 0, '_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1249639214', 'no'), (124, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1249682414', 'no'), (125, 0, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:23:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://wordpress.org/extend/plugins/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:12:"Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Aug 2009 10:00:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"joostdevalk on "Google Analytics for WordPress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2316@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"The Google Analytics for WordPress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within c";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"joostdevalk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:"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: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:33:"uberdose on "All in One SEO Pack"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"753@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s: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: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:36:"flipper on "Page Flip Image Gallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/page-flip-image-gallery/#post-7590";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 07 Nov 2008 06:44: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:41:"7590@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"FlippingBook Wordpress Gallery plugin helps you to create Image Gallery with Page Flip effects on 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:7:"flipper";s: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:37:"cavemonkey50 on "Google Analyticator"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/google-analyticator/#post-130";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"130@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:107:"Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"cavemonkey50";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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: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:87:"This plugin will create a Google sitemaps compliant XML-Sitemap 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:"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: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:"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:8;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"joostdevalk on "Sociable"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/sociable/#post-2865";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 31 Jan 2008 11:36: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:41:"2865@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:"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"joostdevalk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"alexkingorg on "Twitter Tools"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/twitter-tools/#post-313";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:10:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"313@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:115:"Twitter Tools is a plugin that creates a complete integration between your WordPress blog and your Twitter account.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"alexkingorg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:53:"micropat on "Add to Any: Share/Bookmark/Email Button"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/add-to-any/#post-498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Mar 2007 23:08:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"498@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:147:"Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"micropat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:"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: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:52:"agbell on "Random Pages Widget - For Visitors & SEO"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"http://wordpress.org/extend/plugins/10-random-pages-wordpress-widget/#post-11705";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 11 Jul 2009 02:53: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:"11705@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:"Displays random posts and pages in sidebar. This increases the number of indexed pages and gives users an interesting way to browse your site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"agbell";s: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: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:150:"Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. A templating feature allows customization of the";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:25:"manojtd on "Easy AdSense"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/easy-adsenser/#post-7844";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Nov 2008 13:10:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"7844@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:"Easy AdSense manages all aspects of Google AdSense for your blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"manojtd";s:7:"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-09-14 12:15:27";s:4:"etag";s:34:""53da8e0bec5189a1f62b5199a24b3cbd"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7092";s:4:"date";s:29:"Fri, 07 Aug 2009 10:00:14 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";i:20081219;}', 'no'), (126, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1249682414', 'no'), (127, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1249639214', 'no'), (128, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1249682415', 'no'), (129, 0, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:23:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:6:"Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://wordpress.org/extend/plugins/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6:"Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Aug 2009 10:00:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:"afperea on "WP_EmailFeedburnerPop"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/wp-emailfeedburnerpop/#post-12197";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Aug 2009 07:25: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:"12197@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:"Automatically optimizes your Wordpress marketing feedburner.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"afperea";s: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:17:"alex@bwo on "CRM"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/crm/#post-12196";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Aug 2009 07:13: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12196@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:99:"Here is a short description of the plugin. This should be no more than 150 chars. No markup here.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"alex@bwo";s: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:30:"julianwp on "MyBlogLog Avatar"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/mblavatar/#post-12190";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Aug 2009 02:57: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:42:"12190@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:122:"MBL avatar comes from words MyBlogLog''s avatar. It switches default gravatar on comments into MyBlogLog or Yahoo''s avatar.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"julianwp";s: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:26:"jshreve on "Sphinx 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:61:"http://wordpress.org/extend/plugins/sphinx-search/#post-12185";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2009 23:14: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:"12185@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:"Sphinx Search is a plugin that uses the Search API plugin and Sphinx as a backend for searching. It searches comments, posts, and pages and also allow";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"jshreve";s: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:32:"sillybean on "Dashboard Notepad"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/dashboard-notepad/#post-12184";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2009 22:05:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12184@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:"The very simplest of notepads for your Dashboard.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"sillybean";s: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:37:"mbecher on "RSS Custom Fields Images"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/rss-custom-fields-images/#post-12183";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2009 21:23: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:"12183@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:110:"Puts large sized image attached to posts in front of content in\nrss feeds. Useful for images in custom fields.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"mbecher";s: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:31:"Factory42 on "Featured Factory"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/extend/plugins/factory-featured/#post-12176";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2009 14:19: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:"12176@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:"Displays a set amount of posts in block with custom field images. Configurable from the Widgets panel.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Factory42";s: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:33:"ignloza on "FLASH IMAGE CAROUSEL"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/flash-image-carousel/#post-12175";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2009 11:58: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:"12175@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:"With this plugin you can create photo galleries or menus from the images in a folder.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"ignloza";s: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:"slincoln on "User Resolution Logger"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/user-resolution-logger/#post-12169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2009 06:02: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:"12169@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:120:"The User Resolution Logger Plugin for WordPress lets blog owners log the resolution depth of users who visit their blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"slincoln";s: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:29:"julianwp on "Post Randomizer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/post-randomizer/#post-12168";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2009 04:32:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12168@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"It will automatically randomize the displayed post on your homepage and on the feed. It will be useful for site or blog that not daily updated so when";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"julianwp";s: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:27:"spencerkellis on "RSSPhoto"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/rssphoto/#post-12165";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2009 02:10:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12165@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:59:"A simple widget to display photos from an RSS or Atom 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"spencerkellis";s: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:31:"incomattic on "Comments Policy"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/comments-policy/#post-12164";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2009 02:07:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12164@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:"Help your readers to self-moderate their comments by displaying a clear comments policy.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"incomattic";s: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:20:"Sirlon on "InfoLink"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/infolinks/#post-12163";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Aug 2009 22:37: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:"12163@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:"Quickly add Links to Wikipedia, IMDB Sites or search for site/blog or news with Google.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Sirlon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:7:"\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"BlogTrafficExchange on "Related Tweets"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/related-tweets/#post-12160";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Aug 2009 21:15: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:"12160@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"Using your blog as the seed, find quality content from the Blog Traffic Exchange and tweet it automatically.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"BlogTrafficExchange";s: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:27:"MonochromeNight on "WordBB"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wordbb/#post-12159";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Aug 2009 17:30:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12159@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:76:"This is a bridge between WordPress blogging platform and MyBB message board.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"MonochromeNight";s:7:"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:"2009-08-06 07:25:42";s:4:"etag";s:34:""56d816495a666ef306642850ed1d4e06"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"6781";s:4:"date";s:29:"Fri, 07 Aug 2009 10:00:15 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";i:20081219;}', 'no'), (130, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1249682415', 'no'), (131, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1249639215', 'no'), (132, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1249682415', 'no'); INSERT INTO `wp1_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (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:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WordPress.tv: Scott Porad – FAILS, LOLS & User Generated 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2379";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.tv/2009/05/30/scott-porad/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1379:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 07 Aug 2009 06: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:12:"Michael Pick";s: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:28:"Dev Blog: Upcoming WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/development/?p=899";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2009/08/upcoming-wordcamps-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:2707:"Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We’re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some upcoming WordCamps, the weekend conferences organized by local communities to talk about all things WordPress.
\nWordCamp New Zealand: Wellington, New Zealand, August 8-9, 2009
\nWordCamp Huntsville: Huntsville, Alabama, USA, August 15–16, 2009
\nWordCamp Los Angeles: Los Angeles, California, USA, September 12, 2009
\nWordCamp Philippines: Makati City, Philippines, September 19, 2009
\nWordCamp Portland: Portland, Oregon, USA, September 19-20, 2009 (Last year’s PDX WordCamp was awesome, IMO.)
\nWordCamp Seattle: Seattle, Washington, USA, September 26, 2009
\nWordCamp Birmingham: Birmingham, Alabama, USA, September 26-27, 2009
\nWordCamp Netherlands: Utrecht, Netherlands, October 31, 2009
\nWordCamp NYC: New York, New York, USA, November 14-15, 2009 (Logo contest in progress!)
\nWordCamp Mexico: Mexico City, Mexico, November 20, 2009
\nIf any of these are within a reasonable distance to you, consider attending. WordCamps are a great way to meet other WordPress users, find collaborators, and expand your t-shirt collection*. I know I’ll be hitting at least a few of these; WordCamps are also a great way to get user feedback to take into consideration while we’re making decisions about what to include in core.
\nYou can always find an up-to-date list of upcoming WordCamps at WordCamp Central. You can also try searching for WordPress groups at Meetup.com to find more regular monthly gatherings in your area.
\n*Most WordCamps include an event t-shirt in the registration fee.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 07 Aug 2009 01:07:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"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:36:"Matt: 6 Steps to Kill Your 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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=14536";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2009/08/kill-your-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:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6182:"There have been a number of new platforms popping up recently that claim to increase your user engagement, get you more comments, increase your traffic, and more, through means that I consider short-sighted and harmful. Since people seem not to mind, I thought I’d write a guide for how to increase the number of comments you get by 400-1,000% and ruin whatever shred of community you had on your site.
\nAs a bonus, here are a few extra that don’t make any sense to me, but seem to be popular:
\nShameless: IntenseDebate does all of the software stuff right, or will shortly. Core WordPress threading, moderation, and whitelists are already built in but also check out Subscribe to Comments and of course Akismet.
\nWhat are your pet peeves and rules?
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Aug 2009 00:42:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:40:"Alex King: Carrington Framework Overview";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://alexking.org/?p=3536";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://carringtontheme.com/2009/08/framework-overview/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:603:"I’ve published a Carrington theme framework overview article (a follow up to the Q&A) on the Carrington web site. Hopefully folks will find it useful in describing some of the approaches taken in the framework, and some of the resulting benefits.\n
\nOn order to protect email servers from a possible denial of service attack from the blog by email feature of WordPress I have committed a change today to ensure that WordPress will not contact the mail server more that once every 5 minutes however often wp-mail.php is accessed.
\n
Message displayed when rejecting request
The 5 minute interval, is itself, configurable using a define in your wp-config.php file it you wish to set a longer or shorter interval.
You would configure this by adding the following to the wp-config.php:
\n\n//Set the minimum interval for wp-mail blog-by-email POP3 connections to 10 minutes\n\ndefine('WP_MAIL_INTERVAL',600);\n\nThis feature will be available in WordPress v2.9
\n
Theme is widget ready and has 6 widget placeholders (Left Sidebar, Right Sidebar and Footer). Footer has 4 placeholder and in any of it you can use as many widgets as you want.
\n
Inspired by Kubrick WordPress theme, Minimalist is a three column, widget ready theme.
\n
SEO-friendly WordPress theme that is widget-ready and has two sidebars of Wide Skyscraper width (160×600) on either side of the post area. It has a beautiful cosmic header with a slick menu bar elegantly blended in a sky blue background. The article area is suitable for a adsense banner ad of 468×60 pixels.
\n
Two-column, widget and Google Adsense (or any other ad network) ready theme theme that is simple to use and offers elegant design.
\nPost from: Weblog Tools Collection
>
>
WordPress Theme Releases for 08/06
26 Places to Find Free Multimedia for Your Blog: Mashable lists 26 places to find various pieces of free multimedia for your blog or website. Some of these are pretty commonly known (such as Flickr) but the video and audio resources were fun to browse through. Please do me a favor and not set auto-play on any audio/video you add to your blog.
Thanks Dan Ross via Twitter
Picture credits Annie Mole found via Flick CC search.
\nPost from: Weblog Tools Collection
>
>
26 Places to Find Free Multimedia for Your Blog

\nI’ve been threatening to do it for years, but I think it’s really time — time to redesign this site, for real. If what I have now (or will accomplish in the end) can be called ‘design’. Maybe it would be better to say ‘re-theme‘, so as to avoid ridicule from actual designers. And speaking of which, I’ll happily accept any design advice along the way!
So. Time to start over. I’m really going to do it this time. No more of this “one day…” stuff. In the next few days (by the beginning of next week), I will start with a fresh, unaltered theme, then I will customize it over time. As I go along, I’ll try to document the changes I make as much as possible (at least, as much as time and my poor memory will allow).
\nIn any case, my Rockem-Sockem theme is getting a bit long in the tooth. It’s built on Sandbox, with a few custom tweaks, a bucket full of plugins, and a heaping handful of custom CSS. I still like Sandbox, but it’s time for me to move on (it’s not you, it’s me). There are glitches that I don’t like, but I’ve never gotten around to fixing (like how the ‘Related Posts’ section is only supposed to show up on posts, not pages; or the ugly formatting on single post views when there are no tags).
\nFirst decision: what base theme to use. I’m mainly considering three choices for my starting point: Carrington, Thematic, or a semi-from-scratch theme based on Ian Stewart’s recent theme tutorial. My current leaning is towards building a Thematic child theme. I like the ideas in Carrington a lot, but I think it’s overkill for what I want to do (I might use it on another domain of mine, though). And building a child theme on top of Thematic still means that a lot of the grunt-work is already done for me.
\nSo, as you visit my site over the next several days and weeks, bear with me. I hope that some of you will find this an interesting experience as we see what changes I make, what decisions drive those changes, and how you, my audience, affect my decisions with your feedback. You are going to give me feedback, right? Look around — what changes do you think I should make? What’s good, and what’s bad? Think more in terms in information and functionality than in visual/graphic design, for now.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Aug 2009 15:00:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:53:"Alex King: Which DOCTYPE to use for WordPress 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:32:"http://alexking.org/blog/?p=3311";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://alexking.org/blog/2009/08/04/which-doctype-to-use-for-wordpress-themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1523:"I received some feedback on one of our Carrington themes recently, letting me know that while we were declaring the DOCTYPE of the theme as XHTML 1.0 Transitional, it would be simple to go to XHTML 1.1 Strict based on the markup in the theme.
\nThis didn’t surprise me, we always code to pretty strict web standard best practices at Crowd Favorite so XHTML 1.1 compatibility is generally just a matter of a tweak here or there. However, just because it’s an easy change doesn’t mean it’s a good change.
\nThe main reason we choose to use XHTML 1.0 Transitional for our WordPress themes is simple: we have no idea what someone might decide to do with it.
It doesn’t matter if the theme validates strictly if the content doesn’t – and with all of the great tools and widgets available for WordPress, it’s pretty easy to add something that breaks your strict validation.
\nThis is something you should consider if you’re a theme developer. Don’t just think about the code you’ve written to build the theme, think about what people using your theme will be doing with it; and make the best choice you can.
\nThough many of you may already know this, you can use WordPress not only as a blog, but also as a website to highlight your portfolio or business.
\nThe Tutorial Blog has written a excellent tutorial on how you can use WordPress to showcase your business or portfolio and also use it as a blogging platform.
\nThe trick involves changing the home page to a static page and rearranging the pages alphabetically by changing the page order.
\nHead over to the tutorial blog to read Turn Your WordPress Blog into a Business Website.
\nPost from: Weblog Tools Collection
>
>
Use WordPress To Highlight Your Business/Portfolio
Imports well-formed static HTML files into WordPress. Requires PHP 5.
\nEasy Clickheat WordPress Intergration Plugin
\nA plugin to easily and quickly integrate the Labs Media Clickheat tracking system in your WordPress site.
\n\nAdd smooth ajax during login, avoid screen refreshes and choose where users get redirected to upon login/logout.
\n\nAdds a simple bar at the bottom of the site indicating that you’re working on a development version, so you don’t accidentally break the live site.
\n\nBase on the Open Encryptor authentication, add the one-time password security for WordPress. Distributed through Open Encryptor.
\n\nAdds an AJAX based mail form to the sidebar.
\nDisplay 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.
\n\nWith Poppy´s Videos, you can embed videos from the most popular video sharing portals, as well as files in .flv, .divx and .mp3 format. Also, the videos and files you embed with Poppy´s Videos will be included in your RSS feeds, so your followers won’t have to visit your site to enjoy them.
\n\nThis plugin provides a way to display section-sepecific content on your sidebar with an easy to use interface. This new version comes with tabs support, so creating your tabbed section widget is just a few clicks away.
\n\nTwitter Tools is a plugin that creates a complete integration between your WordPress blog and your Twitter account.
\n\nSpamTask is a spam protection plugin for WordPress, created to prevent comment spam in the most efficient way. The blog spam filter is known to catch all spam robots.
\n\nTurns your blog into the ultimate private blog.
\nPost from: Weblog Tools Collection
>
>
WordPress Plugin Releases for 08/04
Weren’t we just talking about upgrading to the latest and greatest version of WordPress just yesterday?
\nWell today Ryan Boren has just posted at the WordPress.org blog about the release of the WordPress 2.8.3 Security Release. As he mentions in the posting this fix is related to the privilege escalation issues in version 2.8.1.
\nWhat he says next is the real reason why WordPress is so popular and well supported:
\n\nLuckily, the entire WordPress community has our backs. Several folks in the community dug deeper and discovered areas that were overlooked. With their help, the remaining issues are fixed in 2.8.3.
\n
Ryan is right – it is the community that looks after each other. Where else would you have such a diverse and talented group who points out any issues instead of just taking them public even though it would draw a lot of attention and maybe fame for themselves? How easy might it have been for someone to just point out those additional areas/issues for someone to exploit and get all the traffic?
\nWell, it could have been very easy – just send that info to the web instead of into the hands of the developers of WordPress.
\nThis site is another great example of the community around WordPress and the help everyone provides each other to make their understanding of WordPress even better and to share their experience. I think there are many places that could look at what happens in the WordPress Community and see the positive impact an open environment can do for things.
\nThanks to all of you here at WLTC and your willingness to be frank with us on each and every post and to assist each other in the comments and forums. You all definitely rock!
\nSo the next question is – how do we make it even better?
\nPost from: Weblog Tools Collection
>
>
WordPress Version 2.8.3 Security Release
I’m very pleased to announce that Twitter Tools 2.0 is now available!
\nTwitter Tools is a WordPress plugin that creates a complete, two-way integration between your WordPress blog and your Twitter account. Version 2.0 of Twitter Tools makes the plugin extensible in the same way WordPress itself is. I’ve added hooks and filters that allow other plugins to be created for Twitter Tools and extend/change/customize the way Twitter Tools works.
\nI get a lot of requests for features/changes that are specific to someone’s particular needs. Unfortunately I can’t build specific features for each user into the general plugin, but now other people can build plugins for it to make things work just as they want it to.
\nTo make sure these hooks and filters work properly, I created three plugins for Twitter Tools that provide commonly requested features:
\nEach of these plugins can to be activated individually from your Plugins page, and adds their configuration options to the Twitter Tools settings page. These should be great examples for anyone wanting to build a plugin for Twitter Tools.
\nHere are some ideas for other Twitter Tools plugins that I’ve seen requests for:
\nHopefully we’ll see lots of interesting Twitter Tools plugins from folks who have been requesting these features. I’m very interested to see what people build.
\nI’ve also added some additional CSS classes to the tweet output and a commonly requested feature to customize the tweet prefix for new blog post notifications. I had resisted this in the past due to some edge cases that could cause problems, but I believe only a rare situation (annoyance, not fatal) is possible and I doubt folks will run into it – sounds like famous last words, right?
The download and more information are available on my WordPress Plugins page.
\nIf you have any trouble with this, please contact the WordPress HelpCenter (512-788-9236) or you can try the WP Support Forums.
\nUnfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1. Luckily, the entire WordPress community has our backs. Several folks in the community dug deeper and discovered areas that were overlooked. With their help, the remaining issues are fixed in 2.8.3. Since this is a security release, upgrading is highly recommended. Download 2.8.3, or upgrade automatically from your admin.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 15: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: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:"";}}}}}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:49:"WordPress.tv: The VodPod Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2267";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/03/the-vodpod-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1390:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:52:"WordPress.tv: The Top Rated Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2264";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2009/08/03/the-top-rated-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1396:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:52:"WordPress.tv: The Top Posts Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2269";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2009/08/03/the-top-posts-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1396:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:53:"WordPress.tv: The Top Clicks Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2271";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.tv/2009/08/03/the-top-clicks-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1398:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30: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:12:"Michael Pick";s: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:43:"WordPress.tv: The Text Widget 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=2273";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.tv/2009/08/03/the-text-widget-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:1389:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:52:"WordPress.tv: The Tag Cloud Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2275";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2009/08/03/the-tag-cloud-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1396:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:45:"WordPress.tv: The Search Widget 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=2279";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2009/08/03/the-search-widget-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:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:53:"WordPress.tv: The SocialVibe Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2277";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.tv/2009/08/03/the-socialvibe-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1398:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:55:"WordPress.tv: The Recent Posts Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2283";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/03/the-recent-posts-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1403:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30: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:12:"Michael Pick";s: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:46:"WordPress.tv: The RSS Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2281";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.tv/2009/08/03/the-rss-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1392:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30: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:12:"Michael Pick";s: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:57:"WordPress.tv: The Platial MapKit Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2287";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.tv/2009/08/03/the-platial-mapkit-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1407:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:58:"WordPress.tv: The Recent Comments Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2285";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.tv/2009/08/03/the-recent-comments-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1409:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:44:"WordPress.tv: The Pages Widget 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=2289";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/03/the-pages-widget-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:1392:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:47:"WordPress.tv: The Meta Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2291";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.tv/2009/08/03/the-meta-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1394:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:48:"WordPress.tv: The Links Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2295";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/03/the-links-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1396:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:48:"WordPress.tv: The Meebo Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2293";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/03/the-meebo-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1396:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:30:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:49:"WordPress.tv: The Flickr Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2299";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/08/03/the-flickr-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1398:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29: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:12:"Michael Pick";s: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:51:"WordPress.tv: The Gravatar Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2297";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.tv/2009/08/03/the-gravatar-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1402:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29: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:12:"Michael Pick";s: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:57:"WordPress.tv: The Category Cloud Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2303";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.tv/2009/08/03/the-category-cloud-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1414:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:54:"WordPress.tv: The del.icio.us Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2301";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.tv/2009/08/03/the-del-icio-us-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1409:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:50:"WordPress.tv: The Box.net Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2305";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2009/08/03/the-box-net-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1399:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:51:"WordPress.tv: The Calendar Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2309";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.tv/2009/08/03/the-calendar-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1386:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:53:"WordPress.tv: The Categories Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2307";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.tv/2009/08/03/the-categories-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1390:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:50:"WordPress.tv: The Authors Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2313";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2009/08/03/the-authors-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1384:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:53:"WordPress.tv: The Blog Stats Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2311";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.tv/2009/08/03/the-blog-stats-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1390:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:51:"WordPress.tv: The Archives Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2315";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.tv/2009/08/03/the-archives-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1386:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:50:"WordPress.tv: The Akismet Widget for WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=2317";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2009/08/03/the-akismet-widget-for-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1384:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Aug 2009 09:29:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Michael Pick";s: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:84:"Weblog Tools Collection: WordPress For Beginners: Exploring Admin Dashboard and More";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=6375";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2009/08/02/exploring-and-learning-about-wordpress-admin-dashboard/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:10358:"Now that you have learnt how to setup your blog and secured it from spammers by activating Akismet, I would like to give you a tour around the admin dashboard, this tour will help you get accustomed to managing WordPress more effectively.
\nYou may also come across several questions, however to keep you assured all your questions will be answered in the WordPress for Beginners series.
\nWordPress provides users with a really nice dashboard that will allow you to manage and perform several actions, however the first thing that you see when you login to WordPress is a screen as you see below (click to enlarge), lets explore that, I have marked the screen with numbers and will explain what each of it means accordingly.
\n\nWhen you first login to the WordPress admin, you will see a lot of information, sometimes this can be overwhelming, however we will decipher it here.
\n#1 – This is basically a place where you will see the name of the site and a option to visit your blog homepage.
\n#2 – You will see the name of the person who has logged in, and an option to logout, in addition to that you will also see quick links to perform several actions on WordPress.
\n#3 – The sidebar, this is a place from where you can perform several actions including writing new posts, editing them, managing plugins and users and more, all of which I will cover in future posts in this series.
\n#4 In this section you can change screen options and find help with problems, I will cover screen options detail in this post, to learn more about finding help read a earlier post Troubleshooting problems with WordPress.
\n#5 This section provides information about statistics about your blog with information such as number of posts, number of drafts, number of comments and so on.
\n#6 QuickPress is a easy and quick way to publish posts and images to your blog, again will be covered in detail in future posts.
\n#7 A easy way to keep an eye on comments, moderate them and reply to them.
\n#8 If you have posted drafts it will show up here, drafts are basically posts, however they have not been published to the blog, we will explore them in detail later.
\n#9 On this section you will see the latest news from the WordPress development blog.
\n#10 When someone links to you it is a really good thing, however you don’t have to visit each and every site on the internet to find out who linked to you, this section will query Google and display the latest incoming links to your blog, you can change it to query some other blog tracking source, we will see how to do that in this post.
\n#11 Information about plugins that add to the features provided by WordPress, includes most popular, newest and latest updated plugins. I will do a dedicated post on plugins later in this series.
\n#12 In this section you will see news from the WordPress community, you can directly subscribe to it too in your RSS reader, the website to subscribe is Planet WordPress.
\n#13 This is the footer area and has links to main WordPress site and also tells you which version of WordPress you are using.
\nWe will dive in deeper into many different options available in this post, however if something is left out, it means that it will be covered in depth in future posts in the series.
\nOptions provided on the dashboard are by default expanded so that you can get information at a glance, however if you do not want to view all the information at one go, you have a option to minimize it.
\nTo minimize the widgets, take your mouse to the right hand corner of the widget, a arrow will be displayed to you, click on it to minimize the widget, to maximize it follow the same steps.
\nYou can also expand and minimize the sidebar options in a similar way. Take a look at the GIF animation below on how you can do it.
\n\nFor certain sections that do not have additional options, you will not see a arrow key like for the comments section. WordPress remembers you choice so if you logout and login again you will see it the way you left it.
\nThe admin dashboard contains several widgets, however some of them may be more important to you than the others, so what do you do?
\nWell nothing much, just drag and drop. WordPress allows you to rearrange the dashboard by dragging and dropping widgets to any position you want.
\nTo do that just take your mouse over to any widget, you will see a 4 way arrow when you do that, click and hold your mouse when you see that, it will select the widget, move your mouse to any location where you want to see the widget. Take a look at the GIF animation below to see how you can do that. WordPress remembers you choice so if you logout and login again you will see it the way you left it.
\n\nThough the admin dashboard in WordPress provides us with important information in a readable format, it is not necessary that we might all like it.
\nWith WordPress nothing is forced upon you can you easily customize what you can see and how many columns you want to see.
\n
You can customize screen options on the dashboard by clicking on the screen options button in the right hand top corner.
\nOnce you click on the button you can remove widgets you don’t want to see and also customize the number of columns the information should be provided to you in.
\nCertain widgets on the admin dashboard can be edited and customized to suit you needs, however not all of them have that option.
\nTo find widgets that can be customized move your mouse to the right hand corner of the widget but a little more left than what you would do to see the arrow as suggested above, if you see a configure link you can customize that widget, see the GIF animation below.
\n\nIf you find the configure link, click on it and you will be shown options to customize the widget.
\n
For example if you want to use a different source for incoming links, you can configure it accordingly, in addition to that you can also configure to view more items and display item date.
\nNot all widgets have configuration options, but you can still take advantage of those that have.
\nThis concludes the part of exploring the WordPress admin dashboard, many things may have been simplified and many questions may have been framed in your mind, do let me know about them, I will try and answer it to the best of my knowledge.
\nThere are some questions I may not answer right away because it will only do justice to answer them with a full blown post.
\nI would also want you to share your own tips and tricks with everyone as I may have omitted several things which might be important, your suggestions and views are important so don’t forget to let us know about it.
\nAnd if you do have a few seconds, please share your views through this small poll, it will help us improve, thanks in advance.
\n\nThis poll requires JavaScript, please visit the post
\nWhat do you think of the WordPress For Beginners Series? to vote on it
\n
Post from: Weblog Tools Collection
>
>
WordPress For Beginners: Exploring Admin Dashboard and More
I’ve written up 1500 words on what the Carrington CMS theme framework for WordPress is and isn’t. It’s the first of a few different overview and tutorial articles on Carrington that we hope to release in the near future.
\nHopefully this and the follow-up articles will help folks understand the what, why and benefits of Carrington.\n
\nChris Messina on why Steve Jobs hates the App Store.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 02 Aug 2009 17: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 08/02";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6351";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2009/08/02/wordpress-theme-releases-for-0802-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:2381:"iQ2 is a fixed width photoblog theme for WordPress. It is fixed width and widget enabled and it fully integrates with the PhotoQ Photoblog Plugin. iQ2 also features EXIF support and allows for easy customization via skins.
\nThe Nature WP theme, fully loaded WordPress theme design for a WP powered site with the Nature theme, featuring a two column fixed layout, enabled with theme option panel, pagenavi support, frontpage slider, related posts, recent comments with gravatars are built into the theme.
\nWidgetized sidebar with typical WP action like calendar, built in are recent comments and related post in the themes functions php, second sidebar shows excerpts of the latest five posts. The frontpage shows the four latest posts asigned by a built in theme options panel.
\nThree column theme with a magazine layout, featured posts and 125×125 ads.
\nPost from: Weblog Tools Collection
>
>
WordPress Theme Releases for 08/02
Mark Jaquith recently posted over at the WordPress.org blog that the WordPress 2.0.x Legacy Branch is Deprecated – in other words retired and no longer supported for the most important aspect – security updates. It had gotten a little long in the tooth as it was published back in late December 2005.
\nHowever, WordPress 2.0 was revolutionary in many ways. Think back to WordPress 2.0 and how that changed WordPress as we knew it at the time. Some of those changes we now take for granted included:
\nWordPress 2.0 certainly set us on the path to the WordPress we know and love today. Congratulations 2.0 on a terrific service life – rest in peace “Duke”.
\nTime For An Upgrade?
\nWhat does this mean for you as an individual blogger, website developer or site admin? Well the first thing it means in my opinion is that you should get upgraded to the latest and greatest version of WordPress which is version 2.8.2 and was mentioned on this site about two weeks ago by Keith – WordPress 2.8.2 Security Update.
\nAlthough it was published to fix a XSS vulnerability it has been out in the blogosphere for long enough to reveal any issues with the fix. In fact for me it fixed an issue of posts not being published when they are scheduled ahead of time. Plus I am a geek and like all my stuff to be the most up to date they can be
What about you though? Have you updated to the latest version of WordPress? Have you made the jump to version 2.8 at least? What keeps you from making that leap to the latest version of WordPress?
\nPost from: Weblog Tools Collection
>
>
Fare Thee Well WordPress 2.0
We have received forty two entries into the WordPress Plugin Competition 2009 and we will continue to receive entries till the end of the day today. Please submit your entries as soon as possible. Instructions and submission email as posted previously.
\nWe need your votes to help us choose the winners of the competition. As soon as we stop receiving entries, they will be tallied and passed on to the judges. We like to give the judges a few weeks to get their work done. In the meantime, our readers need to help us rate each of the plugins. So if you have not done so already, please head over to the Pluginblog and look through the many plugins that have been submitted. Don’t forget to come back and provide some feedback for the plugin authors and then rate their work.
\nThanks again to all the sponsors and well wishers who have made the competition a reality this year.
\nPost from: Weblog Tools Collection
>
>
Competition going once, going twice . . .
Post updated to include popular universities that use WordPress
\nTo be honest when I started using WordPress, I thought of it as just another blogging platform, however after using it for around 4 years now, I know how good it is and always wonder what I would be doing without it.
\nThat aside, bloggers like me and you use WordPress to write our thoughts, make a living with a professional blog and do so many things that would not be possible without such a wonderful platform.
\nBut did you know that there are several big brands that use WordPress for their blogs?
\neBay, Yahoo, Digg, Ford, Wall Street Journal, Sony, People Magazine, Samsung, Playstation, New York Times, Mozilla Firefox, CNN, Flickr, General Electronic are some of the most prominent brands that use WordPress as a blogging platform, in addition to this there are several more famous personalities who use WordPress to blog.
\nUniversity of Florida, Duke University, Harvard Law School, Cornell University, University of California, MIT, Texas Tech University, University of Virginia, Oregon State University, University of Melbourne, University of Berlin and Boston University are some of the universities that use WordPress.
\nThis is definitely something to cheer about, and hopefully more and more brands will start going mainstream with WordPress.
\nWhat are your thoughts about this? Do you know any other famous brands/personalities that use WordPress. Do let us know about them and your views on WordPress going mainstream.
\nInspiration for this post came from a article by WP Beginner: 21 Popular Brands that use WordPress and 17 Popular Universities that use WordPress
\nPost from: Weblog Tools Collection
>
>
Popular Brands and Universities That Use WordPress
Le blog SilexLabs.com est une initiative ayant pour objectif de donner une tribune d’expression aux différents membres de l’équipe Silex.
\r\nLes laboratoires Silex sont une compilation de points de vues, expériences (…) ayant trait à Silex, au web, au graphisme, au monde logiciel libre (…)
\r\nLes sujets abordés seront affinés au fil du temps.
\r\nMerci d’avance pour votre soutien !
\r\n**********************
\r\nThe SilexLabs blog is an initiative from the Silex team with one aim : to express ourselves and share our experiences, discoveries and stories during this month of may and beyond.
\r\nThe Silex Labs blog is a collection of points of view (…) concerning Silex, the Web, the software world, graphic design, Open Source projects (…)
\r\nWe’ll refine the topics raised in this blog as we go along…
\r\nThanks for your support !
\r\n\r\n', 'page 1', '', 'publish', 'open', 'open', '', 'page-1', '', '', '2009-08-07 12:11:53', '2009-08-07 10:11:53', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?page_id=28', 0, 'page', '', 0), (29, 1, '2009-08-07 12:07:58', '2009-08-07 10:07:58', '\r\n\r\n\r\nDear lexa,
\r\nIt has been a while since I was not active with my web site, that as you know is powered by your awesome SILEX.
\r\nI’ve been very busy since the end of last year, and that prevented me from finishing up my web site (though it’s almost complete), and posting on your forum my case study. However, I haven’t forgot that obligation, and for sure I will do it as soon as I find some more time. My web site helped me boost my professional profile, and for sure it was a wise move for me to build it. Feedback I am receiving from those who saw it is always positive and enthusiastic.
\r\nToday, I went to my google analytics account and was surprised that I had dozen of unique visits referring from silex-ria.org. And I went to your site, and found my (elvinkosova.com) site listed among photographers in your reference list. This makes me really proud of what I’ve accomplished with SILEX, and I am looking forward on updating my web site and contacting you soon.
\r\nI hope you are doing well!
\r\nBest regards…
\r\nelvin…
\r\n
\r\n\r\nSalut Alex,
\r\n
Je sais pas si tu te souviens, on s’est rencontré en octobre dernier chez mediabox puis on a but un coup a nation avec l’equipe Silex.
En fin d’année dernière j’avais essayer de prendre en main silex, un peu galéré et pas trop eu le temps de à consacrer.
J’ai remis le pied à l’étrier, et je trouve que l’évolution sur la v1.5 est énorme!
Je suis votre blog avec attention et je ne manquerai pas de promouvoir ce superbe outil!
Voila, juste pour vous dire bravo
Philippe
\r\n\r\n', 'page 2', '', 'publish', 'open', 'open', '', 'page-2', '', '', '2009-08-07 12:13:34', '2009-08-07 10:13:34', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?page_id=29', 0, 'page', '', 0); INSERT INTO `wp1_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 (30, 1, '2009-08-07 12:07:58', '2009-08-07 10:07:58', '\r\nJ’adore votre blog. l’anniversaire de Sha avec un mot de toute l’équipe pour elle; le diaporama des chantiers de l’été, les photos de l’aventure à la Défense…\r\nc’est un formidable travail.\r\nBravo.
Electric charge is a characteristic of some subatomic particles. It is quantized: when expressed in units of the so-called elementary charge e, it takes integer or fractional values. Electrons by convention have a charge of -1, while protons have the opposite charge of +1. Quarks have a fractional charge of -1/3 or +2/3. The antiparticle equivalents of these, positrons, antiprotons and antiquarks, respectively, have the opposite charge. There are other charged particles, as well. The discrete nature of electric charge was proposed by Michael Faraday in his electrolysis experiments, and then directly demonstrated by Robert Millikanin his oil-drop experiment.
\r\nIn general, same-sign charged particles repel one another, while different-sign charged particles attract. This is expressed quantitatively in Coulomb''s law, which states that the magnitude of the electrostatic repelling force between two particles is proportional to the product of their charges and the inverse square of the distance between them.
\r\nThe electric charge of a macroscopic object is the sum of the electric charges of its constituent particles. Often, the net electric charge is zero, because it is favorable for the number of electrons in every atom to equal the number of protons (or, more generally, for the number of anions, or negatively charged atoms, in every molecule to equal the number of cations, or positively charged atoms). When the net electric charge is non-zero and motionless, one has the phenomenon known as static electricity. Even when the net charge is zero, it can be distributed non-uniformly (e.g., due to an external electric field, or due to molecular motion), in which case the material is said to be polarized. The charge due to the polarization is known as bound charge, while the excess charge brought from outside is called free charge. The motion of charged particles (e.g., of electrons in metals) in a particular direction is known as electric current.
\r\n\r\n\r\nThe SI unit of quantity of electric charge is the coulomb, which is equivalent to about 6.25 × 1018 e (e is the charge on a single electron or proton). Hence, the charge of an electron is approximately-1.602 x 10-19 C. The coulomb is defined as the quantity of charge that has passed through the cross-section of an electrical conductor carrying one ampere within one second. The symbol Q is often used to denote a quantity of electricity or charge. The quantity of electric charge can be directly measured with an electrometer, or indirectly measured with a ballistic galvanometer.
\r\nAfter finding the quantized character of charge, in 1891 Stoney proposed the unit ''electron'' for this fundamental unit of electrical charge. This was before the discovery of the particle by J.J. Thomson in 1897. Today, the name "electron" for the unit of charge is no longer widely used except in the derived unit "electronvolt". This is quite surprising considering the wide use of this unit in the fields of physics and chemistry. The unit is today treated as nameless, referred to as "fundamental unit of charge" or simply as "e".
\r\nFormally, a measure of charge should be a multiple of the elementary charge e (charge is quantized), but since it is an average, macroscopic quantity, many orders of magnitude larger than a single elementary charge, it can effectively take on any real value. Furthermore, in some contexts it is meaningful to speak of fractions of a charge; e.g. in the charging of a capacitor.
\r\n\r\n\r\nAs reported by the Ancient Greek philosopher Thales of Miletus around 600 BC, charge (or electricity) could be accumulated by rubbing fur on various substances, such asamber. The Greeks noted that the charged amber buttons could attract light objects such as hair. They also noted that if they rubbed the amber for long enough, they could even get a spark to jump. This property derives from the triboelectric effect.
\r\nIn 1600 the English scientist William Gilbert returned to the subject in De Magnete, and coined the New Latin word electricus from ??e?t??? (elektron), the Greek word for "amber", which soon gave rise to the English words "electric" and "electricity." He was followed in 1660 by Otto von Guericke, who invented what was probably the firstelectrostatic generator. Other European pioneers were Robert Boyle, who in 1675 stated that electric attraction and repulsion can act across a vacuum; Stephen Gray, who in 1729 classified materials as conductors and insulators; and C. F. du Fay, who proposed in 1733[1] that electricity came in two varieties which cancelled each other, and expressed this in terms of a two-fluid theory. When glass was rubbed with silk, du Fay said that the glass was charged with vitreous electricity, and when amber was rubbed with fur, the amber was said to be charged with resinous electricity. In 1839, Michael Faraday showed that the apparent division between static electricity, current electricityand bioelectricity was incorrect, and all were a consequence of the behavior of a single kind of electricity appearing in opposite polarities. It is arbitrary which polarity you call positive and which you call negative. Positive charge can be defined as the charge left on a glass rod after being rubbed with silk.[2]
\r\nOne of the foremost experts on electricity in the 18th century was Benjamin Franklin, who argued in favour of a one-fluid theory of electricity. Franklin imagined electricity as being a type of invisible fluid present in all matter; for example he believed that it was the glass in a Leyden jar that held the accumulated charge. He posited that rubbing insulating surfaces together caused this fluid to change location, and that a flow of this fluid constitutes an electric current. He also posited that when matter contained too little of the fluid it was "negatively" charged, and when it had an excess it was "positively" charged. Arbitrarily (or for a reason that was not recorded) he identified the term "positive" with vitreous electricity and "negative" with resinous electricity. William Watson arrived at the same explanation at about the same time.
\r\n\r\n\r\nStatic electricity and electric current are two separate phenomena, both involving electric charge, and may occur simultaneously in the same object. Static electricity is a reference to the electric charge of an object and the related electrostatic discharge when two objects are brought together that are not at equilibrium. An electrostatic discharge creates a change in the charge of each of the two objects. In contrast, electric current is the flow of electric charge through an object, which produces no net loss or gain of electric charge. Although charge flows between two objects during an electrostatic discharge, time is too short for current to be maintained.
\r\n\r\n\r\nExperiment I
\r\nLet a piece of glass and a piece of resin, neither of which exhibits any electrical properties, be rubbed together and left with the rubbed surfaces in contact. They will still exhibit no electrical properties. Let them be separated. They will now attract each other.
\r\nIf a second piece of glass be rubbed with a second piece of resin, and if the piece be then separated and suspended in the neighbourhood of the former pieces of glass and resin, it may be observed:
\r\n\r\nThese phenomena of attraction and repulsion are called electrical phenomena and the bodies which exhibit them are said to be ''electrified'', or to be ''charged with electricity''.
\r\nBodies may be electrified in many other ways, as well as by friction.
\r\nThe electrical properties of the two pieces of glass are similar to each other but opposite to those of the two pieces of resin: the glass attracts what the resin repels and repels what the resin attracts.
\r\nIf a body electrified in any manner whatever behaves as the glass does, that is, if it repels the glass and attracts the resin, the body is said to be ''vitreously'' electrified, and if it attracts the glass and repels the resin it is said to be ''resinously'' electrified. All electrified bodies are found to be either vitreously or resinously electrified.
\r\nIt is the established practice of men of science to call the vitreous electrification positive, and the resinous electrification negative. The exactly opposite properties of the two kinds of electrification justify us in indicating them by opposite signs, but the application of the positive sign to one rather than to the other kind must be considered as a matter of arbitrary convention, just as it is a matter of convention inmathematical diagram to reckon positive distances towards the right hand.
\r\nNo force, either of attraction or of repulsion, can be observed between an electrified body and a body not electrified.[3]
\r\nWe now know that the Franklin/Watson model was fundamentally correct. There is only one kind of electrical charge, and only one variable is required to keep track of the amount of charge.[4] On the other hand, just knowing the charge is not a complete description of the situation. Matter is composed of several kinds of electrically charged particles, and these particles have many properties, not just charge.
\r\nThe most common charge carriers are the positively charged proton and the negatively charged electron. The movement of any of these charged particles constitutes an electric current. In many situations, it suffices to speak of the conventional current without regard to whether it is carried by positive charges moving in the direction of the conventional current and/or by negative charges moving in the opposite direction. This macroscopic viewpoint is an approximation that simplifies electromagnetic concepts and calculations.
\r\nAt the opposite extreme, if one looks at the microscopic situation, one sees there are many ways of carrying an electric current, including: a flow of electrons; a flow of electron "holes" which act like positive particles; and both negative and positive particles (ions or other charged particles) flowing in opposite directions in an electrolytic solution or a plasma).
\r\nBeware that in the common and important case of metallic wires, the direction of the conventional current is opposite to the drift velocity of the actual charge carriers, i.e. the electrons. This is a source of confusion for beginners.
\r\n\r\n\r\n| \r\n | \r\n
Flavour quantum numbers:\r\n
\r\n Combinations: \r\n\r\n
| \r\n
Aside from the properties described in articles about electromagnetism, charge is a relativistic invariant. This means that any particle that has charge Q, no matter how fast it goes, always has charge Q. This property has been experimentally verified by showing that the charge of one helium nucleus (two protons and two neutrons bound together in a nucleus and moving around at high speeds) is the same as two deuterium nuclei (one proton and one neutron bound together, but moving much more slowly than they would if they were in a helium nucleus).
\r\n\r\n\r\nThe total electric charge of an isolated system remains constant regardless of changes within the system itself. This law is inherent to all processes known to physics and can be derived in a local form from gauge invariance of the wave function. The conservation of charge results in the charge-current continuity equation. More generally, the net change in charge density ? within a volume of integration V is equal to the area integral over the current density J on the surface of the area S, which is in turn equal to the net current I:
\r\n\r\n
Thus, the conservation of electric charge, as expressed by the continuity equation, gives the result:
\r\n\r\n
The charge transferred between times to and t is obtained by integrating both sides:
\r\n\r\n
where I is the net outward current through a closed surface and Q is the electric charge contained within the volume defined by the surface.
\r\n\r\n\r\nVoir avec Pascal et Pol pour l’idée associée à ses actions pour un site d’une résolution 970 x 600
\r\nonRelease layout._parent._parent._parent._x=970
\r\nonRelease layout._parent._parent._parent._x=-970
\r\nonRelease layout._parent._parent._parent._y=600
\r\nonRelease layout._parent._parent._parent._y=-600
\r\nPour une nav “particulière. Le probleme étant les animations liées au déplacement(s)
\r\n\r\nZOOM NEGATIF\r\nonRelease layout._parent._parent._parent._xscale=100\r\nonRelease layout._parent._parent._parent._yscale=100\r\nonRelease layout._parent._parent._parent._x=0\r\nonRelease layout._parent._parent._parent._y=0ZOOM POSITIF\r\nonRelease layout._parent._parent._parent._xscale=150\r\nonRelease layout._parent._parent._parent._yscale=150\r\nonRelease layout._parent._parent._parent._x=0\r\nonRelease layout._parent._parent._parent._y=0\r\nonRelease layout._parent._parent._parent._x=-250\r\nonRelease layout._parent._parent._parent._y=-200\r\n\r\n
', 'article 1', '', 'publish', 'open', 'open', '', 'article-1', '', '', '2009-08-07 12:21:45', '2009-08-07 10:21:45', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=3', 0, 'post', '', 0), (4, 1, '2009-08-07 12:01:41', '2009-08-07 10:01:41', '\r\nEt si je codais du design, hum ? Ce blog est tellement stimulant que j’ai décidé d’arrêter Silex pour passer à Wordpress. Voilà de quoi combler mes futures soirées solitaires.
\r\nMes plugins Wordpress :
\r\nZdMultilang : un plugin multilingue, simple à utiliser. Il propose une interface de traduction dans la zone des éditeurs. Sur le blog la traduction est automatiquement ajouté au post.
\r\nWP PicLens : ce plugin permet de customiser l’ajout d’images dans un post. Une fois les images intégrées, un lien est ajouté au post. Ce lien ouvre un diaporama cooliris (requiert php5).
\r\nTDO Mini Forms : pour soumettre un nouvel article sans passer par l’interface d’édition. Ce formulaire peut se trouver sur une simple page de votre blog. L’article soumit peut être ajouté directement au blog ou être archivé comme brouillon .
\r\nVive PHP et CSS, dans 6 mois je serais plus geek que geek !
\r\n\r\n', 'article 2', '', 'publish', 'open', 'open', '', 'article-2', '', '', '2009-08-07 12:18:15', '2009-08-07 10:18:15', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=4', 0, 'post', '', 1), (5, 1, '2009-08-07 12:01:52', '2009-08-07 10:01:52', '\r\nBonjour,
\r\nVoici un billet d’un vétéran du libre. Il parle entre autres de la licence GPL et de son rapport aux entreprises et aux développeurs qui utilisent son travail.
\r\nhttp://zedshaw.com/blog/2009-07-13.html
\r\nUne citation :
\r\n“But the days of quick-flip corporations and ingrate programmers making money on my software are over. My new motto is:
\r\n\r\n\r\n\r\nOpen source to open source, corporation to corporation.
\r\n
If you do open source, you’re my hero and I support you. If you’re a corporation, let’s talk business.”
\r\n\r\n', 'article 3', '', 'publish', 'open', 'open', '', 'article-3', '', '', '2009-08-07 12:18:31', '2009-08-07 10:18:31', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=5', 0, 'post', '', 0), (6, 1, '2009-08-07 12:01:58', '2009-08-07 10:01:58', '', 'article 4', '', 'publish', 'open', 'open', '', 'article-4', '', '', '2009-08-07 12:01:58', '2009-08-07 10:01:58', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=6', 0, 'post', '', 0), (7, 1, '2009-08-07 12:02:08', '2009-08-07 10:02:08', '\r\nBonjour,
\r\nVoici un billet d’un vétéran du libre. Il parle entre autres de la licence GPL et de son rapport aux entreprises et aux développeurs qui utilisent son travail.
\r\nhttp://zedshaw.com/blog/2009-07-13.html
\r\nUne citation :
\r\n“But the days of quick-flip corporations and ingrate programmers making money on my software are over. My new motto is:
\r\n\r\n\r\n\r\nOpen source to open source, corporation to corporation.
\r\n
If you do open source, you’re my hero and I support you. If you’re a corporation, let’s talk business.”
\r\n\r\n', 'article 5', '', 'publish', 'open', 'open', '', 'article-5', '', '', '2009-08-07 12:19:24', '2009-08-07 10:19:24', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=7', 0, 'post', '', 0), (8, 1, '2009-08-07 12:02:12', '2009-08-07 10:02:12', ' \r\nVous avez besoin de proposer une interface à vos utilisateurs mais vous manquez d’idées ? Pas de problème, on a regroupé des solutions utilisées dans les “user interface design patterns”.
\r\nUn “design pattern” est une solution proposée pour un problème récurrent. Le mieux c’est d’aller voir.
\r\nAttention ce lien demande Silverlight.
\r\nhttp://quince.infragistics.com/
', 'article 6', '', 'publish', 'open', 'open', '', 'article-6', '', '', '2009-08-07 12:19:46', '2009-08-07 10:19:46', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=8', 0, 'post', '', 0), (9, 1, '2009-08-07 12:02:18', '2009-08-07 10:02:18', '\r\nMerci à ceux qui sont venus d’être venu.
\r\nMerci à Pol d’avoir tapé le compte rendu de cette réunion. Elle a été animée, effervescente, pleine d’idées. L’énergie de cette équipe est vraiment impressionnante, et l’envie de nous structurer pour la canaliser prouve que nous sommes tous sur la même longueur d’onde : il y a un truc de ouf à faire et c’est nous qui allons le faire!
\r\nVoici donc ci-dessous un aperçu de la concurrence, la définition de notre cible et une liste d’objectifs stratégiques que nous devons ordonner et affiner. Ces objectifs vont influencer toutes nos actions dans les 6 prochains mois. Il nous faudra nous en imprégner pour tendre vers ces objectifs une fois dans le feu de l’action.
\r\nLe but est de commencer la mesure des indicateurs fin septembre et d’atteindre ces objectifs en janvier 2010 :
\r\n\r\nLors de la prochaine réunion nous mettrons tout cela à plat et nous parlerons des objectifs opérationnels que nous envisageons. Il s’agira principalement de définir les actions à entreprendre et de proposer des moyens de mesurer leur efficacité.
\r\n\r\n
\r\n\r\n
Une question qu’on entend de temps à autre, maintenant que Silex a du succès, est comment se faire connaître. Je suis tombé sur cet article (en anglais, désolé) qui traite de la question des rapports avec la presse, les sites d’informations, etc.
\r\n\r\n\r\n', 'article 8', '', 'publish', 'open', 'open', '', 'article-8', '', '', '2009-08-07 12:20:31', '2009-08-07 10:20:31', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=10', 0, 'post', '', 0), (11, 1, '2009-08-07 12:02:30', '2009-08-07 10:02:30', '\r\nUn post consacré au benjamin de la Team Silex, Arthur, dont le stage sous la direction dePol Goasdoué s’est terminé ces jours-ci…
\r\n
Arthur vient de valider son rapport de stage consacré à sa participation au sein de l’équipe Silex : des templates pour Chaivoo, les icônes du Manager, le silex widget, lesplaylists. A seulement 18 ans, Arthur a su jongler avec Silex et trouver sa place au sein de l’équipe pendant ce mois de mai 2009 à la Défense, la tête pleine de projets.
\r\n\r\n
Nous te souhaitons une bonne continuation à Silex et partout ailleurs, de Cuba à New York, de Paris à Tombouctou ;D
\r\nKudoS ARTHUR and KeeP in ToucH !
\r\n\r\n', 'article 9', '', 'publish', 'open', 'open', '', 'article-9', '', '', '2009-08-07 12:21:00', '2009-08-07 10:21:00', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=11', 0, 'post', '', 0), (12, 1, '2009-08-07 12:02:37', '2009-08-07 10:02:37', '\r\nVoir avec Pascal et Pol pour l’idée associée à ses actions pour un site d’une résolution 970 x 600
\r\nonRelease layout._parent._parent._parent._x=970
\r\nonRelease layout._parent._parent._parent._x=-970
\r\nonRelease layout._parent._parent._parent._y=600
\r\nonRelease layout._parent._parent._parent._y=-600
\r\nPour une nav “particulière. Le probleme étant les animations liées au déplacement(s)
\r\n\r\nZOOM NEGATIF\r\nonRelease layout._parent._parent._parent._xscale=100\r\nonRelease layout._parent._parent._parent._yscale=100\r\nonRelease layout._parent._parent._parent._x=0\r\nonRelease layout._parent._parent._parent._y=0ZOOM POSITIF\r\nonRelease layout._parent._parent._parent._xscale=150\r\nonRelease layout._parent._parent._parent._yscale=150\r\nonRelease layout._parent._parent._parent._x=0\r\nonRelease layout._parent._parent._parent._y=0\r\nonRelease layout._parent._parent._parent._x=-250\r\nonRelease layout._parent._parent._parent._y=-200\r\n\r\n
', 'article 15', '', 'publish', 'open', 'open', '', 'article-15', '', '', '2009-08-07 12:22:38', '2009-08-07 10:22:38', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=17', 0, 'post', '', 0), (18, 1, '2009-08-07 12:03:15', '2009-08-07 10:03:15', '', 'article 16', '', 'publish', 'open', 'open', '', 'article-16', '', '', '2009-08-07 12:03:15', '2009-08-07 10:03:15', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=18', 0, 'post', '', 0), (19, 1, '2009-08-07 12:03:19', '2009-08-07 10:03:19', '', 'article 17', '', 'publish', 'open', 'open', '', 'article-17', '', '', '2009-08-07 12:03:19', '2009-08-07 10:03:19', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=19', 0, 'post', '', 0), (20, 1, '2009-08-07 12:03:29', '2009-08-07 10:03:29', '\r\nTeam, team, team ! C’est le mot de ces deux dernières semaines de juin !
\r\nLa team revient en interne sur ce mois de folie au Silex Labs, fait le bilan, explore son inconscient, la notion de groupe, et va de l’avant en compagnie de Bruno Richez, consultant en management, et qui nous accueille sur deux matinées.
\r\nMercredi dernier, nous avons croisé le chemin de la crise selon le sociologue Alex Muchielli,exploré la pyramide du besoin du psychologue Abraham Maslow, par ailleurscontroversée, entendu les mots autorégulation, leader, stimulation, réalisation de soi, appartenance, besoin, crise, osmose…
\r\nAvant de nous retrouver mardi prochain à la Tour Maubourg, je voudrais vous faire partager cette scène de la série britannique the I.T Crowd, où Moss, Roy et Jen se doivent de résoudre leur “team crisis” sans que leur crazy boss Denholm ne s’en rende compte…
\r\nTeam, Team, Team, can you act as a team ?
\r\n\r\n', 'article 18', '', 'publish', 'open', 'open', '', 'article-18', '', '', '2009-08-07 12:23:09', '2009-08-07 10:23:09', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=20', 0, 'post', '', 0), (21, 1, '2009-08-07 12:03:33', '2009-08-07 10:03:33', '', 'article 19', '', 'publish', 'open', 'open', '', 'article-19', '', '', '2009-08-07 12:03:33', '2009-08-07 10:03:33', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=21', 0, 'post', '', 0), (22, 1, '2009-08-07 12:03:40', '2009-08-07 10:03:40', '', 'article 20', '', 'publish', 'open', 'open', '', 'article-20', '', '', '2009-08-07 12:04:17', '2009-08-07 10:04:17', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=22', 0, 'post', '', 0); INSERT INTO `wp1_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 (23, 1, '2009-08-07 12:03:45', '2009-08-07 10:03:45', '\r\n.
\r\n\r\n- edit : j''ai ajouté le compte rendu de la réu à la fin de cet article -\r\n\r\n\r\n
Et enfin quelle heure? - laissez des com -
\r\n.
\r\n\r\n
.
\r\n\r\n\r\n
.
\r\n\r\nle rôle de l’assos a été discuté :
\r\n\r\nJe cite :
\r\n“FlashSquare est un nouveau blog francophone sur les technologies Flash, Flex, et tout ce qui peut s’y rapporter. Vous y trouverez des ressources, des tutoriaux, des applications prêtes à l’emploi, une sélection de nos sites coups de coeur, un lab expérimental…”
\r\nUn post intéressant :
\r\nhttp://www.flash-square.com/veille-technologique/realite-augmentee-pour-de-vrai/
\r\n\r\n', 'article 22', '', 'publish', 'open', 'open', '', 'article-22', '', '', '2009-08-07 12:23:41', '2009-08-07 10:23:41', '', 0, 'http://localhost/dev/1silex4wordpress/wordpress/?p=24', 0, 'post', '', 0), (25, 1, '2009-08-07 12:03:40', '2009-08-07 10:03:40', '', 'article 20', '', 'inherit', 'open', 'open', '', '22-revision', '', '', '2009-08-07 12:03:40', '2009-08-07 10:03:40', '', 22, 'http://localhost/dev/1silex4wordpress/wordpress/?p=25', 0, 'revision', '', 0), (26, 1, '2009-08-07 12:03:54', '2009-08-07 10:03:54', '', 'article 22', '', 'inherit', 'open', 'open', '', '24-revision', '', '', '2009-08-07 12:03:54', '2009-08-07 10:03:54', '', 24, 'http://localhost/dev/1silex4wordpress/wordpress/?p=26', 0, 'revision', '', 0), (27, 1, '2009-08-07 12:01:31', '2009-08-07 10:01:31', '', 'article 1', '', 'inherit', 'open', 'open', '', '3-revision', '', '', '2009-08-07 12:01:31', '2009-08-07 10:01:31', '', 3, 'http://localhost/dev/1silex4wordpress/wordpress/?p=27', 0, 'revision', '', 0), (31, 1, '2009-08-07 12:07:58', '2009-08-07 10:07:58', ' \r\nLes pages secrètes du blog du tueur fou de Bridgeville\r\n Etats-Unis \r\n Article posté par Stéphane Bourgoin le Jeudi 6 août 2009\r\nLe tireur fou de Bridgeville, George Sodini, qui s''est suicidé après le massacre, tenait un blog qui a été retiré du Web.\r\n \r\nCe blog contenait des pages secrètes où il se confie. Nous avons pu en effectuer une capture avant sa disparition.\r\n \r\nL''homme tenait apparemment depuis novembre un "blog" dans lequel il laissait échapper sa haine des femmes. A la veille de la tuerie, il écrivait: "J''ai pris m... \r\n\r\n[lire la suite de l''article >]\r\n Actualité du Jeudi 6 août 2009\r\n- Arizona: des garçons de 9 et 10 ans accusés de viol \r\n- Iran: 24 personnes pendues en une journée \r\n- Nancy : une jeune femme martyrisée avant d''être assassinée \r\n- La police autrichienne tue un ado au cours d''un vol dans un magasin \r\n- Un été de faits divers : Luc Tangorre, violeur ou bouc émissaire ? \r\n- Les pages secrètes du blog du tueur fou de Bridgeville \r\n- L''auteur de la fusillade de Bridgeville l''avait annoncée sur son blog \r\n\r\n[< Jour précédent] [Archives] [Jour suivant >]\r\n
| \r\n Nouveaux livres de la librairie\r\n André Héléna,\r\n Fanfan la douleur... \r\n André Héléna,\r\n Remise de peine... \r\n William Irish,\r\n Lady Fantôme... \r\n Bernard Thomas,\r\n La bande à Bonnot... \r\n Michel Meurger,\r\n Lovecraft et la S.-F / 1... \r\n S.T. Joshi,\r\n Clefs pour Lovecraft... \r\n Didier Daeninckx & Jean-Pierre Coureuil,\r\n Arcadius Cadin... \r\n Eric Ambler,\r\n L''héritage Schirmer... \r\n Cornell Woolrich,\r\n La mariée était en noir... \r\n Stéphane Bourgoin,\r\n Le Cannibale de Milwaukee (1993)... \r\n | \r\n![]() | \r\n\r\n | \r\n Le calendrier du 7 août 2009 \r\n\r\nRien de prévu aujourd''hui !\r\n\r\n | \r\n
\r\nGuerrier au Brésil dépeint par Jean-Baptiste Debret au début du XIXe siècle en image.
\r\n\r\n
Le choc infectieux :
\r\n\r\n
La démographie historique a établi qu''une majorité d''Amérindiens sont morts à la suite des maladies infectieuses (comme la coqueluche, la rougeole ou la variole) introduites par les Européens, contre lesquels les Amérindiens n''étaient pas immunisés.
\r\n\r\n
Le processus a commencé dès les années 1500 et a emporté des centaines de milliers de vies.
\r\n\r\n
Les épidémies de variole (1525, 1558, 1589), de typhus (1546), de grippe (1558), de diphtérie (1614), de rougeole (1618) auraient tué plus de 95% de la population indigène en Amérique Latine.
\r\n\r\n
En 1617-1619, une épidémie de peste bubonique ravage la Nouvelle-Angleterre.
\r\n\r\n
Le bilan de ces épidémies est difficile à donner avec exactitude.
\r\n\r\n
Les sources sont inexistantes et les historiens ne sont pas d''accord sur les estimations.
\r\n\r\n
Certains avancent 10 millions d''Amérindiens pour tout le continent ; d''autres pensent plutôt à 90 millions, dont 10 pour l''Amérique du Nord.
\r\n\r\n
Si l''on prend les données d''Anne Garrait-Bourrier et Monique Venuat (voir la bibliographie), le continent américain entier (de l''Alaska au Cap Horn) abritait environ 50 millions d''habitants en 1492 ; pour comparaison, il y avait 20 millions de Français au XVIIe siècle.
\r\n\r\n
Les chiffres avancés pour le territoire des États-Unis d''aujourd''hui sont compris entre 7 et 12 millions d''habitants.
\r\n\r\n
Environ 500 000 Amérindiens peuplaient la côte est de cet espace.
\r\n\r\n
Ils ne sont plus que 100 000 au début du XVIIIe siècle.
\r\n\r\n
Dans l''empire espagnol, la mortalité des Amérindiens provoquait de tels ravages qu''ils durent aller chercher des esclaves en Floride pour pallier le manque de main d''œuvre en Amérique du Sud.
\r\n\r\n
Exemples parmi d''autres des ravages qu''ont causés ces pandémies :
\r\n\r\n
Les Timicuas, en Floride, qui en 1650 étaient 13 000 répartis sur 40 villages, ne furent après une épidémie de petite vérole que 35 en 1728, regroupés dans un seul hameau.
\r\n\r\n
Les Wampanoag qui occupaient le territoire de l''actuel Massachusetts furent emportés jusqu''au dernier en 1617, trois ans avant l''arrivée des premiers colons débarqués du Mayflower qui fonderont Plymouth.
\r\n\r\n
Dans l''empire espagnol, les Amérindiens furent également victimes des meurtres massifs, des guerres et du travail forcé (mines d''argent, portage, etc.).
\r\n\r\n
On estime qu''avant l''arrivée des Européens, le Mexique central comptait 25 millions d''habitants.
\r\n\r\n
Il n''en restait plus qu''un million vers 1650.
\r\n\r\n
La conquête espagnole :
\r\n\r\n
\r\n
Au Mexique, Hernan Cortés débarque à proximité de Veracruz en 1519 ; il est tout d''abord bien accueilli par Moctezuma empereur aztèque.
\r\n\r\n
Les Espagnols entrent dans Tenochtitlan le 8 novembre 1519.
\r\n\r\n
Mais le 30 juin 1520, ils sont chassés par une révolte de la population.
\r\n\r\n
Cortez, soutenu par les autres peuples amérindiens, remporte la victoire de Otumba le 7 juillet 1520 et vient assiéger la capitale qui finit par tomber le 13 août 1521.
\r\n\r\n
Le dernier empereur, Cuauhtémoc, fait prisonnier pour éviter une nouvelle révolte, est exécuté vers 1524-1526, tandis que Tenochtitlan est rasée pour laisser la place à Mexico.
\r\n\r\n
Lorsque Pizarro arrive au Pérou en 1532, il est perçu comme un dieu.
\r\n\r\n
Il enlève l''empereur Atahualpa et encourage la révolte des peuples soumis aux Incas.
\r\n\r\n
L''empire se morcelle et l''empereur est finalement exécuté par les Espagnols en 1533.
\r\n\r\n
Les conquistadors contrôlent le territoire inca au milieu du XVIe siècle, même si des résistances ont encore lieu.
\r\n\r\n
La formation de l''Empire colonial espagnol s''accompagne de pillages, de maladies nouvelles qui font des ravages, de la famine, de l''asservissement des Amérindiens dans les encomiendas et de l''évangélisation de la population.
\r\n\r\n
Le 16 avril 1550, Charles Quint ordonne d''interrompre les conquêtes du Nouveau Monde pour des raisons morales.
\r\n\r\n
Le débat qui s''en suit, confié aux théologiens verra les fameuses joutes de Bartolomé de Las Casas et Sepulveda lors de la Controverse de Valladolid.
\r\n\r\n
À son issue, l''Église catholique réaffirme l''opposition à l''esclavage des Indiens qu''elle avait déjà exprimée par les bulles Veritas ipsa (2 juin 1537) et Sublimis Deus (le 9 juin 1537) dans lesquelles Rome condamnant l''esclavage des Indiens avait affirmé leur droit, en tant qu''êtres humains, à la liberté et à la propriété.
\r\n\r\n
Mais dans un codicile, elle reconnaitra et encouragera suite à cette controverse l''esclavage des noirs africains.
\r\n\r\n
En 1556, la terminologie change, Conquista est officiellement remplacé par descubrimiento (découverte), et conquistador par poblador (colon).
\r\n\r\n
Les Amérindiens étaient utilisés pour exploiter les ressources en Amérique du sud (sucre, rhum café etc.).
\r\n\r\n
Les Espagnols récoltaient ces ressources, qu''ils exportaient en Europe.
\r\n\r\n
Les Espagnols partaient d''Europe avec des marchandises (armes, tissus, métaux en lingots etc...), qu''ils échangeaient en Afrique contre des esclaves qu''ils transportaient en Amérique de sud pour exploiter les ressources.
\r\n\r\n
Ce système se nomme le « commerce triangulaire ».
\r\n\r\n
Techniques de communication :
\r\n\r\n
Les Amérindiens utilisent des tambours, qui permettent de communiquer à distance à l''instar des appareils modernes.
\r\n\r\n
Ainsi, en frappant sur un tambour, un chaman peut échanger des informations avec un autre chaman ou localiser le gibier.
\r\n\r\n
Le réveil identitaire:
\r\n\r\n
Depuis 1968, on assiste au réveil politique et culturel des Amérindiens et des métis.
\r\n\r\n
Cela a commencé aux États-Unis puis au Canada, au Mexique, et maintenant dans toute l''Amérique latine :
\r\n\r\n
* Des manifestations d''Amérindiens ont lieu lors de la Thanksgiving, en souvenir des Amérindiens qui ont été progressivement oubliés dans cette fête d''action de grâce
\r\n\r\n
* Reconnaissance par l''ONU,
\r\n\r\n
* Participation à de nombreux mouvements internationaux: ATTAC, ...
\r\n\r\n
Participation politique :
\r\n\r\n
Bolivie, Mexique, Canada, Venezuela, ...
\r\n\r\n
* Des actions armées en 1994 ont également été menées au nom de la lutte pro-indigène ou pour la reconnaissance des droits fondamentaux (ce qui pose problème car tous les mexicains sont égaux devant la loi de part la Constitution mexicaine de 1917 issue de la Révolution) des cultures indigènes chiapanèques sans que tous les indigènes adhèrent ou sympathisent avec ce mouvement l''EZLN au Chiapas (Mexique) resté très marginal et sans résultats significatifs jusqu''à maintenant.
\r\n\r\n
* En 1990, une loi fédérale américaine, The Native American Graves Protection and Repatriation Act (NAGPRA), exige que les biens culturels amérindiens soient rendus aux peuples natifs quand ces biens ont été déterrés.
\r\n\r\n
Cette loi autorise néanmoins les équipes d''archéologues à analyser les découvertes mais dans un délai de temps très court.
\r\n\r\n
Par biens culturels, la loi désigne les restes humains, les objets funéraires et sacrés, et tout objet et artefact du patrimoine amérindien.
\r\n\r\n
Bien que cette loi fédérale fut rendue nécessaire pour mettre un terme aux pillages de sites historiques, les archéologues et chercheurs américains accusent cette loi de restreindre gravement la recherche archéologique sur les origines des premiers habitants des États-Unis.
\r\n\r\n
Le cas de l''homme de Kennewick est symptomatique, les tribus amérindiennes demandant le retour sur leurs terres respectives de ce squelette dont l''étude a révélé une origine caucasienne ou europoïde.
\r\n\r\n
* Le 19 décembre 2007, les Indiens Sioux rompent les traités signés avec les États-Unis, par la voix de leur leader Russell Means qui accuse les USA d''avoir « violés maintes fois (le traité) afin de voler notre culture, notre terre et nos coutumes ».
\r\n\r\n
Il poursuit ; « Nous ne sommes plus citoyens des États-Unis d''Amérique et tous ceux qui vivent dans les régions des cinq États que comprend notre territoire sont libres de nous rejoindre », lors d''une conférence de presse à Washington.
\r\n\r\n
Il a précisé que des passeports et des permis de conduire seraient délivrés à tous les habitants du territoire s''ils renonçaient à leur nationalité américaine.
\r\n\r\n
merci de votre visite
\r\n\r\n
bisousss
\r\n\r\n
à suivre....
\r\n\r\n
\r\nLe coyotte et le loup sont des animaux très importants chez les amérindiens.
\r\n\r\nQue prétend regrouper le terme blog ? Les œuvres d''un dessinateur, un journal intime anonyme, l''opinion d''une journaliste, le carnet de bord d''un photographe, des satires d''hommes politiques, les vidéos d''une classe de collège, un roman en construction, les anecdotes quotidiennes d''une mère de famille, etc.
\r\nLe concept blog est assez vague pour autoriser toutes ces utilisations. Le phénomène connaît son succès grâce à une grande facilité de publication, une grande liberté éditoriale et une grande capacité d''interaction en temps réel avec le lectorat.
\r\nBien que la plupart des blogueurs hésitent à donner une définition claire de leurs intentions, la majorité des blogs s''utilise à des fins d''auto-représentation, et la plupart se forment autour des affects et des idées propres à leur(s) auteur(s). C''est pour cette raison que la presse et l''opinion populaire sont parfois amenées à fustiger l''égocentrisme des blogs.
\r\nMême si beaucoup de blogs sont privés de visiteurs par la force des choses (abandon de milliers de blogs par mois), un blog est généralement libre d''accès, à l''image d''une vitrine survolée par de prétendus inconnus. Lecteurs et auteurs entreprennent de facto un contrat comme au sein d''une autobiographie : tout est-il vrai ? Quels sujets aborder ? Sous quel angle ? Cependant, sur un blog, la possibilité de commenter chaque billet modifie considérablement ce qu''on appelle le pacte autobiographique.
\r\nPar ailleurs, le nombre de lecteurs d''un blog varie bien plus rapidement que le nombre de lecteurs d''un livre. En effet, de par la force et la rapidité des échanges sur le Web, un blog peut devenir célèbrissime au sein de la communauté à laquelle il appartient en très peu de temps. Cette variabilité influe parfois sur l''auteur en le poussant par exemple à écrire autour d''un buzz.
\r\nLes plates-formes proposant des blogs totalement privés protégés par mot de passe trouvent nombre de clients, et certaines affirment que la majeure partie de la blogosphère consiste en des blogs privés.
\r\n\r\n\r\nLes blogs peuvent adopter des formats bien différents, mais les principaux outils décrits dans ce paragraphe (outils que l''on retrouve sur la plupart des plates-formes de publication de blogs) ne peuvent être codés à la main dans un langage de balisage comme HTML sous peine de devoir affronter des tâches laborieuses et répétitives ; c''est pourquoi l''on utilise bien souvent un système de gestion de contenu qui permet d''automatiser la mise en page du site.
\r\nCe logiciel spécialisé met en forme le texte et les illustrations sous la direction du blogueur, il construit des archives automatiquement, il offre des moyens de recherche au sein de l''ensemble des billets et enfin gère les commentaires des internautes lecteurs. Ces outils permettent ainsi à chacun de publier du contenu, sans connaissances techniques préalables relatives à la conception de sites Web. Cette facilité d''utilisation a contribué pour une grande partie à l''explosion de l''utilisation des blogs depuis quelques années.
\r\nLes blogs sont en fait majoritairement édités grâce à des systèmes de gestion de contenu hébergés et administrés par des entreprises dont les services très populaires allègent considérablement les étapes techniques relatives à la conception de sites Web.
\r\n\r\n\r\nChaque billet est daté et entre donc dans une suite chronologique. Cependant, sur la page d''accueil, l''accumulation de ces billets est souvent présentée par antéchronologie (les plus récents en premier).
\r\nEn effet, un blog étant perpétuellement en cours d''écriture, la page d''accueil doit refléter les changements les plus récents ; l''auteur suit l''idée d''un public qui prend connaissance régulièrement de l''évolution du site. Les billets étant présentés figés dans le temps, l''auteur ne les modifie généralement qu''en publiant un addendum intitulé « mise à jour ».
\r\nDepuis les années 2000, le phénomène blog évolue grâce aux améliorations techniques et matérielles de l''informatique et propose de publier toutes sortes de documents multimédias : images, mais surtout sons et vidéos, notamment par l''attrait de services d''hébergement (en particulier YouTube) ce qui enrichit très sensiblement la lecture ou devient le format privilégié du blog : voir photoblog et videoblog.
\r\n\r\n\r\nUn blogueur autorise souvent ses utilisateurs à laisser des commentaires, mêmes les plus critiques, suivant un formulaire Web automatisé. Cependant, le blogueur est, selon la législation française, légalement responsable de ce qui est affiché sur son site2 et doit donc, dès qu''il a connaissance de commentaires non conformes à la législation, supprimer les commentaires en question.
\r\nTout blogueur peut également choisir de censurer a priori les commentaires en publiant lui-même ceux qu''il juge valides, ou de censurer totalement tout commentaire (sur un billet ou sur le blog entier). Ce type de solution radicale est essentiellement adopté suite à de trop nombreux trolls ou à du pollupostage. Bien souvent il est également possible de bloquer temporairement l''ajout de nouveaux commentaires, par exemple si l''auteur du blog n''a pas la possibilité de les modérer pendant quelques jours.
\r\nDe plus en plus de blogs deviennent le centre d''échanges approfondis au sujet duquel se passionnent auteurs et lecteurs (notamment au sujet de l''actualité ou du Web). Certains blogueurs accordent une place prépondérante aux commentaires laissés sur leur blog, qu''ils considèrent comme la raison d''existence de leurs écrits. Chaque billet revient alors à un nouvel espace public : le blog se transforme en une sorte de forum électronique et peut même recueillir une suite de commentaires sans queue ni tête, l''anonymat aidant au blogo-squat, c''est-à-dire à un bavardage qui s''entretient tout seul, sans rapport avec le billet d''origine.
\r\nLes blogs sont souvent centrés sur la publication d''opinions. Ce n''est pas pour rien que c''est l''instrument favori de beaucoup de journalistes ou d''hommes politiques. Sur ce plan, c''est un intermédiaire entre la page perso (l''auteur parle et personne ne répond), et le forum de discussion (tout le monde parle à égalité).
\r\n\r\n\r\nLes blogs s''accompagnent souvent d''un système avancé de gestion des hyperliens.
\r\nChaque billet s''accompagne d''un lien propre et statique (appelé « permalien »).
\r\nLa blogoliste ou le défileur (blogroll en anglais) est l''ensemble des liens vers d''autres blogs présentés par un blogueur sur son carnet Web, souvent présenté sur une page dédiée ou sous forme de menu latéral sur la page principale. Avec les techniques de syndication de contenu, telles que RSS ou Atom, il est possible d''inclure directement certains billets sur son propre blog.
\r\nPour illustrer ce qu''est un rétrolien, imaginons qu''Alice et Bob, personnages fictifs, possèdent un blog. Il arrive que Bob écrive des billets intéressants sur son blog, et qu''Alice désire y répondre sur le sien. Dans ce cas, Alice peut, lorsqu''elle publie sa réponse, envoyer au blog de Bob un signal (en anglais pingback) qui déclenche l''apparition automatique sur le billet de Bob d''un rétrolien, c''est-à-dire d''un lien avertissant qu''Alice a publié un billet relatif au billet du blog de Bob. Ainsi, Bob (et les lecteurs de son blog) sont informés de la réaction d''Alice par un court extrait de son billet de réponse et sont libres d''aller le lire. Ce système est quasi-standardisé.
\r\n\r\n\r\nLa présentation varie peu d''un blog à un autre pour plusieurs raisons.
\r\nD''abord, la structure chronologique des billets impose une exhibition des billets soit par antéchronologie soit par chronologie (sur la page d''accueil, l''antéchronologie est préférée pour les raisons évoquées plus haut). De plus, les mêmes fonctionnalités reviennent souvent car elles sont bien adaptées à une lecture à partir d''un navigateur. Ce format réduit les possibilités créatives dans le design des blogs.
\r\nUne autre raison est qu''une grande part des blogs sont construits grâce à une plateforme telle que Blogger, Over-Blog ou Skyrock Blog (anciennement Skyblog). Ces portails imposent un format de présentation identique pour tous leurs utilisateurs, au moins par défaut, et que peu d''entre eux explorent les possibilités de personnalisation lorsqu''elles existent.
\r\n\r\n\r\nD''autre part, un fil RSS ou Atom (appelé aussi « fil de nouvelles ») rassemblant tout ou partie des derniers billets ou commentaires parus est mis à disposition des visiteurs, de façon à leur permettre de tenir à jour leur lecture de manière rapide au moyen d''un logiciel appelé agrégateur.
\r\nAu sein de sa diversité, la blogosphère est composée de communautés de blogs qui réunissent des individus aux mêmes tendances politiques, aux mêmes passions... Ces communautés de blogs se lient entre elles grâce à des liens hypertextes. Une communauté peut décider de publier tous les billets concernant un sujet donné sur un site Web appelé Planet.
\r\nLe plus souvent, un blog permet d''afficher les billets selon une structure différente : par thèmes, par mois, ou en effectuant une recherche avec un moteur de recherche.
\r\nEnfin, beaucoup d''auteurs de blogs accordent une grande importance à la présentation de leur blog et certains en modifient la présentation graphique régulièrement — ou en proposent plusieurs au choix (on parle de thèmes, d''habillages, de templates ou de skins).
\r\nLa frontière entre blogs et mailing lists est floue au point de confondre liste de diffusion et blog au sein de l''interface Gmane. Toutefois, tout le monde n''est pas d''accord sur ce point.
\r\n\r\n\r\nLes blogs tenus par des adolescents sont très nombreux en France (près de 23 200 000 de blogs sur Skyblog selon le site début 2009), et plus généralement sur le Web. Il existe une certaine fracture numérique entre les générations, qui n''ont pas toutes ni les moyens ni l''envie de s''approprier le Web de cette manière bien que, techniquement, un blog se consulte comme un site Web, ce à quoi la grande majorité des utilisateurs actuels d''Internet sont familiers. Plusieurs affaires judiciaires ont mis en cause des élèves insultant des professeurs sur leur blog et ont été l''occasion de débats au sein des équipes pédagogiques et dans les médias.
\r\nCependant, la tendance du blog s''étend aux plus âgés. Les blogs relatant la vie en entreprise auraient déjà conduit à plusieurs licenciements, affirment des blogueurs qui ont été licenciés, mais l''affirmation est remise en doute, tout au moins dans le secteur universitaire.3
\r\nLe monde politique, des affaires ainsi que le secteur associatif se sont aussi emparés de l''outil, en tant que nouveau média de masse. Les blogs participent donc désormais aux stratégies de communication des entreprises, des associations, des auteurs, des personnes en recherche d''emploi. Les professionnels des sciences de l''information (bibliothécaires, archivistes ou documentalistes) développent un blog spécialisé : le biblioblog.
\r\nCertains blogueurs veulent mettre en avant leur indépendance envers les médias traditionnels et leur réactivité. Un exemple a consisté à « sortir » des informations avant tous les autres pendant l''affaire Monica Lewinsky. De même, la critique des médias traditionnels, supposés vendus à l''adversaire politique, est un puissant levier pour occuper le terrain des blogs. Cette technique a été utilisée aussi bien par les républicains que par les démocrates lors de la campagne précédant la réélection de George W. Bush de 2004 (voir en:Rathergate) ou lors du référendum français sur le traité établissant une Constitution pour l''Europe (voir les dossiers d''Acrimed). De la même façon, l''intervention de multiples blogs politiques lors des échéances électorales françaises de 2007 risque de remettre en question diverses pratiques en matière de démocratie (publication anticonstitutionnelle de résultats avant la fin des scrutins, etc.)
\r\nUsenet, qui se promettait au même but, a rapidement perdu en popularité face à l''avènement du Web, submergé par une masse d''informations douteuses noyant les fameux rares scoops et succès contre lacensure, systématiquement mise en avant comme justification du phénomène, plombé par les problèmes de spam, excédé par les polémiques incessantes.
\r\n\r\n', 'page 2.1', '', 'publish', 'open', 'open', '', 'page-2-1', '', '', '2009-08-07 12:13:58', '2009-08-07 10:13:58', '', 29, 'http://localhost/dev/1silex4wordpress/wordpress/?page_id=40', 0, 'page', '', 0); INSERT INTO `wp1_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 (41, 1, '2009-08-07 12:08:33', '2009-08-07 10:08:33', '\r\nCertaines entreprises mettent en place des « blogs d''entreprise » publics ou à usage interne 4. Même si, généralement, les entreprises disposent déjà d''un site Web, le blog d''entreprise permet une communication moins officielle, plus réactive et permettant une interactivité en temps réel.
\r\nLes blogs publics permettent de communiquer directement et rapidement avec la clientèle. Un prestataire de services pourra par exemple publier immédiatement un article pour informer sa clientèle en cas de problème technique. Les clients pourront réagir en ligne et éviter ainsi, par exemple, une surcharge du standard téléphonique.
\r\nLes blogs d''entreprise à usage interne sont réservés à la communication interne et permettent, grâce aux réactions aux articles, de mesurer le « climat social » d''une entreprise. Le blog d''entreprise permet également de faciliter les échanges entre les collaborateurs d''une entreprise.
\r\n\r\n\r\nEspace numérique prédéfini mais paramétrable, souple, léger, gratuit, nomade et simple d’utilisation, il se caractérise par la mise à disposition des utilisateurs des fonctionnalités multimodales (texte, image, son et vidéo).
\r\nLe blog utilisé à des fins pédagogiques permet de développer des pratiques collaboratives et de co-construction à l’intérieur d’espaces éducatifs toujours plus vastes. Il inscrit le travail des enseignants et des apprenants dans une logique possible de conception, de développement et de collaboration dans et hors la classe. Dans cette optique la circulation de l’information doit être pensée et organisée en interne et en externe.
\r\n\r\nL’information peut être distribuée en interne en attribuant des rôles aux membres (gestionnaire, auteur, contributeur, lecteur) et en externe par la possibilité de dépôts de commentaires.
\r\nÀ la différence des environnements numériques prescrits (type ENT), le blog peut se définir comme un environnement numérique choisi. Les compétences s’y exercent librement à l’intérieur du cadre légal contraint du statut d’enseignant.
\r\n\r\n\r\nIntermédiaire entre le Blog d''entreprise et de Blog pédagogique, le blog de connaissance permet à un individu ou à une organisation de publier des connaissances structurées dans le cadre d''un processus de synthèse cognitive contrôlé a priori.
\r\nOutil émergeant de gestion des connaissances et de mémoire projet, il permet notamment - à une équipe projet et/ou une communauté métier, sous la direction d''un modérateur éditorial - l''élaboration consensuelle des connaissances publiques ou privées - organisées en articles élémentaires - d''une compétence métier partagée.
\r\nLes articles du blog de connaissance peuvent venir ensuite enrichir un site Web classique (commercial, éditorial, de culture générale, ...).
\r\n\r\n\r\nLa notoriété des blogs a notamment été impulsée par les journalistes incorporés dans l''armée US puis des militaires américains lors de la seconde guerre du Golfe en mars 2003. Ces warblogs donnaient l''impression d''une liberté de ton et d''émancipation par rapport aux contraintes éditoriales ou professionnelles. Le warblog est devenu rapidement un symbole. Notons également que des civils irakiens tenaient aussi des blogs très suivis à l''instar de celui de Salam Pax dont certains extraits ont été reproduits dans The Guardian.
\r\n\r\n\r\nLes blogs sont apparus assez tôt mais n''ont vraiment pris de l''ampleur que récemment en absorbant son public à partir de l''énorme bond en avant de la connectivité Internet dans le monde entier et de la désaffection d''autres médias moins utilisés comme Usenet d''une part et de l''abandon de la complexité des sites perso d''autre part.
\r\nLes premiers blogs sont apparus aux États-Unis à la fin des années 1990, comptant parmi ses adeptes des blogueurs comme Jason Kottke, Tristan Louis, Meg Hourihan et Matt Haughey. Leur blog était présenté sous la forme d''un carnet de bord recensant les pages Web (au moyen d''une liste d''hyperliens) que l''auteur avait jugées intéressantes, accompagnées de commentaires. Les blogs ont servi dès l''origine à présenter ce type de contenu. D''ailleurs, ce genre reste toujours populaire aujourd''hui dans la blogosphère.
\r\nEn France, les premières ébauches de blogs apparaissent dès 1989 sur minitel avec des services tels que 3615 LS* qui permettent de créer une architecture hiérarchisée, un nom de domaine personnalisé (exemple LS*MONSITE) et une messagerie personnelle. Ce service, considéré comme dérogeant à la règle de "un identifiant, un service" est supprimé par France Télécom de manière autoritaire en 1990 5. Il faudra attendre quelques années pour qu''apparaissent sur Internet les premiers blogs francophones. Par exemple, Montréal, soleil et pluie de Brigitte Gemme en 1995, ou encore La décharge, Le Couac, Mysterious Yanick D., L''organe, Le Scarabée et Ze-Woc en 1996.
\r\nLe marché des éditeurs de blog en ligne mit un certain temps à se mettre en place, probablement parce que les blogs pionniers ne généraient pas l''engouement d''aujourd''hui. En effet, Blogger, que l''on considère comme l''un des premiers systèmes de publication et comme instigateur du phénomène, n''est apparu qu''en 1999. Côté francophone, Skyblog, apparu en 2002, est l''un des premiers même s''il ne dispose pas de toutes les fonctionnalités habituellement attendues. Il rencontre un succès rapide, particulièrement auprès des adolescents qui y publient leurs photos essentiellement.
\r\nAujourd''hui, les blogs tendent à mettre à profit les fonctions multimédias du Web : photoblog, baladodiffusion, videoblog, mobiblog, webcam etc.
\r\n\r\n\r\nLe développement de ces sociétés (Skyblog, Six Apart, Over-Blog, Blogger, 20six) totalisent des millions de blogs personnels en 2006) est en pleine croissance : le « marché » du blog a explosé au cours des années 2004 et 2005, et tenir un blog est désormais une pratique courante. La plus grosse part du marché est détenue par Blogger, notamment depuis le rachat de la société par Google. Skyrock blog et Over-Blog ne font pas le poids face à ce géant, mais restent des acteurs importants si on se restreint au marché francophone.
\r\nIl s''établit également une concurrence entre blogs et média/sondeurs. Des opinions s''expriment avec force et de manière nombreuse, à la manière d''un sondage. Notamment, Le Monde héberge de nombreux blogs d''opinions par opposition aux autres plateformes où les blogs sont souvent plus personnels ou divertissants - cette particularité s''explique par le caractère payant des blogs du Monde. Des opinions fortes et charismatiques peuvent même finir par diriger une partie de l''opinion ; on l''a vu lors des dernières élections présidentielles américaines et du référendum sur la constitution européenne en France.
\r\nLa possibilité d''accueillir sur son blog des régies d''annonces en ligne (comme Adsense) ou des liens commerciaux (Affiliation Amazon) permet au blogueur de générer des revenus. Ainsi, par exemple, un blog qui traite de littérature peut rediriger ses lecteurs vers des librairies en ligne. Des annuaires de blogs fonctionnant éventuellement en tant qu''agrégateur Web personnel sont souvent financés par ces services de marketing.
\r\nUne autre façon de générer des revenus est d''écrire des articles et des avis sur divers produits (sites, logiciels, téléphones, etc.), à la demande des entreprises. Les entreprises ne sont pas toujours intéressées pas un avis positif, mais par la génération de trafic vers le site et la diffusion d''un buzz à propos de leur produit. Certains sites offrent un service d''intermédiaire entre les entreprises et les rédacteurs de blogs à cette fin.
\r\n\r\n\r\n| \r\n | Classement blogs | \r\nClassement Web français | \r\nNombre de blogs | \r\n
|---|---|---|---|
| Skyrock blog | \r\n1er | \r\n3e | \r\n24 000 000 | \r\n
| Over-blog | \r\n2e | \r\n19e | \r\nNC | \r\n
| CanalBlog | \r\n3e | \r\n59e | \r\n545 000 | \r\n
| Centerblog | \r\n4e | \r\n88e | \r\n213 000 | \r\n