-
Notifications
You must be signed in to change notification settings - Fork 1
/
options.sql
executable file
·55 lines (48 loc) · 437 KB
/
options.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
-- MySQL dump 10.11
--
-- Host: localhost Database: neklstesting
-- ------------------------------------------------------
-- Server version 5.0.51a-24+lenny2
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL auto_increment,
`blog_id` int(11) NOT NULL default '0',
`option_name` varchar(64) NOT NULL default '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL default 'yes',
PRIMARY KEY (`option_id`,`blog_id`,`option_name`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=191 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (2,0,'blogname','My Library Site','yes'),(3,0,'blogdescription','Information to Change the World','yes'),(4,0,'users_can_register','','yes'),(5,0,'admin_email','[email protected]','yes'),(6,0,'start_of_week','1','yes'),(7,0,'use_balanceTags','','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','1','yes'),(10,0,'comments_notify','1','yes'),(11,0,'posts_per_rss','10','yes'),(13,0,'rss_use_excerpt','0','yes'),(14,0,'mailserver_url','mail.example.com','yes'),(15,0,'mailserver_login','[email protected]','yes'),(16,0,'mailserver_pass','password','yes'),(17,0,'mailserver_port','110','yes'),(18,0,'default_category','4','yes'),(19,0,'default_comment_status','closed','yes'),(20,0,'default_ping_status','closed','yes'),(21,0,'default_pingback_flag','1','yes'),(22,0,'default_post_edit_rows','10','yes'),(23,0,'posts_per_page','10','yes'),(24,0,'what_to_show','posts','yes'),(25,0,'date_format','F j, Y','yes'),(26,0,'time_format','g:i a','yes'),(27,0,'links_updated_date_format','F j, Y g:i a','yes'),(28,0,'links_recently_updated_prepend','<em>','yes'),(29,0,'links_recently_updated_append','</em>','yes'),(30,0,'links_recently_updated_time','120','yes'),(31,0,'comment_moderation','0','yes'),(32,0,'moderation_notify','1','yes'),(33,0,'permalink_structure','','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:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:17:\"cforms/cforms.php\";i:2;s:33:\"event-calendar/eventcalendar3.php\";i:3;s:25:\"event-calendar/widget.php\";i:4;s:9:\"hello.php\";i:5;s:28:\"subscribe2/counterwidget.php\";i:6;s:25:\"subscribe2/subscribe2.php\";}','yes'),(187,0,'_transient_timeout_feed_9117a7aaeee60148c61681edbfd897e4','1262935485','no'),(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','-5','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'),(52,0,'blacklist_keys','','no'),(53,0,'comment_registration','','yes'),(54,0,'rss_language','en','yes'),(55,0,'html_type','text/html','yes'),(56,0,'use_trackback','0','yes'),(57,0,'default_role','subscriber','yes'),(58,0,'db_version','12329','yes'),(59,0,'uploads_use_yearmonth_folders','1','yes'),(62,0,'secret','Te$O!O(bht$1kpssPO#(@9%L58ACAN6jrl#(aH@ATJrg!wVynYY@cx2jy6TQ8DPQ','yes'),(63,0,'blog_public','1','yes'),(64,0,'default_link_category','2','yes'),(65,0,'show_on_front','posts','yes'),(66,0,'tag_base','','yes'),(67,0,'show_avatars','1','yes'),(68,0,'avatar_rating','G','yes'),(69,0,'upload_url_path','','yes'),(70,0,'thumbnail_size_w','150','yes'),(71,0,'thumbnail_size_h','150','yes'),(72,0,'thumbnail_crop','1','yes'),(73,0,'medium_size_w','300','yes'),(74,0,'medium_size_h','300','yes'),(75,0,'avatar_default','mystery','yes'),(76,0,'enable_app','0','yes'),(77,0,'enable_xmlrpc','0','yes'),(78,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:23:\"Administrator|User role\";s:12:\"capabilities\";a:56:{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:13:\"manage_cforms\";b:1;s:12:\"track_cforms\";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:16:\"Editor|User role\";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:16:\"Author|User role\";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:21:\"Contributor|User role\";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:20:\"Subscriber|User role\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(79,0,'cron','a:4:{i:1262930957;a:2:{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: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:1262931460;a:1:{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;}}}i:1262974166;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(80,0,'auth_salt','Dalf5nMm$5BC','yes'),(105,0,'cforms_settings','a:2:{s:6:\"global\";a:44:{s:9:\"plugindir\";s:6:\"cforms\";s:11:\"cforms_root\";s:65:\"http://neklstesting.mykansaslibrary.org/wp-content/plugins/cforms\";s:7:\"tinyURI\";s:62:\"http://neklstesting.mykansaslibrary.org/wp-includes/js/tinymce\";s:15:\"cforms_root_dir\";s:56:\"/home/neklstesting/public_html/wp-content/plugins/cforms\";s:10:\"cforms_IIS\";s:1:\"/\";s:18:\"cforms_style_title\";s:69:\"font:normal 0.8em Verdana; text-align:right; color:#777; margin:3px 0\";s:18:\"cforms_style_table\";s:67:\"background:#F4F5FB; color:#666; font-size:1em; font-family:verdana;\";s:18:\"cforms_style_fs_td\";s:138:\"font-size:105%; font-variant:small-caps; letter-spacing:2px; border-bottom:2px solid #E6E8F7; padding:6px 2px 6px 4px; background:#EFF0FA;\";s:21:\"cforms_style_fsend_td\";s:63:\"background:#E6E8F7; font-size:0px; line-height:2px; height:2px;\";s:23:\"cforms_style_fsendSP_td\";s:43:\"font-size:0px; line-height:2px; height:4px;\";s:19:\"cforms_style_key_td\";s:93:\"color:#000; font-size:90%; white-space:nowrap; padding:4px 20px 4px 15px; vertical-align:top;\";s:19:\"cforms_style_val_td\";s:26:\"font-size:90%; width:100%;\";s:19:\"cforms_style_cforms\";s:35:\"font:normal 10px Arial; color:#777;\";s:16:\"cforms_formcount\";s:1:\"1\";s:18:\"cforms_upload_err1\";s:43:\"Generic file upload error. Please try again\";s:18:\"cforms_upload_err2\";s:56:\"File is empty. Please upload something more substantial.\";s:18:\"cforms_upload_err3\";s:55:\"Sorry, file is too large. You may try to zip your file.\";s:18:\"cforms_upload_err4\";s:63:\"File upload failed. Please try again or contact the blog admin.\";s:18:\"cforms_upload_err5\";s:41:\"File not accepted, file type not allowed.\";s:16:\"cforms_rsskeyall\";s:32:\"e362f50f69655a42cd531578d6f00642\";s:13:\"cforms_rssall\";b:0;s:19:\"cforms_rssall_count\";i:5;s:18:\"cforms_captcha_def\";a:14:{s:1:\"h\";i:25;s:1:\"w\";i:115;s:1:\"c\";s:6:\"000066\";s:1:\"l\";s:6:\"000066\";s:1:\"f\";s:9:\"font4.ttf\";s:2:\"a1\";i:-12;s:2:\"a2\";i:12;s:2:\"f1\";i:17;s:2:\"f2\";i:19;s:2:\"bg\";s:5:\"1.gif\";s:2:\"c1\";i:4;s:2:\"c2\";i:5;s:2:\"ac\";s:32:\"abcdefghijkmnpqrstuvwxyz23456789\";s:1:\"i\";s:1:\"i\";}s:13:\"cforms_sec_qa\";s:82:\"What color is snow?=white\r\nThe color of grass is=green\r\nTen minus five equals=five\";s:14:\"cforms_codeerr\";s:43:\"Please double-check your verification code.\";s:20:\"cforms_show_quicktag\";s:1:\"1\";s:23:\"cforms_show_quicktag_js\";b:0;s:21:\"cforms_commentsuccess\";s:32:\"Thank you for leaving a comment.\";s:18:\"cforms_commentWait\";s:2:\"15\";s:20:\"cforms_commentParent\";s:13:\"mycommentlist\";s:18:\"cforms_commentHTML\";s:199:\"<li id=\"comment-{id}\">{moderation}\n<p>{usercomment}</p>\n<p>\n<cite>Comment by <a href=\"{url}\" rel=\"external nofollow\">{author}</a> — {date} @ <a href=\"#comment-{id}\">{time}</a></cite>\n</p>\n</li>\";s:19:\"cforms_commentInMod\";s:45:\"<em>Your comment is awaiting moderation.</em>\";s:13:\"cforms_avatar\";s:2:\"32\";s:10:\"cforms_css\";s:10:\"cforms.css\";s:14:\"cforms_labelID\";s:1:\"0\";s:11:\"cforms_liID\";s:1:\"0\";s:15:\"cforms_database\";s:1:\"0\";s:17:\"cforms_datepicker\";s:1:\"0\";s:15:\"cforms_dp_start\";s:1:\"0\";s:14:\"cforms_dp_date\";s:10:\"MM/dd/yyyy\";s:14:\"cforms_dp_days\";s:27:\"\"S\",\"M\",\"T\",\"W\",\"T\",\"F\",\"S\"\";s:16:\"cforms_dp_months\";s:109:\"\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"\";s:13:\"cforms_dp_nav\";a:6:{i:0;s:13:\"Previous Year\";i:1;s:14:\"Previous Month\";i:2;s:9:\"Next Year\";i:3;s:10:\"Next Month\";i:4;s:5:\"Close\";i:5;s:11:\"Choose Date\";}s:1:\"v\";s:4:\"11.2\";}s:4:\"form\";a:48:{s:17:\"cforms_upload_dir\";s:46:\"/var/www/htdocs/demo/wp-content/plugins/cforms\";s:17:\"cforms_upload_ext\";s:19:\"txt,zip,doc,rtf,xls\";s:18:\"cforms_upload_size\";s:4:\"1024\";s:16:\"cforms_dontclear\";b:0;s:13:\"cforms_rsskey\";s:32:\"2cef6e9dc5f2379a6e82ba05ca8c29fd\";s:10:\"cforms_rss\";b:0;s:16:\"cforms_rss_count\";i:5;s:19:\"cforms_count_fields\";s:1:\"5\";s:20:\"cforms_count_field_1\";s:47:\"My Fieldset$#$fieldsetstart$#$0$#$0$#$0$#$0$#$0\";s:20:\"cforms_count_field_2\";s:51:\"Your Name|Your Name$#$textfield$#$1$#$0$#$1$#$0$#$0\";s:20:\"cforms_count_field_3\";s:37:\"Email$#$textfield$#$1$#$1$#$0$#$0$#$0\";s:20:\"cforms_count_field_4\";s:47:\"Website|http://$#$textfield$#$0$#$0$#$0$#$0$#$0\";s:20:\"cforms_count_field_5\";s:38:\"Message$#$textarea$#$0$#$0$#$0$#$0$#$0\";s:15:\"cforms_required\";s:10:\"(required)\";s:20:\"cforms_emailrequired\";s:22:\"(valid email required)\";s:14:\"cforms_confirm\";s:1:\"0\";s:11:\"cforms_ajax\";s:1:\"1\";s:12:\"cforms_fname\";s:17:\"Your default form\";s:15:\"cforms_csubject\";s:41:\"Re: Your note$#$Re: Submitted form (copy)\";s:11:\"cforms_cmsg\";s:89:\"Dear {Your Name},\nThank you for your note!\nWe will get back to you as soon as possible.\n\n\";s:16:\"cforms_cmsg_html\";s:358:\"<div style=\"font:normal 1em arial; margin-top:10px\"><p><strong>Dear {Your Name},</strong></p>\n<p>Thank you for your note!</p>\n<p>We will get back to you as soon as possible.\n<div style=\"width:80%; background:#f4faff ; color:#aaa; font-size:11px; padding:10px; margin-top:20px\"><strong>This is an automatic confirmation message. {Date}.</strong></div></div>\n\n\";s:12:\"cforms_email\";s:14:\"[email protected]\";s:16:\"cforms_fromemail\";s:14:\"[email protected]\";s:10:\"cforms_bcc\";s:0:\"\";s:13:\"cforms_header\";s:147:\"A new submission (form: \"{Form Name}\")\r\n============================================\r\nSubmitted on: {Date}\r\nVia: {Page}\r\nBy {IP} (visitor IP).\r\n.\r\n\";s:18:\"cforms_header_html\";s:143:\"<p style=\"font:normal 0.8em Verdana; text-align:right; color:#777; margin:3px 0\">a form has been submitted on {Date}, via: {Page} [IP {IP}]</p>\";s:15:\"cforms_formdata\";s:4:\"1111\";s:12:\"cforms_space\";s:2:\"30\";s:20:\"cforms_noattachments\";s:1:\"0\";s:14:\"cforms_subject\";s:26:\"A comment from {Your Name}\";s:18:\"cforms_submit_text\";s:6:\"Submit\";s:14:\"cforms_success\";s:27:\"Thank you for your comment!\";s:14:\"cforms_failure\";s:39:\"Please fill in all the required fields.\";s:15:\"cforms_limittxt\";s:59:\"<strong>No more submissions accepted at this time.</strong>\";s:14:\"cforms_working\";s:20:\"One moment please...\";s:12:\"cforms_popup\";s:2:\"nn\";s:14:\"cforms_showpos\";s:5:\"ynyyy\";s:15:\"cforms_redirect\";s:1:\"0\";s:20:\"cforms_redirect_page\";s:28:\"http://redirect.to.this.page\";s:13:\"cforms_action\";s:1:\"0\";s:18:\"cforms_action_page\";s:7:\"http://\";s:15:\"cforms_tracking\";s:0:\"\";s:20:\"cforms_showdashboard\";s:1:\"1\";s:17:\"cforms_maxentries\";s:0:\"\";s:18:\"cforms_tellafriend\";s:1:\"0\";s:16:\"cforms_dashboard\";s:1:\"0\";s:20:\"cforms_emailpriority\";s:1:\"3\";s:11:\"cforms_hide\";b:0;}}','yes'),(84,0,'logged_in_salt','tMTWh(sB*l)C','yes'),(85,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:39:\"http://neklstesting.mykansaslibrary.org\";s:4:\"link\";s:115:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://neklstesting.mykansaslibrary.org/\";s:3:\"url\";s:146:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://demo.mykansaslibrary.org/\";s:5:\"items\";i:5;s:9:\"show_date\";i:0;}s:17:\"dashboard_primary\";a:8:{s:5:\"title\";s:41:\"My Kansas Library on the Web Project Site\";s:3:\"url\";s:36:\"http://www.mykansaslibrary.org/feed/\";s:4:\"link\";s:30:\"http://www.mykansaslibrary.org\";s:5:\"items\";i:2;s:5:\"error\";b:0;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:8:{s:5:\"title\";s:12:\"Unknown Feed\";s:3:\"url\";s:0:\"\";s:4:\"link\";s:0:\"\";s:5:\"items\";i:15;s:5:\"error\";s:41:\"file_get_contents could not read the file\";s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(86,0,'current_theme','WordPress Default','yes'),(87,0,'sidebars_widgets','a:1:{s:13:\"array_version\";i:3;}','yes'),(167,0,'_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4','1262930968','no'),(168,0,'_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4','1262887768','no'),(169,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1262930969','no'),(170,0,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Weblog Tools Collection: The Merge Has Begun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=7488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/archives/2010/01/07/the-merge-has-begun/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1784:\"<p>The next six months in WordPress development are going to be pretty exciting considering the <a href=\"http://wordpress.org/support/topic/345127\">possible scope of 3.0</a>, a new default theme and of course, the merge of WordPress MU into the codebase of WordPress. Anyone who has been keeping an eye on trac may have noticed that the merging process has already begun. They might have also noticed the addition of a new core commiter known as WPMUGuru who is Ron Rennick. Ron has a ton of experience working with WPMU under the hood so it’s only natural that he was brought on board to help with the merge.</p>\n<p>If you’re looking to find out what the scope will be for WordPress 3.0 and are wondering about how the merging process will take place, I invite you to join the WordPress Developers chat being held today at 4PM EST. In fact, here is the detailed information regarding the chat. Note you’ll need an <a href=\"http://www.mirc.com/\">mIRC</a> client in order to participate. There is a <a href=\"http://codex.wordpress.org/IRC\">host of documents</a> that explain how to configure IRC and connect to the appropriate channel. The meeting agenda is usually posted before the meeting on the <a href=\"http://wpdevel.wordpress.com/\">WordPress Developments Prologue</a> site.</p>\n<ul>\n<li>Thursdays @ 21:00 UTC</li>\n<li>irc.freenode.net</li>\n<li>#wordpress-dev</li>\n</ul>\n<p>Also on the subject of the WordPress MU merge, I had the opportunity to <a href=\"http://www.wptavern.com/wpweekly-episode-83-%e2%80%93-the-wordpressmu-gurus\">interview the WPMU Gurus themselves</a>, Ron and Andrea Rennick on WordPress Weekly. We talked about the merging process, compatibility for plugins and themes, the differences between WordPress and WordPressMU and much more. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2010 15:38:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:49:\"Weblog Tools Collection: Flattered Or Ripped Off?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=7481\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/archives/2010/01/06/flattered-or-ripped-off/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2219:\"<p>WordPress fans are out in full force over the new admin interface presented in <a href=\"http://www.movabletype.com/blog/2010/01/introducing-movable-type-5-1.html\">MovableType 5.1</a> which was released today. The controversy stems from how eerily similar the admin interface resembles the one that was introduced in WordPress 2.7. The similarities are easy to spot when you look at both interfaces side by side as evident by the post on <a href=\"http://www.bloggingpro.com/archives/2010/01/06/six-apart-introduces-movable-type-5-with-interesting-new-dashboard-design/\">BloggingPro.com</a>.</p>\n<p><a href=\"http://weblogtoolscollection.com/wp-content/uploads/2010/01/mt5-dash.jpg\" rel=\"thumbnail\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/01/mt5-dash.jpg\" alt=\"\" title=\"mt5-dash\" width=\"585\" height=\"260\" class=\"aligncenter size-full wp-image-7482\" /></a></p>\n<p><a href=\"http://weblogtoolscollection.com/wp-content/uploads/2010/01/wordpress-dash.jpg\" rel=\"thumbnail\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/01/wordpress-dash.jpg\" alt=\"\" title=\"wordpress-dash\" width=\"585\" height=\"352\" class=\"aligncenter size-full wp-image-7483\" /></a></p>\n<p>No doubt about it, the interfaces look the same albeit with MT’s added touches. While many fans of WordPress are giving Six Apart an earful, I’ve taken a bit more relaxed approach. One of the things that people constantly refer to WordPress for is its publishing interface. Since this interface is loved by many, is it really any surprise that something similar to it would appear in other publishing platforms? Also, I highly doubt WordPress was the first to have the layout that it does now.</p>\n<p>So with that in mind, if I were a core developer or someone involved with the UI for WordPress, I would be flattered to see another publishing system use a similar interface. To me, it’s further proof that the interface works.</p>\n<p>What’s more interesting to me is that some folks have stated they like the MT version better than the WordPress one. I’m curious to hear from anyone who has used both interfaces to let me know why one is better than the other despite their similarity. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 21:26:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 01/06\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=7479\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://weblogtoolscollection.com/archives/2010/01/06/wordpress-plugin-releases-for-0106-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:2488:\"<h3>New Plugins</h3>\n<p><a href=\"http://jameslao.com/2010/01/01/related-posts-widget-1-0/\">Related Posts Widget</a></p>\n<p>Related Posts Widget shows a list of posts with similar tags to the current post. The widget is only shown on single post pages.</p>\n<p><a href=\"http://chdorner.com/projects/2010/razuna-media-manager.html\">Razuna Media Manager</a></p>\n<p>Allows you to use any hosted <a href=\"http://www.razuna.com/\">Razuna service</a> to host your media for your WordPress powered blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-post-footer/\">WP Post Footer</a></p>\n<p>This plugin allows you to create a library of code snippets and easily include them at the bottom of Blog Posts on your WordPress powered blog.</p>\n<p><a href=\"http://pioupioum.fr/wordpress/plugins/wordpress-jquery-ui-effects.html\">WordPress jQuery UI Effects</a></p>\n<p>Easily register and load the effects of the <a href=\"http://docs.jquery.com/UI/Effects/\">jQuery UI Effects</a> library in your themes and plugins.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://coffee2code.com/wp-plugins/admin-post-navigation\">Admin Post Navigation</a></p>\n<p>Adds links to the next and previous posts when editing a post in the WordPress admin.</p>\n<p><a href=\"http://www.dev4press.com/plugins/gd-star-rating/\">GD Star Rating</a></p>\n<p>GD Star Rating is advanced and feature packed plugin for setting up rating system on your WordPress blog. Plugin allows you to set up different rating systems for posts, pages and comments with great degree of customization.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/list-more-custom-field-names\">List More Custom Field Names</a></p>\n<p>Allows for more existing custom field names to be listed in the dropdown selection field when writing a post.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/custom-post-limits/\">Custom Post Limits</a></p>\n<p>Control the number of posts that appear on the front page, search results, and author, category, tag, and date archives, independent of each other, including specific archives.</p>\n<p><a href=\"http://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>Allows you to effectively manage and display any set of important stores, locations, or other points of interest on a website in an easily searchable manner using Google Maps.</p>\n<p><a href=\"http://www.fractalizer.ru/freeware-projects/wordpress-plugins/wp-synhighlight/\">WP-SynHighlight</a></p>\n<p>Plugin provides syntax highlighting in posts and comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 18:39:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Donncha: WordPress MU 2.9.1 RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ocaoimh.ie/?p=89495633\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ocaoimh.ie/wordpress-mu-291-rc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2586:\"<p>WordPress MU 2.9.1 is almost ready but we need people to test it before the final release. This will be the final release before <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dwbXV0dXRvcmlhbHMuY29tL25ld3MvdGhlLW1lcmdlLWJlZ2lucy8=\">we start merging</a> into WordPress so I’d love to get as many bugs as possible ironed out. Take a quick look at <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3RyYWMubXUud29yZHByZXNzLm9yZy9yZXBvcnQvMQ==\">the tickets in Trac</a> and see if you can fix any!</p>\n<p>Check out <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3RyYWMubXUud29yZHByZXNzLm9yZy9icm93c2VyL3RydW5rP3Jldj0yMDQ0\">revision 2044</a> or to get the latest code <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3RyYWMubXUud29yZHByZXNzLm9yZy9icm93c2VyL3RydW5r\">get it from trunk</a> instead. If you’re not comfortable with <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3N2bi5hdXRvbWF0dGljLmNvbS93b3JkcHJlc3MtbXUvdHJ1bms=\">Subversion access</a>, there’s a zip file at the end of each page.</p>\n<p>Only try this on a test server of course! The new version creates a new “commentmeta” table on each blog after you upgrade. That could be intensive on large sites. <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dwbXV0dXRvcmlhbHMuY29tL25ld3MvbXUtMi05LWJldGEv\">Ron points</a> towards <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3RoZWxpZmVvZmpvaG4uY29tL2Jsb2cvd29yZHByZXNzLW11L2FkZC1jb21tZW50bWV0YS10YWJsZXMtdG8tYW4tZXhpc3RpbmctbXUtaW5zdGFsbGF0aW9uLw==\">John’s script</a> that adds those tables. I haven’t tried it yet (it’s a job for tomorrow!) but it’s definitely a good idea to create this table on all your blogs <em>before</em> you upgrade. Let me know how it goes.</p>\n<p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTI3Lw==\" rel=\"\">WordPress MU 2.7</a></li><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTI2MS8=\" rel=\"\">WordPress MU 2.6.1</a></li><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTItOC0xLw==\" rel=\"\">WordPress MU 2.8.1</a></li></ul></p> <img src=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?view=1&post_id=89495633\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jan 2010 21:44:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WordPress.tv: John Bintz: Publishing Webcomics Using ComicPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3210\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.tv/2009/11/14/john-bintz-comicpress-nyc09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1439:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-17\">\n</div></ins>\n<br /><a href=\"http://wordpress.tv/2009/11/14/john-bintz-comicpress-nyc09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/XkqUsfRf/1686-03_wcnyc_comicpress_std.original.jpg\" alt=\"John Bintz: Publishing Webcomics Using ComicPress\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3210/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3210/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3210/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3210/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3210/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3210/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3210/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3210/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3210/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3210/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3210&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jan 2010 03:15:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordPress.tv: Dan Goldman and Jamie Trowbridge: Case Study – WNET.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=3207\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/11/14/goldman-trowbridge-wnet-case-study-nyc09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1462:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-18\">\n</div></ins>\n<br /><a href=\"http://wordpress.tv/2009/11/14/goldman-trowbridge-wnet-case-study-nyc09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/U79YaU5T/1686-02_wcnyc_case_study_wnet2_std.original.jpg\" alt=\"Dan Goldman and Jamie Trowbridge: WNET.org Case Study\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3207/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3207&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jan 2010 02:30: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WordPress.tv: Jane Wells and Steve Bruner: WordCamp NYC 09 Opening Remarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3203\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.tv/2009/11/14/wells-bruner-opening-remarks-nyc09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1462:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-20\">\n</div></ins>\n<br /><a href=\"http://wordpress.tv/2009/11/14/wells-bruner-opening-remarks-nyc09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/TAuy6Wls/1686-01_wcnyc_opening-remarks_std.original.jpg\" alt=\"Jane Wells and Steve Bruner: WordCamp NYC 09 Opening Remarks\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/3203/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/3203/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/3203/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/3203/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/3203/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/3203/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/3203/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/3203/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/3203/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/3203/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=3203&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jan 2010 02:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Weblog Tools Collection: WordPress 2.9.1 Final Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://weblogtoolscollection.com/archives/2010/01/04/wordpress-2-9-1-final-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://weblogtoolscollection.com/archives/2010/01/04/wordpress-2-9-1-final-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1235:\"<p>WordPress 2.9.1 has <a href=\"http://wordpress.org/development/2010/01/wordpress-2-9-1/\" target=\"_blank\">been released</a>, and is now available for downloads. This release fixes several minor issues, and the bugs which caused problems with scheduling posts and pingbacks. Upgrade is not really necessary unless you are facing any of the issues listed <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.9.1&resolution=fixed\" target=\"_blank\">here</a>. </p>\n<p>Another interesting fact shared by Ryan Boren is that WordPress 2.9 has already clocked a million downloads till date, now that is really good. If you have not yet upgraded to WordPress 2.9, read my earlier posts describing some of the <a href=\"http://weblogtoolscollection.com/archives/2009/12/03/wordpress-2-9-packs-in-loads-of-features-hands-on-review/\" target=\"_blank\">best features in WordPress 2.9</a> or visit this <a href=\"http://codex.wordpress.org/Version_2.9\" target=\"_blank\">entry</a> on WordPress Codex.</p>\n<p>You can <a href=\"http://wordpress.org/download/\" target=\"_blank\">download WordPress 2.9.1</a> from here or use the automatic upgrade feature to upgrade from the admin dashboard.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 23:32: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:\"Keith Dsouza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"Dev Blog: WordPress 2.9.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1140\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/development/2010/01/wordpress-2-9-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:680:\"<p>After over a million downloads of WordPress 2.9 and lots of feedback from all of you, we’re releasing WordPress 2.9.1. This release addresses a handful of minor issues as well as a rather annoying problem where scheduled posts and pingbacks are not processed correctly due to incompatibilities with some hosts. If any of <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.9.1&resolution=fixed\">these issues</a> affect you, give 2.9.1 a try. <a href=\"http://wordpress.org/download/\">Download 2.9.1</a> or upgrade automatically from the Tools->Upgrade menu in your blog’s admin area.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 22:35:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Alex King: Twitter Tools and WordPress 2.9 – Working 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=3933\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://alexking.org/blog/2010/01/04/twitter-tools-and-wordpress-2-9-working-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2072:\"<p>A bunch of folks in the WordPress support forums appear to be having trouble with Twitter Tools with WordPress 2.9. It works as expected in my testing, the <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> hasn’t been able to reproduce this either, and the <a href=\"http://wordpress.org/extend/plugins/twitter-tools/\" rel=\"external\">works/broken voting on the plugin page</a> is fairly evenly split.</p>\n<p>I’d love to gather some explicit bug reports (this thing breaks here, this code on line X appears to fail, works with all other plugins turned off but not with plugin Y enabled as well, etc.) and/oor access (both WP admin and file editing) to an environment where this is <img src=\"http://alexking.org/images/smilies/ak_scare1.gif\" alt=\":scare:\" class=\"wp-smiley\" /> breaking <img src=\"http://alexking.org/images/smilies/ak_scare2.gif\" alt=\":/scare:\" class=\"wp-smiley\" /> consistently with WP 2.9 and previously worked with WP 2.8.x.</p>\n<p>If you use Twitter Tools, could you take a moment to <a href=\"http://wordpress.org/extend/plugins/twitter-tools/\" rel=\"external\">vote if it works for you with WordPress 2.9</a>?<sup><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn1262643118144n\" id=\"fn1262643118144\" class=\"footnote\">1</a></sup></p>\n<p>Thanks in advance.</p>\n<p>UPDATE: Interesting – when I posted this the vote was 12 working vs. 17 broken. The current vote is now 31 working to 20 broken. So far since I posted this another 22 votes have been cast and 19 of them indicate it is working. This seems to be far from a widespread issue, which probably helps explain why no one I know can reproduce it.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1262643118144n\">I realize that this type of call to action will by nature result in more unhapy voters (more “broken” votes) than otherwise – this is the nature of such things. [<a href=\"http://alexking.org/blog/topic/wordpress/feed#fn1262643118144\">back</a>]</li>\n</ol>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=3933&type=feed\" alt=\"\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 22:08: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 01/04\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=7476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2010/01/04/wordpress-theme-releases-for-0104/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2273:\"<h4><a href=\"http://www.themebin.com/wordpress-templates/xenlog-wordpress-theme/\">Xenlog</a></h4>\n<p><a href=\"http://wpthemes.noob2geek.com/?theme=Xenlog\"><img title=\"Xenlog\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/01/Xenlog.jpg\" alt=\"Xenlog\" width=\"200\" height=\"150\" /></a></p>\n<p>A clean and minimalistic two column, fixed width theme</p>\n<h4><a href=\"http://www.blogging-inside.de/2010/01/kostenloses-froggy2010-theme-fuer-wordpress-joomla-drupal-und-html/\">Froggy2010</a></h4>\n<p><img title=\"froggy2010\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/01/froggy2010.jpg\" alt=\"froggy2010\" width=\"200\" height=\"134\" /></p>\n<p>Froggy2010 is a really simple greenish WordPress Theme with one Sidebar and Widget Support. There is an Option Page to populate the Footer.</p>\n<h4><a href=\"http://www.wplover.com/themes/pico\">Pico</a></h4>\n<p><a href=\"http://demo.wplover.com/\"><img title=\"Pico\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/01/Pico.gif\" alt=\"Pico\" width=\"200\" height=\"116\" /></a></p>\n<p>Pico is a grid-based magazine theme based on the famous <a href=\"http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/\">Mimbo theme</a> by Darren Hoyt, designed to work right out-of-the-box without having to install additional plugins. Features smart post thumbnail handling (supports 2.9 Canonical Post thumbnail or use first image on post), 10 widget areas (including four columns on footer), 3 page templates (Archives, List Authors and Sitemap), a custom Featured Categories widget, breadcrumb navigation and support for threaded comments.</p>\n<h4><a href=\"http://www.blogohblog.com/wordpress-theme-impress/\">Impress</a></h4>\n<p><a href=\"http://wpthemes.blogohblog.net/index.php?wptheme=Impress\"><img title=\"impress\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2010/01/impress.gif\" alt=\"impress\" width=\"200\" height=\"124\" /></a></p>\n<p>This is a minimalistic, red-colored theme with automatic thumbnails, advertising space and a clean layout. Thumbnails are used from the default ones that WordPress generates when you upload an image with the post. The theme uses jQuery for animated menu and sidebar. Impress has been tested with Firefox, IE, Chrome and Safari without any problems.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 20:00:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: Early 2010 WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/development/2010/01/early-2010-wordcamps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8300:\"<p>Rested up from the holidays? I hope so, because the new year has begun and <strong>a lot </strong>is going to be happening with WordPress in 2010, and you definitely want to be a part of it. Later this week the scope for version 3.0 (featuring the addition of MU functionality to the WordPress codebase) will be decided in the IRC developer chat*, based on <a href=\"http://wordpress.org/support/topic/345127\">feedback provided by users like you</a>. But it’s no fun to live by IRC alone, which is why we love WordCamps. Attending a WordCamp gives you a chance to meet people in your local community who are working with WordPress, as well as core contributors, theme designers, plugin developers, Codex writers, support forum moderators and other WordPress volunteers who’ve made WordPress what it is today. Add this New Year’s Resolution to your 2010 list if it’s not on there already: Attend a WordCamp, meet at least 5 new local people, learn something new, and if you have the chance, buy a drink for someone who’s volunteered their time and expertise to the WordPress open source project. To help you keep your resolution, here is a list of the upcoming WordCamps for the next three months, followed by what I know so far about each one.</p>\n<p>January 8–9: <a href=\"http://atlantawordcamp.com/\">WordCamp Atlanta</a><br />\nJanuary 23: <a href=\"http://wordcampboston.com/\">WordCamp Boston</a><br />\nJanuary 30: <a href=\"http://www.wordcamp.gr/\">WordCamp Greece</a> in Thessaloniki<br />\nJanuary 30: <a href=\"http://id.wordcamp.org/\">WordCamp Indonesia</a> in Jakarta<br />\nFebruary 27: <a href=\"http://2010.wordcampfukuoka.com/\">WordCamp Fukuoka</a><br />\nMarch 6–7: <a href=\"http://www.wordcampireland.com/\">WordCamp Ireland</a> in Kilkenny<br />\nMarch 27–28: <a href=\"http://wordcamptoronto.com/\">WordCamp Toronto</a></p>\n<h4>NORTH AMERICA</h4>\n<p><strong>January 8–9: <a href=\"http://atlantawordcamp.com/\">WordCamp Atlanta</a>.</strong> First WordCamp of the year, and it’s already sold out — twice! They changed to a bigger venue based on demand, from Georgia Tech to the Atlanta campus of Savannah College of Art and Design (SCAD). They’re still letting people onto <a href=\"http://wordcampatl.eventbrite.com/\">the waitlist</a>, if you’re interested. A guaranteed way to get in would be to <a href=\"http://atlantawordcamp.com/sponsor/sponsorship-opportunities/\">sponsor</a> the event, and they’re taking last-minute sponsors right now. Atlanta will have sessions on Friday evening and all day Saturday. I’ll be opening the Saturday program with <em>WordPress Resolutions: What to Expect in 2010</em>. After a day of design, development and content track sessions, Lead Developer <a href=\"http://markjaquith.com/\">Mark Jaquith</a> will take the closing slot for a Town Hall-style Q&A. The <a href=\"http://wordcampatl.eventbrite.com/\">attendee list</a> (follow link, scroll down) includes a number of WordPress core contributors, theme/plugin developers, and support providers as well as proof that Atlanta has a strong WordPress user base.</p>\n<p><strong>January 23: <a href=\"http://wordcampboston.com/\">WordCamp Boston</a>.</strong> I think WordCamp Boston is trying to one-up every WordCamp the organizers have been to, including the awesome NYC from November, and it looks like they might succeed. From <a href=\"http://blogs.law.harvard.edu/doc/\">Doc Searls</a> and <a href=\"http://www.hyperorg.com/blogger/\">David Weinberger</a> as keynote speakers to the multiple-track, unconference and Ignite sessions to the sweet-looking venue and the party plans, this one has got it going on. I credit it in part to the fact that they are one of the few WordCamps to follow the advice of having an organizing team of more than just 2 or 3 people, so the work is better distributed. I see a number of familiar names on the <a href=\"http://wordcampboston.com/registration/attendees/\">attendee list</a>, but even more that I don’t know, so I’m looking forward to meeting the Boston WordPress community. They’re still <a href=\"http://wordcampboston.com/registration/\">selling tickets</a>, so if you’re in the northeast, you should try to make it. I’ll be at this one also, talking about how the merge with MU will affect the WordPress admin (by then we should have started figuring it out!).</p>\n<p><strong>March 27–28: <a href=\"http://wordcamptoronto.com/\">WordCamp Toronto</a>.</strong> The last two Toronto WordCamps have been really good. I heard there would be one in March, but their site right now is just <a href=\"http://wordcamptoronto.com/\">taking emails</a> for notification. I’ve contacted the organizer to see what’s up, and he says the site will likely go live this week. They’re looking for volunteers to help organize this year’s event, so if you’re interested, it would be a great opportunity to get involved. Believe me, volunteering at a WordCamp is one of the best ways to make sure you meet a lot of other attendees.</p>\n<h4>ASIA</h4>\n<p><strong>January 30: <a href=\"http://id.wordcamp.org/\">WordCamp Indonesia</a>.</strong> WordCamp Indonesia will be in Jakarta again this year. I love how they worded the beginning of their <a href=\"http://id.wordcamp.org/conference-sessions/\">sessions</a> page. “Come in, we’ll get you breakfast and coffee, you’ll register, there’ll be networking. It’ll be great.” There will be a single track of sessions, but there are several time slots set aside for ad-hoc discussion and breakout sessions.</p>\n<p><strong>February 27: <a href=\"http://2010.wordcampfukuoka.com/\">WordCamp Fukuoka</a>.</strong> WordCamp Fukuoka is just getting its site up, too, so check back periodically a little later for more information. One of their visiting speakers will be <a href=\"http://noel.io/\">Noel Jackson</a>, developer of the <a href=\"http://codex.wordpress.org/Press_This\">Press This</a> bookmarklet as well as themes like <a href=\"http://wordpress.org/extend/themes/p2\">P2</a> and <a href=\"http://wordpress.org/extend/themes/monotone\">Monotone</a>/<a href=\"http://wordpress.org/extend/themes/duotone\">Duotone</a>.</p>\n<h4>EUROPE</h4>\n<p><strong>January 30: <a href=\"http://www.wordcamp.gr/\">WordCamp Greece</a>.</strong> WordCamp Greece will be held in Thessaloniki, and they expect about 100-150 people to attend.The program includes regular sessions on the usual topics (how-to, programming, SEO, multi-language sites, etc) as well as “QuickRounds,” which will showcase Greek projects based on WordPress. I’m especially intrigued by the “WordPress vs. Expression Engine” session. Whenever people compare different publishing platforms, it’s interesting to see which features they highlight. I hope someone gets video from this one and posts it to the <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp section of WordPress.tv</a>.</p>\n<p><strong>March 6–7: <a href=\"http://www.wordcampireland.com/\">WordCamp Ireland</a>.</strong> WordCamp Ireland will be in Kilkenny, and for such a geographically small country, it’s got an impressive list of <a href=\"http://www.wordcampireland.com/info/speakers/\">speakers</a>, including <a href=\"http://ocaoimh.ie/\">Donncha O Caoimh</a>, lead developer of <a href=\"http://mu.wordpress.org/\">WordPress MU</a>. The program includes three tracks: Intro, Blogger, and Developer, and I think this will be the first WordCamp I’ve heard of that is deliberately <a href=\"http://www.wordcampireland.com/about/family-and-partner-friendly/\">family-friendly</a>, with on-site child care. They’re also going to have a charging station for mobile devices, which is clever. It’s not confirmed yet, but I think I’ll be at this one, too.</p>\n<p>If you want to attend a WordCamp but don’t know of one near you, check out <a href=\"http://central.wordcamp.org/\">WordCamp.org</a> for the official list (updated frequently). That’s also where you would start if you wanted to <a href=\"http://central.wordcamp.org/guidelines/\">organize a WordCamp</a> in your area. </p>\n<p><em>*Developer chats are held Thursdays at 21:00 UTC in the #wordpress-dev channel at irc.freenode.com. </em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 19:40:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Weblog Tools Collection: Anatomy Of A WordPress 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=7469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://weblogtoolscollection.com/archives/2010/01/04/anatomy-of-a-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2872:\"<p>During an interesting discussion regarding suggestions on how to improve WordPress core development on the <a href=\"http://lists.automattic.com/pipermail/wp-hackers/2009-December/029614.html\">WordPress hackers mailing list</a>, Ryan Boren who is one of the core contributors with committ access laid out the foundation as to what the team tries to accomplish with each release of WordPress. I thought it would be good to bring this into more of the open for those wondering what’s involved.</p>\n<p> ** Alpha **</p>\n<p>* Collect feature ideas from ideas forum, support forums, most popular plugins, dev brainstorms, and other sources.<br />\n* #wordpress-dev meetup to decide on which features we want to commit to and set the scope of the release<br />\n* While this is going on, do some trac gardening of things that got punted from the previous release. We’re pretty bad about this sometimes, but with 3.0 Peter and I have been going through some of the backlog.<br />\n* With features decided, create “task” tickets for all features targeted for the release. Set existing “enhancement” tickets that made the cut to “task”. Start developing and submitting patches to the tickets.<br />\n* At the same time, more trac gardening on existing tickets.<br />\n* Continuous integration in trunk, committing feature work early and often. Trunk may break at times, but we’re all dogfooding the latest bits.</p>\n<p>** Feature Freeze **</p>\n<p>* Once all features are deemed complete via meeting on #wordpress-dev, we enter feature freeze. Sometimes we have features that aren’t quite ready that are noted as exceptions to the freeze. Everything else is put in feature freeze with the hope of driving to beta on everything else. Ideally, there would be no freeze exceptions.<br />\n* Drive to remove all beta “blocker” bugs in prep for entering the beta cycle</p>\n<p>** Beta **</p>\n<p>* “blocker” tickets are cleared. Beta 1 is released to kick off the public beta cycle.<br />\n* Fix bugs and start punting enhancements.<br />\n* Release Beta 2 about a week later.<br />\n* Fix bugs and start punting less severe tickets.<br />\n* Release Beta 3 a week later.<br />\n* Punt everything but blockers and fix those blockers.</p>\n<p>** RC **</p>\n<p>* Release RC1<br />\n* Wait x days. In the past this has been from 1 day to a week or so.<br />\n* If more bugs, release RC2. (We haven’t done this in awhile).</p>\n<p>** Final Release **</p>\n<p>* Release it<br />\n* Monitor feedback and start collecting fixes for a maintenance release.</p>\n<p>** Alpha **</p>\n<p>Dion Hulse also had a <a href=\"http://lists.automattic.com/pipermail/wp-hackers/2009-December/029623.html\">good list of ideas.</a> If you have any thoughts or ideas on how to improve core development, place them here in the comments. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 16:27:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Menu Mind Games\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=33538\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2010/01/menu-mind-games/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:395:\"<p><a href=\"http://nymag.com/restaurants/features/62498/\">Author William Poundstone Dissects the Marketing Tricks Built Into Balthazar’s Menu</a>, “how something as simple as typography can drive you toward or away from that $39 steak.” I wish typography was that simple. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Jan 2010 00:58: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: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:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Andrew: Can themes style the visual editor?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://azaozz.wordpress.com/?p=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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://azaozz.wordpress.com/2010/01/02/can-themes-style-the-visual-editor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3115:\"<div class=\"snap_preview\"><br /><p>Short answer: yes. This has been available for quite some time but don’t think I’ve seen themes that do it. Things like typefaces, headings, image padding and borders, etc. can easily be set by the current theme making the visual editor… more WYSIWYG. All it takes is a stylesheet and a small function in the theme’s functions.php file:</p>\n<pre class=\"brush: php;\">\nadd_filter(\'mce_css\', \'my_editor_style\');\nfunction my_editor_style($url) {\n\n if ( !empty($url) )\n $url .= \',\';\n\n // Change the path here if using sub-directory\n $url .= trailingslashit( get_stylesheet_directory_uri() ) . \'editor-style.css\';\n\n return $url;\n}\n</pre>\n<p>where editor-style.css will be applied to TinyMCE’s iframe.</p>\n<p>There is also an option to define CSS classes that can be inserted by the user and to add the “Styles” drop-down selector to the editor toolbar. This is probably most useful for developers when creating a custom theme for a client as these classes would stop working if the theme is changed.</p>\n<p>I’ve put together a small package with examples of how to enable this. If you are creating WordPress themes, <a href=\"http://plugins.svn.wordpress.org/tinymce-advanced/branches/tinymce-kit/\">download it or have a look</a>, it’s quite simple. If not, perhaps ask the author of your theme to add it to the next update. <img src=\"http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p><ins datetime=\"2010-01-03T20:41:06+00:00\">Update:</ins> as Dion points out in the comments, this is not meant for adding the whole “style.css” to the editor. That could bring problems and most of the styling won’t apply there anyways. It works best when a separate stylesheet is made specifically for use in the editor (editor-style.css in the example). It should contain a small subset from style.css, usually the part that is applied to the actual posts.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/azaozz.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/azaozz.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/azaozz.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/azaozz.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/azaozz.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/azaozz.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/azaozz.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/azaozz.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/azaozz.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/azaozz.wordpress.com/130/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=azaozz.wordpress.com&blog=3380945&post=130&subd=azaozz&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Jan 2010 08:29:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 01/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=7465\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://weblogtoolscollection.com/archives/2010/01/02/wordpress-plugin-releases-for-1202-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:3647:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.wordpressbackup.org/\">Automatic WordPress Backup</a></p>\n<p>Backup your entire WordPress website regularly and automatically</p>\n<p><a href=\"http://wordpress.org/extend/plugins/peoplepond-online-identity-widget/\">PeoplePond Online Identity Widget</a></p>\n<p>Extend the reach and usability of your <a href=\"http://www.peoplepond.com\">PeoplePond</a> profile, including your verified identity, with the PeoplePond Identity Widget in the sidebar of your WordPress blog. It will display a badge to your blog readers detailing who you are and what other services they can follow you on.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.toppa.com/shashin-wordpress-plugin/\">Shashin</a></p>\n<p>Shashin has many features for displaying your Picasa photos and videos in your WordPress posts and pages</p>\n<p><a href=\"http://josephscott.org/code/wordpress/plugin-libxml2-fix/\">LibXML2 Fix</a></p>\n<p>Work around for some versions of libxml2 2.7.x that strip out brackets when parsing XML. This plugin fixes XML-RPC requests that are mangled because of this problem. The real fix for this (making the use of this plugin unnecessary) is to use PHP 5.2.9+ with libxml2 2.7.3+.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/custom-post-limits/\">Custom Post Limits</a></p>\n<p>Control the number of posts that appear on the front page, search results, and author, category, tag, and date archives, independent of each other, including specific archives.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/allow-multiple-accounts\">Allow Multiple Accounts</a></p>\n<p>Allow multiple user accounts to be created from the same email address.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/transpose-email-plugin/\">Transpose Email</a></p>\n<p>Keeps your email safe from spammers when you want to use mailto: links.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/\">Where did they go from here</a></p>\n<p>Show “Readers who viewed this page, also viewed” links on your page. Much like Amazon.com’s product pages.</p>\n<p><a href=\"http://markbeljaars.com/plugins/tocc-plugin/\">Table of Contents Creator</a></p>\n<p>Table of Contents Creator (TOCC) will generate a table of contents for your pages, posts and forum comments. New comments, pages, posts and post catagories will automatically appear as soon as they are published. A great new feature of TOCC is the ability to include automatically generated page and post summaries below each item in the table of contents.</p>\n<p><a href=\"http://yoast.com/wordpress/robots-meta/\">Robots Meta </a></p>\n<p>Easy way to add meta robots tags to WordPress pages</p>\n<p><a href=\"http://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>The Store Locator plugin for WordPress empowers web developers & web site owners to easily manage and display any set of important stores, products, or other locations on their website in an easily searchable manner. Uses Google Maps.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/no-update-nag/\">No Update Nag</a></p>\n<p>Removes the WordPress update nag that appears at the top of all admin pages when a new version of WordPress is released.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/configure-smtp\">Configure SMTP</a></p>\n<p>Configure SMTP mailing in WordPress, including support for sending e-mail via SSL/TLS (such as GMail).</p>\n<p><a href=\"http://scribu.net/wordpress/front-end-editor\">Front-end Editor</a></p>\n<p>Makes most elements on your site editable with a simple double-click of the mouse. Version 1.6 brings editable categories and other goodies.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Jan 2010 07:57:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"Weblog Tools Collection: WordPress Search Based DOS Attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=7462\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2010/01/01/wordpress-search-based-dos-attack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1100:\"<p>I was notified on Twitter the other day that there was a new 0 Day denial of service exploit for WordPress. When asking on Twitter if it worked, numerous people replied that the published code did work and was taking down their sites. This raised some red flags for me so I jumped into the WordPress-Dev IRC channel to figure out what was going on.</p>\n<p>The way this denial of service attack works is that a random search string is sent to the search form of a WordPress based website. Caching plugins do not work against this because the search string is randomized. It’s quite simple but what I’ve been told is that this is not an issue for WordPress to handle. Instead, this attack should be dealt with by the webhost on a firewall level. At one point, <a href=\"http://core.trac.wordpress.org/ticket/11685\" target=\"_blank\">a ticket was created</a> by Scribu but has since been closed as won’t fix.</p>\n<p>So at the end of the day, the best defense you have is a competent webhost that will do their part to prevent these attacks from happening. No reason to be alarmed. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Jan 2010 20:23:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:57:\"Publisher Blog: RIM Selects WordPress for BlackBerry Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://publisherblog.automattic.com/?p=739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://publisherblog.automattic.com/2009/12/31/rim-selects-wordpress-for-blackberry-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2180:\"<div class=\"snap_preview\"><br /><p>Great to see that <a href=\"http://blogs.blackberry.com/2009/12/welcome-to-the-new-inside-blackberry/\">RIM has relaunched their official BlackBerry blog</a>, using <a href=\"http://wordpress.org\">WordPress</a>. </p>\n<p>The blog is called <a href=\"http://blogs.blackberry.com\">Inside BlackBerry</a>, and aims at “bringing you authoritative content about BlackBerry® smartphones directly from the people who make them”:<br />\n<a href=\"http://blogs.blackberry.com/\"><img src=\"http://wordpresspublishers.files.wordpress.com/2009/12/rim-blackberry-wordpress.png?w=640&h=379\" alt=\"\" title=\"rim-blackberry-wordpress\" width=\"640\" height=\"379\" class=\"alignnone size-full wp-image-740\" /></a></p>\n<p>[ Visit <a href=\"http://blogs.blackberry.com\">Inside BlackBerry</a> & be sure to check out the <a href=\"http://blackberry.wordpress.org\">WordPress for BlackBerry</a> app ]</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/739/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/739/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/739/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/739/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/739/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/739/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/739/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/739/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/739/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/739/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=739&subd=wordpresspublishers&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Dec 2009 18:30:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Raanan Bar-Cohen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"Weblog Tools Collection: Best Of WLTC 2009 Part 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=7453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://weblogtoolscollection.com/archives/2009/12/31/best-of-wltc-2009-part-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:15440:\"<p>Part two of our best of series. While were looking back, feel free to post in the comments a link to what you consider to be one of the best articles about WordPress you’ve read all year. If enough submissions are received, we may just create one more best of 2009 post featuring articles submitted by you. Please do not submit links to articles on sites you own or maintain. </p>\n<h2>July:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/07/01/official-wordpress-commercial-theme-directory-is-live/\" title=\"Official WordPress Commercial Theme Directory is live\">Official WordPress Commercial Theme Directory is live</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/02/how-do-you-post-content-to-your-blog/\" title=\"How Do You Post Content To Your Blog?\">How Do You Post Content To Your Blog?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/03/best-method-to-post-content-to-wordpress/\" title=\"Best Method To Post Content To WordPress\">Best Method To Post Content To WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/05/licensing-is-the-vehicle-our-users-are-the-environment/\" title=\"Licensing is the vehicle, our users are the environment\">Licensing is the vehicle, our users are the environment</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/07/wordpress-troubleshooting-tips/\" title=\"Tips For Troubleshooting Problems With WordPress\">Tips For Troubleshooting Problems With WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/15/should-you-update-all-plugins/\" title=\"Should I Update a Plugin if an Update is Available?\">Should I Update a Plugin if an Update is Available?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/15/wordpress-for-beginners-publish-post-tips-and-tricks/\" title=\"WordPress for Beginners: Publish post tips and tricks\">WordPress for Beginners: Publish post tips and tricks</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/19/what-would-you-like-in-a-wordpress-plugin/\" title=\"What would you like in a WordPress Plugin?\">What would you like in a WordPress Plugin?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/20/developing-post-ideas-for-your-wordpress-site/\" title=\"Developing Post Ideas for Your WordPress Site\">Developing Post Ideas for Your WordPress Site</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/23/create-private-twitter-like-site-with-wordpress/\" title=\"Create Private Twitter Like Site With WordPress\">Create Private Twitter Like Site With WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/23/benefits-of-adding-plugin-to-wordpress-extend/\" title=\"Why Should You Add Your Plugin to WordPress Extend?\">Why Should You Add Your Plugin to WordPress Extend?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/28/do-you-use-the-wordpress-codex/\" title=\"Do you use the WordPress Codex?\">Do you use the WordPress Codex?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/07/31/wordpress-scheduled-posts/\" title=\"Do You Use Scheduled Posts Feature In WordPress?\">Do You Use Scheduled Posts Feature In WordPress?</a></p>\n<h2>August:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/08/02/fare-thee-well-wordpress-2-0/\" title=\"Fare Thee Well WordPress 2.0\">Fare Thee Well WordPress 2.0</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/04/wordpress-for-business-portfolio-website/\" title=\"Use WordPress To Highlight Your Business/Portfolio\">Use WordPress To Highlight Your Business/Portfolio</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/05/26-places-to-find-free-multimedia-for-your-blog/\" title=\"26 Places to Find Free Multimedia for Your Blog\">26 Places to Find Free Multimedia for Your Blog</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/07/convert-psd-files-to-wordpress-themes/\" title=\"Convert PSD Files To WordPress Themes\">Convert PSD Files To WordPress Themes</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/07/notifying-unconfirmed-feedburner-email-subscribers/\" title=\"Notifying Unconfirmed Feedburner Email Subscribers\">Notifying Unconfirmed Feedburner Email Subscribers</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/09/download-all-the-competition-plugins/\" title=\"Download all the Competition Plugins!\">Download all the Competition Plugins!</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/12/the-correct-way-to-report-a-security-issue-with-wordpress/\" title=\"The Correct Way To Report A Security Issue With WordPress\">The Correct Way To Report A Security Issue With WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/14/wordpress-url-shortening-service/\" title=\"WP.me: URL Shortening Service From WordPress\">WP.me: URL Shortening Service From WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/17/why-is-gravatar-still-not-mainstream/\" title=\"Why Is Gravatar Still Not Mainstream?\">Why Is Gravatar Still Not Mainstream?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/18/10-useful-wordpress-hook-hacks/\" title=\"10 Useful WordPress Hook Hacks\">10 Useful WordPress Hook Hacks</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/24/21-great-plugins-for-manage-multi-author-blogs/\" title=\"21 Great Plugins for Manage Multi-Author Blogs\">21 Great Plugins for Manage Multi-Author Blogs</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/26/actions-and-filters-and-classes-oh-my/\" title=\"Actions and Filters and Classes, Oh My!\">Actions and Filters and Classes, Oh My!</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/27/display-thumbnails-for-related-posts-in-wordpress/\" title=\"Display Thumbnails For Related Posts in Wordpress\">Display Thumbnails For Related Posts in Wordpress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/30/wordpress-stats-plug-in-review/\" title=\"WordPress Stats Plug-in Review\">WordPress Stats Plug-in Review</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/08/31/roles-and-capibilities-in-plain-english/\" title=\"Roles And Capabilities In Plain English\">Roles And Capabilities In Plain English</a></p>\n<h2>September:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/09/01/habla-html/\" title=\"¿Habla HTML?\">¿Habla HTML?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/04/old-wordpress-version-attack-warning-please-upgrade/\" title=\"Old WordPress version? Attack warning. Please upgrade!\">Old WordPress version? Attack warning. Please upgrade!</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/07/understanding-wordpress-user-roles/\" title=\"WordPress For Beginners: Understanding User Roles\">WordPress For Beginners: Understanding User Roles</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/11/wordpress-cheatsheet/\" title=\"WordPress Cheatsheet\">WordPress Cheatsheet</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/12/are-you-responsible-enough-to-run-wordpress/\" title=\"Are You Responsible Enough To Run WordPress?\">Are You Responsible Enough To Run WordPress?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/19/the-best-of-series-seo-tools/\" title=\"The Best-Of Series: SEO Tools\">The Best-Of Series: SEO Tools</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/24/excellent-guide-to-make-most-of-your-wordpress-install/\" title=\"Excellent Guide To Make Most of Your WordPress Install\">Excellent Guide To Make Most of Your WordPress Install</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/27/dealing-with-404-errors-permanent-redirects-in-wordpress/\" title=\"Dealing With 404 Errors & Permanent Redirects In WordPress\">Dealing With 404 Errors & Permanent Redirects In WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/27/wordpress-plugin-competition-2009-runner-ups/\" title=\"WordPress Plugin Competition 2009 Runner Ups!\">WordPress Plugin Competition 2009 Runner Ups!</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/28/wordpress-plugin-competition-2009-winner/\" title=\"WordPress Plugin Competition 2009 Winner!\">WordPress Plugin Competition 2009 Winner!</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/29/the-best-of-series-contact-forms/\" title=\"The Best-Of Series: Contact Forms\">The Best-Of Series: Contact Forms</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/09/30/when-is-a-plugin-considered-a-ripoff/\" title=\"When Is A Plugin Considered A Ripoff?\">When Is A Plugin Considered A Ripoff?</a></p>\n<h2>October:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/10/01/inject-plugin-ideas-here/\" title=\"Inject Plugin Ideas Here ->\">Inject Plugin Ideas Here -></a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/10/03/do-you-check-your-spam-comments-tips-to-deal-with-spam/\" title=\"Do You Check Your Spam Comments? Tips to Deal With Spam.\">Do You Check Your Spam Comments? Tips to Deal With Spam.</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/10/04/pinging-your-own-blog-posts-good-or-bad/\" title=\"Pinging Your Own Blog Posts? Good or Bad?\">Pinging Your Own Blog Posts? Good or Bad?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/10/05/ftc-says-bloggers-must-disclose-payments-and-freebies/\" title=\"FTC says bloggers must disclose payments and freebies\">FTC says bloggers must disclose payments and freebies</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/10/16/theme-authenticity-checker/\" title=\"Theme Authenticity Checker\">Theme Authenticity Checker</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/10/19/gravatar-encouragement/\" title=\"Gravatar Encouragement \">Gravatar Encouragement </a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/10/22/using-conditional-statements-in-wordpress/\" title=\"Using Conditional Statements In WordPress\">Using Conditional Statements In WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/10/27/are-your-plugins-compatible/\" title=\"Are Your Plugins Compatible?\">Are Your Plugins Compatible?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/10/29/bulk-plugin-upgrades-in-2-9/\" title=\"Bulk Plugin Upgrades In 2.9\">Bulk Plugin Upgrades In 2.9</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/10/30/how-would-you-leverage-the-wordpress-community/\" title=\"How Would You Leverage The WordPress Community?\">How Would You Leverage The WordPress Community?</a></p>\n<h2>November:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/11/03/wordpress-warriors-from-across-the-world/\" title=\"WordPress Warriors From Across The World\">WordPress Warriors From Across The World</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/04/wordpress-for-the-desktop-would-you-use-it/\" title=\"WordPress for the Desktop… Would You Use It?\">WordPress for the Desktop… Would You Use It?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/06/the-best-of-series-download-managers/\" title=\"The Best-Of Series: Download Managers\">The Best-Of Series: Download Managers</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/08/darn-you-wordpress/\" title=\"Darn You WordPress!!\">Darn You WordPress!!</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/17/how-to-create-an-author-info-section-in-wordpress/\" title=\"How to Create an Author Info Section in WordPress\">How to Create an Author Info Section in WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/18/how-do-you-do-that/\" title=\"How Do You Do That?\">How Do You Do That?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/18/is-automattic-evil/\" title=\"Is Automattic Evil?\">Is Automattic Evil?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/21/how-to-create-micro-blogs-within-wordpress/\" title=\"How to Create Micro Blogs Within WordPress\">How to Create Micro Blogs Within WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/22/so-we-tried-intense-debate/\" title=\"So we tried Intense Debate . . .\">So we tried Intense Debate . . .</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/23/google-to-help-notify-you-of-new-updates/\" title=\"Google To Help Notify You Of New Updates\">Google To Help Notify You Of New Updates</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/25/how-to-disable-delete-post-functionality-for-everyone-except-administrator/\" title=\"How To Disable Delete Post Functionality For Everyone Except Administrator\">How To Disable Delete Post Functionality For Everyone Except Administrator</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/25/translators-thank-you/\" title=\"Translators – Thank You\">Translators – Thank You</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/28/the-geekier-side-of-wordpress-2-9/\" title=\"The Geekier Side Of WordPress 2.9\">The Geekier Side Of WordPress 2.9</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/11/29/why-are-good-plugins-becoming-orphans/\" title=\"Why are good plugins becoming orphans?\">Why are good plugins becoming orphans?</a></p>\n<h2>December:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/12/02/wordpress-trademark-usage/\" title=\"WordPress Trademark Usage\">WordPress Trademark Usage</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/12/03/wordpress-2-9-packs-in-loads-of-features-hands-on-review/\" title=\"WordPress 2.9 Packs in Loads of Features: Hands-on Review\">WordPress 2.9 Packs in Loads of Features: Hands-on Review</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/12/04/do-you-use-the-code-editor/\" title=\"Do You Use The Code Editor?\">Do You Use The Code Editor?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/12/04/how-often-do-you-use-functions-php-in-themes/\" title=\"How Often do You Use Functions.php in Themes?\">How Often do You Use Functions.php in Themes?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/12/05/publish-the-feed-later/\" title=\"Publish The Feed Later\">Publish The Feed Later</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/12/10/is-wordpress-spyware/\" title=\"Is WordPress Spyware?\">Is WordPress Spyware?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/12/11/bbpress-lives/\" title=\"bbPress Lives\">bbPress Lives</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/12/17/assortment-of-tips-for-consultants/\" title=\"Assortment Of Tips For Consultants\">Assortment Of Tips For Consultants</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/12/22/2-9-1-around-the-corner/\" title=\"2.9.1 Around The Corner\">2.9.1 Around The Corner</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/12/23/trend-for-2010-paying-for-plugins/\" title=\"Trend For 2010 – Paying For Plugins\">Trend For 2010 – Paying For Plugins</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/12/29/four-great-questions/\" title=\"Four Great Questions\">Four Great Questions</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Dec 2009 17:00: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:13:\"Jeff Chandler\";s: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 12/31\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=7460\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/12/31/wordpress-theme-releases-for-1231-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:1453:\"<h4><a href=\"http://www.azmoney.co.uk/debt\">Debt</a></h4>\n<p><img title=\"Debt_theme\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/Debt_theme.png\" alt=\"Debt_theme\" width=\"191\" height=\"162\" /></p>\n<p>Two column, widget ready theme with support for threaded comments and an options page for customizing the theme</p>\n<h4><a href=\"http://cgbaran.com/2009/12/cgbaran-theme/\">CgBaran</a></h4>\n<p><img title=\"cgbaran\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/cgbaran.jpg\" alt=\"cgbaran\" width=\"191\" height=\"146\" /></p>\n<p>2-3 column widget ready and adsense ready theme</p>\n<h4><a href=\"http://customtheme.com/themes/blogwave/\">Blogwave</a></h4>\n<p><a href=\"http://demo.customtheme.com/?wptheme=Blogwave\"><img title=\"Blogwave\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/Blogwave.png\" alt=\"Blogwave\" width=\"191\" height=\"143\" /></a></p>\n<p>The theme includes four different color schemes which you can conveniently switch to in the built-in theme options page.</p>\n<h4><a href=\"http://www.blogging-inside.de/2009/12/kostenloses-happy2010-theme-fuer-wordpress/\">Happy2010</a></h4>\n<p><img title=\"happy2010\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/happy2010.jpg\" alt=\"happy2010\" width=\"191\" height=\"127\" /></p>\n<p>Happy2010 is a simple New Year WordPress Theme with two Sidebars and Widget Support. There is an Option Page to populate the Footer. <em>Page in German</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Dec 2009 15:23:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"Andrew: PodPress 8.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://azaozz.wordpress.com/?p=125\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://azaozz.wordpress.com/2009/12/31/podpress-8-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1569:\"<div class=\"snap_preview\"><br /><p><a href=\"http://wordpress.org/extend/plugins/podpress/\">PodPress</a> version 8.8.2 is a maintenance and bugfix release including patches by <a href=\"http://profiles.wordpress.org/ntm/\">Tim Berger</a>. It makes podPress compatible with WordPress 2.9 and fixes several other bugs. If someone has other patches please open tickets on the <a href=\"http://plugins.trac.wordpress.org/\">plugins trac</a> and leave a comment here.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/azaozz.wordpress.com/125/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/azaozz.wordpress.com/125/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/azaozz.wordpress.com/125/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/azaozz.wordpress.com/125/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/azaozz.wordpress.com/125/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/azaozz.wordpress.com/125/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/azaozz.wordpress.com/125/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/azaozz.wordpress.com/125/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/azaozz.wordpress.com/125/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/azaozz.wordpress.com/125/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=azaozz.wordpress.com&blog=3380945&post=125&subd=azaozz&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Dec 2009 12:23:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Weblog Tools Collection: Best Of WLTC 2009 Part 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=7450\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://weblogtoolscollection.com/archives/2009/12/30/best-of-wltc-2009-part-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14013:\"<p>Throughout the course of a year on WeblogToolsCollection.com, there is a ton of information published about WordPress whether it be a link to something cool or a home grown guide covering a specific feature of WordPress. The purpose of this two part series is to look back at the best articles published on the site but it’s also to reflect on the achievements the software has undergone during 2009. While it’s good to keep things moving along into the future, it’s healthy to look at the past every once in awhile to measure progress. </p>\n<p>From all of us here at WLTC, we wish you a safe and happy New Year!</p>\n<h2>January:</h2>\n<p> <a href=\"http://weblogtoolscollection.com/archives/2009/01/04/plugin-review-simplepress-forum/\" title=\"Plugin Review: Simple:Press Forum\">Plugin Review: Simple:Press Forum</a><br />\n <a href=\"http://weblogtoolscollection.com/archives/2009/01/05/great-explanation-of-community/\" title=\"Great Explanation Of Community\">Great Explanation Of Community</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/01/10/phpbb-and-wordpress/\" title=\"PHPBB And WordPress\">PHPBB And WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\" title=\"Plugin Review: Referrer Detector\">Plugin Review: Referrer Detector</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/01/15/do-you-post-by-email/\" title=\"Do You Post By Email?\">Do You Post By Email?</a><br />\n <a href=\"http://weblogtoolscollection.com/archives/2009/01/18/plugin-review-wp-greet-box/\" title=\"Plugin Review: WP Greet Box\">Plugin Review: WP Greet Box</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/01/25/plugin-review-wp125/\" title=\"Plugin Review: WP125\">Plugin Review: WP125</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/01/28/michael-pick-of-wordpresstv/\" title=\"Michael Pick Of WordPress.TV\">Michael Pick Of WordPress.TV</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/01/31/et-tu-google-then-fail-net-safety/\" title=\"Et Tu Google? Then Fail, Net Safety\">Et Tu Google? Then Fail, Net Safety</a></p>\n<h2>February:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/02/01/plugin-review-autoclose/\" title=\"Plugin Review: Autoclose\">Plugin Review: Autoclose</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/02/04/want-to-buy-sandbox/\" title=\"Want To Buy Sandbox?\">Want To Buy Sandbox?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/02/05/updated-wp-plugin-where-did-they-go-from-here/\" title=\"Updated WP Plugin: Where did they go from here?\">Updated WP Plugin: Where did they go from here?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\" title=\"Plugin Review: MailPress\">Plugin Review: MailPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/02/11/mastering-wordpress-shortcodes/\" title=\"Mastering WordPress Shortcodes\">Mastering WordPress Shortcodes</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/02/12/feedburner-is-dead-long-live-feedburner/\" title=\"FeedBurner is Dead, Long Live Feedburner\">FeedBurner is Dead, Long Live Feedburner</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\" title=\"Plugin Review: Yawasp\">Plugin Review: Yawasp</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/02/19/plugin-authors-are-you-making-the-best-of-readmetxt/\" title=\"Plugin Authors, Are you making the best of Readme.txt?\">Plugin Authors, Are you making the best of Readme.txt?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\" title=\"Plugin Review: Post Avatar\">Plugin Review: Post Avatar</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/02/24/the-manual-excerpt-in-wordpress-what-why-how-tips-and-plugins/\" title=\"The manual Excerpt in WordPress. What, why, how, tips and plugins\">The manual Excerpt in WordPress. What, why, how, tips and plugins</a></p>\n<h2>March:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/03/01/plugin-review-improved-plugin-installation/\" title=\"Plugin Review: Improved Plugin Installation\">Plugin Review: Improved Plugin Installation</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/05/wordpress-plugin-development-beginners-guide/\" title=\"WordPress Plugin Development Beginner’s Guide\">WordPress Plugin Development Beginner’s Guide</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/07/wplookup-find-functions-and-template-tags-fast/\" title=\"WPLookup – Find Functions and Template Tags Fast\">WPLookup – Find Functions and Template Tags Fast</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/15/how-to-track-rss-subscribers-in-a-blog-contest/\" title=\"How to Track RSS Subscribers in a Blog Contest\">How to Track RSS Subscribers in a Blog Contest</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-review-wp-mollom/\" title=\"Plugin Review: WP Mollom\">Plugin Review: WP Mollom</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/19/ie-8-and-wordpress/\" title=\"IE 8 and WordPress\">IE 8 and WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/20/how-to-write-a-good-plugin-review/\" title=\"How to write a good plugin review\">How to write a good plugin review</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/20/new-wordpress-plugin-better-search/\" title=\"New WordPress Plugin: Better Search\">New WordPress Plugin: Better Search</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/22/plugin-review-wordpress-filter/\" title=\"Plugin Review: WordPress Filter\">Plugin Review: WordPress Filter</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/24/microsoft-web-platform-featured-app-wordpress/\" title=\"Microsoft Web Platform Featured App: WordPress\">Microsoft Web Platform Featured App: WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/28/top-10-characteristics-of-a-great-wordpress-plugin/\" title=\"Top 10 Characteristics of a Great WordPress Plugin\">Top 10 Characteristics of a Great WordPress Plugin</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/29/plugin-review-csprites-for-wordpress/\" title=\"Plugin Review: cSprites for WordPress\">Plugin Review: cSprites for WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/03/30/is-it-time-for-kubrick-to-retire/\" title=\"Is It Time For Kubrick To Retire?\">Is It Time For Kubrick To Retire?</a></p>\n<h2>April:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/04/05/plugin-review-post-templates/\" title=\"Plugin Review: Post Templates\">Plugin Review: Post Templates</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/04/07/an-introduction-and-a-plugin-review-admin-links-widget/\" title=\"An Introduction and a Plugin Review: Admin Links Widget\">An Introduction and a Plugin Review: Admin Links Widget</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/04/10/how-to-highlight-search-terms-with-jquery/\" title=\"How to Highlight Search Terms with jQuery\">How to Highlight Search Terms with jQuery</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/04/13/wordpress-download-monitor-review/\" title=\"WordPress Download Monitor Review\">WordPress Download Monitor Review</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/04/15/wordpress-add-twitter-rss-plugin-review/\" title=\"WordPress Add Twitter RSS Plugin Review\">WordPress Add Twitter RSS Plugin Review</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/04/21/automattic-buys-blogs/\" title=\"Automattic buys Blo.gs \">Automattic buys Blo.gs </a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/04/26/announcing-wordpress-plugin-competition-2009-30/\" title=\"Announcing Wordpress Plugin Competition 2009 (3.0)\">Announcing Wordpress Plugin Competition 2009 (3.0)</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/04/27/the-hiddem-gem-of-wordpress/\" title=\"The Hidden Gem Of WordPress\">The Hidden Gem Of WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/04/29/9-ways-to-make-your-wordpress-blog-smart/\" title=\"9 Ways to Make Your WordPress Blog “Smartâ€\">9 Ways to Make Your WordPress Blog “Smartâ€</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/04/30/buddypress-10-has-arrived/\" title=\"BuddyPress 1.0 Has Arrived!!\">BuddyPress 1.0 Has Arrived!!</a></p>\n<h2>May:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/01/smarter-theme-development/\" title=\"Smarter Theme Development\">Smarter Theme Development</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/06/five-tools-to-increase-the-rss-subscribers-for-your-wordpress-blog/\" title=\"Five Tools to Increase the RSS Subscribers for your WordPress Blog\">Five Tools to Increase the RSS Subscribers for your WordPress Blog</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/09/plugins-to-spruce-up-your-wordpress-based-website/\" title=\"Plugins to Spruce Up Your WordPress Based Website\">Plugins to Spruce Up Your WordPress Based Website</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/10/i-am-sick-of-splogs-copying-our-content/\" title=\"I am sick of splogs Copying our Content!\">I am sick of splogs Copying our Content!</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/11/need-help-with-that/\" title=\"Need Help With That?\">Need Help With That?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/12/theme-development-checklist/\" title=\"Theme Development Checklist\">Theme Development Checklist</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/14/wp-pluginsused-a-plugin-review/\" title=\"WP PluginsUsed: A Plugin Review\">WP PluginsUsed: A Plugin Review</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/18/what-are-your-theme-standards/\" title=\"What Are Your Theme Standards?\">What Are Your Theme Standards?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/18/five-comment-related-plugins-for-wordpress/\" title=\"Five Comment Related Plugins for WordPress\">Five Comment Related Plugins for WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/23/five-image-related-plugins-for-your-wordpress-site/\" title=\"Five Image Related Plugins for your WordPress Site\">Five Image Related Plugins for your WordPress Site</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/27/what-can-wordpress-do-for-you/\" title=\"What can WordPress do for you?\">What can WordPress do for you?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/05/29/five-ad-manager-plugins-for-wordpress/\" title=\"Five Ad Manager Plugins for WordPress\">Five Ad Manager Plugins for WordPress</a></p>\n<h2>June:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/06/04/wordpress-plugin-compatibility-checker/\" title=\"WordPress Plugin Compatibility Checker\">WordPress Plugin Compatibility Checker</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/05/publish-blog-posts-in-wordpress-from-yahoo-mail/\" title=\"Publish Blog Posts In WordPress From Yahoo Mail\">Publish Blog Posts In WordPress From Yahoo Mail</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/06/wordpress-plugin-theme-development-resources/\" title=\"Resources To Get You Kick Started With WordPress Plugin And Theme Development\">Resources To Get You Kick Started With WordPress Plugin And Theme Development</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/08/checklist-for-new-wordpress-installation/\" title=\"Checklist For New WordPress Installation\">Checklist For New WordPress Installation</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/10/join-wordpress-community-solving-bugs-and-helping-users/\" title=\"Killing The WordPress Bugs and Helping Out With User Problems [WordPress Community]\">Killing The WordPress Bugs and Helping Out With User Problems [WordPress Community]</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/12/should-you-use-a-mobile-wordpress-plugin/\" title=\"Should you use a Mobile WordPress Plugin?\">Should you use a Mobile WordPress Plugin?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/14/antivirus-plugin-for-wordpress/\" title=\"Antivirus Plugin For WordPress\">Antivirus Plugin For WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/15/security-and-anti-spam-plugins-for-wordpress/\" title=\"Security And Anti-spam Plugins For WordPress\">Security And Anti-spam Plugins For WordPress</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/18/how-has-wordpress-changed-blogging/\" title=\"How Has WordPress Changed Your {Blogging} Life?\">How Has WordPress Changed Your {Blogging} Life?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/19/wordpress-plugins-usage-faqs/\" title=\"Does It Matter If I Use 1 Plugin Or 100s Of Them?\">Does It Matter If I Use 1 Plugin Or 100s Of Them?</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/20/attention-all-plugin-authors/\" title=\"Attention All Plugin Authors\">Attention All Plugin Authors</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/21/matt-mullenweg-wordpress-community-interview/\" title=\"Interviews: Matt Mullenweg – WordPress Co-Founder\">Interviews: Matt Mullenweg – WordPress Co-Founder</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/29/benchmarking-the-wordpress-admin-panel/\" title=\"Benchmarking the WordPress Admin Panel\">Benchmarking the WordPress Admin Panel</a><br />\n<a href=\"http://weblogtoolscollection.com/archives/2009/06/29/wordpress-configuration-tricks/\" title=\"WordPress Configuration Tricks\">WordPress Configuration Tricks </a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Dec 2009 17:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:48:\"Peter Westwood: Giving your WordPress a check up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://westi.wordpress.com/?p=141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://westi.wordpress.com/2009/12/26/giving-your-wordpress-a-check-up/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4142:\"<div class=\"snap_preview\"><br /><p>Every now and then someone finds something wrong with a WordPress install which, rather than be caused by a bug in WordPress itself, is caused by a server configuration error, an interaction between WordPress and something else installed on the server or is just a recommend optimisation for better site performance.</p>\n<p>Everyone has a different set of pitfalls that they have come across and I would like to collect together all these little things into a comprehensive community developed plugin which can hopefully become one of the first “<a href=\"http://wordpress.org/development/2009/12/canonical-plugins/\">canonical</a>” plugins that we have talked about.</p>\n<p>To that end I have developed a framework for this plugin, in the style of a unit test framework, to make it really easy to write tests and I am hoping that some of you will have ideas for tests and also that you will want to get involved.</p>\n<p>For a while I have tagged tickets in the main WordPress trac where there are is possible inspiration for tests – <a href=\"http://bit.ly/healthchecktickets\">http://bit.ly/healthchecktickets</a>.</p>\n<p>The following is an example of the code required to carry out one of these tests which recommends users of PHP4 upgrade to PHP5.</p>\n<pre class=\"brush: php;\">\n\n/**\n * Check that we are running at least PHP 5\n *\n * @todo Provide a link to a codex article\n * @link http://core.trac.wordpress.org/ticket/9751\n * @author peterwestwood\n */\nclass HealthCheck_PHP_Version extends HealthCheckTest {\n function run_test() {\n $this->assertTrue(   version_compare(\'5.0.0\', PHP_VERSION, \'<\'),\n sprintf( __( \'Your Webserver is running PHP version %s, which is no longer receiving security updates and will no longer be supported by a future version of WordPress.\', \'health-check\' ), PHP_VERSION ),\n HEALTH_CHECK_RECOMMENDATION );\n }\n}\nHealthCheck::register_test(\'HealthCheck_PHP_Version\');\n</pre>\n<p>If you would like to get involved in the development of the plugin then you can check the source code out from the WordPress plugins subversion repository here: <a href=\"http://plugins.svn.wordpress.org/health-check/branches/alpha/\"><code>http://plugins.svn.wordpress.org/health-check/branches/alpha/</code></a> and you can follow the development progress using the WordPress plugins trac here: <a href=\"http://plugins.trac.wordpress.org/log/health-check/branches/alpha\"><code>http://plugins.trac.wordpress.org/log/health-check/branches/alpha</code></a>.</p>\n<p>As the plugin is not yet ready for its first release we will be doing the development in this alpha branch and then move to trunk once we make the first release.</p>\n<p>I am actively looking for fellow developers for this project as a community team we can make this a success.</p>\n<p>So if you would like commit access to write some tests then drop me a note using the <a href=\"http://westi.wordpress.com/contact/\">contact form</a> with a bit about yourself and I will give you access.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/westi.wordpress.com/141/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/westi.wordpress.com/141/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/westi.wordpress.com/141/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/westi.wordpress.com/141/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/westi.wordpress.com/141/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/westi.wordpress.com/141/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/westi.wordpress.com/141/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/westi.wordpress.com/141/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/westi.wordpress.com/141/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/westi.wordpress.com/141/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=westi.wordpress.com&blog=15396&post=141&subd=westi&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Dec 2009 12:45:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"\";}}}}}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:44:\"Joseph: WordPress Plugin Update: LibXML2 Fix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://josephscott.org/?p=1665\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://josephscott.org/archives/2009/12/wordpress-plugin-update-libxml2-fix/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1551:\"<p>A small update to the <a href=\"http://wordpress.org/extend/plugins/libxml2-fix/\">LibXML2 Fix</a> WordPress plugin is now available, version 0.2.3.</p>\n<p>The only change was the addition of 2.6.27 to the list of libxml versions that the plugin looks for. I’ve had a few reports that this version also has problems with stripping brackets.</p>\n<p>For those that haven’t been following this problem here’s the <a href=\"http://josephscott.org/code/wordpress/plugin-libxml2-fix/\">short version of the story</a>. Some combinations of libxml and PHP don’t play nice with each other, the result being that brackets get stripped out of XML content. This is a particular problem for XML-RPC requests in WordPress. This plugin injects a small hack into the XML-RPC data before it gets processed in an attempt to preserve the brackets.</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://josephscott.org/archives/2009/03/wordpress-libxml2-episode-iv-a-new-plugin/\" rel=\"bookmark\" title=\"Permanent Link: WordPress & libxml2 Episode IV: A New Plugin\">WordPress & libxml2 Episode IV: A New Plugin</a></li>\n<li><a href=\"http://josephscott.org/archives/2009/10/rsscloud-wordpress-plugin-update-0-4-1/\" rel=\"bookmark\" title=\"Permanent Link: rssCloud WordPress Plugin Update – 0.4.1\">rssCloud WordPress Plugin Update – 0.4.1</a></li>\n<li><a href=\"http://josephscott.org/archives/2009/02/update-on-libxml2-issues/\" rel=\"bookmark\" title=\"Permanent Link: Update On libxml2 Issues\">Update On libxml2 Issues</a></li>\n</ol></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Dec 2009 04:20: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:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:45:\"Dev Blog: WordPress 2.9.1 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1119\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/development/2009/12/wordpress-2-9-1-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:681:\"<p>Thanks to everyone who tested <a href=\"http://wordpress.org/development/2009/12/wordpress-2-9-1-beta-1/\">2.9.1 Beta 1</a>. We’re following that up with Release Candidate 1. RC1 contains a few more fixes, bringing the number of <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.9.1&resolution=fixed\">fixed tickets</a> up to 23. If you are already running Beta 1, visit Tools->Upgrade in your blog’s admin to get RC1. You can also <a href=\"http://wordpress.org/wordpress-2.9.1-RC1.zip\">download the RC1 package</a> and install manually. If all goes well, 2.9.1 will be here soon.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2009 23:27:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:45:\"Weblog Tools Collection: Four Great Questions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=7445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://weblogtoolscollection.com/archives/2009/12/29/four-great-questions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1923:\"<p><a href=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/wpshoutlogo.png\" rel=\"thumbnail\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/wpshoutlogo.png\" alt=\"\" title=\"wpshoutlogo\" class=\"alignright size-full wp-image-7446\" height=\"54\" width=\"287\" /></a>Alex Denning who is the man behind WPShout.com has published the last of a four-part series which asks notable members within the WordPress community four interesting questions. The questions are as follows.</p>\n<p><a target=\"_blank\" href=\"http://wpshout.com/why-wordpress-21-of-the-wordpress-community-answer/\">Why WordPress?</a><br />\n<a target=\"_blank\" href=\"http://wpshout.com/you-can-change-anything-in-wordpress-what/\">What Would You Change In WordPress?</a><br />\n<a target=\"_blank\" href=\"http://wpshout.com/what-problems-face-the-wordpress-community-it-answers/\">What Problems Currently Face The WordPress Community?</a><br />\n<a target=\"_blank\" href=\"http://wpshout.com/the-future-of-wordpress/\">What Is The Future Of WordPress?</a></p>\n<p>I had the opportunity to participate in this community survey with the question regarding the future of WordPress being my favorite. Here is what I had to say:</p>\n<blockquote><p>WordPress will continue to be used as a platform to do things that go far beyond blogging. As these projects end up in the showcase and acquire press, more people will begin to realize that WordPress is an excellent blogging tool but it’s by far the not only thing it is capable of doing. WordPress will continue to evolve as a framework or a platform that will enable these creative uses of the software. Hopefully one day, when Matt is asked what is WordPress capable of doing, his response will be, anything you can imagine.\n</p></blockquote>\n<p>You don’t have to concentrate on answering this question in the comments but, I am interested in what your response to that question would be.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2009 21:36: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:13:\"Jeff Chandler\";s: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 12/29\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=7443\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2009/12/29/wordpress-theme-releases-for-1229/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1586:\"<h4><a href=\"http://slackrthemes.com/2009/free-wordpress-theme-macha/\">Macha</a></h4>\n<p><a href=\"http://slackrthemes.com/test/?preview_theme=Macha\"><img title=\"Macha\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/Macha.jpg\" alt=\"Macha\" width=\"191\" height=\"142\" /></a></p>\n<p>It is a single-column theme with bold headers and focuses on easy reading. There are no images used, it is SEO optimized, and is perfect for people that don’t want to get bogged down in all of the technicalities of other themes. There is also a widgetized footer with 3 places to put widgets in to help compensate for a lack of a sidebar.</p>\n<h4><a href=\"http://www.diovo.com/links/clear/\">Clear</a></h4>\n<p><a href=\"http://clear.kera.la/2009/12/a-wonderful-theme-for-writers/\"><img title=\"Clear\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/Clear.png\" alt=\"Clear\" width=\"191\" height=\"143\" /></a></p>\n<p>It is minimalistic one-column theme with the widgets all arranged at the bottom. Clear was designed to make your content stand out and make everything else get out of the way.</p>\n<h4><a href=\"http://www.appchain.com/slidette/\">Slidette</a></h4>\n<p><a href=\"http://wordpress.org/extend/themes/slidette\"><img title=\"Slidette\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/Slidette.jpg\" alt=\"Slidette\" width=\"191\" height=\"141\" /></a></p>\n<p>It comes in 3 colors (green default, blue and black) , with a slideshow and a featured first page 4 posts from a category, two columns and dynamic widgets for the sidebar on the right and in the footer.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2009 17:48:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 12/27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=7437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://weblogtoolscollection.com/archives/2009/12/27/wordpress-plugin-releases-for-1227-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:2061:\"<h3>New Plugins</h3>\n<p><a href=\"http://hdlns.com/hdlns_today_plugin.php\">HDLNS Today</a></p>\n<p>Automatically insert HDLNS headlines as a widget using the post date.</p>\n<p><a href=\"http://www.technozeast.com/strip-ad\">Strip Ad</a></p>\n<p>Add a Strip Ad above the header to your blog.</p>\n<p><a href=\"http://pixopoint.com/code-comments/\">Code Comments</a></p>\n<p>Automatically Escape HTML Entities of Code Fragments in Comments</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/top-10/\">Top 10</a></p>\n<p>Count page views on posts and display a list of top posts by page views.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/\">Contextual Related Posts</a></p>\n<p>Display a list of contextually related posts for the current post. You can select the number of posts to display and if you want to automatically display the related posts in your content / feed.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/\">Where did they go from here?</a></p>\n<p>This plugin will show “Readers who viewed this page, also viewed†links on your page. This is similar to Amazon’s product pages which state “Readers who have bought this, also boughtâ€</p>\n<p><a href=\"http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/\">WP-Table Reloaded</a></p>\n<p>This plugin enables you to create and manage tables in the admin-area of WordPress. You can then show them in your posts, on your pages or in text widgets by using a shortcode.</p>\n<p><a href=\"http://www.watchcount.com/ebay-wordpress-plugin.php\">WatchCount.com WordPress Plugin (WCCWPPI)</a></p>\n<p>The WatchCount.com WordPress Plugin (WCCWPPI) is a free plugin that allows you to display Most Popular eBay items and auctions in real-time, directly on your blog. You can also display eBay items from any particular seller.</p>\n<p><a href=\"http://deuced.net/shout-stream/\">Shout Stream</a></p>\n<p>Shout Stream plugin aims to be the bridge of your wordpress and your stream (shoutcast or icecast).</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Dec 2009 13:22:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:19:\"Matt: Fireside Chat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=33534\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://ma.tt/2009/12/fireside-chat/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:387:\"<p>In New York last month <a href=\"http://interactiondesign.sva.edu/blog/entry/video_matt_mullenweg_fireside_chat/\">I did a fireside chat with Liz Danzico at the School of Visual Arts which is now available online</a>. The video features myself, <a href=\"http://bobulate.com/\">Liz Danzico</a>, and the <a href=\"http://jasonsantamaria.com/\">back of Jason Santa Maria’s head</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Dec 2009 21:58:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Veggies are People 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=33532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2009/12/veggies-are-people-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:258:\"<p><a href=\"http://www.nytimes.com/2009/12/22/science/22angi.html?_r=1&sudsredirect=true\">Another Challenge for Ethical Eating – Plants Want to Live, Too</a> in NY Times. I eat lots of beef and BBQ because I heard cows have a big carbon impact.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Dec 2009 18:11:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"Matt: Christmas Site 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=33530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2009/12/christmas-site-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:815:\"<p>First off, Merry Christmas everybody! I’ve been doing some tweaking here around ma.tt. The biggest thing you’ll notice is that I’ve imported about 12,000 photos from my old Gallery-powered gallery, which was broken since I upgraded to PHP5, into core WordPress, <a href=\"http://ma.tt/category/imported/\">and you can see them under this category</a>. I even managed to bring over people tags and comments from the proprietary system I had written. I feel so much safer now that all this data is in WordPress, I know it’ll still work in 10 years. I might have to change how “random” works, though, to exclude the really old photos, because they can be fairly embarrassing. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Dec 2009 23:47:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Weblog Tools Collection: Merry Christmas and Happy Holidays to all!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=7432\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://weblogtoolscollection.com/archives/2009/12/25/merry-christmas-and-a-happy-new-year-to-all/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:683:\"<div class=\"wp-caption aligncenter\"><a title=\"merry christmas by blacklord, on Flickr\" href=\"http://www.flickr.com/photos/blacklord/2134951313/\"><img class=\" \" title=\"Merry Christmas and Happy Holidays!\" src=\"http://farm3.static.flickr.com/2250/2134951313_7d0f073ac6.jpg\" alt=\"merry christmas\" width=\"300\" height=\"165\" /></a><p class=\"wp-caption-text\">Merry Christmas and Happy Holidays! from Flickr</p></div>\n<p>\n<h2>We would like to wish all our readers a Merry Christmas and Happy Holidays from the Weblog Tools Collection team and our advertisers.</h2>\n<h2>Be safe, have fun and be sure to spread the cheer!</h2>\n<p><!-- WSA: rules for context \'post-middle\' did not apply --></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Dec 2009 22:03:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mark Ghosh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Dev Blog: Setting Scope\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/development/2009/12/setting-scope/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4721:\"<p>Merry Christmas! One of the things that was discussed at the core commit team meetup was release scope (and scope creep). Now that 2.9 is out and it’s time to start thinking about 3.0, we think it would be appropriate to stop and take a breath before diving in, and make a plan in advance. What winds up happening is that during each release cycle a few new features are selected for inclusion, but then right up until feature freeze (and/or beta cycle), people keep adding feature requests, patches for enhancements, and ongoing bug reports. This means each release winds up getting pushed out later than planned, and with so many things going in per release, it becomes harder to catch new bugs.</p>\n<p>The as-long-as-we’re-not-in-freeze-yet model isn’t working. People wind up waiting months longer for new features they want, like Trash and Image Editing, because we’re still adding other things and then we need to test them all. If we kept the releases smaller feature-wise, we could push out the new stuff sooner (3 releases per year is the goal) and have more focused beta testing, making the releases themselves better. It’s hard, because everyone has their pet features and fixes, and if there’s a patch, why not get it in this release rather than waiting? Sometimes people complain that a patch has been waiting to be committed for weeks or months, but what no one ever seems to bring up is that sometimes patches introduce new bugs, and the more we add at once, the harder it is to keep it all well-tested on various platforms, in different hosting environments, etc. So. What’s our proposal?</p>\n<p>We take a page from the world of project management and we make a project plan <strong>before</strong> we jump into the dev cycle. We let everyone propose features and enhancements, and we choose a limited number to include in 3.0 (in this case we need to be especially stringent, because the merge of WordPress and WordPress MU will automatically mean a lot of work) and set a realistic release date that we stick to. We create a tentative set of features for the next two releases, to be re-evaluated at the beginning of the next cycle, so that people know the community is committed to certain features, as opposed to the vague “future release” label we now use for everything not included in the current version. We fix bugs that are reproducible and affect a large number of users before focusing on edge case bugs or bugs that haven’t been well-described or reproduced. We stop diverting our attention from agreed-upon goals when a “squeaky wheel” decides we should all be focused on something else. There are always things that pop up unexpectedly, but we need to do a better job of restraining ourselves when it comes to trying to sneak things into the current release (I include myself in this, of course…as a UX person I always wish we could do everything all at once!).</p>\n<p>As an open source project, we accomplish more when we work together than we do following individual agendas, and we need to keep our project focused on commonly-agreed-upon goals instead of following tangents whenever a community member starts to take us on one, regardless of whether it’s to follow a cool idea that everyone loves or a suggestion based on a personal agenda, and regardless of whether it’s a newbie who doesn’t know any better or a frequent contributor or committer who has a strong opinion and a loud voice (so to speak). The issue here is that it’s easy to get distracted, so we need to create a structure that will help us keep moving forward instead of getting sidetracked. We need to keep Trac clean for the current dev cycle so that it includes confirmed features and bug reports, and all new feature suggestions go into a different milestone.</p>\n<p>We think it’s at least worth a try. When we re-start the weekly IRC dev chats in 2010, the first meeting will be to talk about the scope of 3.0. When we’ve got a general agreement about what will be included, we’ll create the appropriate Trac tickets, and punt tickets for non-3.0 feature requests/enhancements to a future release so we can stay focused. New bug reports will still come in to the current milestone. It’s going to be hard. There are at least a dozen new features that I feel like we’ve pushed back multiple times that I’d like to see in core, but for this experiment, I’m just going to keep reminding myself, “You can do that with a plugin!”</p>\n<p><a href=\"http://wordpress.org/support/topic/345127\">Sound off on the features you would like to see in version 3.0</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Dec 2009 16:56:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"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: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 12/24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=7430\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2009/12/24/wordpress-theme-releases-for-1224/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3075:\"<h4><a href=\"http://dpxmag.com/blutheme-a-free-premium-wordpress-theme.html\">blutheme</a></h4>\n<p><a href=\"http://dpxmag.com/blutheme/\"><img title=\"blutheme\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/blutheme.png\" alt=\"blutheme\" width=\"191\" height=\"98\" /></a></p>\n<p>Feature rich theme with support for thumbnails, feedburner, twitter, widgets and gravatars</p>\n<h4><a href=\"http://trevorfitzgerald.com/crispp-wordpress-theme/\">Crispp</a></h4>\n<p><a href=\"http://crispp.dev.trevorfitzgerald.com/\"><img title=\"Crispp\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/Crispp.png\" alt=\"Crispp\" width=\"191\" height=\"143\" /></a></p>\n<p>Crispp is a minimal theme with clean lines that lets visitors focus on your content. A separate administrative section allows you to change the color scheme however you like. The theme is very flexible</p>\n<h4><a href=\"http://slackrthemes.com/2009/free-wordpress-theme-insanitious/\">Insanitious</a></h4>\n<p><img title=\"insanitious\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/insanitious.jpg\" alt=\"insanitious\" width=\"191\" height=\"115\" /></p>\n<p>Fluid width two-column theme with widgetized sidebar, gravatar and comment ready</p>\n<h4><a href=\"http://www.blogging-inside.de/2009/12/dusty-city-theme-fuer-wordpress-drupal-und-joomla/\">Dusty City</a></h4>\n<p><img title=\"DustyCity\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/DustyCity.jpg\" alt=\"DustyCity\" width=\"191\" height=\"115\" /></p>\n<p>Dusty City is a WordPress Theme with 5 Sidebar / Widget positions. One below the navigation, one left and right, one between them, and one at the bottom. If you combine the Theme with the <a href=\"http://alkivia.org/wordpress/sideposts\">Side Posts Plugin</a>, you will have a great flexible Magazine Theme. There is also an Option Page to populate the Footer. <em>Page in German</em></p>\n<h4><a href=\"http://www.blogging-inside.de/2009/12/kostenloses-santa-theme-fuer-wordpress-joomla-und-drupal/\">Santa</a></h4>\n<p><img title=\"SantaTheme\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/SantaTheme.jpg\" alt=\"SantaTheme\" width=\"191\" height=\"143\" /></p>\n<p>SantaTheme is a WordPress Theme for Christmas with one Sidebar, and one Footerbar for Ads or whatever Widget you want to place there. There is also an Option Page to populate the Footer of the Blog.</p>\n<h4><a href=\"http://matthewlyle.com/wordpress-themes/elegant-blog/\">Elegant Blog</a></h4>\n<p><a href=\"http://matthewlyle.com/demo/?theme=elegant-blog\"><img title=\"Elegant Blog\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/12/ElegantBlog.jpg\" alt=\"Elegant Blog\" width=\"191\" height=\"176\" /></a></p>\n<p>Elegant Blog is meant to be a go-to theme for a content driven site, that aims to eliminate the need for some common plugins and be good to go right out of the box. There’s 7 colour schemes available to choose from and an easy to edit css file to add custom colours. There’s also built-in support for Twitter, various social bookmarking sites, and Google Analytics.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Dec 2009 17:20:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Weblog Tools Collection: WordPress 2.9.1 Beta 1 Released, Fixes Bugs in WordPress 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://weblogtoolscollection.com/archives/2009/12/23/wordpress-2-9-1-beta-1-released-fixes-bugs-in-wordpress-2-9-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://weblogtoolscollection.com/archives/2009/12/23/wordpress-2-9-1-beta-1-released-fixes-bugs-in-wordpress-2-9-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1028:\"<p>A few days back, Jeff had told you about <a href=\"http://weblogtoolscollection.com/archives/2009/12/22/2-9-1-around-the-corner/\" target=\"_blank\">WordPress 2.9.1 being around the corner</a>. The WordPress team has worked hard to get it out of the doors and a <a href=\"http://wordpress.org/development/2009/12/wordpress-2-9-1-beta-1/\" target=\"_blank\">beta version of WordPress 2.9.1</a> is now available for downloads. It fixes bugs with scheduled posts and pingbacks which some users had been facing, due to a bug in curl.</p>\n<p>The new version is not immediately available for downloads through the automatic upgrade, however you can download the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta tester plugin</a> and go to Tools->Upgrade and perform an automatic upgrade.</p>\n<p>Please remember that this is not the final WordPress 2.9.1 release, so you might want to wait for another day or two for a stable release, if you are not comfortable using beta versions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Dec 2009 03:36: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:\"Keith Dsouza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"Weblog Tools Collection: Trend For 2010 – Paying For Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=7416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2009/12/23/trend-for-2010-paying-for-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:3053:\"<p>While paying for plugins is nothing new, I’m predicting that by the end of 2010, there will be a large assortment of plugins for WordPress that will be available for purchase. As we wind down 2009, I’m already beginning to see the trend in action with at least 3 of my 31 installed plugins switching to a paid model. Each person is doing something a little different but the end result is the same. I have to pay to keep using it.</p>\n<p>Now I don’t particularly have a problem with plugin authors charging for support or for services around the plugin but I’m seeing the plugin being bundled as part of the purchase. So in a way, you’re not only paying for the plugin, you’re paying for access to support. In most cases, the free plugin becomes dormant and I’m forced to either stick with what works until a version of WordPress is released which breaks the plugin or I pony up the cash to receive upgrades. Shopp, GravityForms and now Ajax Edit Comments each have their own repository server that enables customers to receive upgrades. This is all part of the deal.</p>\n<p>I remember a post a year or so ago asking people what would they pay for that they currently did’nt have to. WordPress was one of the things people would pay for if it had a price tag. My question is slightly different. What if every plugin you use on your site requires you to pay money before you get access to upgrades, support, etc? Personally, I don’t mind paying for great work and I can part with my cash for three or five plugins but not for 31. </p>\n<p>Not to put down the work of those making a business out of their plugin but something to keep in mind is that as it stands, plugins hosted in the WordPress.org plugin repository contain no price tags. However, some of them do have links, wording, and such to up-sell services or the pro version of the plugin. I don’t have a problem with that as long as the slimmed down version is not crippled to the point where it doesn’t make sense to use the lower end version.</p>\n<p>If the authors of the plugins I use on my own site all decided to ditch the free version in favor of a paid model in order to help them make a living, that is their decision to make. However, one of the greatest assets of the WordPress plugin world is that there is an abundant amount of choices for most tasks. Some better than others.</p>\n<p>My hope is that the WordPress plugin repository will continue to be free of pay-for plugins. This will insure that I will always have a place to browse an assortment of free alternatives. If the plugin repository were to ever allow commercial plugins to be listed alongside free ones, I’m thinking that the commercial choices would far outweigh the free ones. I really don’t want to go down the road I traveled with Joomla where anytime I wanted to have cool functionality added to my site, I had to pay for it. </p>\n<p>Is this a trend you also see in 2010 or do you see something else? Any thoughts on the matter?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Dec 2009 00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:29:\"Matt: Everything is a Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16182\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://ma.tt/2009/12/everything-is-a-project/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"<p><a href=\"http://www.scottberkun.com/blog/2009/everything-is-a-project/\">Everything is a project, even this</a>, by Scott Berkun.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2009 23:29:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:26:\"bbPress: 2009-12-23 Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?p=302\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://bbpress.org/blog/2009/12/2009-12-23-meetup/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14141:\"<p>What, just because it’s two days before Christmas we can’t rock the bbPress? In summary: anonymous comments from filosofo and email from photomatt (me) on deck, bug fixes to make things sing, PeteMall will be directly committing fixes, and hajii will be bug gardening.</p>\n<p>Meetup log after the jump:</p>\n<p><span id=\"more-302\"></span></p>\n<p>[13:01] <photomatt> <meetup><br />\n[13:02] <photomatt> merry christmas everyone <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <br />\n[13:02] <filosofo> merry Christmas, photomatt <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <br />\n[13:02] <photomatt> what is everyone up to these holidays?<br />\n[13:03] <hajii> workin <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> <br />\n[13:03] <filosofo> Visiting the in-laws<br />\n[13:03] <filosofo> photomatt, didn’t you write bbPress over Christmas? If I’m remembering correctly.<br />\n[13:04] <photomatt> yep, 4 years ago?<br />\n[13:04] <photomatt> 5?<br />\n[13:04] <photomatt> I was young and foolish<br />\n[13:05] <hajii> young-ER<br />\n[13:05] <photomatt> ha <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> <br />\n[13:05] <hajii> anything on the agenda this week?<br />\n[13:06] <photomatt> I cut my teeth yesterday, silly fix<br />\n[13:06] <photomatt> some error notification stuff with 5.3<br />\n[13:07] <photomatt> so now you don’t see a page of white errors when trying to install<br />\n[13:07] <photomatt> but on the bright side I got my bbpress env all up and kicking<br />\n[13:08] <filosofo> So what’s the roadmap for bbPress development? How can we get things moving?<br />\n[13:09] <filosofo> For example, should we start tackling the conversion to wp canonical plugin?<br />\n[13:09] <photomatt> my todo for the holiday is 1 thing: email notification<br />\n[13:10] <filosofo> There’s a plugin already for that, right?<br />\n[13:10] <filosofo> Can you just roll in the code?<br />\n[13:10] <westi|gone> howdy all<br />\n[13:11] * westi|gone is now known as westi<br />\n[13:11] <filosofo> hello westi <br />\n[13:11] <photomatt> filosofo: buddypress has a pretty good integration method already<br />\n[13:11] <photomatt> filosofo: do you have a fav plugin for it? could just roll in code<br />\n[13:11] <westi> photomatt: did you see my note regarding your first 5.3 related change – I think you might have broken the PHP4 compat of the code before you had the right error hiding<br />\n[13:12] <filosofo> photomatt, I haven’t used email notification on bbPress, I just know of the plugin[s]‘ existence.<br />\n[13:13] <hajii> What is 5.3, the PHP Version 5.3 where people where getting warnings?<br />\n[13:13] <hajii> -h<br />\n[13:13] <westi> hajii: yes PHP 5.3<br />\n[13:13] <photomatt> westi: yes, the glotpress and backpress changes?<br />\n[13:13] <photomatt> I shall fix those<br />\n[13:13] <westi> photomatt: yes those<br />\n[13:14] <hajii> Can I propose a plan of attack?<br />\n[13:14] <westi> my tentacles don’t stretch far enough to revert them <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" /> <br />\n[13:14] <filosofo> photomatt, what are your thoughts about buddyPress / bbPress integration? Are you thinking of doing that instead of making bbPress a canonical plugin?<br />\n[13:14] <photomatt> they’re not mutually exclusive<br />\n[13:15] <photomatt> have you tried out the buddypress integration? I didn’t realize it had gotten as good as it has<br />\n[13:16] <filosofo> What makes it different from a non-BuddyPress WP/bbPress integration?<br />\n[13:16] <photomatt> they basically embed/bundle the whole thing<br />\n[13:19] <photomatt> I’m pretty chill about 1.1 specifically, I think it can be a feature or two, and a cleanup of trac<br />\n[13:19] <PeteMall> ok I’m late<br />\n[13:19] <photomatt> I guess I’m a little scared of the plugin-thing so I’m procrastinating <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <br />\n[13:19] <hajii> I vote no new features, fix what is included first<br />\n[13:19] <hajii> maybe it’s 1.0.4 (or 3 or whatever we’re at)<br />\n[13:20] <hajii> hpguru opened a bunch of trac tickets recently pointing out things that are included that just don’t work correctly<br />\n[13:20] <filosofo> I was thinking bbPress as plugin integration would mean, e.g., using WP custom post types, or the like, instead of bbPress’s separate table structure.<br />\n[13:20] <filosofo> Or maybe like P2<br />\n[13:21] <filosofo> bbPress \"posts\" as WP comments on \"forum\" WP posts<br />\n[13:22] <photomatt> hajii: links? which do you think are the most important?<br />\n[13:23] <photomatt> I’m down with \"no new features before bugs\" in principle<br />\n[13:23] <PeteMall> photomatt: r u the only one committing to trac now?<br />\n[13:23] <PeteMall> I’m gonna work on a few tickets this week<br />\n[13:24] <PeteMall> christmas shutdown is good for open source projects<br />\n[13:24] <photomatt> yep <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <br />\n[13:24] <photomatt> if you’ve got some stuff you want to knock out I can give you SVN access too<br />\n[13:24] <photomatt> it’s easy peasy right now<br />\n[13:24] <PeteMall> that would be nice<br />\n[13:25] <filosofo> Regarding bbPress / WP integration, it would be nice to be able to use WP template functions for bbPress.<br />\n[13:25] <PeteMall> photomatt: u manage mullenweg.com right?<br />\n[13:25] <filosofo> I don’t think you can do that with the buddyPress stuff, right?<br />\n[13:25] * Salt is now known as Salt|afk<br />\n[13:25] <photomatt> yep<br />\n[13:25] <PeteMall> pm<br />\n[13:26] <hajii> for the record, I think the \"<br />\n[13:26] * Thomas_Clausen ([email protected]) has joined #bbpress<br />\n[13:26] <hajii> feature poll\" was a bad idea.<br />\n[13:26] <hajii> open a can of worms<br />\n[13:26] <hajii> bug free == feature<br />\n[13:27] <filosofo> hajii, asking for suggestions isn’t the same as taking them <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <br />\n[13:27] <photomatt> exactly<br />\n[13:27] <photomatt> and perhaps we’re religious on a few things, I’m pretty anti-bbcode, for example<br />\n[13:27] <hajii> that’s true. But it’s also demoralizing to some people to give feedback and then never see it go anywhere<br />\n[13:27] <PeteMall> lol<br />\n[13:27] <hajii> not me, for example<br />\n[13:28] <hajii> but, people will EXPECT after submitting their suggestion in a feature poll<br />\n[13:28] <PeteMall> so whats the long term plan wrt to close wp integration as filosofo has been talking about<br />\n[13:28] <photomatt> hajii: I tried to make it clear it was feedback-oriented, not necessarily a edict<br />\n[13:28] <filosofo> hajii, same thing with http://wordpress.org/extend/ideas/<br />\n[13:28] <photomatt> speaking of that though, I was really surprised by \"anonymous posting\"<br />\n[13:29] <photomatt> what exactly does that mean?<br />\n[13:29] <filosofo> you don’t have to log in, like wp comments<br />\n[13:29] <photomatt> I mean I know, but I don’t understand the why I guess<br />\n[13:29] <hajii> some people feel that asking people to log in is a barrier to participation<br />\n[13:29] <filosofo> why do you see it as different from WP comments?<br />\n[13:30] <hajii> some people feel facebook connect will also remove a barrier to participation<br />\n[13:30] <filosofo> You don’t require commenters to log into ma.tt to comment, for example<br />\n[13:30] <PeteMall> alter egos of forum members<br />\n[13:30] <photomatt> interesting — that wouldn’t be too hard<br />\n[13:30] <photomatt> we’ll need better anti-spam and moderation though<br />\n[13:30] <filosofo> I have a bbPress plugin for \"anonymous comments\" that’s 98% done<br />\n[13:30] <hajii> that is/was a plugin as well, anonymous posting<br />\n[13:31] <photomatt> filosofo: could you put it as a patch on trac?<br />\n[13:31] <filosofo> sure<br />\n[13:31] <hajii> better moderation (forum specific) is the oldest ticket on trac, I think <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_biggrin.gif\" alt=\":-D\" class=\"wp-smiley\" /> <br />\n[13:31] <hajii> one of the two oldest anyway<br />\n[13:31] <photomatt> hajii: I’m a big believer in moderation — it’s my fav feature in WP<br />\n[13:34] <photomatt> did my connection drop?<br />\n[13:34] <filosofo> photomatt, for future reference, what’s the best way to get your attention for a trac ticket?<br />\n02[13:34] * tewwy_ ([email protected]) Quit<br />\n[13:35] <filosofo> since you’re the committer <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <br />\n[13:35] <PeteMall> everyone got quiet =)<br />\n[13:35] <photomatt> filosofo: skype, actually<br />\n[13:35] <photomatt> saxmatt02 is me on skype<br />\n[13:36] <filosofo> So you don’t mind if I ping you about a patch on skype?<br />\n[13:36] <photomatt> for bbpress, not at all<br />\n[13:36] <filosofo> ok, cool<br />\n[13:38] <PeteMall> anything else on the agenda for today?<br />\n[13:38] <photomatt> so it sounds like we have email notif and filosofo’s anon comments on deck<br />\n[13:38] <photomatt> hajii and PeteMall are into bugs, and we’ll go through trac<br />\n[13:39] <hajii> do you want me to do anything specific for those bugs in trac that currently exist?<br />\n[13:39] <photomatt> PeteMall has asked for direct SVN access<br />\n[13:39] <Thomas_Clausen> @PeteMall I’ll like to throw something in there!<br />\n[13:40] <Thomas_Clausen> Will porting posibilities from other forumsoftware be a concern in future releases of bbPress?<br />\n[13:40] <photomatt> PeteMall: the main rule is to put everything possible through trac, post patches there, get feedback and review<br />\n[13:40] <PeteMall> yup<br />\n[13:41] <photomatt> but in trunk we can be loosey goosey a little bit, the beautiful thing about SVN is it’s easy to roll back<br />\n[13:41] <photomatt> oh! and coding style<br />\n[13:41] <photomatt> http://codex.wordpress.org/WordPress_Coding_Standards<br />\n[13:41] <PeteMall> I’ve been meaning to talk about that<br />\n[13:42] <PeteMall> stick to the coding standards… remember – code is poetry<br />\n[13:42] <hajii> Wait, what was the slogan from 2weeks ago? We suck a little less with each release?<br />\n[13:43] <filosofo> Not sucking is the goal of all great poets. <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <br />\n[13:43] <photomatt> <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <br />\n[13:44] <photomatt> hajii: in trac I’d say most helpful is verifying bugs<br />\n[13:44] <photomatt> testing patches<br />\n[13:45] <photomatt> setting priorities and milestones<br />\n[13:45] <photomatt> being nice to new people that drop by, helping mentor them through getting a patch or idea in the right place<br />\n[13:46] <photomatt> generally what we call bug gardening in WP, though that is a weird term<br />\n[13:46] <photomatt> when you think about it<br />\n[13:47] <hajii> tending to the bugs, lovingly<br />\n[13:47] <PeteMall> yea… helping them grow. nurturing<br />\n[13:47] <photomatt> I like tummelling<br />\n[13:47] <photomatt> http://indexmb.com/tummling-have-you-heard-of-it/<br />\n[13:47] <hajii> like the dude who raised the moths in the silence of the lambs, kept them warm, fed them, gave them love<br />\n[13:48] <hajii> Death’s Head Moth<br />\n[13:48] <hajii> <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_biggrin.gif\" alt=\":D\" class=\"wp-smiley\" /> <br />\n[13:49] <filosofo> well, on that note… <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <br />\n[13:50] <photomatt> haha yes<br />\n[13:50] <hajii> heh<br />\n[13:50] <photomatt> that’s a good ending point, unless someone else has anything they want to raise<br />\n[13:50] <hajii> nope, I will focux on bugs<br />\n[13:50] <hajii> in trac<br />\n[13:50] * Guest3427 is now known as Nightgunner5<br />\n[13:51] <photomatt> well thank you everybody<br />\n[13:51] <PeteMall> &lt;/meetup<br />\n[13:51] <PeteMall> <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> <br />\n[13:52] <PeteMall> missed the other side<br />\n[13:52] <photomatt> man the way mirc stores logs is annoying <img src=\"http://bbpress.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <br />\n[13:52] <PeteMall> &lt;&#47meetup&gt;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2009 22:10:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Dev Blog: WordPress 2.9.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/development/2009/12/wordpress-2-9-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1161:\"<p>Unfortunately, the recent 2.9 release triggered a bug in certain versions of PHP’s curl extension. With these versions of curl, scheduled posts and pingbacks are not processed correctly. To fix this problem as well as a handful of other, lesser issues, we are quickly releasing 2.9.1, the first maintenance release of the 2.9 line. Help us get 2.9.1 ready to go by testing 2.9.1 Beta 1. The easiest way to test Beta 1 is to install the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin, elect to get on the point release development track, and then perform an automatic upgrade via the Tools->Upgrade menu. You can also <a href=\"http://wordpress.org/wordpress-2.9.1-beta1.zip\">download the Beta 1 package</a> and install manually. <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.9.1&resolution=fixed\">Fourteen tickets</a> have been fixed in 2.9.1 Beta 1. Since the curl problem and a couple of other problems are dependent on specific hosting configurations, any and all testing help is greatly appreciated.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2009 19:58:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:25:\"Matt: Permanently Deleted\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/12/permanently-deleted/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:420:\"<p>“The WordPress people, as good as they are, don’t seem to ken why this ‘convenient’ and possibly life-saving feature creates repercussions and consequences. Like the Senate, it’s all a game to them.” <a href=\"http://www.edrants.com/permanently-deleted/\">Permanently Deleted : Edward Champion’s Reluctant Habits</a>. <cite>Hat tip: <a href=\"http://joeclark.org/\">Joe Clark</a></cite>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2009 18:02:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"Weblog Tools Collection: WPhone Admin Plugin Looking For Fresh Blood\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=7405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://weblogtoolscollection.com/archives/2009/12/22/wphone-admin-plugin-looking-for-fresh-blood/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2239:\"<p>My name is Doug Stewart and I, together with <a href=\"http://tekartist.org\">Stephane Daury</a> and <a href=\"http://viper007bond.com\">Viper007Bond</a>, entered and <a href=\"http://wphoneplugin.org/2007/11/13/and-the-winner-is/\">won</a> the “mobile admin interface contest” Matt Mullenweg sponsored on the wp-hackers mailing list back at the end of 2007. Our plugin, <a href=\"http://wordpress.org/extend/plugins/wphone/\">WPhone</a>:</p>\n<blockquote><p>…creates an option while logging in to replace the default admin interface with one designed for your phone (see screenshots).</p>\n<p>It contains two versions of the mobile admin interface:</p>\n<ul>\n<li>Rich: designed for the iPhone / iPod Touch and other phones supporting full Javascript and CSS featuring fancy AJAX and sliding menus</li>\n<li>Lite: a lightweight, simple version designed for all other phone types (no Javascript or anything else required)</li>\n</ul>\n</blockquote>\n<p>WPhone was readily picked up by the mobile computing WordPressers of the world and saw a great deal of use in its first months. Then Automattic announced the release of their iPhone/iPod Touch app and we figured that WPhone’s days were numbered. However, folks have continued to use it, particularly on Blackberries, Nokia N-series handsets and yes, even Windows Mobile devices. This is great, with two caveats:</p>\n<ol>\n<li>WPhone doesn’t fully work with versions of WordPress newer than 2.5</li>\n<li>Stephane, Viper and I no longer have time to bring it up to snuff</li>\n</ol>\n<p>So, to put it bluntly, we need your help in bringing a compelling mobile admin experience back to <em>all</em> mobile users, be they Droid, Pre, Blackberry, Windows Mobile, or yes, even iPhone users that don’t want yet another app clogging up their home screens.</p>\n<p>If you’re interested, please visit <a href=\"http://wphoneplugin.org/2009/12/21/to-the-bat-signal/\">this post over on the WPhone site</a> for further details or send an email to <a href=\"mailto:[email protected]\">[email protected]</a>.</p>\n<p>Many, <em>many</em> thanks in advance and a big thanks goes out to Mark and the rest of the WTC crew for allowing me to post my plea here.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2009 15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"dstewart\";s: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:46:\"BuddyPress: What’s Coming in BuddyPress 1.2?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://buddypress.org/?p=728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/blog/news/whats-coming-in-buddypress-1-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:2977:\"<p>Development for version 1.2 of BuddyPress is beginning to wind down and we’re looking at a feature freeze at the end of this month. I’d expect the new version to be released some time at the end of January after a period of beta testing. We’ve got a host of new features to look forward to in this new version and I’d like to give you a glimpse of a few of them.</p>\n<p><img src=\"http://apeatling.wordpress.com/files/2009/12/screen-shot-2009-12-23-at-10-49-29-am.png?w=200\" class=\"alignleft\" />One of the biggest changes is the activity stream. There has been a lot of focus on making the activity stream far more interactive in 1.2, and to do this we have merged together some of the features in previous versions of BuddyPress. Instead of having to post messages on a group or profile wire, or posting a separate status update, you can now post messages directly to the site wide stream, your profile stream, or a group activity stream. This stops fragmentation of the interface and brings content posting into one unified input box.</p>\n<p>One of the benefits of this interactive activity stream is that we can now provide the ability for other members to post direct replies to your updates. In 1.2 the activity stream includes the ability for threaded commenting. <img src=\"http://apeatling.wordpress.com/files/2009/12/screen-shot-2009-12-23-at-10-51-51-am.png?w=275\" class=\"alignright\" />This allows for full conversations to take place around activities and makes the activity stream that much more of a two way process.</p>\n<p>Another major update in 1.2 is the introduction of a new default theme. We’ve worked hard to produce a theme that will help both end users and developers. The new theme offers a more usable and unified interface with far more personal customization than the previous default. The theme also greatly simplifies the HTML, CSS and Javascript that powers it, allowing for greater ease of customization. If you’re fully invested in the previous default, don’t worry, this theme is not going anywhere and has already been updated to support the new features in 1.2. The new default simply provides a fresh alternative.</p>\n<p>If you’re itching to start trying out some of the features in the new version, you can head on over to the <a href=\"http://testbp.org\">BuddyPress Test Drive</a>. The test drive runs the latest development version of BuddyPress and represents the state of the newest version as it currently stands. If you’d like to start working with the development version you can always check out the latest version from our <a href=\"http://svn.buddypress.org/trunk\">svn code repository</a>. However, remember that until the final version is released code is subject to change.</p>\n<p>I hope everyone has a wonderful festive season and an even better new year celebration. 2010 is going to be an exciting year for BuddyPress, I’m looking forward to sharing it with you.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2009 09:09:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andy Peatling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"Mark Jaquith: New in WordPress 2.9: Post Thumbnail 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://markjaquith.wordpress.com/?p=389\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7447:\"<div class=\"snap_preview\"><br /><p>Many WordPress themes, especially those with “magazine-like” layouts, use an image to represent each post. It might just be on the front page. It might be alone, or alongside an excerpt. Until now, there was no standardized way to do this. Many themes would require you to tediously enter a Custom Field with the value being the URL you wanted to use. Often you had to do cropping yourself. With WordPress 2.9, theme authors can easily enable Post Thumbnail selection UI and call those image using simple template tags.</p>\n<p><img src=\"http://markjaquith.files.wordpress.com/2009/12/post-thumbnail.png?w=297&h=138\" alt=\"\" title=\"post-thumbnail\" width=\"297\" height=\"138\" class=\"aligncenter size-full wp-image-392\" /></p>\n<p>First, in the theme’s <code>functions.php</code>, declare that your theme supports this feature. This will enable the UI in the WP Admin.</p>\n<pre class=\"brush: php;\">add_theme_support( \'post-thumbnails\' );</pre>\n<p>That will enable Post Thumbnail UI for both Post and Page content types. If you’d only like to add it to one, you can do it like this:</p>\n<pre class=\"brush: php;\">add_theme_support( \'post-thumbnails\', array( \'post\' ) ); // Add it for posts\nadd_theme_support( \'post-thumbnails\', array( \'page\' ) ); // Add it for pages</pre>\n<p>Simply remove the one you don’t want to support.</p>\n<p>Next, you should specify the dimensions of your post thumbnails. You have two options here: box-resizing and hard-cropping. Box resizing shrinks an image proportionally (that is, without distorting it), until it fits inside the “box” you’ve specified with your width and height parameters. For example, a 100×50 image in a 50×50 box would be resized to 50×25. The benefit here is that the entire image shows. The downside is that the image produced isn’t always the same size. Sometimes it will be width-limited, and sometimes it will be height-limited. If you’d like to limit images to a certain width, but don’t care how tall they are, you can specify your width and then specify a height of 9999 or something ridiculously large that will never be hit.</p>\n<pre class=\"brush: php;\">set_post_thumbnail_size( 50, 50 ); // 50 pixels wide by 50 pixels tall, box resize mode</pre>\n<p>Your second option is hard-cropping. In this mode, the image is cropped to match the target aspect ratio, and is then shrunk to fit in the specified dimensions <strong>exactly</strong>. The benefit is that you get what you ask for. If you ask for a 50×50 thumbnail, you get a 50×50 thumbnail. The downside is that your image will be cropped (either from the sides, or from the top and bottom) to fit the target aspect ratio, and that part of the image won’t show up in the thumbnail.</p>\n<pre class=\"brush: php;\">set_post_thumbnail_size( 50, 50, true ); // 50 pixels wide by 50 pixels tall, hard crop mode</pre>\n<p>Now, you can make use of the template functions to display these images in the theme. These functions should be used in the loop.</p>\n<p><code>has_post_thumbnail()</code> returns true/false and indicates whether the current post has a manually-chosen Post Thumbnail (in the loop):</p>\n<pre class=\"brush: php;\"><?php\nif ( has_post_thumbnail() ) {\n // the current post has a thumbnail\n} else {\n // the current post lacks a thumbnail\n}\n?></pre>\n<p><code>the_post_thumbnail()</code> outputs the Post Thumbnail, if it exists (in the loop):</p>\n<pre class=\"brush: php;\"><?php the_post_thumbnail(); ?></pre>\n<p>Those are the basics. How about some advanced stuff?</p>\n<p>What if you want to use a small 50×50 hard-cropped image for the home page, but want to use a 400 pixel-wide (unlimited height) image on the post’s permalink page? You’re in luck. You can specify additional custom sizes! Here’s the code:</p>\n<p><code>functions.php</code></p>\n<pre class=\"brush: php;\">add_theme_support( \'post-thumbnails\' );\nset_post_thumbnail_size( 50, 50, true ); // Normal post thumbnails\nadd_image_size( \'single-post-thumbnail\', 400, 9999 ); // Permalink thumbnail size</pre>\n<p><code>home.php</code> or <code>index.php</code>, depending on your theme structure (in the loop):</p>\n<pre class=\"brush: php;\"><?php the_post_thumbnail(); ?></pre>\n<p><code>single.php</code> (in the loop):</p>\n<pre class=\"brush: php;\"><?php the_post_thumbnail( \'single-post-thumbnail\' ); ?></pre>\n<p>That’s it! <code>set_post_thumbnail_size()</code> just calls <code>add_image_size( \'post-thumbnail\' )</code> — the default Post Thumbnail “handle.” But as you can see, you can add additional ones by calling <code>add_image_size( $handle, $width, $height, {$hard_crop_switch} );</code>, and then you use that new size by passing the handle to <code>the_post_thumbnail( $handle );</code></p>\n<p>If you want your theme to support earlier versions of WordPress, you’ll have to use <code>function_exists()</code> to keep from calling these new functions in those versions. I’ve omitted that code to keep these examples as simple as possible. Here would be the <code>functions.php</code> example with the wrapper code:</p>\n<pre class=\"brush: php;\">if ( function_exists( \'add_theme_support\' ) ) { // Added in 2.9\n add_theme_support( \'post-thumbnails\' );\n set_post_thumbnail_size( 50, 50, true ); // Normal post thumbnails\n add_image_size( \'single-post-thumbnail\', 400, 9999 ); // Permalink thumbnail size\n}</pre>\n<p>There is one caveat for this feature in WordPress 2.9 — it only works <strong>fully</strong> for new image uploads. We can’t yet resize images on the fly, although I’m strongly considering it for a future version. If you call the template functions on a post that has a Post Thumbnail that was uploaded prior to your theme having declared the new sizes, you won’t be able to do hard-cropping, and the box-resize will be done in the browser. As a temporary solution, Viper007Bond has a great plugin that will go back and create missing image sizes for you: <a href=\"http://wordpress.org/extend/plugins/regenerate-thumbnails/\">Regenerate Thumbnails</a>.</p>\n<p>I’m looking forward to see what kinds of sites you can build with this feature!</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/389/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/389/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/389/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/389/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/389/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/389/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/389/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/389/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/389/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/389/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=389&subd=markjaquith&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2009 07:19:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:48:\"Weblog Tools Collection: 2.9.1 Around The Corner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=7404\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/archives/2009/12/22/2-9-1-around-the-corner/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3697:\"<p>WordPress 2.9 was released last weekend. Yesterday, I was notified that 2.9.1 is most likely around the corner due to <a href=\"http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/\">some issues</a> that arose because of a last-minute addition to the core of WordPress. The issues revolve around scheduled posts not firing because the cron scheduler ends up broken. The patch can be found <a href=\"http://core.trac.wordpress.org/attachment/ticket/11505/ticket-11505-full.patch\">here</a> which is already a part of 2.9.1.</p>\n<p>While <a href=\"http://wordpress.org/support/topic/343080\">reading the support thread</a>, I became concerned with some of the responses that were published. For example, “<em>How could you release an upgrade that is obviously this problem-filled?</em>” or “<em>WordPress should have tested 2.9 before releasing it!</em>“. I’m not sure how many times this has to be preached to the choir but each version of WordPress is tested before it’s release to the public. That is what the Beta releases are for as well as the Release Candidates. WordPress 2.9 went through one release candidate version and two beta releases. In fact, before RC1 hit the public, all of the tickets assigned for that version were closed. Each version was tested by anyone who volunteered. There seems to be this notion that there are thousands of WordPress developers and they should iron out every bug before releasing software to the public. While there are hundreds of WordPress developers submitting patches here and there as well as squashing bugs, not every hosting setup can be tested. This is where the end users come in.</p>\n<p>Dion Hulse who has been a long time contributor to the WordPress project illustrates this problem quite well in a blog post entitled <a href=\"http://dd32.id.au/2009/12/21/a-call-to-arms/\">WordPress, A Call To Arms</a>. I think Dion says it best in the first paragraph which illustrates the lack of testing problem quite well.</p>\n<blockquote><p>WordPress 2.9 was just released, And several users have run into a bug. Surprising? Not really. There’s one simple reason for this, While thousands of people Test each and every WordPress release, These users are not <strong>You</strong>.</p></blockquote>\n<p>While hundreds or thousands download the betas to perform testing, the real crux of the testing comes when the “<strong>Stable</strong>” release is shipped. The stable version is installed by everyone because it’s considered to be stable only since you now have hundreds of thousands of blogs running the software which translates into more testing environments, you’re going to run into bugs the testers simply didn’t find. This gives the perception that the Stable release was not stable at all and therefor, should have never been released. But, if the software were never released, the bug would most likely would not have been found.</p>\n<h2>Please Help Out:</h2>\n<p>It’s very easy to setup a test installation of WordPress, especially since the release of Peter Westwoods plugin called <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">Beta Tester</a>. While testing on a local server is a good idea, most local servers are not setup to mimic the configuration of the public web server. This is why it’s actually better to test on the same setup as your public facing site than on a local server.</p>\n<p>Now, if you happen to come across something you believe to be a bug, please refer to <a href=\"http://codex.wordpress.org/Reporting_Bugs\">this article</a> in the Codex which contains instructions on how to report it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2009 21:11:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 12/22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=7402\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://weblogtoolscollection.com/archives/2009/12/22/wordpress-plugin-releases-for-1222-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:2893:\"<h3>New Plugins</h3>\n<p><a href=\"http://hdlns.com/hdlns_today_plugin.php\">HDLNS Today</a></p>\n<p>insert one of over 1200 categorized RSS feeds, using the (latest) post date on the page to keep the rss headlined contextually relevant to the blog post</p>\n<p><a href=\"http://www.q2w3.ru/2009/12/06/824/\">Q2W3 Inc Manager</a></p>\n<p>This plugin was made to easily add html, css, javascript and PHP code to public WordPress pages.</p>\n<p><a href=\"http://www.q2w3.ru/2009/11/29/748/\">Q2W3 Thickbox</a></p>\n<p>This plugin enables thickbox pop-up window on thumbnail images. As soon as plugin is installed, all your thumbnail images will be opened in popup window.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://scribu.net/wordpress/scb-framework\">scbFramework</a></p>\n<p>A set of useful classes for WordPress plugin developers.</p>\n<p> <a href=\"http://blog.avirtualhome.com/wordpress-plugins/avh-amazon/\">AVH Amazon</a></p>\n<p>The AVH Amazon plugin gives you the ability to add multiple widgets which will display one or more random item(s) from your Amazon wishlist, baby registry and/or wedding registry. It also has the ability to show an item with its link, in posts and pages by use of shortcode.</p>\n<p><a href=\"http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/\">WP-Table Reloaded</a></p>\n<p>WP-Table Reloaded enables you to create and manage tables in your WP’s admin area. No HTML knowledge is needed. A comfortable backend allows to easily edit table data.</p>\n<p><a href=\"http://selfexile.com/twitter-fans-widget-wordpress-plugin/\">Twitter Fans</a></p>\n<p>Twitter Fans plugin will add a widget in WordPress that you can drag and drop into your sidebar and set your username to get it work. No password required.</p>\n<p><a href=\"http://arpitshah.com/plugins/all-in-one-webmaster/\">All in One Webmaster</a></p>\n<p>This plugin allows you to easily integrate Google Webmaster Tool, Yahoo SiteExplorer and Bing Webmaster Central</p>\n<p><a href=\"http://arpitshah.com/plugins/wp-archive-sitemap-generator/\">WP Archive-Sitemap Generator</a></p>\n<p>WP Archive-Sitemap Generator plugin generates simple Archives/Sitemap based on your blogs posts and pages. This is not another XML sitemap plugin, but rather a nice post sitemap or page sitemap generator. Now user can show total comments count after posts.</p>\n<p><a href=\"http://arpitshah.com/plugins/twitter-goodies/\">Twitter Goodies</a></p>\n<p>This plugin shows your twitter profile/search tweets under Sidebar Area (Widget), Post and/or Pages. Tweets will REFRESH AUTOMATICALLY. Also it has reply option inside widget on mouse over action. Admin panel option available under Settings -> Twitter Goodies to set different color combination and twitter widget options.</p>\n<p><a href=\"http://scribu.net/wordpress/merge-tags\">Merge Tags</a></p>\n<p>Adds the ability to combine two or more tags (or categories) into one.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2009 15:43:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Publisher Blog: UPS Joins WordPress.com VIP Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://publisherblog.automattic.com/?p=730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://publisherblog.automattic.com/2009/12/22/ups-wordpress-com-vip-hosting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2260:\"<div class=\"snap_preview\"><br /><p>UPS has <a href=\"http://www.pressroom.ups.com/\">announced the launch</a> of their new blog, <a href=\"http://blog.ups.com/\">Upside</a>, which is running on <a href=\"http://vip.wordpress.com\">WordPress.com VIP Hosting</a>:<br />\n<a href=\"http://blog.ups.com\"><img src=\"http://wordpresspublishers.files.wordpress.com/2009/12/ups-blog.png?w=640&h=418\" alt=\"\" title=\"UPS-blog\" width=\"640\" height=\"418\" class=\"alignnone size-full wp-image-731\" /></a></p>\n<p>The Upside blog, designed and built by <a href=\"http://www.t-3.com/\">T3</a> is a “blog created by UPS to share personal insights and perspective about the largest transportation company in the world.”</p>\n<p>Some really interesting content posted so far including a video of how <a href=\"http://blog.ups.com/2009/12/21/one-shoe-in-front-of-the-other-zappos-ups-keep-the-holidays-moving/\">UPS and Zappos</a> are working together.</p>\n<p>[ Visit <a href=\"http://blog.ups.com/\">blog.ups.com</a> ]</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/730/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/730/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/730/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/730/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/730/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/730/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/730/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/730/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/730/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/730/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=730&subd=wordpresspublishers&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2009 13:52:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Raanan Bar-Cohen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"Matt: Stealth Startups\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=16178\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2009/12/stealth-startups/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:212:\"<p><a href=\"http://www.techcrunch.com/2009/12/19/stealth-startupsget-over-yourselves-nobody-cares-about-your-secrets/\">Stealth Startups, Get Over Yourselves: Nobody Cares About Your Secrets</a> on TechCrunch.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2009 06:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Alex King: WordPress 2.9 Upgrade\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3889\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2009/12/21/wordpress-2-9-upgrade\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:828:\"<p>WordPress 2.9 has been released – time to upgrade! There are some pretty <a href=\"http://wordpress.org/development/2009/12/wordpress-2-9/\" rel=\"external\">nice new features</a> in this release. I’m glad to be able to retire a few plugins now that the post thumbnail feature is built in and we’re going to wear out the comment meta feature in our custom implementations.</p>\n<p>I’ve got a lot of sites to upgrade – I’ll have a little more on the process I use for this in a follow-up post.</p>\n<p>If you need help with your upgrade, our team at <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> is available and happy to help. Give us a call: (303) 395-1346 or email [email protected].</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=3889&type=feed\" alt=\"\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Dec 2009 19:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Joseph: WordPress 2.9 – XML-RPC and AtomPub Changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://josephscott.org/?p=1637\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://josephscott.org/archives/2009/12/wordpress-2-9-xml-rpc-and-atompub-changes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2395:\"<p>Just in time for Christmas <a href=\"http://wordpress.org/development/2009/12/wordpress-2-9/\">WordPress 2.9 is out</a>. Here’s what has changed in the XML-RPC and AtomPub APIs since 2.8.6:</p>\n<h3>XML-RPC</h3>\n<ul>\n<li>Expose user registration option via wp.getOptions/wp.setOptions ( ticket <a href=\"http://core.trac.wordpress.org/ticket/10454\">#10454</a> )</li>\n<li>Fix bug in wp.getComment that reported spam comments with a status of hold ( ticket <a href=\"http://core.trac.wordpress.org/ticket/10510\">#10510</a> )</li>\n<li>Adjust how the XML-RPC server is activated so that the functions can be reused in other areas ( ticket <a href=\"http://core.trac.wordpress.org/ticket/10513\">#10513</a> )</li>\n<li>Fix bug in setting optional number of pages arguments for wp.getPages ( ticket <a href=\"http://core.trac.wordpress.org/ticket/10659\">#10659</a> )</li>\n<li>Reduced memory usage when processing requests ( ticket <a href=\"http://core.trac.wordpress.org/ticket/10698\">#10698</a> )</li>\n</ul>\n<h3>AtomPub</h3>\n<ul>\n<li>Fix a conflict with plugins that redefine wp_set_current_user() ( ticket <a href=\"http://core.trac.wordpress.org/ticket/10938\">#10938</a> )</li>\n</ul>\n<p>If you are using the WordPress XML-RPC/AtomPub APIs in your software or service, or are just interested in this part of WordPress, please join the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-xmlrpc\">WordPress XML-RPC email list</a>. Code changes and patches can be submitted via tickets at <a href=\"http://core.trac.wordpress.org/\">http://core.trac.wordpress.org/</a>.</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://josephscott.org/archives/2009/06/wordpress-2-8-xml-rpc-and-atompub-changes/\" rel=\"bookmark\" title=\"Permanent Link: WordPress 2.8 – XML-RPC and AtomPub Changes\">WordPress 2.8 – XML-RPC and AtomPub Changes</a></li>\n<li><a href=\"http://josephscott.org/archives/2009/02/wordpress-271-released-xml-rpc-and-atompub-changes/\" rel=\"bookmark\" title=\"Permanent Link: WordPress 2.7.1 Released – XML-RPC and AtomPub Changes\">WordPress 2.7.1 Released – XML-RPC and AtomPub Changes</a></li>\n<li><a href=\"http://josephscott.org/archives/2008/12/wordpress-27-released-xml-rpc-and-atompub-changes/\" rel=\"bookmark\" title=\"Permanent Link: WordPress 2.7 Released – XML-RPC and AtomPub Changes\">WordPress 2.7 Released – XML-RPC and AtomPub Changes</a></li>\n</ol></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Dec 2009 16:24:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WordPress.tv: Weekly Recap: Inspirageek’s Interview with Matt Mullenweg and WordPress 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.wordpress.tv/?p=131\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://blog.wordpress.tv/2009/12/21/weekly-recap-inspirageeks-interview-with-matt-mullenweg-and-wordpress-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2843:\"<div class=\"snap_preview\"><br /><p>A happy holidays to you from WordPress.tv!</p>\n<p>We published two videos for you this week—one an interview with <a href=\"http://ma.tt\">Matt Mullenweg</a> of <a href=\"http://automattic.com\">Automattic</a>, and the other a video introduction to the neat stuff included in the latest release of WordPress.</p>\n<p>Josh Grenon of Inspirageek <a href=\"http://wordpress.tv/2009/12/18/inspirageek-interview-with-matt-mullenweg/\">interviews Matt Mullenweg</a> in our first video published this week. They discuss some general tips for entrepreneurs, the development process for (the now released) WordPress 2.9, some basics behind <a href=\"http://videopress.com\">VideoPress</a> and why it’s great, and a few other odds and ends.</p>\n<p>This weekend also saw the release of WordPress 2.9, the latest and greatest edition of our favorite software. To herald this event, our very own Michael Pick has composed <a href=\"http://wordpress.tv/2009/12/21/introducing-wordpress-2-9-–-carmen/\">an introductory video to WordPress 2.9</a>, hitting the major updates and changes you’ll be playing with in the weeks to come. It’s a quick watch—check it out and feel free to embed when you talk about WordPress 2.9 on your own blog.</p>\n<p>With the Christmas and New Year’s holidays coming up in the next two weeks, I expect new videos here on WordPress.tv will be few and far between, but we’ll still be here to check out and publish videos you direct us to using our <a href=\"http://wordpress.tv/contact/\">handy contact form</a>.</p>\n<p>All of us here at WordPress.tv wish you a very happy holiday season and look forward to more great WordPress videos in 2010!</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/131/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/131/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptvblog.wordpress.com/131/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptvblog.wordpress.com/131/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptvblog.wordpress.com/131/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptvblog.wordpress.com/131/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptvblog.wordpress.com/131/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptvblog.wordpress.com/131/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptvblog.wordpress.com/131/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptvblog.wordpress.com/131/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=131&subd=wptvblog&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Dec 2009 04:37:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:4:\"date\";s:29:\"Thu, 07 Jan 2010 18:09:28 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:13:\"accept-ranges\";s:5:\"bytes\";s:10:\"connection\";s:5:\"close\";s:4:\"etag\";s:23:\"\"2dc58-4b46213c-5042b6\"\";s:13:\"last-modified\";s:29:\"Thu, 07 Jan 2010 18:00:28 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:14:\"content-length\";s:6:\"187480\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(171,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1262930969','no'),(172,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1262887769','no'),(173,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1262930969','no'),(174,0,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2010 18:09:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"arnee on \"Google XML Sitemaps\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"takayukister on \"Contact Form 7\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"takayukister\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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:38:\"bravenewcode on \"WPtouch iPhone Theme\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"WPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when vie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"bravenewcode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"wpburn on \"WP FollowMe\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/wp-followme/#post-13337\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Sep 2009 15:55:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13337@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:\"WP FollowMe is a wordpress plugin that allows you to add a twitter \"Follow me\" badge on 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:6:\"wpburn\";s: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: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:141:\"Help readers share, 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:7;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"andy on \"WordPress.com Stats\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/stats/#post-1355\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 May 2007 02:15:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1355@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com\'s stat system.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"andy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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: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:\"Michael_ on \"Maintenance Mode\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/maintenance-mode/#post-2088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Jun 2007 19:15: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:\"2088@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Adds a splash page to your blog that lets visitors know your blog is down for maintenance.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Michael_\";s: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:28:\"doryphores on \"Audio Player\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/audio-player/#post-24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:12: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:39:\"24@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Audio Player is a highly configurable but simple mp3 player for all your audio needs. You can customise the player\'s colour scheme to match 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:10:\"doryphores\";s: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: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: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: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:13;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WebGeek on \"WP-SpamFree Anti-Spam\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/wp-spamfree/#post-2654\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Dec 2007 12:10: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:\"2654@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:134:\"Powerful anti-spam plugin that eliminates blog comment spam. Finally, you can enjoy a spam-free WordPress blog! Includes contact form.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"WebGeek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:13:\"last-modified\";s:19:\"2007-03-09 22:31:32\";s:4:\"etag\";s:34:\"\"15af6c8beba68d06f3cc0efb9f868c43\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"7062\";s:4:\"date\";s:29:\"Thu, 07 Jan 2010 18:09:29 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(175,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1262930969','no'),(176,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1262887769','no'),(177,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1262930969','no'),(178,0,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2010 18:09:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"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:32:\"knuspermagier on \"knspr-imgnote\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/knspr-imgnote/#post-14737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Dec 2009 21:28:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"14737@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:\"This plugin let\'s you place notes on images like you know it from flickr.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"knuspermagier\";s: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:26:\"ionoff on \"Remove Funky X\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/remove-funky-x/#post-15169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 03:04:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15169@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:132:\"Replaces #×# with #x#: This plugin removes the funky X\'s that wordpress adds on #x# patterns in titles and posts. (# is any digit).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"ionoff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"stefandes on \"WP Footer Ad\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/wp-footer-ad/#post-15187\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Jan 2010 00:17: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:\"15187@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WP Footer Ad allows to set up banners (image or text) to be displayed in the footer.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"stefandes\";s: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:36:\"jystewart on \"WP Rails Authenticate\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-rails-authenticate/#post-15181\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 15:50: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15181@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Log users in against their accounts in a Ruby on Rails application.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"jystewart\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"London Drum on \"London Football Guide\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/london-football-guide/#post-15155\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Jan 2010 14:31:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15155@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:\"Displays a list of upcoming football games in London. All of the big clubs are included: Arsenal, Brentford, Charlton, Chelsea, Crystal Palace, Fulham\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"London Drum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"London Drum on \"London Comedy Gigs\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/london-comedy-gigs/#post-15156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Jan 2010 14:42:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15156@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:\"Displays a list of upcoming comedy gigs in London. All of the big name comedians are included, plus all the little stand-up shows and West End theatre\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"London Drum\";s: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:\"mroessing on \"WAR Renown Rank\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/war-renown-rank/#post-15183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 16:57:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15183@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:57:\"WAR Renown Rank shows a character\'s renown rank progress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"mroessing\";s: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:46:\"bringtheblog on \"Real Estate Chart of the Day\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.org/extend/plugins/real-estate-chart-of-the-day/#post-15173\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 05:26:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15173@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:\"Real Estate Chart of the Day publishes relevant real estate- and mortgage-related charts to your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"bringtheblog\";s: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:54:\"JasonCapshaw on \"Google Checkout Shopping Cart 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:84:\"http://wordpress.org/extend/plugins/simple-google-checkout-shopping-cart/#post-15141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 19:51:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15141@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:33:\"Insert Google Cart Buttons Easily\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"JasonCapshaw\";s: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:27:\"laurentlasalle on \"Twidger\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/twidger/#post-15142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 20:22: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:\"15142@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:94:\"Display messages with associated usernames and avatars from a Twitter search through a widget.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"laurentlasalle\";s: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:37:\"chipbennett on \"cbnet Ping Optimizer\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/cbnet-ping-optimizer/#post-15163\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Jan 2010 20:52:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15163@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"Save your wordpress blog from getting tagged as ping spammer. Activation/subscription-free fork of MaxBlogPress Ping Optimizer plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"chipbennett\";s: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:56:\"chipbennett on \"cbnet Multi Author Comment Notification\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wordpress.org/extend/plugins/cbnet-multi-author-comment-notification/#post-15179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 14:28:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15179@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Get email notifications for comments on other authors\' posts. Activation/subscription-free fork of MaxBlogPress Multi Author Comment Notification\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"chipbennett\";s: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:31:\"steveclaridge on \"ThemePerPost\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/themeperpost/#post-15165\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Jan 2010 23:32:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15165@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:\"This plugin lets use a different theme for any Post or Page.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"steveclaridge\";s: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:30:\"chipbennett on \"cbnet Favicon\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/cbnet-favicon/#post-15161\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Jan 2010 18:18:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15161@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"Easily add favicon to your blog without editing any wordpress files. Activation/subscription-free fork of MaxBlogPress Favicon plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"chipbennett\";s: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:35:\"mahler on \"Tweetboard-for-Wordpres\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/tweetboard-for-wordpress/#post-15175\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 09:13:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15175@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:82:\"Stable tag: 0.1\n\n\nA basic plugin to integrate tweetboard into your wordpress site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"mahler\";s:7:\"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-12-14 21:28:51\";s:4:\"etag\";s:34:\"\"a4c9f096f50a10b96fae3383e3489ff9\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"7000\";s:4:\"date\";s:29:\"Thu, 07 Jan 2010 18:09:29 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(179,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1262930969','no'),(180,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1262887769','no'),(181,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1262930969','no'),(182,0,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2010 18:09:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"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:35:\"bjallen on \"Manage Tags Capability\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/manage-tags-capability/#post-14642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Dec 2009 17:53: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:\"14642@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This plugin adds a bit more functionality to the manage_categories capability. If a user cannot manage categories, then they will see a custom box for\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"bjallen\";s: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:\"knuspermagier on \"knspr-imgnote\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/knspr-imgnote/#post-14737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Dec 2009 21:28:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"14737@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:\"This plugin let\'s you place notes on images like you know it from flickr.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"knuspermagier\";s: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:25:\"mrherbivore on \"GigPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gigpress/#post-2851\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Jan 2008 20: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:\"2851@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"GigPress is a live performance listing and management plugin built for musicians and performers.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"mrherbivore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WebTechGlobal on \"YouTube Sidebar\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/youtube-sidebar/#post-14850\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 Dec 2009 07:26:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"14850@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Add YouTube videos to your sidebar for each page on your blog using custom fields and a widget.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"WebTechGlobal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"ionoff on \"Remove Funky X\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/remove-funky-x/#post-15169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 03:04:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15169@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:132:\"Replaces #×# with #x#: This plugin removes the funky X\'s that wordpress adds on #x# patterns in titles and posts. (# is any digit).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"ionoff\";s: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:22:\"frold on \"Runners Log\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/runners-log/#post-15006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Dec 2009 14:03:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15006@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"This plugin lets you convert your blog to a training log with an advance statistics and graphs.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"frold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"lonewolfonline on \"Folding Category List (FoCaL)\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/folding-category-widget/#post-2737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Dec 2007 19:35:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2737@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Date: 07/01/2009\n\nEnhanced Folding Category List for Wordpress 2.3+\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"lonewolfonline\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"bringtheblog on \"Real Estate Chart of the Day\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.org/extend/plugins/real-estate-chart-of-the-day/#post-15173\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 05:26:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15173@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:\"Real Estate Chart of the Day publishes relevant real estate- and mortgage-related charts to your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"bringtheblog\";s: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:27:\"laurentlasalle on \"Twidger\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/twidger/#post-15142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 20:22: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:\"15142@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:94:\"Display messages with associated usernames and avatars from a Twitter search through a widget.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"laurentlasalle\";s: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:28:\"boonebgorges on \"BP-TinyMCE\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/bp-tinymce/#post-14865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 Dec 2009 01:31:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"14865@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:72:\"Replaces textareas throughout BuddyPress with the TinyMCE rich text box.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"boonebgorges\";s: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:36:\"jystewart on \"WP Rails Authenticate\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-rails-authenticate/#post-15181\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 15:50: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15181@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Log users in against their accounts in a Ruby on Rails application.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"jystewart\";s: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:18:\"mysz on \"WP-Blip!\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-blip/#post-6806\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 Aug 2008 20:29:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"6806@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WP-Blip! sÅ‚uży do wyÅ›wietlania ostatnich wpisów z Blip!a w Wordpressie.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"mysz\";s: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:27:\"stefandes on \"WP Footer Ad\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/wp-footer-ad/#post-15187\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Jan 2010 00:17: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:\"15187@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WP Footer Ad allows to set up banners (image or text) to be displayed in the footer.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"stefandes\";s: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:40:\"kylehotchkiss on \"qTwit (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:53:\"http://wordpress.org/extend/plugins/qtwit/#post-15102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Jan 2010 06:16:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15102@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:121:\"qTwit is a Wordpress widget that loads Tweets (from Twitter) on the client-side, via jQuery, as opposed to on the server.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"kylehotchkiss\";s: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:32:\"IronFeet on \"Custom URL Shorter\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/custom-url-shorter/#post-12008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Jul 2009 16:12: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:\"12008@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Add a short URL link to your posts or pages easily.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"IronFeet\";s:7:\"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-12-08 17:53:42\";s:4:\"etag\";s:34:\"\"307fe2232df06511b04a1b69ff0fd3e0\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"6743\";s:4:\"date\";s:29:\"Thu, 07 Jan 2010 18:09:29 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(183,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1262930969','no'),(184,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1262887769','no'),(185,0,'_transient_timeout_plugin_slugs','1262978513','no'),(186,0,'_transient_plugin_slugs','a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:17:\"cforms/cforms.php\";i:2;s:33:\"event-calendar/eventcalendar3.php\";i:3;s:25:\"event-calendar/widget.php\";i:4;s:9:\"hello.php\";i:5;s:25:\"subscribe2/subscribe2.php\";i:6;s:28:\"subscribe2/counterwidget.php\";}','no'),(188,0,'_transient_feed_9117a7aaeee60148c61681edbfd897e4','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"My Kansas Library on the Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.mykansaslibrary.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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"It\'s YOUR library!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2010 04:40:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=2.9.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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:30:\"Oh no, I can’t upload 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://www.mykansaslibrary.org/oh-no-i-cant-upload-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://www.mykansaslibrary.org/oh-no-i-cant-upload-files/#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, 07 Jan 2010 04:19: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"FYI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://www.mykansaslibrary.org/?p=264\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"So you go to upload a picture, a theme, or a plugin, and you see something similar to the following:\n\nDon’t panic! It’s easy to fix!\nThis is caused by some legacy settings in the databases we brought over from the old server. Some sites have the problem, some don’t, and I can’t really predict which will [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"MyKLOW Team\";s: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:1697:\"<p>So you go to upload a picture, a theme, or a plugin, and you see something similar to the following:</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter\" title=\"Oh No!\" src=\"http://content.screencast.com/users/lizrea/folders/Jing/media/3862a349-8e8a-427f-bc00-04d260d32193/00000002.png\" alt=\"graphic depicting upload error message\" width=\"459\" height=\"136\" /></p>\n<p style=\"text-align: left;\">Don’t panic! It’s easy to fix!</p>\n<p style=\"text-align: left;\">This is caused by some legacy settings in the databases we brought over from the old server. Some sites have the problem, some don’t, and I can’t really predict which will and which won’t. Fortunately, it’s about 5 clicks to fix. Here’s how:</p>\n<ol>\n<li>Since you are already logged in, click the “Settings” link</li>\n<li>Click “Miscellaneous”</li>\n<li>Follow this screenshot:</li>\n</ol>\n<p><img class=\"aligncenter\" title=\"screenshot of miscellaneous options\" src=\"http://content.screencast.com/users/lizrea/folders/Jing/media/204c03e9-6916-439f-83ee-1043be61f5ee/00000003.png\" alt=\"1. change "store uploads in this folder" to wp-content/uploads 2. uncheck the box next to "Organize my uploads" and 3. Click "Save Changes"\" width=\"484\" height=\"184\" />Try your upload again. It should now work!</p>\n<p>There may be other similar messages that this same set of steps work on, different paths in the “Store uploads in this folder” text box that are incorrect. Resetting it to the default settings (wp-content/uploads) and making sure Organization is off should fix your issue.</p>\n<p>Still having problems? Let us know!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://www.mykansaslibrary.org/oh-no-i-cant-upload-files/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:49:\"Sites are restored… but I still can’t see it!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.mykansaslibrary.org/sites-are-restored-but-i-still-cant-see-it/\";s: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://www.mykansaslibrary.org/sites-are-restored-but-i-still-cant-see-it/#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, 07 Jan 2010 04:05: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"FYI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://www.mykansaslibrary.org/?p=262\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"All of the library sites have now been restored. Please contact your system KLOW trainer for login information, as all librarian passwords have been reset to their default. You should also have an email from when your site was first created documenting this default password.\nIf you still cannot see your site, we will be happy [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"MyKLOW Team\";s: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:793:\"<p>All of the library sites have now been restored. Please contact your system KLOW trainer for login information, as all librarian passwords have been reset to their default. You should also have an email from when your site was first created documenting this default password.</p>\n<p>If you still cannot see your site, we will be happy to investigate the cause for you, but please first try flushing the DNS cache on your computer. This can most easily be accomplished by rebooting the computer, but if you would rather not reboot Tech-FAQ has a good description on how to <a href=\"http://www.tech-faq.com/flush-dns.shtml\">flush the DNS cache</a> on common operating systems.</p>\n<p>Please feel free to report any issues, though we think we have gotten the performance kinks worked out.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://www.mykansaslibrary.org/sites-are-restored-but-i-still-cant-see-it/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"EC2 to the Rescue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://www.mykansaslibrary.org/ec2-to-the-rescue/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://www.mykansaslibrary.org/ec2-to-the-rescue/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2010 20:54:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"FYI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://www.mykansaslibrary.org/?p=260\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:314:\"The ‘Grand Plan’ for KLOW in 2010 was to upgrade everyone to 2.9 and move all of the data from the server humming loudly behind me to the Cloud, specifically Amazon EC2. Instead of making these changes gradually over the course of several weeks, Liz made them last week over the course of a few [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"MyKLOW Team\";s: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:687:\"<p>The ‘Grand Plan’ for KLOW in 2010 was to upgrade everyone to 2.9 and move all of the data from the server humming loudly behind me to the Cloud, specifically <a href=\"http://aws.amazon.com/ec2/\">Amazon EC2</a>. Instead of making these changes gradually over the course of several weeks, Liz made them last week over the course of a few days. So, this week she is continuing to learn, tweak and adjust this new operation system (Debian, instead of Red Hat). A major adjustment was made last night that should, hopefully, improve the speed and performance of all KLOW sites. Again, we are grateful for everyone’s patience with our response to this outage.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://www.mykansaslibrary.org/ec2-to-the-rescue/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Web site upgrade help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://www.mykansaslibrary.org/web-site-upgrade-help/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://www.mykansaslibrary.org/web-site-upgrade-help/#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, 05 Jan 2010 22:47:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:3:\"FYI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Handy Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://www.mykansaslibrary.org/?p=257\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"Hello KLOW Libraries,\nLiz Rea, KLOW administrator, has successfully restored the content posts and pages and upgraded all 159 Web sites across the state currently participating in the My Kansas Library on the Web project. We know that you are anxious to get in and complete the restoration.\nIf your site uses custom DNS (www.mylibrary.org instead [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"MyKLOW Team\";s: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:7271:\"<p>Hello KLOW Libraries,</p>\n<p>Liz Rea, KLOW administrator, has successfully restored the content posts and pages and upgraded all 159 Web sites across the state currently participating in the My Kansas Library on the Web project. We know that you are anxious to get in and complete the restoration.</p>\n<p>If your site uses custom DNS (www.mylibrary.org instead of town.mykansaslibrary.org), you will need to contact Liz by email ([email protected]) to start the process of updating the DNS. Inactive sites were not restored on the first pass, please petition Liz if you feel this was done in error.</p>\n<p>We are aware of how slow KLOW is responding and are taking steps to remedy it. The remedy may result in a temporary outages during the evening/nighttime hours. We would ask, as we cope with this issue, that you wait until January 11 to make extensive changes to your site.</p>\n<p>The steps that need to be taken to finish the restoration process include:</p>\n<ol>\n<li>Updating your password</li>\n<li>Verifying that all email addresses associated with the site are current and correct</li>\n<li>Reviewing your sidebar widgets and reactivating some widgets (please wait to do this until after Jan. 11)</li>\n<li>Activating a new theme, if your site was reverted to the default theme (please wait to do this until after Jan. 11)</li>\n<li>Upgrade to 2.9.1 and select Upgrade automatically (please wait to do this until after Jan. 11)</li>\n</ol>\n<p>Due to security concerns, images and documents have not been restored, but all pages and posts have been – you may need to reactivate the Pages widget to have this information display on your site.</p>\n<p>An analogy, because we’re fond of analogies:</p>\n<blockquote><p>A pipe burst and caused extensive damage, ruining the carpet (Web site) and some books (images and documents), we had to close the library, quickly move out all of the furniture (widgets), replace the carpet (upgrade Web site) and throw out the ruined books (images and documents). Now we need to slowly put the furniture back in place (reactivate widgets), but we need to wait for the carpet glue to dry (current slowness). This will take time and effort, but we hope that the work results in a great, free Web site for your library.</p></blockquote>\n<p>A new email list for participating KLOW libraries is being created based on the email addresses used in each KLOW site, so please verify that all emails associated with your site are current.</p>\n<p>Please contact your local System KLOW trainer for general help, but feel free to report problems with the new WordPress software to Liz ([email protected]) or me ([email protected]), for example if the new site does not let you complete a process that you could previously complete. Also report any error messages via email, or facebook, or twitter (@wizzyrea).</p>\n<p>We will be creating videos and look below for more detailed instructions.</p>\n<p>More information:</p>\n<p>Facebook: <a href=\"http://www.facebook.com/myKLOW\">http://www.facebook.com/myKLOW</a></p>\n<h2><span style=\"color: #333399;\">HELP ME!!!</span></h2>\n<p>We hope that you can view this as an opportunity to update the look, feel and content of your library’s Web site using a more powerful version of WordPress that has enhanced functionality and security.</p>\n<p>As administrators, we are taking this situation as a learning opportunity and will install more frequent upgrades to ensure, as best we can, that future problems are avoided. Feel free to upgrade your site to 2.9.1 once you get back into your site.</p>\n<p><strong>So, what can you expect now?</strong></p>\n<p><strong>First</strong>, when you look at your restored site, the Theme may be different than it was previously. Themes are easy to change and maybe this would be a good time to find a new and better one from the <a title=\"Wordpress themes\" href=\"http://wordpress.org/extend/themes/\">WordPress Theme Directory</a>.</p>\n<p><strong>Second</strong>, you will most likely not see pre-existing image and document files on your restored Web site. Your posts may look strange and links to documents and forms may need to be recreated after the image file or document is added back to the <a title=\"instructions to add files to Media Library\" href=\"http://codex.wordpress.org/Media_Add_New_SubPanel\">Media Library</a>. The Media Library is a newer feature that lets you to upload Media (pictures, documents, sound clips, videos, etc.) that you can later use in a post or page.</p>\n<p><strong>Third</strong>, you may see a new and improved Dashboard when you log into your site (contact your System trainer for help).</p>\n<p>The old version looked something like this:</p>\n<p><img class=\"alignnone size-medium wp-image-352\" style=\"border: 2px solid black;\" title=\"wp26\" src=\"http://lybrarian.wordpress.com/files/2009/12/wp26.jpg?w=300\" alt=\"\" width=\"300\" height=\"94\" /></p>\n<p>The new 2.9 version looks like the 2.7 version that some of you were using.<br />\nEither way, the new Dashboard looks more like this:</p>\n<p><img style=\"border: 2px solid black;\" src=\"http://codex.wordpress.org/images/3/30/dashboard.png\" alt=\"\" width=\"384\" height=\"377\" /></p>\n<p>Changes to the Dashboard to be aware of:</p>\n<ul>\n<li>From the great writers of the <a title=\"codex.wordpress.org\" href=\"http://codex.wordpress.org/Administration_Panels\">Wordpress Codex explanation on the Administration Panel</a>: “On the left side of the screen is the <strong>main navigation</strong> menu detailing each of the administrative functions you can perform. Within each major function, such as Posts, a pull-down arrow is presented when the mouse hovers over the title area. A click of that arrow expands the menu to display each of the sub-menu choices. Clicking that arrow again collapses the sub-menu.”</li>\n<li>To Add or Edit a Post or Page, instead of going to “Write” or “Manage,” you open the Posts or Pages menu and select the ‘Edit’ or ‘Add New’ link.</li>\n<li>“Design” has been renamed “Appearance” and moved to the lower left area, after the “Comments” menu.</li>\n<li>“Media Library” has been shortened to “Media” and you can now add new items to it.</li>\n<li>“Settings,” “Plugins” and “Users” are now grouped together under “Appearance” and “Tools” appears to be new.</li>\n</ul>\n<p>Useful Instructions from the WordPress Site:</p>\n<ul>\n<li><a title=\"Writing Posts\" href=\"http://codex.wordpress.org/Writing_Posts\">How to Write a Post</a></li>\n<li><a title=\"Pages\" href=\"http://codex.wordpress.org/Pages\">What are Pages?</a></li>\n<li><a href=\"http://codex.wordpress.org/Widgets_SubPanel\">Configuring Your Widgets</a> – now you can drag and drop!</li>\n<li><a title=\"Using Themes\" href=\"http://codex.wordpress.org/Using_Themes#Using_Themes\">Selecting a new Theme</a></li>\n<li><a title=\"Image Editor instructions\" href=\"http://harryjerry.com/tech/how-to-crop-images-in-wordpress-2-9-image-editor/\">Using the new 2.9 Image Editor</a> Tip: Crop first, save, then scale and save. You must do it in that order.</li>\n</ul>\n<p>More to come, we promise.</p>\n<p>Sharon and Liz</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://www.mykansaslibrary.org/web-site-upgrade-help/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"How to Reset Your Password in 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.mykansaslibrary.org/how-to-reset-your-password-in-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:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.mykansaslibrary.org/how-to-reset-your-password-in-2-9/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 19:40: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:10:\"Handy Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://www.mykansaslibrary.org/?p=252\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:332:\"Janelle at the Southwest Kansas Library System has made a short video going through the process of updating your password. If you have questions about your individual site, please contact your Regional Library System’s KLOW trainer.\nThank you, Janelle\nHow To Reset Your Password – the video from screencast-o-matic.com\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"MyKLOW Team\";s: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:417:\"<p>Janelle at the Southwest Kansas Library System has made a short video going through the process of updating your password. If you have questions about your individual site, please contact your Regional Library System’s KLOW trainer.</p>\n<p>Thank you, Janelle</p>\n<p><a href=\"http://www.screencast-o-matic.com/watch/c6Vfb9hwd\">How To Reset Your Password</a> – the video from screencast-o-matic.com</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://www.mykansaslibrary.org/how-to-reset-your-password-in-2-9/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s: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:22:\"News about the Upgrade\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.mykansaslibrary.org/news-about-the-upgrade/\";s: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:63:\"http://www.mykansaslibrary.org/news-about-the-upgrade/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 15:20: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:1:{i:0;a:5:{s:4:\"data\";s:3:\"FYI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://www.mykansaslibrary.org/?p=249\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"We created a Facebook account for the My Kansas Library on the Web Project, here is a bit of information from there:\n1. Your theme will very likely look different, or only partially there. Should you see only a blank screen, go ahead and hit the admin panel (http://yoursite.mykansaslibrary.org/wp-admin), log in, and click the Appearance tab [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"MyKLOW Team\";s: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:1699:\"<p>We created a <a title=\"KLOW on Facebook\" href=\"http://www.facebook.com/pages/My-Kansas-Library-On-the-Web/394182590304\">Facebook account</a> for the My Kansas Library on the Web Project, here is a bit of information from there:</p>\n<p>1. Your theme will very likely look different, or only partially there. Should you see only a blank screen, go ahead and hit the admin panel (http://yoursite.mykansaslibrary.org/wp-admin), log in, and click the Appearance tab on the left hand side. This should set your theme to the default theme. You can then go about picking a theme.</p>\n<p>2. Should you see diamonds with question marks in them (example: http://screencast.com/t/N2I4OGIzNWY) please let [email protected] know and we’ll get it fixed, it’s a change on our end.</p>\n<p>3. Remember to keep the email address for your librarian account current. We are creating a list of all KLOW users using this data. Be sure to put your contact email address in the user “Librarian” as this is where we are looking for them.</p>\n<p>4. You will probably need to reupload any pictures, PDF’s, documents, etc. you had on your site. We couldn’t bring over any of the uploads due to the chance there might be corrupt or hacked files. It stinks, but the alternative was opening us up to this happening again. Not cool.</p>\n<p>5. PLEASE send any reports of strange or wrong behavior in to us.</p>\n<p>6. Enjoy the new features, such as the image editor (you can now rotate and crop photos from within WordPress), the ability to upload themes (Appearance -> Add New), improved Form support, and a generally easier to use interface.</p>\n<p>Let us know if you have any questions!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.mykansaslibrary.org/news-about-the-upgrade/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"My site is back but the dashboard looks different…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://www.mykansaslibrary.org/my-site-is-back-but-the-dashboard-looks-different/\";s: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:90:\"http://www.mykansaslibrary.org/my-site-is-back-but-the-dashboard-looks-different/#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, 31 Dec 2009 22:37:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"FYI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://www.mykansaslibrary.org/?p=247\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:325:\"All of the sites participating in the My Kansas Library on the Web project are being upgraded from WordPress version 2.6 (or 2.7) to 2.9.1 for reasons of security, stability and enhanced functionality. This upgrade was intended to take place in early 2010, with plenty of time for preparation and training. The recent [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"MyKLOW Team\";s: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:864:\"<p>All of the sites participating in the My Kansas Library on the Web project are being upgraded from WordPress version 2.6 (or 2.7) to 2.9.1 for reasons of security, stability and enhanced functionality. This upgrade was intended to take place in early 2010, with plenty of time for preparation and training. The recent ‘issues’ we encountered this week have forced us to upgrade everyone over the New Year’s holiday. A majority of data was recovered, but some data was lost. Stay tuned to this site for assistance. </p>\n<p>We are actively working with staff in the Kansas Regional Systems to facilitate training and support during this change. </p>\n<p>I think that you will be happy with the added features, including built in photo editing, that WordPress 2.9 provides. </p>\n<p>Sharon Moreland<br />\nNortheast Kansas Library System</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.mykansaslibrary.org/my-site-is-back-but-the-dashboard-looks-different/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"KLOW Outage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.mykansaslibrary.org/klow-outage/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://www.mykansaslibrary.org/klow-outage/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2009 18:37: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:1:{i:0;a:5:{s:4:\"data\";s:3:\"FYI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://www.mykansaslibrary.org/klow-outage/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:313:\"We are aware of an outage regarding all KLOW sites. We are working as fast as we can to get the sites back up and running. Sorry for any inconvenience.\nUpdate 12/29/09 16:00:\nDue to the serious nature of the problems experienced, we cannot give an accurate ETA on when the service will return. Our techs are [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"MyKLOW Team\";s: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:655:\"<p>We are aware of an outage regarding all KLOW sites. We are working as fast as we can to get the sites back up and running. Sorry for any inconvenience.</p>\n<p>Update 12/29/09 16:00:</p>\n<p>Due to the serious nature of the problems experienced, we cannot give an accurate ETA on when the service will return. Our techs are working to get services restored ASAP, but it may take a few days.</p>\n<p>In the meantime, all *.mykansaslibrary.org sites have been redirected to a helpful landing page with a few links to commonly used sites. Sites with custom domain names will likely be down until service is restored (unless your DNS is hosted by NEKLS).</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://www.mykansaslibrary.org/klow-outage/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Login Issues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://www.mykansaslibrary.org/login-issues/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://www.mykansaslibrary.org/login-issues/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Dec 2009 13:55: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:1:{i:0;a:5:{s:4:\"data\";s:3:\"FYI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://www.mykansaslibrary.org/?p=218\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:369:\"If you are having troubles logging into your site, first reset your password using the “Lost your password” or “Forgot Password” function on your login page. More information can be viewed by watching this video on “What to do if you lose your password.”\n\nIf you are still having problems logging into your site after resetting [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"MyKLOW Team\";s: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:889:\"<p>If you are having troubles logging into your site, first reset your password using the “Lost your password” or “Forgot Password” function on your login page. More information can be viewed by watching this video on <a href=\"http://www.mykansaslibrary.org/wp-content/uploads/2009/03/klow-reset-password.swf\">“What to do if you lose your password.”</a></p>\n<p><img class=\"alignnone\" title=\"Screencap of forgot password\" src=\"http://content.screencast.com/users/lizrea/folders/Jing/media/8b3480d7-e56a-4c0c-939f-e04e3b01e90a/00000093.png\" alt=\"\" width=\"417\" height=\"399\" /></p>\n<p>If you are still having problems logging into your site after resetting your password, please submit a help request form at <a href=\"http://www.mykansaslibrary.org/i-need-help/\">http://www.mykansaslibrary.org/i-need-help/</a> and we will get it taken care of for you.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://www.mykansaslibrary.org/login-issues/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s: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:38:\"Training tips and tricks for 2.7 users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.mykansaslibrary.org/training-tips-and-tricks-for-27-users/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://www.mykansaslibrary.org/training-tips-and-tricks-for-27-users/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 May 2009 22:08: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:10:\"Handy Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://www.mykansaslibrary.org/?p=212\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"After training the folks at Paola on their new 2.7 KLOW site, I realized that the tips sheet we created after the first few NEKLS Web site Work Days was for 2.6! Oops. For new 2.7 users, this document covers:\n\nWriting a post\nPasting text from an outside source\nAdding an image to a post\nEditing that image in [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"smoreland\";s: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:721:\"<p>After training the folks at Paola on their new 2.7 KLOW site, I realized that the tips sheet we created after the first few NEKLS Web site Work Days was for 2.6! Oops. For new 2.7 users, this <strong><a href=\"http://www.mykansaslibrary.org/wp-content/uploads/2009/05/handy-tips-27-shared-at-the-training.pdf\">document</a></strong> covers:</p>\n<ul>\n<li>Writing a post</li>\n<li>Pasting text from an outside source</li>\n<li>Adding an image to a post</li>\n<li>Editing that image in a post</li>\n<li>Creating a hyperlinked ‘button’ to a sidebar text box</li>\n<li>Setting up and using the Event Calendar</li>\n</ul>\n<p>Should I Jing all of these? Probably…if Liz doesn’t beat me to it!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.mykansaslibrary.org/training-tips-and-tricks-for-27-users/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:36:\"http://www.mykansaslibrary.org/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:9:{s:4:\"date\";s:29:\"Thu, 07 Jan 2010 19:23:31 GMT\";s:6:\"server\";s:62:\"Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.4 with Suhosin-Patch\";s:12:\"x-powered-by\";s:20:\"PHP/5.2.6-3ubuntu4.4\";s:10:\"x-pingback\";s:41:\"http://www.mykansaslibrary.org/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 07 Jan 2010 04:40:09 GMT\";s:4:\"etag\";s:34:\"\"94c9cd86960436a249014961348be792\"\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(189,0,'_transient_timeout_feed_mod_9117a7aaeee60148c61681edbfd897e4','1262935485','no'),(190,0,'_transient_feed_mod_9117a7aaeee60148c61681edbfd897e4','1262892285','no'),(157,0,'db_upgraded','','yes'),(158,0,'_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":5:{s:8:\"response\";s:6:\"latest\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-2.9.1.zip\";s:7:\"current\";s:5:\"2.9.1\";s:6:\"locale\";s:5:\"en_US\";}}s:12:\"last_checked\";i:1262887766;s:15:\"version_checked\";s:5:\"2.9.1\";}','yes'),(159,0,'nonce_salt','q3kHea!Q8&g3jKhzoceb95sDfLwQaePyPWqBjZPXp8Jx4kiER*2HvTsr6WVa4OEV','yes'),(160,0,'can_compress_scripts','1','yes'),(161,0,'_transient_timeout_feed_59c0b9f3b4861c1dc95d50b3134ff42a','1262930968','no'),(162,0,'_transient_feed_59c0b9f3b4861c1dc95d50b3134ff42a','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:1:\"\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"link:http://demo.mykansaslibrary.org/ - 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:116:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://demo.mykansaslibrary.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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Your search - <b>link:http://demo.mykansaslibrary.org/</b> - did not match any documents. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:4:\"date\";s:29:\"Thu, 07 Jan 2010 18:09:28 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=95bf37b1774bd5b3:TM=1262887768:LM=1262887768:S=jImycGWzn-_w_1gT; expires=Sat, 07-Jan-2012 18:09:28 GMT; path=/; domain=.google.com\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:6:\"server\";s:4:\"bsfe\";s:16:\"x-xss-protection\";s:1:\"0\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(163,0,'_transient_timeout_feed_mod_59c0b9f3b4861c1dc95d50b3134ff42a','1262930968','no'),(164,0,'_transient_feed_mod_59c0b9f3b4861c1dc95d50b3134ff42a','1262887768','no'),(165,0,'_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4','1262930968','no'),(166,0,'_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress Development Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpress.org/development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress development and updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 22:35:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=2.9.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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:15:\"WordPress 2.9.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/development/2010/01/wordpress-2-9-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/development/2010/01/wordpress-2-9-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 22:35:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1140\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"After over a million downloads of WordPress 2.9 and lots of feedback from all of you, we’re releasing WordPress 2.9.1. This release addresses a handful of minor issues as well as a rather annoying problem where scheduled posts and pingbacks are not processed correctly due to incompatibilities with some hosts. If any of these issues [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:681:\"<p>After over a million downloads of WordPress 2.9 and lots of feedback from all of you, we’re releasing WordPress 2.9.1. This release addresses a handful of minor issues as well as a rather annoying problem where scheduled posts and pingbacks are not processed correctly due to incompatibilities with some hosts. If any of <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.9.1&resolution=fixed\">these issues</a> affect you, give 2.9.1 a try. <a href=\"http://wordpress.org/download/\">Download 2.9.1</a> or upgrade automatically from the Tools->Upgrade menu in your blog’s admin area.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/development/2010/01/wordpress-2-9-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:20:\"Early 2010 WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/development/2010/01/early-2010-wordcamps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/development/2010/01/early-2010-wordcamps/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2010 19:40:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1127\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:297:\"Rested up from the holidays? I hope so, because the new year has begun and a lot is going to be happening with WordPress in 2010, and you definitely want to be a part of it. Later this week the scope for version 3.0 (featuring the addition of MU functionality to the WordPress codebase) will [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8301:\"<p>Rested up from the holidays? I hope so, because the new year has begun and <strong>a lot </strong>is going to be happening with WordPress in 2010, and you definitely want to be a part of it. Later this week the scope for version 3.0 (featuring the addition of MU functionality to the WordPress codebase) will be decided in the IRC developer chat*, based on <a href=\"http://wordpress.org/support/topic/345127\">feedback provided by users like you</a>. But it’s no fun to live by IRC alone, which is why we love WordCamps. Attending a WordCamp gives you a chance to meet people in your local community who are working with WordPress, as well as core contributors, theme designers, plugin developers, Codex writers, support forum moderators and other WordPress volunteers who’ve made WordPress what it is today. Add this New Year’s Resolution to your 2010 list if it’s not on there already: Attend a WordCamp, meet at least 5 new local people, learn something new, and if you have the chance, buy a drink for someone who’s volunteered their time and expertise to the WordPress open source project. To help you keep your resolution, here is a list of the upcoming WordCamps for the next three months, followed by what I know so far about each one.</p>\n<p>January 8–9: <a href=\"http://atlantawordcamp.com/\">WordCamp Atlanta</a><br />\nJanuary 23: <a href=\"http://wordcampboston.com/\">WordCamp Boston</a><br />\nJanuary 30: <a href=\"http://www.wordcamp.gr/\">WordCamp Greece</a> in Thessaloniki<br />\nJanuary 30: <a href=\"http://id.wordcamp.org/\">WordCamp Indonesia</a> in Jakarta<br />\nFebruary 27: <a href=\"http://2010.wordcampfukuoka.com/\">WordCamp Fukuoka</a><br />\nMarch 6–7: <a href=\"http://www.wordcampireland.com/\">WordCamp Ireland</a> in Kilkenny<br />\nMarch 27–28: <a href=\"http://wordcamptoronto.com/\">WordCamp Toronto</a></p>\n<h4>NORTH AMERICA</h4>\n<p><strong>January 8–9: <a href=\"http://atlantawordcamp.com/\">WordCamp Atlanta</a>.</strong> First WordCamp of the year, and it’s already sold out — twice! They changed to a bigger venue based on demand, from Georgia Tech to the Atlanta campus of Savannah College of Art and Design (SCAD). They’re still letting people onto <a href=\"http://wordcampatl.eventbrite.com/\">the waitlist</a>, if you’re interested. A guaranteed way to get in would be to <a href=\"http://atlantawordcamp.com/sponsor/sponsorship-opportunities/\">sponsor</a> the event, and they’re taking last-minute sponsors right now. Atlanta will have sessions on Friday evening and all day Saturday. I’ll be opening the Saturday program with <em>WordPress Resolutions: What to Expect in 2010</em>. After a day of design, development and content track sessions, Lead Developer <a href=\"http://markjaquith.com/\">Mark Jaquith</a> will take the closing slot for a Town Hall-style Q&A. The <a href=\"http://wordcampatl.eventbrite.com/\">attendee list</a> (follow link, scroll down) includes a number of WordPress core contributors, theme/plugin developers, and support providers as well as proof that Atlanta has a strong WordPress user base.</p>\n<p><strong>January 23: <a href=\"http://wordcampboston.com/\">WordCamp Boston</a>.</strong> I think WordCamp Boston is trying to one-up every WordCamp the organizers have been to, including the awesome NYC from November, and it looks like they might succeed. From <a href=\"http://blogs.law.harvard.edu/doc/\">Doc Searls</a> and <a href=\"http://www.hyperorg.com/blogger/\">David Weinberger</a> as keynote speakers to the multiple-track, unconference and Ignite sessions to the sweet-looking venue and the party plans, this one has got it going on. I credit it in part to the fact that they are one of the few WordCamps to follow the advice of having an organizing team of more than just 2 or 3 people, so the work is better distributed. I see a number of familiar names on the <a href=\"http://wordcampboston.com/registration/attendees/\">attendee list</a>, but even more that I don’t know, so I’m looking forward to meeting the Boston WordPress community. They’re still <a href=\"http://wordcampboston.com/registration/\">selling tickets</a>, so if you’re in the northeast, you should try to make it. I’ll be at this one also, talking about how the merge with MU will affect the WordPress admin (by then we should have started figuring it out!).</p>\n<p><strong>March 27–28: <a href=\"http://wordcamptoronto.com/\">WordCamp Toronto</a>.</strong> The last two Toronto WordCamps have been really good. I heard there would be one in March, but their site right now is just <a href=\"http://wordcamptoronto.com/\">taking emails</a> for notification. I’ve contacted the organizer to see what’s up, and he says the site will likely go live this week. They’re looking for volunteers to help organize this year’s event, so if you’re interested, it would be a great opportunity to get involved. Believe me, volunteering at a WordCamp is one of the best ways to make sure you meet a lot of other attendees.</p>\n<h4>ASIA</h4>\n<p><strong>January 30: <a href=\"http://id.wordcamp.org/\">WordCamp Indonesia</a>.</strong> WordCamp Indonesia will be in Jakarta again this year. I love how they worded the beginning of their <a href=\"http://id.wordcamp.org/conference-sessions/\">sessions</a> page. “Come in, we’ll get you breakfast and coffee, you’ll register, there’ll be networking. It’ll be great.” There will be a single track of sessions, but there are several time slots set aside for ad-hoc discussion and breakout sessions.</p>\n<p><strong>February 27: <a href=\"http://2010.wordcampfukuoka.com/\">WordCamp Fukuoka</a>.</strong> WordCamp Fukuoka is just getting its site up, too, so check back periodically a little later for more information. One of their visiting speakers will be <a href=\"http://noel.io/\">Noel Jackson</a>, developer of the <a href=\"http://codex.wordpress.org/Press_This\">Press This</a> bookmarklet as well as themes like <a href=\"http://wordpress.org/extend/themes/p2\">P2</a> and <a href=\"http://wordpress.org/extend/themes/monotone\">Monotone</a>/<a href=\"http://wordpress.org/extend/themes/duotone\">Duotone</a>.</p>\n<h4>EUROPE</h4>\n<p><strong>January 30: <a href=\"http://www.wordcamp.gr/\">WordCamp Greece</a>.</strong> WordCamp Greece will be held in Thessaloniki, and they expect about 100-150 people to attend.The program includes regular sessions on the usual topics (how-to, programming, SEO, multi-language sites, etc) as well as “QuickRounds,” which will showcase Greek projects based on WordPress. I’m especially intrigued by the “WordPress vs. Expression Engine” session. Whenever people compare different publishing platforms, it’s interesting to see which features they highlight. I hope someone gets video from this one and posts it to the <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp section of WordPress.tv</a>.</p>\n<p><strong>March 6–7: <a href=\"http://www.wordcampireland.com/\">WordCamp Ireland</a>.</strong> WordCamp Ireland will be in Kilkenny, and for such a geographically small country, it’s got an impressive list of <a href=\"http://www.wordcampireland.com/info/speakers/\">speakers</a>, including <a href=\"http://ocaoimh.ie/\">Donncha O Caoimh</a>, lead developer of <a href=\"http://mu.wordpress.org/\">WordPress MU</a>. The program includes three tracks: Intro, Blogger, and Developer, and I think this will be the first WordCamp I’ve heard of that is deliberately <a href=\"http://www.wordcampireland.com/about/family-and-partner-friendly/\">family-friendly</a>, with on-site child care. They’re also going to have a charging station for mobile devices, which is clever. It’s not confirmed yet, but I think I’ll be at this one, too.</p>\n<p>If you want to attend a WordCamp but don’t know of one near you, check out <a href=\"http://central.wordcamp.org/\">WordCamp.org</a> for the official list (updated frequently). That’s also where you would start if you wanted to <a href=\"http://central.wordcamp.org/guidelines/\">organize a WordCamp</a> in your area. </p>\n<p><em>*Developer chats are held Thursdays at 21:00 UTC in the #wordpress-dev channel at irc.freenode.com. </em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/development/2010/01/early-2010-wordcamps/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 2.9.1 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/development/2009/12/wordpress-2-9-1-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wordpress.org/development/2009/12/wordpress-2-9-1-release-candidate-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2009 23:27:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1119\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"Thanks to everyone who tested 2.9.1 Beta 1. We’re following that up with Release Candidate 1. RC1 contains a few more fixes, bringing the number of fixed tickets up to 23. If you are already running Beta 1, visit Tools->Upgrade in your blog’s admin to get RC1. You can also download the RC1 package and [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:682:\"<p>Thanks to everyone who tested <a href=\"http://wordpress.org/development/2009/12/wordpress-2-9-1-beta-1/\">2.9.1 Beta 1</a>. We’re following that up with Release Candidate 1. RC1 contains a few more fixes, bringing the number of <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.9.1&resolution=fixed\">fixed tickets</a> up to 23. If you are already running Beta 1, visit Tools->Upgrade in your blog’s admin to get RC1. You can also <a href=\"http://wordpress.org/wordpress-2.9.1-RC1.zip\">download the RC1 package</a> and install manually. If all goes well, 2.9.1 will be here soon.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.org/development/2009/12/wordpress-2-9-1-release-candidate-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;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:13:\"Setting Scope\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/development/2009/12/setting-scope/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/development/2009/12/setting-scope/#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, 25 Dec 2009 16:56:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1096\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:301:\"Merry Christmas! One of the things that was discussed at the core commit team meetup was release scope (and scope creep). Now that 2.9 is out and it’s time to start thinking about 3.0, we think it would be appropriate to stop and take a breath before diving in, and make a plan in advance. [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:4722:\"<p>Merry Christmas! One of the things that was discussed at the core commit team meetup was release scope (and scope creep). Now that 2.9 is out and it’s time to start thinking about 3.0, we think it would be appropriate to stop and take a breath before diving in, and make a plan in advance. What winds up happening is that during each release cycle a few new features are selected for inclusion, but then right up until feature freeze (and/or beta cycle), people keep adding feature requests, patches for enhancements, and ongoing bug reports. This means each release winds up getting pushed out later than planned, and with so many things going in per release, it becomes harder to catch new bugs.</p>\n<p>The as-long-as-we’re-not-in-freeze-yet model isn’t working. People wind up waiting months longer for new features they want, like Trash and Image Editing, because we’re still adding other things and then we need to test them all. If we kept the releases smaller feature-wise, we could push out the new stuff sooner (3 releases per year is the goal) and have more focused beta testing, making the releases themselves better. It’s hard, because everyone has their pet features and fixes, and if there’s a patch, why not get it in this release rather than waiting? Sometimes people complain that a patch has been waiting to be committed for weeks or months, but what no one ever seems to bring up is that sometimes patches introduce new bugs, and the more we add at once, the harder it is to keep it all well-tested on various platforms, in different hosting environments, etc. So. What’s our proposal?</p>\n<p>We take a page from the world of project management and we make a project plan <strong>before</strong> we jump into the dev cycle. We let everyone propose features and enhancements, and we choose a limited number to include in 3.0 (in this case we need to be especially stringent, because the merge of WordPress and WordPress MU will automatically mean a lot of work) and set a realistic release date that we stick to. We create a tentative set of features for the next two releases, to be re-evaluated at the beginning of the next cycle, so that people know the community is committed to certain features, as opposed to the vague “future release” label we now use for everything not included in the current version. We fix bugs that are reproducible and affect a large number of users before focusing on edge case bugs or bugs that haven’t been well-described or reproduced. We stop diverting our attention from agreed-upon goals when a “squeaky wheel” decides we should all be focused on something else. There are always things that pop up unexpectedly, but we need to do a better job of restraining ourselves when it comes to trying to sneak things into the current release (I include myself in this, of course…as a UX person I always wish we could do everything all at once!).</p>\n<p>As an open source project, we accomplish more when we work together than we do following individual agendas, and we need to keep our project focused on commonly-agreed-upon goals instead of following tangents whenever a community member starts to take us on one, regardless of whether it’s to follow a cool idea that everyone loves or a suggestion based on a personal agenda, and regardless of whether it’s a newbie who doesn’t know any better or a frequent contributor or committer who has a strong opinion and a loud voice (so to speak). The issue here is that it’s easy to get distracted, so we need to create a structure that will help us keep moving forward instead of getting sidetracked. We need to keep Trac clean for the current dev cycle so that it includes confirmed features and bug reports, and all new feature suggestions go into a different milestone.</p>\n<p>We think it’s at least worth a try. When we re-start the weekly IRC dev chats in 2010, the first meeting will be to talk about the scope of 3.0. When we’ve got a general agreement about what will be included, we’ll create the appropriate Trac tickets, and punt tickets for non-3.0 feature requests/enhancements to a future release so we can stay focused. New bug reports will still come in to the current milestone. It’s going to be hard. There are at least a dozen new features that I feel like we’ve pushed back multiple times that I’d like to see in core, but for this experiment, I’m just going to keep reminding myself, “You can do that with a plugin!”</p>\n<p><a href=\"http://wordpress.org/support/topic/345127\">Sound off on the features you would like to see in version 3.0</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/development/2009/12/setting-scope/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:\"6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress 2.9.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/development/2009/12/wordpress-2-9-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/development/2009/12/wordpress-2-9-1-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2009 19:58: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:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1098\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"Unfortunately, the recent 2.9 release triggered a bug in certain versions of PHP’s curl extension. With these versions of curl, scheduled posts and pingbacks are not processed correctly. To fix this problem as well as a handful of other, lesser issues, we are quickly releasing 2.9.1, the first maintenance release of the 2.9 line. Help [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1162:\"<p>Unfortunately, the recent 2.9 release triggered a bug in certain versions of PHP’s curl extension. With these versions of curl, scheduled posts and pingbacks are not processed correctly. To fix this problem as well as a handful of other, lesser issues, we are quickly releasing 2.9.1, the first maintenance release of the 2.9 line. Help us get 2.9.1 ready to go by testing 2.9.1 Beta 1. The easiest way to test Beta 1 is to install the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin, elect to get on the point release development track, and then perform an automatic upgrade via the Tools->Upgrade menu. You can also <a href=\"http://wordpress.org/wordpress-2.9.1-beta1.zip\">download the Beta 1 package</a> and install manually. <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.9.1&resolution=fixed\">Fourteen tickets</a> have been fixed in 2.9.1 Beta 1. Since the curl problem and a couple of other problems are dependent on specific hosting configurations, any and all testing help is greatly appreciated.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/development/2009/12/wordpress-2-9-1-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"WordPress 2.9, oh so fine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/development/2009/12/wordpress-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:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/development/2009/12/wordpress-2-9/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Dec 2009 00:46:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1075\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"I want to make you mine, all the time… oh wait. Hello. I’m here on behalf of the entire WordPress development team and community to announce the immediate availability of WordPress version 2.9 “Carmen” named in honor of magical jazz vocalist Carmen McRae (whom we’ve added to our Last.fm WP release station). You can upgrade [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:14105:\"<p>I want to make you mine, all the time… oh wait. Hello. I’m here on behalf of the entire WordPress development team and community to announce the immediate availability of <a href=\"http://wordpress.org/download/\">WordPress version 2.9 “Carmen”</a> named in honor of magical jazz vocalist <a href=\"http://www.carmenmcrae.com/\">Carmen McRae</a> (whom we’ve <a href=\"http://www.last.fm/tag/wordpress-release-jazz\">added to our Last.fm WP release station</a>). You can upgrade easily from your Dashboard by going to <strong>Tools</strong> > <strong>Upgrade</strong>, or you can <a href=\"http://wordpress.org/download/\">download from WordPress.org</a>. And of course, it wouldn’t be a major release without a short video summarizing some of the cool things about the new version:<br />\n<embed src=\"http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.11\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"true\" flashvars=\"guid=NBZ853Xn&width=640&height=360\" title=\"Introducing WordPress 2.9 Carmen\"></embed></p>\n<p>The coolest new stuff from a user point of view is:</p>\n<ol>\n<li><strong>Global undo/”trash” feature</strong>, which means that if you accidentally delete a post or comment you can bring it back from the grave (i.e., the Trash). This also eliminates those annoying “are you sure” messages we used to have on every delete.</li>\n<li><strong>Built-in image editor</strong> allows you to crop, edit, rotate, flip, and scale your images to show them who’s boss. This is the first wave of our many planned media-handling improvements.</li>\n<li><strong>Batch plugin update and compatibility checking,</strong> which means you can update 10 plugins at once, versus having to do multiple clicks for each one, and we’re using the new compatibility data from the plugins directory to give you a better idea of whether your plugins are compatible with new releases of WordPress. This should take the fear and hassle out of upgrading.</li>\n<li><a href=\"http://codex.wordpress.org/Embeds\"><strong>Easier video embeds</strong></a> that allow you to just paste a URL on its own line and have it magically turn it into the proper embed code, with Oembed support for YouTube, Daily Motion, Blip.tv, Flickr, Hulu, Viddler, Qik, Revision3, Scribd, Google Video, Photobucket, PollDaddy, and WordPress.tv (and more in the next release).</li>\n</ol>\n<p>2.9 provides the smoothest ride yet because of a number of improvements under the hood and more subtle improvements you’ll begin to appreciate once you’ve been around the block a few times. Here’s just a sampling:</p>\n<ul>\n<li>We now have <code>rel=canonical</code> support for better SEO.</li>\n<li>There is automatic database optimization support, which you can enable in your <code>wp-config.php</code> file by adding <code>define(\'WP_ALLOW_REPAIR\', true);</code>.</li>\n<li>Themes can register “post thumbnails” which allow them to attach an image to the post, especially useful for magazine-style themes.</li>\n<li>A new <code>commentmeta</code> table that allows arbitrary key/value pairs to be attached to comments, just like posts, so you can now expand greatly what you can do in the comment framework.</li>\n<li>Custom post types have been upgraded with better API support so you can juggle more types than just post, page, and attachment. (More of this planned for 3.0.)</li>\n<li>You can set custom theme directories, so a plugin can register a theme to be bundled with it or you can have multiple shared theme directories on your server.</li>\n<li>We’ve upgraded TinyMCE WYSIWYG editing and Simplepie.</li>\n<li>Sidebars can now have descriptions so it’s more obvious what and where they do what they do.</li>\n<li>Specify category templates not just by ID, like before, but by slug, which will make it easier for theme developers to do custom things with categories — like post types!</li>\n<li>Registration and profiles are now extensible to allow you to collect things more easily, like a user’s Twitter account or any other fields you can imagine.</li>\n<li>The XML-RPC API has been extended to allow changing the user registration option. We fixed some Atom API attachment issues.</li>\n<li>Create custom galleries with the new include and exclude attributes that allow you to pull attachments from any post, not just the current one.</li>\n<li>When you’re editing files in the theme and plugin editors it remembers your location and takes you back to that line after you save. (Thank goodness!!!)</li>\n<li>The Press This bookmarklet has been improved and is faster than ever; give it a try for on-the-fly blogging from wherever you are on the internet.</li>\n<li>Custom taxonomies are now included in the WXR export file and imported correctly.</li>\n<li>Better hooks and filters for excerpts, smilies, HTTP requests, user profiles, author links, taxonomies, SSL support, tag clouds, query_posts and WP_Query</li>\n</ul>\n<p>All of this and more is reflected in the <a href=\"http://core.trac.wordpress.org/query?status=closed&milestone=2.9\">over 500 tickets, bugs, and enhancements that WP developers in this release cycle</a>.</p>\n<p>This release included code from over 140 contributors, here’s everyone we were able to identify: <a href=\"http://xavisys.com/\">aaroncampbell (Aaron Campbell)</a>, <a href=\"http://sixohthree.com/\">abackstrom (Adam Backstrom)</a>, <a href=\"http://www.aldenta.com/\">aldenta (John Ford)</a>, <a href=\"http://alexking.org/\">alexkingorg (Alex King)</a>, [amilanov], <a href=\"http://antony.lesuisse.org/\">antonylesuisse (Antony Lesuisse)</a>, <a href=\"http://apeatling.wordpress.com/\">apeatling (Andy Peatling)</a>, <a href=\"http://blog.apokalyptik.com/\">apokalyptik (Demitrious Kelly)</a>, <a href=\"http://www.mailpress.org/\">arena (André Renaut)</a>, <a href=\"http://digitalize.ca/\">batmoo (Mohammad Jangda)</a>, <a href=\"http://bendunkle.com/\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/benbe1987\">BenBE1987</a>, <!--PROFILES.wp.org--> <a href=\"http://blog.bf-itservice.de/\">Benjamin Flesch</a>, <a href=\"http://www.happyhumans.com/\">bookchiq (Sarah Lewis)</a>, <a href=\"http://profiles.wordpress.org/brianwhite\">brianwhite</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/c0nstruct\">c0nstruct</a>, <!--PROFILES.wp.org--> <a href=\"http://www.caesarsgrunt.com/\">caesarsgrunt (Caesar Schinas)</a>, <a href=\"http://kniffenwebdesign.com/\">CalebKniffen (Caleb Kniffen)</a>, <a href=\"http://profiles.wordpress.org/chrisbliss18\">chrisbliss18</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/chrisscott\">chrisscott (Chris Scott)</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/christoph179\">christoph179</a>, <!--PROFILES.wp.org--> <a href=\"http://coffee2code.com/\">coffee2code (Scott Reilly)</a>, [cross country flight], <a href=\"http://www.curioso.org/\">Curioso</a>, <a href=\"http://dave.pageportfolio.co.uk/\">davecpage (Dave Page)</a>, <a href=\"http://dan-cole.com/\">dcole07 (Dan Cole)</a>, <a href=\"http://dd32.id.au/\">dd32 (Dion Hulse)</a>, <a href=\"http://op111.net/\">demetris (ΔημήτÏης Κίκιζας)</a>, <a href=\"http://www.semiologic.com/\">Denis-de-Bernardy</a>, <a href=\"http://profiles.wordpress.org/dj-wp\">dj-wp</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/dwright\">dwright</a>, <!--PROFILES.wp.org--> <a href=\"http://eddieringle.com/\">eddieringle (Eddie Ringle)</a>, <a href=\"http://www.homelandstupidity.us/\">error (Michael Hampton)</a>, <a href=\"http://profiles.wordpress.org/ewestp\">ewestp</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/fabifott\">fabifott</a>, <!--PROFILES.wp.org--> <a href=\"http://www.ilfilosofo.com/\">filosofo (Austin Matzko)</a>, <a href=\"http://justintadlock.com/\">greenshady (Justin Tadlock)</a>, <a href=\"http://gsnedders.com/\">gsnedders/link92 (Geoffrey Sneddon)</a>, <a href=\"http://hailin.wordpress.com/\">hailin (Hailin Wu)</a>, <a href=\"http://codex.wordpress.org/User:Hakre\">hakre</a>, <!--CODEX.wp.org--> <a href=\"http://profiles.wordpress.org/hanilovesme\">hanilovesme</a>, <!--PROFILES.wp.org--> <a href=\"http://ondskap.net/wp/\">Harald Nesland</a>, <a href=\"http://profiles.wordpress.org/harrym\">harrym</a>, <!--PROFILES.wp.org--> <a href=\"http://holizz.com/\">holizz (Tom Adams)</a>, <a href=\"http://profiles.wordpress.org/ikonst\">ikonst</a>, <!--PROFILES.wp.org--> <a href=\"http://jacobsantos.com/\">jacobsantos (Jacob Santos)</a>, <a href=\"http://jane.wordpress.com/\">janeforshort (Jane Wells)</a>, <a href=\"http://om4.com.au/\">jamescollins (James Collins)</a>, <a href=\"http://bethesignal.org/\">jdub (Jeff Waugh)</a>, <a href=\"http://www.modulaweb.fr/\">jeff_ (Jean-François “Jeff†VIAL)</a>, <a href=\"http://simianuprising.com/\">jeremyclarke (Jeremy Clarke)</a>, <a href=\"http://jeremy.visser.name/\">JeremyVisser (Jeremy Visser)</a>, <a href=\"http://profiles.wordpress.org/jikamens\">jikamens</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/jmulley\">jmulley</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/joern_w\">Joern_W</a>, <!--PROFILES.wp.org--> <a href=\"http://devel.kostdoktorn.se/\">johanee (Johan Eenfeldt)</a>, <a href=\"http://lud.icro.us/\">johnbillion (John Blackbourn)</a>, <a href=\"http://johnjamesjacoby.com/\">johnjamesjacoby (John James Jacoby)</a>, <a href=\"http://profiles.wordpress.org/johnjosephbachir\">johnjosephbachir (John Joseph Bachir)</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/jonathanrogers\">JonathanRogers</a>, <!--PROFILES.wp.org--> <a href=\"http://yoast.com/\">joostdevalk (Joost de Valk)</a>, <a href=\"http://rooibo.wordpress.com/\">Jose Carlos Norte</a>, <a href=\"http://josephscott.org/\">josephscott (Joseph Scott)</a>, <a href=\"http://tyco.ws/\">junsuijin</a>, <a href=\"http://agapetry.net/\">kevinB (Kevin Behrens)</a>, <a href=\"http://kometbomb.net/\">kometbomb</a>, <a href=\"http://www.yuriko.net/\">lilyfan (IKEDA Yuriko)</a>, [lostinlafayette], <a href=\"http://profiles.wordpress.org/madhyde\">madhyde</a>, <!--PROFILES.wp.org--> <a href=\"http://subscribe2.wordpress.com/\">MattyRob</a>, <a href=\"http://blogwaffe.com/\">mdawaffe (Michael Adams)</a>, <a href=\"http://www.mittineague.com/\">Mittineague</a>, <a href=\"http://blogyul.miqrogroove.com/\">miqrogroove</a>, <a href=\"http://profiles.wordpress.org/morfiusx\">morfiusx</a>, <!--PROFILES.wp.org--> <a href=\"http://www.misthaven.org.uk/blog/\">mrmist (David McFarlane)</a>, <a href=\"http://nickmomrik.com/\">mtdewvirus (Nick Momrik)</a>, <a href=\"http://urzenia.net/\">mysz</a>, <a href=\"http://twitter.com/nacin\">nacin (Andrew Nacin)</a>, <a href=\"http://thebookofjoe.com/\">nanochrome</a>, <a href=\"http://blog.detlog.org/\">nao (Naoko McCracken)</a>, <a href=\"http://www.nathanrice.net/\">nathanrice (Nathan Rice)</a>, <a href=\"http://nikolay.bg/\">nbachiyski (Ðиколай БачийÑки)</a>, <a href=\"http://www.niallkennedy.com/\">niallkennedy (Niall Kennedy)</a>, <a href=\"http://nickohrn.com/\">nickohrn (Nick Ohrn)</a>, <a href=\"http://www.rpmurphy.com/\">ninjaWR (Ryan Murphy)</a>, <a href=\"http://noel.io/\">noel (Noël Jackson)</a>, <a href=\"http://ottodestruct.com/\">Otto42 (Samuel Wood)</a>, <a href=\"https://redmine.kirdev.sch.bme.hu/\">pairg</a>, <a href=\"https://peaceable-whale.pip.verisignlabs.com/\">peaceablewhale (Franklin Tse)</a>, <a href=\"http://cnpstudio.com/\">prettyboymp (Michael Pretty)</a>, <a href=\"http://www.prodevstudio.net\">ProDevStudio</a>, <a href=\"http://www.bdihot.co.il/\">ramiy</a>, <a href=\"http://www.red-sweater.com/blog/\">redsweater (Daniel Jalkut)</a>, <a href=\"http://ruslany.net/\">ruslany</a>, <a href=\"http://unlettered.org/\">sambauers (Sam Bauers)</a>, <a href=\"http://scribu.net/\">scribu</a>, <a href=\"http://profiles.wordpress.org/sewar\">Sewar</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/simek\">Simek</a>, <!--PROFILES.wp.org--> <a href=\"http://www.simonwheatley.co.uk/\">simonwheatley (Simon Wheatley)</a>, <a href=\"http://www.poradnik-webmastera.com/\">sirzooro (Daniel FrużyÅ„ski)</a>, <a href=\"http://sivel.net/\">sivel (Matt Martz)</a>, <a href=\"http://skeltoac.com/\">skeltoac (Andy Skelton)</a>, <a href=\"http://smallvoid.com/about/\">snakefoot</a>, <a href=\"http://stephanreiter.info/\">stephanreiter (Stephan Reiter)</a>, <a href=\"http://striderweb.com/nerdaphernalia/\">strider72 (Stephen Rider)</a>, <a href=\"http://profiles.wordpress.org/taco1991\">taco1991</a>, <!--PROFILES.wp.org--> <a href=\"http://ideasilo.wordpress.com/\">takayukister (Takayuki Miyoshi)</a>, <a href=\"http://tellyworth.wordpress.com/\">tellyworth</a>, <a href=\"http://profiles.wordpress.org/tenpura\">tenpura</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/usermrpapa\">usermrpapa</a>, <!--PROFILES.wp.org--> <a href=\"http://profiles.wordpress.org/utkarsh\">utkarsh</a>, <!--PROFILES.wp.org--> <a href=\"http://www.viper007bond.com/\">Viper007Bond</a>, <a href=\"http://blog.sjinks.org.ua/\">vladimir_kolesnikov (Vladimir Kolesnikov)</a>, <a href=\"http://voxpelli.se/\">VoxPelli (Pelle Wessman)</a>, [voyou1], <a href=\"http://emphaticallystatic.org/\">wahgnube</a>, <a href=\"http://www.waltervos.com/\">waltervos</a>, <a href=\"http://weston.ruter.net/\">westonruter (Weston Ruter)</a>, <a href=\"http://willnorris.com/\">wnorris (Will Norris)</a>, <a href=\"http://xentek.net/\">xenlab (Eric Marden)</a>, <a href=\"http://blog.yoavfarhi.com/\">yoavf (Yoav Farhi)</a>. Wowza!</p>\n<p>2.9 has been an exciting development cycle, and I must say it has whetted our appetite for 3.0, which is coming next (probably this spring) and will include at the very least the merge of MU with the WordPress core, and a new default theme. We can’t wait to start working on it. But first, some Carmen McRae tunes and a beer. Join us! <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>(<em>After</em> you upgrade, of course!)</p>\n<p>I hope everyone is having a wonderful holiday season.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/development/2009/12/wordpress-2-9/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:6;a:6:{s:4:\"data\";s:53:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"2010: A Theme Odyssey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/12/2010-a-theme-odyssey/\";s: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/12/2010-a-theme-odyssey/#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, 18 Dec 2009 18:36:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"2010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"default\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"kubrick\";s: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:5:\"theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1065\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:327:\"After the video from the core team meetup was posted, the topic that seemed to get the most attention on Twitter and various community sites was Matt’s announcement that there would be a new default theme in 2010, so I thought I’d start with that as the first of the meetup summaries.\nWhen Kubrick was bundled [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2819:\"<p>After the <a href=\"http://wordpress.org/development/2009/12/core-team-meetup-results/\">video from the core team meetup</a> was posted, the topic that seemed to get the most attention on Twitter and various community sites was Matt’s announcement that there would be a new default theme in 2010, so I thought I’d start with that as the first of the meetup summaries.</p>\n<p>When Kubrick was bundled with core back in 2005, it was a cutting edge theme. Custom header, rounded corners, clean design… if you were using WordPress back then, let’s face it, you were impressed. Time moves on, though, fashions change, new styles become old standards, and what was once cutting edge suddenly seems old-fashioned and out of date.</p>\n<p>So, a new bundled theme in 2010? We think it’s a good idea. Something nice and light that can serve as a good example theme, include newer theme-based features, and look nice (and current) on a public site. We’d like to introduce a new default theme with version 3.0, which is anticipated to come out in mid-2010 (hence the name), and think it would be good for it to blend well aesthetically with WordPress itself.</p>\n<p>I’d been advocating moving toward <a href=\"http://elastictheme.org/\">Elastic</a>, the theme framework/WYSIWYG theme editor that was one of our Google Summer of Code student projects, but after some discussion I agreed with the guys that while Elastic is awesome and should be promoted as a community development project, it’s heavier than a default theme needs to be. The default theme doesn’t need to be a full-featured framework, it just needs to work well, look awesome, have good code and be a good starting point for beginning themers. We were thinking of a fairly minimalist design that would make it easy to customize.</p>\n<p>As for the code, there’s a question of if it will really be a new theme, or if it will be a re-styled and updated version of Kubrick. We don’t know the final answer to that yet, because the ultimate decision will be made with the community’s input, but we believe all new markup is the way to go. What do you think? Without venturing into theme framework territory, are there features you think a new default theme should have? Some people have been <a href=\"http://core.trac.wordpress.org/ticket/9015\">talking about it on Trac</a> over the past year, if you wonder what’s been tossed around so far. I thought about posting a poll here (you know how I love posting polls to gauge opinion), but in this case I think a discussion thread might be better, so that each vote can explain the reason behind it. So, have an opinion on what a new default theme should include? <a href=\"http://wordpress.org/support/topic/342819\">Weigh in at the forums</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/development/2009/12/2010-a-theme-odyssey/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"2.9 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/development/2009/12/2-9-rc1/\";s: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:58:\"http://wordpress.org/development/2009/12/2-9-rc1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Dec 2009 18:33:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1057\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:335:\"We’re at that exciting point in WordPress development where the dev team feels like version 2.9 is complete and ready for the world.\nIf you’ve been waiting for your moment to pitch in, it’s now. First we need tech savvy testers to upgrade their blogs and kick the tires, make sure everything is rolling like you [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:1702:\"<p>We’re at that exciting point in WordPress development where the dev team feels like version 2.9 is complete and ready for the world.</p>\n<p>If you’ve been waiting for your moment to pitch in, it’s now. First we need tech savvy testers to upgrade their blogs and kick the tires, make sure everything is rolling like you expect it to. <a href=\"http://codex.wordpress.org/Version_2.9\">Here’s a list of all the fun and geeky new stuff in 2.9 to try out</a>. Second, and more importantly, we need everyone to test out their plugin compatibility.</p>\n<p>If you’re a user of plugins, there’s a groovy new compatibility feature on the plugin directory where you can vote on whether a plugin is compatible with a version or not and it’ll get registered in the new plugin compatibility checker. This is as a replacement to the old wiki-based lists we’d do before. To see it in action <a href=\"http://wordpress.org/extend/plugins/akismet/\">check out this Akismet plugin page</a>, as you can see 14 people have already registered that it’s compatible with 2.9.</p>\n<p>If you’re a plugin author, of course you should update your “Tested up to:” in the <code>readme.txt</code> for your plugin.</p>\n<p>If all goes according to plan, WordPress 2.9 will be out before the end of the week. <a href=\"http://wordpress.org/wordpress-2.9-RC1.zip\">You can download the release candidate here</a>.</p>\n<p>For more details on the changes since Beta please review the <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=12416&stop_rev=12315&limit=150\">revision log on Trac</a>, and happy testing!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/development/2009/12/2-9-rc1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Core Team Meetup 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:66:\"http://wordpress.org/development/2009/12/core-team-meetup-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:75:\"http://wordpress.org/development/2009/12/core-team-meetup-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:\"Mon, 14 Dec 2009 19:16:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1023\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"To get started, here’s a short video from the meetup discussing some of the topics and 2.9. In the opening pan, you’ll see (L-R) Andrew Ozz, Mark Jaquith, Jane Wells, Peter Westwood, and Ryan Boren, followed by Matt Mullenweg as the first person talking. Tip: go full-screen in HD to feel like you were there.\n\nLast [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:3519:\"<p>To get started, here’s a short video from the meetup discussing some of the topics and 2.9. In the opening pan, you’ll see (L-R) Andrew Ozz, Mark Jaquith, Jane Wells, Peter Westwood, and Ryan Boren, followed by Matt Mullenweg as the first person talking. <em>Tip: go full-screen in HD to feel like you were there</em>.</p>\n<p><embed src=\"http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.11\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" allowscriptaccess=\"always\" allowfullscreen=\"true\" flashvars=\"guid=OxzyETzZ&width=400&height=224\" title=\"WordPress Core Commit Team Meetup\"></embed></p>\n<p>Last week, I posted about the fact that Trac would be quiet for a few days while the core commit team met in person for the first time to talk about some goals for WordPress in the coming year. That prediction wound up being a little inaccurate, as having everyone together inspired a Trac sprint to get us closer to shipping 2.9. As of this morning there are only <a href=\"https://core.trac.wordpress.org/query?status=reopened&status=assigned&status=reviewing&status=new&status=accepted&group=status&milestone=2.9\">11 tickets</a> left against the 2.9 milestone. Yay! I’m sensing a Release Candidate in the near future.</p>\n<p>I’d planned to write a summary post to encapsulate the discussions we had over our 3 day meetup, but to be honest, all-day (and night) every-day meetings creates a ton of things to summarize, and the post would be a novella. So instead of one long post, I’m going to split it up into a series and post a summary of the discussion on one or two topics per day until I’ve posted them all. Think of it like a WordPress advent calendar. For today’s post, enjoy the video above and I’ll list the topics we covered to give you an idea of what will be included in the upcoming summary posts.</p>\n<p><strong>Topics: </strong>Direction for the coming year(s), canonical plugins, social i18n for plugins, plugin salvage (like UDRP for abandoned plugins), WordPress/MU merge, default themes, CMS functionality (custom taxonomies, types, statuses, queries), cross-content taxonomy, media functions and UI, community “levels” based on activity, defining scope of releases, site menu management, communications within the community, lessons learned from past releases, mentorship programs, Trac issues, wordpress.org redesign, documentation, community code of conduct.</p>\n<p>You can see why I didn’t want to try to cram it all into one post, right? <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>Just to make sure it’s clear in everyone’s minds, I want to reiterate that these discussions were just that: discussions. They were not secret meetings ending in hard and fast decisions. The idea was to 1) get the core commit team on the same page in order to improve workflow efficiency and communication, and 2) come out of the meetup with a long list of things we know we want to work on in the coming year, and from there to work with the broader community to determine priorities/strategies before starting the work of getting it all done. As I finish off 2009 by posting summaries of the meetup conversations, I hope you’ll all plan to start 2010 with enthusiastic participation in one or more of the projects that will take these conservations from concept to reality.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/development/2009/12/core-team-meetup-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:1:\"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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Canonical Plugins (Say What?)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/development/2009/12/canonical-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/development/2009/12/canonical-plugins/#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, 08 Dec 2009 00:44:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:9:\"canonical\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1005\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"There have been a lot of references to “canonical plugins” over the past year, especially at WordCamps by Matt, but we haven’t really posted anything official about the idea, nor have we really made much progress beyond discussions about how awesome it would be to have canonical plugins and how good it would be for [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:4461:\"<p>There have been a lot of references to “canonical plugins” over the past year, especially at WordCamps by Matt, but we haven’t really posted anything official about the idea, nor have we really made much progress beyond discussions about how awesome it would be to have canonical plugins and how good it would be for the community. <em>But what are canonical plugins</em>, you ask? Well, that’s one of the many things the core commit team has been talking about over the past few days, and everyone agrees that we need to prioritize this aspect of the project sooner rather than later. So, here’s a super high-level description of how we’re currently thinking about canonical plugins, which we’d like to use to initiate some focused community discussion on the topic.</p>\n<p>Canonical plugins would be plugins that are community developed (multiple developers, not just one person) and address the most popular functionality requests with superlative execution. These plugins would be GPL and live in the WordPress.org repo, and would be developed in close connection with WordPress core. There would be a very strong relationship between core and these plugins that ensured that a) the plugin code would be secure and the best possible example of coding standards, and b) that new versions of WordPress would be tested against these plugins prior to release to ensure compatibility. There would be a screen within the Plugins section of the WordPress admin to feature these canonical plugins as a kind of Editor’s Choice or Verified guarantee. These plugins would be a true extension of core WordPress in terms of compatibility, security and support.</p>\n<p>In order to have a system like this, each canonical plugin’s development community would probably need similar infrastructure to WordPress itself, including things like Trac, mailing lists, support forums, etc. These things will be worked out within the development community over the coming months, but in the meantime, we really need a better name for this. Many people have no idea what canon/canonical means (clearly, they are not Dr. Who fans!), and having to define the word distracts from discussing the core ideas behind the concept. So, we thought we’d do a community poll to see what people think we should call canonical plugins. We brainstormed a few dozen ideas yesterday and whittled it down to our top handful. Based on the definition of canonical plugins given above, which of these terms do you think best describes them? I’m including a short description of our thoughts on each.<br />\n<blockquote><strong>Standard </strong>- Implies that these are the standard by which all other plugins should be judged, as well as the idea of them being the default plugins.<br />\n<strong>Core </strong>- Makes the close relationship to core WordPress development very clear, and has the implication of bundled plugins (even though we don’t need to actually bundle them now that the installer is right in the admin tool).<br />\n<strong>Premium</strong> – Identifies these officially-supported plugins as best-in-class and of the highest value, and could potentially disambiguate the word Premium as it is currently being used in the community (to refer to anything from commercial support to licensing terms to actual code quality).<br />\n<strong>Validated </strong>- Focuses on the fact that the code is reviewed for compatibility with core and for security.<br />\n<strong>Official</strong> – Makes it plain that these are the plugins officially endorsed by the core team as being the best at their functions.<br />\n<strong>Canonical</strong> – Maybe once people get used to it, canonical wouldn’t confuse so many people?\n</p></blockquote>\n<p>Cast your vote in the poll below to have your opinion considered during the decision-making process. And if you can think of a word that we haven’t listed here that you think is better, please submit it in the poll! The poll will remain open until 11:59pm UTC Thursday, December 10, 2009.<br />\n<script src=\"http://static.polldaddy.com/p/2352794.js\" type=\"text/javascript\"></script><noscript><br />\n<a href=\"http://answers.polldaddy.com/poll/2352794/\">What should we call canonical plugins? “________________” Plugins</a><span style=\"font-size:9px;\">(<a href=\"http://www.polldaddy.com\">survey software</a>)</span><br />\n</noscript></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/development/2009/12/canonical-plugins/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:\"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: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:\"Mon, 04 Jan 2010 22:35:31 GMT\";s:4:\"etag\";s:34:\"\"231cd299089af5f91078a74c98959f45\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"date\";s:29:\"Thu, 07 Jan 2010 18:09:28 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(100,0,'ws_oneclick_options','a:16:{s:14:\"updater_module\";s:14:\"updater_plugin\";s:20:\"enable_plugin_checks\";b:0;s:23:\"enable_wordpress_checks\";b:0;s:9:\"anonymize\";b:0;s:21:\"plugin_check_interval\";i:43200;s:24:\"wordpress_check_interval\";i:43200;s:14:\"global_notices\";b:0;s:20:\"new_file_permissions\";i:493;s:5:\"debug\";b:0;s:9:\"magic_key\";s:32:\"415fca659a313fa2d2f81795a84c9c67\";s:23:\"confirm_remote_installs\";b:1;s:14:\"show_miniguide\";b:0;s:27:\"oneclick_deactivated_notice\";b:0;s:31:\"mark_plugins_with_notifications\";b:0;s:31:\"hide_notifications_for_inactive\";b:1;s:23:\"hide_update_count_blurb\";b:1;}','yes'),(101,0,'update_enabled_plugins','O:8:\"stdClass\":2:{s:6:\"status\";a:16:{s:19:\"akismet/akismet.php\";b:1;s:17:\"cforms/cforms.php\";b:0;s:33:\"event-calendar/eventcalendar3.php\";b:1;s:25:\"event-calendar/widget.php\";b:1;s:31:\"favicon-manager/favicon-mgr.php\";b:0;s:26:\"instantupgrade/upgrade.php\";b:0;s:39:\"no-flash-uploader/no-flash-uploader.php\";b:0;s:52:\"one-click-plugin-updater/oneclick-plugin-updater.php\";b:1;s:25:\"organizer/plugin_hook.php\";b:1;s:39:\"search-everything/search_everything.php\";b:1;s:25:\"subscribe2/subscribe2.php\";b:1;s:28:\"subscribe2/counterwidget.php\";b:1;s:30:\"subscribe2/subscribe2debug.php\";b:1;s:36:\"subscribe2/subscribe2uninstaller.php\";b:1;s:25:\"superlinks/superlinks.php\";b:0;s:30:\"wp-shortstat2/wp-shortstat.php\";b:1;}s:12:\"last_checked\";i:1237227548;}','yes'),(106,0,'fm_favicon_location','','yes'),(107,0,'fm_rss2_feed_option','','yes'),(108,0,'fm_atom_feed_option','','yes'),(109,0,'organizer_installed','1','yes'),(110,0,'organizer_version','1.1','yes'),(111,0,'organizer_list_page','25','yes'),(112,0,'organizer_filetypes','jpg jpeg gif png zip rar txt tar doc xls pdf html htm mp3 wav mid avi wma wmv php','yes'),(122,0,'subscribe2_options','a:30:{s:7:\"autosub\";s:2:\"no\";s:8:\"wpregdef\";s:2:\"no\";s:10:\"autoformat\";s:4:\"text\";s:12:\"show_autosub\";s:3:\"yes\";s:11:\"autosub_def\";s:3:\"yes\";s:8:\"bcclimit\";i:0;s:11:\"admin_email\";s:4:\"subs\";s:6:\"s2page\";i:0;s:10:\"stylesheet\";s:3:\"yes\";s:5:\"pages\";s:2:\"no\";s:8:\"password\";s:2:\"no\";s:7:\"private\";s:2:\"no\";s:10:\"email_freq\";s:5:\"never\";s:7:\"exclude\";s:0:\"\";s:6:\"sender\";s:6:\"author\";s:12:\"reg_override\";s:1:\"1\";s:9:\"show_meta\";s:1:\"0\";s:11:\"show_button\";s:1:\"1\";s:6:\"widget\";s:1:\"0\";s:7:\"entries\";i:25;s:6:\"barred\";s:0:\"\";s:8:\"mailtext\";s:203:\"BLOGNAME has posted a new item, \'TITLE\'\n\nPOST\n\nYou may view the latest post at\nPERMALINK\n\nYou received this e-mail because you asked to be notified when new updates are posted.\nBest regards,\nMYNAME\nEMAIL\";s:13:\"confirm_email\";s:221:\"BLOGNAME has received a request to ACTION for this email address. To complete your request please click on the link below:\n\nLINK\n\nIf you did not request this, please feel free to disregard this notice!\n\nThank you,\nMYNAME.\";s:12:\"remind_email\";s:340:\"This email address was subscribed for notifications at BLOGNAME (BLOGLINK) but the subscription remains incomplete.\n\nIf you wish to complete your subscription please click on the link below:\n\nLINK\n\nIf you do not wish to complete your subscription please ignore this email and your address will be removed from our database.\n\nRegards,\nMYNAME\";s:7:\"version\";s:3:\"5.2\";s:15:\"newreg_override\";s:2:\"no\";s:10:\"cron_order\";s:3:\"asc\";s:20:\"notification_subject\";s:16:\"[BLOGNAME] TITLE\";s:15:\"confirm_subject\";s:38:\"[BLOGNAME] Please confirm your request\";s:14:\"remind_subject\";s:32:\"[BLOGNAME] Subscription Reminder\";}','yes'),(117,0,'recently_activated','a:0:{}','yes'),(115,0,'wordpress_api_key','f9a25142ef64','yes'),(116,0,'akismet_discard_month','false','yes'),(118,0,'category_children','a:0:{}','yes'),(1,0,'siteurl','http://neklstesting.mykansaslibrary.org','yes'),(40,0,'home','http://neklstesting.mykansaslibrary.org','yes'),(60,0,'upload_path','/var/www/htdocs/neklstesting/wp-content/uploads','yes'),(119,0,'_transient_doing_cron','1262892099','yes'),(120,0,'_site_transient_timeout_theme_roots','1262894957','yes'),(121,0,'_site_transient_theme_roots','a:19:{s:2:\"K2\";s:7:\"/themes\";s:11:\"ModernStyle\";s:7:\"/themes\";s:9:\"atahualpa\";s:7:\"/themes\";s:9:\"businesso\";s:7:\"/themes\";s:7:\"classic\";s:7:\"/themes\";s:7:\"default\";s:7:\"/themes\";s:17:\"garland-revisited\";s:7:\"/themes\";s:10:\"mainstream\";s:7:\"/themes\";s:9:\"mistylook\";s:7:\"/themes\";s:8:\"mystique\";s:7:\"/themes\";s:8:\"palmixio\";s:7:\"/themes\";s:8:\"panorama\";s:7:\"/themes\";s:11:\"patagonia16\";s:7:\"/themes\";s:14:\"quadruple-blue\";s:7:\"/themes\";s:12:\"sliding-door\";s:7:\"/themes\";s:15:\"sunflower_bloom\";s:7:\"/themes\";s:10:\"technology\";s:7:\"/themes\";s:9:\"techpress\";s:7:\"/themes\";s:10:\"thatsimple\";s:7:\"/themes\";}','yes'),(123,0,'_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1262892109;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"2.2.7\";s:17:\"cforms/cforms.php\";s:4:\"11.2\";s:33:\"event-calendar/eventcalendar3.php\";s:5:\"3.1.4\";s:25:\"event-calendar/widget.php\";s:5:\"3.1.4\";s:9:\"hello.php\";s:5:\"1.5.1\";s:25:\"subscribe2/subscribe2.php\";s:3:\"5.2\";s:28:\"subscribe2/counterwidget.php\";s:3:\"5.2\";}s:8:\"response\";a:0:{}}','yes'),(125,0,'_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1262887758;s:7:\"checked\";a:19:{s:2:\"K2\";s:5:\"1.0.2\";s:11:\"ModernStyle\";s:5:\"1.0.1\";s:9:\"atahualpa\";s:5:\"3.4.4\";s:9:\"businesso\";s:5:\"1.0.2\";s:7:\"classic\";s:3:\"1.5\";s:7:\"default\";s:3:\"1.6\";s:17:\"garland-revisited\";s:4:\"1.75\";s:10:\"mainstream\";s:5:\"1.3.1\";s:9:\"mistylook\";s:5:\"3.7.2\";s:8:\"mystique\";s:4:\"1.62\";s:8:\"palmixio\";s:5:\"1.6.2\";s:8:\"panorama\";s:3:\"2.0\";s:11:\"patagonia16\";s:3:\"1.0\";s:14:\"quadruple-blue\";s:3:\"1.0\";s:12:\"sliding-door\";s:5:\"1.8.3\";s:15:\"sunflower_bloom\";s:3:\"1.0\";s:10:\"technology\";s:3:\"1.0\";s:9:\"techpress\";s:3:\"1.0\";s:10:\"thatsimple\";s:5:\"1.0.2\";}s:8:\"response\";a:1:{s:8:\"panorama\";a:3:{s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:43:\"http://wordpress.org/extend/themes/panorama\";s:7:\"package\";s:60:\"http://wordpress.org/extend/themes/download/panorama.2.1.zip\";}}}','yes'),(126,0,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(127,0,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(128,0,'widget_archives','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(129,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(130,0,'widget_meta','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(131,0,'widget_search','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(132,0,'widget_text','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(133,0,'widget_categories','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(134,0,'widget_recent-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(135,0,'widget_recent-comments','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(136,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(137,0,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(138,0,'_transient_random_seed','a37ded58f5b2fb69e9a201d2aa8922e4','yes'),(139,0,'large_size_w','1024','yes'),(140,0,'large_size_h','1024','yes'),(141,0,'image_default_link_type','file','yes'),(142,0,'image_default_size','','yes'),(143,0,'image_default_align','','yes'),(144,0,'close_comments_for_old_posts','0','yes'),(145,0,'close_comments_days_old','14','yes'),(146,0,'thread_comments','0','yes'),(147,0,'thread_comments_depth','5','yes'),(148,0,'page_comments','1','yes'),(149,0,'comments_per_page','50','yes'),(150,0,'default_comments_page','newest','yes'),(151,0,'comment_order','asc','yes'),(152,0,'sticky_posts','a:0:{}','yes'),(153,0,'timezone_string','','yes'),(154,0,'embed_autourls','1','yes'),(155,0,'embed_size_w','','yes'),(156,0,'embed_size_h','600','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2010-01-07 19:26:20