0byt3m1n1
Path:
/
data
/
0
/
0
/
86
/
3
/
86329
/
meta
/
87678
/
mysql.backup
/
[
Home
]
File: 1_0011f36_9.mysqlv4.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv4 Database: 1_0011f36_9 -- ------------------------------------------------------ -- Server version 5.0.75 /*!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_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','http://wordpress.org/','','2009-04-04 07:27:58','2009-04-04 11:27:58','Hi, this is a comment.<br />To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_category` bigint(20) NOT NULL default '0', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_category` (`link_category`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','Development Blog','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- 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`), KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=212 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 (1,0,'siteurl','http://www.chiefpeopleperson.com/ProAvatarBlog','yes'),(2,0,'blogname','Confessions of an Avatar','yes'),(3,0,'blogdescription','Designing Immersive Web-3D Learning Simulations and','yes'),(4,0,'users_can_register','1','yes'),(5,0,'admin_email','DNewman@WorkingRelationships.BIZ','yes'),(6,0,'start_of_week','0','yes'),(7,0,'use_balanceTags','0','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','1','yes'),(10,0,'comments_notify','1','yes'),(11,0,'posts_per_rss','10','yes'),(12,0,'rss_excerpt_length','50','yes'),(13,0,'rss_use_excerpt','0','yes'),(14,0,'mailserver_url','127.0.0.1','yes'),(15,0,'mailserver_login','login@example.com','yes'),(16,0,'mailserver_pass','password','yes'),(17,0,'mailserver_port','110','yes'),(18,0,'default_category','1','yes'),(19,0,'default_comment_status','open','yes'),(20,0,'default_ping_status','open','yes'),(21,0,'default_pingback_flag','0','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:0:{}','yes'),(39,0,'home','http://www.chiefpeopleperson.com/ProAvatarBlog','yes'),(40,0,'category_base','','yes'),(41,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(42,0,'advanced_edit','0','yes'),(43,0,'comment_max_links','2','yes'),(44,0,'gmt_offset','-4','yes'),(45,0,'default_email_category','1','yes'),(46,0,'recently_edited','a:5:{i:0;s:24:\"/themes/esther/style.css\";i:1;s:23:\"/themes/esther/page.php\";i:2;s:24:\"/themes/esther/links.php\";i:3;s:25:\"/themes/esther/header.php\";i:4;s:24:\"/themes/esther/index.php\";}','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','0','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','11548','yes'),(59,0,'uploads_use_yearmonth_folders','1','yes'),(60,0,'upload_path','/data/0/0/86/3/86329/user/87678/htdocs/ProAvatarBlog/wp-content/uploads','yes'),(62,0,'secret','GfD526JREdQvOwFzq)gUXEaoJupKzQ*waE0TAm8RgF$j0!Y&$MDOpWzhlwDq^kRK','yes'),(63,0,'blog_public','0','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,'large_size_w','1024','yes'),(79,0,'large_size_h','1024','yes'),(80,0,'image_default_link_type','file','yes'),(81,0,'image_default_size','','yes'),(82,0,'image_default_align','','yes'),(83,0,'close_comments_for_old_posts','0','yes'),(84,0,'close_comments_days_old','14','yes'),(85,0,'thread_comments','0','yes'),(86,0,'thread_comments_depth','5','yes'),(87,0,'page_comments','1','yes'),(88,0,'comments_per_page','50','yes'),(89,0,'default_comments_page','newest','yes'),(90,0,'comment_order','asc','yes'),(91,0,'use_ssl','0','yes'),(92,0,'sticky_posts','a:1:{i:0;i:1;}','yes'),(93,0,'widget_categories','a:2:{i:396998122;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";b:0;s:12:\"hierarchical\";b:0;s:8:\"dropdown\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(94,0,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,0,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(198,0,'_transient_rewrite_rules','','yes'),(139,0,'widget_pages','a:3:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"menu_order\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(140,0,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(97,0,'dismissed_update_core','a:0:{}','yes'),(98,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:23:\"Administrator|User role\";s:12:\"capabilities\";a:54:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s: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'),(99,0,'cron','a:3:{i:1251235944;a:1:{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;}}}i:1251242911;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'),(100,0,'auth_salt','J43$6n@Exxl3','yes'),(135,0,'db_upgraded','','yes'),(136,0,'_transient_doing_cron','1251205321','yes'),(137,0,'_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":5:{s:8:\"response\";s:7:\"upgrade\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-2.8.4.zip\";s:7:\"current\";s:5:\"2.8.4\";s:6:\"locale\";s:5:\"en_US\";}}s:12:\"last_checked\";i:1251205323;s:15:\"version_checked\";s:5:\"2.8.1\";}','yes'),(104,0,'logged_in_salt','mDe8@obfoA8U','yes'),(105,0,'nonce_salt','aH^JnLgJja%f','yes'),(106,0,'wordpress_api_key','f70c417a196b','yes'),(107,0,'akismet_discard_month','false','yes'),(211,0,'current_theme','WordPress Default','yes'),(109,0,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:7:\"links-2\";i:3;s:6:\"meta-2\";i:4;s:8:\"search-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:4:{i:0;s:7:\"pages-3\";i:1;s:11:\"tag_cloud-2\";i:2;s:20:\"categories-396998122\";i:3;s:10:\"archives-2\";}s:13:\"array_version\";i:3;}','yes'),(112,0,'mods_Esther','a:1:{s:12:\"header_image\";s:101:\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/cropped-headshot-5-30-i.jpg\";}','yes'),(113,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:46:\"http://www.chiefpeopleperson.com/ProAvatarBlog\";s:4:\"link\";s:128:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://www.chiefpeopleperson.com/ProAvatarBlog/\";s:3:\"url\";s:161:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.chiefpeopleperson.com/ProAvatarBlog/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:33:\"http://wordpress.org/development/\";s:3:\"url\";s:38:\"http://wordpress.org/development/feed/\";s:5:\"title\";s:26:\"WordPress Development Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:4:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;}}','yes'),(114,0,'rss_f7f50662ffbe1db3ab09ba6004e96898','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:0:{}s:7:\"channel\";a:5:{s:5:\"title\";s:73:\"link:http://www.chiefpeopleperson.com/ProAvatarBlog/ - Google Blog Search\";s:4:\"link\";s:131:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://www.chiefpeopleperson.com/ProAvatarBlog/\";s:11:\"description\";s:107:\"Your search - <b>link:http://www.chiefpeopleperson.com/ProAvatarBlog/</b> - did not match any documents. \";s:10:\"opensearch\";a:3:{s:12:\"totalresults\";s:1:\"0\";s:10:\"startindex\";s:1:\"1\";s:12:\"itemsperpage\";s:2:\"10\";}s:7:\"tagline\";s:107:\"Your search - <b>link:http://www.chiefpeopleperson.com/ProAvatarBlog/</b> - did not match any documents. \";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(115,0,'rss_f7f50662ffbe1db3ab09ba6004e96898_ts','1243745311','no'),(116,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:13:{s:5:\"title\";s:20:\"WordPress 2.8 Beta 2\";s:4:\"link\";s:62:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-2/\";s:8:\"comments\";s:71:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-2/#comments\";s:7:\"pubdate\";s:31:\"Sat, 23 May 2009 17:33:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Ryan Boren\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=746\";s:11:\"description\";s:45:\"Download beta 2. See changes since beta 1.\n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:264:\"<p><a href=\"http://wordpress.org/wordpress-2.8-beta2.zip\">Download</a> beta 2. See <a href=\"http://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=11440&stop_rev=11366&limit=100&verbose=on\">changes</a> since beta 1.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:67:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-2/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"52\";}s:7:\"summary\";s:45:\"Download beta 2. See changes since beta 1.\n\";s:12:\"atom_content\";s:264:\"<p><a href=\"http://wordpress.org/wordpress-2.8-beta2.zip\">Download</a> beta 2. See <a href=\"http://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=11440&stop_rev=11366&limit=100&verbose=on\">changes</a> since beta 1.</p>\n\";}i:1;a:13:{s:5:\"title\";s:20:\"WordPress 2.8 Beta 1\";s:4:\"link\";s:62:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-1/\";s:8:\"comments\";s:71:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-1/#comments\";s:7:\"pubdate\";s:31:\"Sat, 16 May 2009 19:59:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Ryan Boren\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=744\";s:11:\"description\";s:95:\"Download it, test it, file bugs.\nWhat’s new? All of this.\nGood hunting, all you testers.\n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:333:\"<p><a href=\"http://wordpress.org/wordpress-2.8-beta1.zip\">Download</a> it, <a href=\"http://wordpress.org/download/beta/\">test</a> it, <a href=\"http://core.trac.wordpress.org/newticket\">file</a> bugs.</p>\n<p>What’s new? <a href=\"http://codex.wordpress.org/Version_2.8\">All of this</a>.</p>\n<p>Good hunting, all you testers.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:67:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-1/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:3:\"161\";}s:7:\"summary\";s:95:\"Download it, test it, file bugs.\nWhat’s new? All of this.\nGood hunting, all you testers.\n\";s:12:\"atom_content\";s:333:\"<p><a href=\"http://wordpress.org/wordpress-2.8-beta1.zip\">Download</a> it, <a href=\"http://wordpress.org/download/beta/\">test</a> it, <a href=\"http://core.trac.wordpress.org/newticket\">file</a> bugs.</p>\n<p>What’s new? <a href=\"http://codex.wordpress.org/Version_2.8\">All of this</a>.</p>\n<p>Good hunting, all you testers.</p>\n\";}i:2;a:13:{s:5:\"title\";s:61:\"Contributing to WordPress, Part IV: Ideas, Opinions, Feedback\";s:4:\"link\";s:47:\"http://wordpress.org/development/2009/05/ideas/\";s:8:\"comments\";s:56:\"http://wordpress.org/development/2009/05/ideas/#comments\";s:7:\"pubdate\";s:31:\"Sat, 09 May 2009 16:20:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:19:\"DevelopmentFeatures\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=731\";s:11:\"description\";s:396:\"“I wish they’d implement feature x.”\n“Why won’t they put feature y into core? It’s rated really high in the Ideas forum!”\n“It doesn’t matter what I think, all the decisions get made by an elite crime-fighting squad funded by an anonymous millionaire. Er, I mean the four core devs.”\nThese sentiments, and others like them, are the [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7489:\"<p>“I wish they’d implement <em>feature x</em>.”</p>\n<p>“Why won’t they put <em>feature y</em> into core? It’s rated really high in the Ideas forum!”</p>\n<p>“It doesn’t matter what I think, all the decisions get made by an elite crime-fighting squad funded by an anonymous millionaire. Er, I mean the four core devs.”</p>\n<p>These sentiments, and others like them, are the focus of today’s post. Setting aside the similarities between Ryan, Andrew, Mark and Peter to Charlie’s Angels for a moment, the question of how decisions about features are made needs to be addressed. There are a number of mechanisms in place for communication between the community and the core team, but with so many different channels, it’s hard to keep up with them all and still focus on production. Here’s where we are now…</p>\n<p><strong>#wordpress-dev IRC channel</strong>: The IRC channel used to be more active. These days there’s rarely more than a dozen or two people online at any given time, and hours go by with no activity. When a question pops up, it’s often a tech question from a less experienced developer or site manager looking for help, as opposed to ongoing discussions about the best way to approach core code and features. When core-focused discussions do occur, they tend to fade out as time zone variances cause people to log off before a core dev enters the room.</p>\n<p><strong><a href=\"http://comox.textdrive.com/pipermail/wp-hackers/\">wp-hackers list</a>:</strong> The hackers mailing list reaches thousands of contributing developers, plugin developers, and lurking interested parties. Discussions range from how to use hooks to whether or not something in core should be changed to troubleshooting for other list members. Conversations on this list sometimes can get heated and occasionally stray into rudeness, which makes some people hesitate to utilize this communication channel.</p>\n<p><strong><a href=\"http://wordpress.org/development\">This dev blog</a>:</strong> This blog is used mostly for “official” announcements, and more recently, for surveys and polls intended to give the core devs an idea of community opinion on things being considered for future versions. Posting is irregular, sometimes with new content every other day, sometimes with nothing for a couple of weeks.</p>\n<p><strong><a href=\"http://wpdevel.wordpress.com/\">wpdevel.wordpress.com</a>:</strong> Another blog, also an “official” outlet, in which the core team posts about any big code changes they’re working on. This gives plugin authors and contributing developers a heads-up, and provides a place for community discussion around specific issues like the new widgets API.</p>\n<p><strong><a href=\"http://core.trac.wordpress.org\">Trac</a>: </strong>The ticket system used for active development has gotten out of control. Hundreds of tickets are already lined up for future versions because they were punted from current releases; many aren’t even relevant anymore. Trac has wound being a place where people report bugs, suggest code changes, request features and debate methodologies; some of these conversations are years old. This broad use of the system makes it harder to power through tickets and get bugs fixed.</p>\n<p><strong><a href=\"http://wordpress.org/extend/ideas/\">Ideas forum</a>:</strong> The Ideas forum is a place where anyone can suggest a new feature, rate features suggested by others, leave comments, and generally discuss the future of the WordPress application. However, like Trac, some of the items here are years old. Because of the way the rating system works, older items remain at the top of the list. Some threads are simply he said/she said preference arguments, as opposed to contructive discussions about the value of implementing certain features or changes. There’s no direct connection between the Ideas forum and Trac.</p>\n<p>WordPress is an open source project, successful because of the community that both develops and uses it. At the same time, some people find it difficult to become involved in the project, and are unsure of how to engage with the core team and community at large. The channels listed above can be overwhleming to someone just joining the community, and/or frustrating to longtime community members who feel like they used to have more influence. We need to fix this. The WordPress project needs to be welcoming, easy to navigate as a contributor, and provide useful feedback to help grow the expertise of its community members.</p>\n<p>I think we should figure this out together. You, members of this community, know how you feel about the communication channels available to you. You probably have ideas about how to make it better. Some of you may even have sketched out digrams of systems that you think would work better. Link Ideas to Trac? Change the Ideas rating algorithm? Close Trac tickets that don’t get resolved within a certain period of time? Just do everything through Trac? What do you think? What would make it easier for you to keep up with development progress and get involved with the varius contribution opportunities? I *know* you have an opinion.</p>\n<p>Over the next few weeks, we’ll be gathering your input about how we can improve communication and participation, and then we’ll embark on a project to fix/create a system for collecting ideas, opinions and feedback that will allow WordPress to grow as an inclusive community. Here’s the plan: Gather ideas from people via IRC, forums, live chats, surveys, etc. Assemble a small group of interested parties to help figure out possible approaches, put suggested approaches to a community vote. If redesigning something (like the Ideas forum) is deemed necessary, utilize community designers to create layouts. Beta test it to see if it does work as hoped. Launch and make everyone happy with the new, improved communication/ideas/feedback system!</p>\n<p><strong>Up First</strong></p>\n<p>Use <a href=\"http://wordpress.org/support/topic/269201\">this forum thread</a> to post your suggestions about this. What do you think needs to be changed or improved? How would you structure it? How do the existing channels fit into your suggestion?</p>\n<p>On Tuesday, May 12 at 21:00 UTC (5pm New York time), hop into the #wordpress-dev IRC channel (irc.freenode.com) and talk about your suggestions for how to improve communication. I’ll be there, taking notes and answering questions, and asking follow-up questions when someone pitches a good idea. An hour later, I’ll be joining the <a href=\"http://wordcastpodcast.com/\">WordCast Podcast</a> to talk about this issue. <span style=\"text-decoration: line-through;\">They’re trying to set up a call-in format; if that pans out, we’ll post the call-in info in the dev channel. Otherwise, </span> A call-in number has been set up through TalkShoe.</p>\n<p>1-724-444-7444<br />\nMeeting ID: 50127<br />\nPin (if you don’t have a TalkShoe account): enter 1#</p>\n<p>We’ll also read off suggestions being made in the dev channel and discuss them.</p>\n<p>More opportunities to weigh in on this issue to come. Also, further investigation into the similarities between the core devs and Charlie’s Angels. <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:52:\"http://wordpress.org/development/2009/05/ideas/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"5\";}s:7:\"summary\";s:396:\"“I wish they’d implement feature x.”\n“Why won’t they put feature y into core? It’s rated really high in the Ideas forum!”\n“It doesn’t matter what I think, all the decisions get made by an elite crime-fighting squad funded by an anonymous millionaire. Er, I mean the four core devs.”\nThese sentiments, and others like them, are the [...]\";s:12:\"atom_content\";s:7489:\"<p>“I wish they’d implement <em>feature x</em>.”</p>\n<p>“Why won’t they put <em>feature y</em> into core? It’s rated really high in the Ideas forum!”</p>\n<p>“It doesn’t matter what I think, all the decisions get made by an elite crime-fighting squad funded by an anonymous millionaire. Er, I mean the four core devs.”</p>\n<p>These sentiments, and others like them, are the focus of today’s post. Setting aside the similarities between Ryan, Andrew, Mark and Peter to Charlie’s Angels for a moment, the question of how decisions about features are made needs to be addressed. There are a number of mechanisms in place for communication between the community and the core team, but with so many different channels, it’s hard to keep up with them all and still focus on production. Here’s where we are now…</p>\n<p><strong>#wordpress-dev IRC channel</strong>: The IRC channel used to be more active. These days there’s rarely more than a dozen or two people online at any given time, and hours go by with no activity. When a question pops up, it’s often a tech question from a less experienced developer or site manager looking for help, as opposed to ongoing discussions about the best way to approach core code and features. When core-focused discussions do occur, they tend to fade out as time zone variances cause people to log off before a core dev enters the room.</p>\n<p><strong><a href=\"http://comox.textdrive.com/pipermail/wp-hackers/\">wp-hackers list</a>:</strong> The hackers mailing list reaches thousands of contributing developers, plugin developers, and lurking interested parties. Discussions range from how to use hooks to whether or not something in core should be changed to troubleshooting for other list members. Conversations on this list sometimes can get heated and occasionally stray into rudeness, which makes some people hesitate to utilize this communication channel.</p>\n<p><strong><a href=\"http://wordpress.org/development\">This dev blog</a>:</strong> This blog is used mostly for “official” announcements, and more recently, for surveys and polls intended to give the core devs an idea of community opinion on things being considered for future versions. Posting is irregular, sometimes with new content every other day, sometimes with nothing for a couple of weeks.</p>\n<p><strong><a href=\"http://wpdevel.wordpress.com/\">wpdevel.wordpress.com</a>:</strong> Another blog, also an “official” outlet, in which the core team posts about any big code changes they’re working on. This gives plugin authors and contributing developers a heads-up, and provides a place for community discussion around specific issues like the new widgets API.</p>\n<p><strong><a href=\"http://core.trac.wordpress.org\">Trac</a>: </strong>The ticket system used for active development has gotten out of control. Hundreds of tickets are already lined up for future versions because they were punted from current releases; many aren’t even relevant anymore. Trac has wound being a place where people report bugs, suggest code changes, request features and debate methodologies; some of these conversations are years old. This broad use of the system makes it harder to power through tickets and get bugs fixed.</p>\n<p><strong><a href=\"http://wordpress.org/extend/ideas/\">Ideas forum</a>:</strong> The Ideas forum is a place where anyone can suggest a new feature, rate features suggested by others, leave comments, and generally discuss the future of the WordPress application. However, like Trac, some of the items here are years old. Because of the way the rating system works, older items remain at the top of the list. Some threads are simply he said/she said preference arguments, as opposed to contructive discussions about the value of implementing certain features or changes. There’s no direct connection between the Ideas forum and Trac.</p>\n<p>WordPress is an open source project, successful because of the community that both develops and uses it. At the same time, some people find it difficult to become involved in the project, and are unsure of how to engage with the core team and community at large. The channels listed above can be overwhleming to someone just joining the community, and/or frustrating to longtime community members who feel like they used to have more influence. We need to fix this. The WordPress project needs to be welcoming, easy to navigate as a contributor, and provide useful feedback to help grow the expertise of its community members.</p>\n<p>I think we should figure this out together. You, members of this community, know how you feel about the communication channels available to you. You probably have ideas about how to make it better. Some of you may even have sketched out digrams of systems that you think would work better. Link Ideas to Trac? Change the Ideas rating algorithm? Close Trac tickets that don’t get resolved within a certain period of time? Just do everything through Trac? What do you think? What would make it easier for you to keep up with development progress and get involved with the varius contribution opportunities? I *know* you have an opinion.</p>\n<p>Over the next few weeks, we’ll be gathering your input about how we can improve communication and participation, and then we’ll embark on a project to fix/create a system for collecting ideas, opinions and feedback that will allow WordPress to grow as an inclusive community. Here’s the plan: Gather ideas from people via IRC, forums, live chats, surveys, etc. Assemble a small group of interested parties to help figure out possible approaches, put suggested approaches to a community vote. If redesigning something (like the Ideas forum) is deemed necessary, utilize community designers to create layouts. Beta test it to see if it does work as hoped. Launch and make everyone happy with the new, improved communication/ideas/feedback system!</p>\n<p><strong>Up First</strong></p>\n<p>Use <a href=\"http://wordpress.org/support/topic/269201\">this forum thread</a> to post your suggestions about this. What do you think needs to be changed or improved? How would you structure it? How do the existing channels fit into your suggestion?</p>\n<p>On Tuesday, May 12 at 21:00 UTC (5pm New York time), hop into the #wordpress-dev IRC channel (irc.freenode.com) and talk about your suggestions for how to improve communication. I’ll be there, taking notes and answering questions, and asking follow-up questions when someone pitches a good idea. An hour later, I’ll be joining the <a href=\"http://wordcastpodcast.com/\">WordCast Podcast</a> to talk about this issue. <span style=\"text-decoration: line-through;\">They’re trying to set up a call-in format; if that pans out, we’ll post the call-in info in the dev channel. Otherwise, </span> A call-in number has been set up through TalkShoe.</p>\n<p>1-724-444-7444<br />\nMeeting ID: 50127<br />\nPin (if you don’t have a TalkShoe account): enter 1#</p>\n<p>We’ll also read off suggestions being made in the dev channel and discuss them.</p>\n<p>More opportunities to weigh in on this issue to come. Also, further investigation into the similarities between the core devs and Charlie’s Angels. <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n\";}i:3;a:13:{s:5:\"title\";s:54:\"Contributing to WordPress, Part III: Usability Testing\";s:4:\"link\";s:54:\"http://wordpress.org/development/2009/05/testing-opps/\";s:8:\"comments\";s:63:\"http://wordpress.org/development/2009/05/testing-opps/#comments\";s:7:\"pubdate\";s:31:\"Mon, 04 May 2009 13:57:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:25:\"DevelopmentUser Interface\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=724\";s:11:\"description\";s:336:\"One of the reasons WordPress 2.7 was such a success is the amount of usability testing that took place during the development cycle. Starting with testing 2.5 and the Crazyhorse prototype and following with the 2.7 beta, the testing program looked at almost every feature and function in the application. That kind of thing? Takes [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:6419:\"<p>One of the reasons WordPress 2.7 was such a success is the amount of usability testing that took place during the development cycle. Starting with <a href=\"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/\">testing 2.5 and the Crazyhorse prototype</a> and following with the 2.7 beta, the testing program looked at almost every feature and function in the application. That kind of thing? Takes a lot of time. <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>For readers who aren’t familiar with the process behind usability testing, here’s an overview. First, determine the scope of your test and create a test protocol/script. Determine the audience segments to be included in the test group(s), and begin recruiting. Recruiting may mean hiring an agency to find participants, but for testing WordPress, it makes more sense to recruit from within this community, so that means making a screening survey, reading all the responses, segmenting the respondents into categories and contacting people until you’ve filled your desired quotas (for whatever segments you’re seeking, such as newbie, experienced user, developer, CMS user, photoblogger, mobile user, etc. ). Then come the test sessions.</p>\n<p>Depending on what is being tested, these last anywhere from half an hour to an hour and half apiece. Sessions are generally recorded using screen capture and web cam, with a video camera for backup. The moderator(s) generally take notes during sessions and/or (depending on what software is being used for the session capture) set markers in the video to indicate task completion, comments of interest, etc. In some cases, auxiliary test methods such as eye-tracking may be included. When the sessions are complete, the results are analyzed. All the notes and videos are reviewed, patterns are identified, and ultimately a report is written and the feedback informs the next round of revisions.</p>\n<p>Some people think it shouldn’t take much time to do all this. I’ve lost count of the number of people who cite <a href=\"http://www.useit.com/alertbox/20000319.html\">an old article by Jakob Nielsen</a> that says you don’t need to test with more than 5 users because usability issues become clear right away. While I’ve found that to be generally true, when your user base is as diverse in experience level, usage, platform configuration, language (right to left languages have a pretty different experience) and demography as the WordPress community is, 5 users really isn’t enough to get a clear picture. We try to test with at least a dozen people each round, but then we are limited to a geographic region (test in NY, test in SF, or test wherever we can schedule enough people back to back to make it worthwhile), while WordPress users are located all over the globe.</p>\n<p>To address this, we’re introducing a set of new contribution opportunities to expand our usability testing program. As with development and graphic design, we’re going to create an infrastructure to allow community participation in usability testing on a regular basis and in a much broader capacity than existed before, when it was limited to announcements that we needed participants in <em>x</em> city on <em>y</em> date. We’ll be looking for volunteer moderators as well as participants, hopefully from all over the world.</p>\n<p><strong>Moderators.</strong> Observational usability testing isn’t rocket science, but neither is it a simple task to reduce bias. Because of this, at first we’ll choose only moderators who have professional experience conducting usability tests. People who conduct testing for design agencies, software companies, usability consulting firms and the like will be our first round draft picks. In the future, when we have a group of regular volunteers and have ironed out any kinks in the process, we’ll ideally match up experienced testers with aspiring ones, using a mentorship model to increase the number of people who can contribute in this fashion.</p>\n<p><strong>Participants.</strong> If you use WordPress, chances are you could participant in a usability test at some point. In some cases we’re looking for particular behaviors (people who upload large video files, people who blog from their iPhone, people who manage more than 5 blogs, etc.), while other times the behaviors we’re looking for are much more common (do you have widgets in your sidebar, have you changed themes in the last 6 months, is there more than one author on your blog, etc.).</p>\n<p><strong>So how will these opportunities come into play, and how will it make WordPress better?</strong></p>\n<p>We’ll start with the moderators, and try to get volunteers with a decent geographic spread. Then, we’ll start signing up potential test participants in those areas (though we’ll also allow at-large registrations, since traveling testing will still be happening). We’re working on a registration process for potential participants. You’ll enter your basic info (location, contact info) and answer some questions about your WordPress usage to be entered in the database, and when there’s a testing opportunity coming up that’s appropriate for you, a local moderator will get in touch to see if you’re interested. Further down the road we may experiment with remote testing and other methods, but for now, this approach will broaden the geographic scope of our testing.</p>\n<p>All moderators will follow the same test protocols and script, and their results/reports/video will be reviewed and collated, with a composite report (including the protocol/script that was used) published to the community. This will provide designers and developers with broader feedback during the dev cycle, and will allow the wider community to both understand and participate in the testing program.</p>\n<p>If you’re interested in being a moderator during this initial phase (meaning you do it professionally), <a href=\"http://jane.wordpress.com/contact-me/\">send me an email</a> and introduce yourself. If you’re interested in signing up as a potential test participant, watch this space. We’ll post a link to the registration survey once it’s ready.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:59:\"http://wordpress.org/development/2009/05/testing-opps/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"17\";}s:7:\"summary\";s:336:\"One of the reasons WordPress 2.7 was such a success is the amount of usability testing that took place during the development cycle. Starting with testing 2.5 and the Crazyhorse prototype and following with the 2.7 beta, the testing program looked at almost every feature and function in the application. That kind of thing? Takes [...]\";s:12:\"atom_content\";s:6419:\"<p>One of the reasons WordPress 2.7 was such a success is the amount of usability testing that took place during the development cycle. Starting with <a href=\"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/\">testing 2.5 and the Crazyhorse prototype</a> and following with the 2.7 beta, the testing program looked at almost every feature and function in the application. That kind of thing? Takes a lot of time. <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>For readers who aren’t familiar with the process behind usability testing, here’s an overview. First, determine the scope of your test and create a test protocol/script. Determine the audience segments to be included in the test group(s), and begin recruiting. Recruiting may mean hiring an agency to find participants, but for testing WordPress, it makes more sense to recruit from within this community, so that means making a screening survey, reading all the responses, segmenting the respondents into categories and contacting people until you’ve filled your desired quotas (for whatever segments you’re seeking, such as newbie, experienced user, developer, CMS user, photoblogger, mobile user, etc. ). Then come the test sessions.</p>\n<p>Depending on what is being tested, these last anywhere from half an hour to an hour and half apiece. Sessions are generally recorded using screen capture and web cam, with a video camera for backup. The moderator(s) generally take notes during sessions and/or (depending on what software is being used for the session capture) set markers in the video to indicate task completion, comments of interest, etc. In some cases, auxiliary test methods such as eye-tracking may be included. When the sessions are complete, the results are analyzed. All the notes and videos are reviewed, patterns are identified, and ultimately a report is written and the feedback informs the next round of revisions.</p>\n<p>Some people think it shouldn’t take much time to do all this. I’ve lost count of the number of people who cite <a href=\"http://www.useit.com/alertbox/20000319.html\">an old article by Jakob Nielsen</a> that says you don’t need to test with more than 5 users because usability issues become clear right away. While I’ve found that to be generally true, when your user base is as diverse in experience level, usage, platform configuration, language (right to left languages have a pretty different experience) and demography as the WordPress community is, 5 users really isn’t enough to get a clear picture. We try to test with at least a dozen people each round, but then we are limited to a geographic region (test in NY, test in SF, or test wherever we can schedule enough people back to back to make it worthwhile), while WordPress users are located all over the globe.</p>\n<p>To address this, we’re introducing a set of new contribution opportunities to expand our usability testing program. As with development and graphic design, we’re going to create an infrastructure to allow community participation in usability testing on a regular basis and in a much broader capacity than existed before, when it was limited to announcements that we needed participants in <em>x</em> city on <em>y</em> date. We’ll be looking for volunteer moderators as well as participants, hopefully from all over the world.</p>\n<p><strong>Moderators.</strong> Observational usability testing isn’t rocket science, but neither is it a simple task to reduce bias. Because of this, at first we’ll choose only moderators who have professional experience conducting usability tests. People who conduct testing for design agencies, software companies, usability consulting firms and the like will be our first round draft picks. In the future, when we have a group of regular volunteers and have ironed out any kinks in the process, we’ll ideally match up experienced testers with aspiring ones, using a mentorship model to increase the number of people who can contribute in this fashion.</p>\n<p><strong>Participants.</strong> If you use WordPress, chances are you could participant in a usability test at some point. In some cases we’re looking for particular behaviors (people who upload large video files, people who blog from their iPhone, people who manage more than 5 blogs, etc.), while other times the behaviors we’re looking for are much more common (do you have widgets in your sidebar, have you changed themes in the last 6 months, is there more than one author on your blog, etc.).</p>\n<p><strong>So how will these opportunities come into play, and how will it make WordPress better?</strong></p>\n<p>We’ll start with the moderators, and try to get volunteers with a decent geographic spread. Then, we’ll start signing up potential test participants in those areas (though we’ll also allow at-large registrations, since traveling testing will still be happening). We’re working on a registration process for potential participants. You’ll enter your basic info (location, contact info) and answer some questions about your WordPress usage to be entered in the database, and when there’s a testing opportunity coming up that’s appropriate for you, a local moderator will get in touch to see if you’re interested. Further down the road we may experiment with remote testing and other methods, but for now, this approach will broaden the geographic scope of our testing.</p>\n<p>All moderators will follow the same test protocols and script, and their results/reports/video will be reviewed and collated, with a composite report (including the protocol/script that was used) published to the community. This will provide designers and developers with broader feedback during the dev cycle, and will allow the wider community to both understand and participate in the testing program.</p>\n<p>If you’re interested in being a moderator during this initial phase (meaning you do it professionally), <a href=\"http://jane.wordpress.com/contact-me/\">send me an email</a> and introduce yourself. If you’re interested in signing up as a potential test participant, watch this space. We’ll post a link to the registration survey once it’s ready.</p>\n\";}i:4;a:13:{s:5:\"title\";s:28:\"Make Friends with BuddyPress\";s:4:\"link\";s:70:\"http://wordpress.org/development/2009/04/make-friends-with-buddypress/\";s:8:\"comments\";s:79:\"http://wordpress.org/development/2009/04/make-friends-with-buddypress/#comments\";s:7:\"pubdate\";s:31:\"Thu, 30 Apr 2009 20:24:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:17:\"Cousinsbuddypress\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=719\";s:11:\"description\";s:329:\"What if there was software with the elegance and extensibility of WordPress but all the features you’ve come to expect from social networks like Facebook? Now there is: check out BuddyPress.\nBuddyPress is an official sister project of WordPress. The idea behind it was to see what would happen to the web if it was as [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2004:\"<p>What if there was software with the elegance and extensibility of WordPress but all the features you’ve come to expect from social networks like Facebook? Now there is: <a href=\"http://buddypress.org/\">check out BuddyPress</a>.</p>\n<p>BuddyPress is an official sister project of WordPress. The idea behind it was to see what would happen to the web if it was as easy for anyone to create a social network as it is to create a blog today. There’s been an explosion of social activity on the web, it’s probably the most important trend of the past few years, but there’s been a dearth of Open Source tools that enable the social web.</p>\n<p>In WordPress we have a robust and extensible base that can scale to many millions of users, and BuddyPress is essentially a set of plugins on top of WordPress that add private messaging, profiles, friends, groups, activity streams, and everything else you’ve come to expect from your favorite social network, like a Facebook-in-a-box.</p>\n<p>I don’t think BuddyPress will be something you use <em>instead of</em> your existing social networks, I mean all your friends are already on Myspace, but if you wanted to start something new maybe with more control, friendlier terms of service, or just something customized and tweaked to fit exactly into your existing site, then BuddyPress is a great framework to use. Maybe even someday you’ll be able to connect your BuddyPresses to each other and to the existing monolithic social networks.</p>\n<p>This is just a 1.0 release and it’s not for everybody yet, for example it currently requires using MU which is a bit trickier to get set up than regular WordPress, but regardless <a href=\"http://buddypress.org/\">I’d recommend diving into the community at BuddyPress.org</a>, which is great example of the software in action.</p>\n<p><a href=\"http://buddypress.org/blog/news/buddypress-10-has-arrived/\">Here’s Andy’s official announcement post</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:75:\"http://wordpress.org/development/2009/04/make-friends-with-buddypress/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"48\";}s:7:\"summary\";s:329:\"What if there was software with the elegance and extensibility of WordPress but all the features you’ve come to expect from social networks like Facebook? Now there is: check out BuddyPress.\nBuddyPress is an official sister project of WordPress. The idea behind it was to see what would happen to the web if it was as [...]\";s:12:\"atom_content\";s:2004:\"<p>What if there was software with the elegance and extensibility of WordPress but all the features you’ve come to expect from social networks like Facebook? Now there is: <a href=\"http://buddypress.org/\">check out BuddyPress</a>.</p>\n<p>BuddyPress is an official sister project of WordPress. The idea behind it was to see what would happen to the web if it was as easy for anyone to create a social network as it is to create a blog today. There’s been an explosion of social activity on the web, it’s probably the most important trend of the past few years, but there’s been a dearth of Open Source tools that enable the social web.</p>\n<p>In WordPress we have a robust and extensible base that can scale to many millions of users, and BuddyPress is essentially a set of plugins on top of WordPress that add private messaging, profiles, friends, groups, activity streams, and everything else you’ve come to expect from your favorite social network, like a Facebook-in-a-box.</p>\n<p>I don’t think BuddyPress will be something you use <em>instead of</em> your existing social networks, I mean all your friends are already on Myspace, but if you wanted to start something new maybe with more control, friendlier terms of service, or just something customized and tweaked to fit exactly into your existing site, then BuddyPress is a great framework to use. Maybe even someday you’ll be able to connect your BuddyPresses to each other and to the existing monolithic social networks.</p>\n<p>This is just a 1.0 release and it’s not for everybody yet, for example it currently requires using MU which is a bit trickier to get set up than regular WordPress, but regardless <a href=\"http://buddypress.org/\">I’d recommend diving into the community at BuddyPress.org</a>, which is great example of the software in action.</p>\n<p><a href=\"http://buddypress.org/blog/news/buddypress-10-has-arrived/\">Here’s Andy’s official announcement post</a>.</p>\n\";}i:5;a:13:{s:5:\"title\";s:26:\"Design Tweaks Poll Results\";s:4:\"link\";s:54:\"http://wordpress.org/development/2009/04/poll-results/\";s:8:\"comments\";s:63:\"http://wordpress.org/development/2009/04/poll-results/#comments\";s:7:\"pubdate\";s:31:\"Thu, 30 Apr 2009 15:19:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:14:\"User Interface\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=701\";s:11:\"description\";s:357:\"The poll is closed, the votes are counted, and the results are interesting. The table below shows the actual breakdown of the poll votes, of which there were 2,651. As you can see, there were four main contenders: Dean J. Robinson’s Fluency-based submissions (two variations), the existing 2.7 interface, and Matt Thomas’s comp (MT), which [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3064:\"<p>The poll is closed, the votes are counted, and the results are interesting. The table below shows the actual breakdown of the poll votes, of which there were 2,651. As you can see, there were four main contenders: Dean J. Robinson’s Fluency-based submissions (two variations), the existing 2.7 interface, and Matt Thomas’s comp (MT), which exists somewhere between them in terms of style. Note: GB was a late entry, and was posted after over 900 votes had already been collected.</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/04/tweaksvote.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/04/tweaksvote.png\" alt=\"The voting results\" /></a></p>\n<p><img class=\"alignleft\" title=\"Top image: Dean Robinson, Bottom image: Matt Thomas\" src=\"http://wpdotorg.wordpress.com/files/2009/04/tweaks_dr_mt.png\" alt=\"Top two submissions by Robinson and Thomas\" width=\"410\" height=\"517\" align=\"left\" /></p>\n<p>As several people have rightly pointed out, the Fluency-style designs not only took the top spot, but in combination added up to a higher percentage than any other. We’re not focusing solely on that statistic, though, because had other designers submitted multiple versions, the numbers might have looked different. What was most interesting for me was checking in on the votes over the course of the two days the poll was open. The top three (Fluency-dark, Current 2.7, MT) kept beating each other out for the #1 spot as they cycled back and forth through the top three slots, and had the poll closed on time (left it open a little longer in case anyone translated the time zone incorrectly), the order would have been a bit different.</p>\n<p>What’s more interesting to me is the overall style that seems to be preferred among voters, as Matt’s comp has some stylistic similarities to Dean’s (see image at left). It also would be interesting to know how many of the votes for the current 2.7 interface were based on thinking it looked the best vs. how many were votes against changing the interface at all so soon after the 2.7 redesign. If you want to comment on what you liked best and/or least about any of the designs, <a href=\"http://wordpress.org/support/topic/265261\">this thread</a> is a good place.</p>\n<p>So what happens now? However we look at it, the Fluency-style designs clearly have a lot of fans. Then again, so do the designs of Matt Thomas (he’s behind the current style of 2.7, remember, in addition to the comp labeled MT). To give the interface the attention it is due, and to take seriously some of the interface feedback around usability and accessibility, we’re going to leave the looks alone for 2.8. It’s our guess that a revised style will make into 2.9 early in the development cycle to allow us plenty of time for user testing and revision. How close it winds up being to the comps submitted in this design tweaks challenge will depend, but in the meantime:</p>\n<p>Congratulations, <a href=\"http://deanjrobinson.com/\">Dean J. Robinson</a>, on winning the vote!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:59:\"http://wordpress.org/development/2009/04/poll-results/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"14\";}s:7:\"summary\";s:357:\"The poll is closed, the votes are counted, and the results are interesting. The table below shows the actual breakdown of the poll votes, of which there were 2,651. As you can see, there were four main contenders: Dean J. Robinson’s Fluency-based submissions (two variations), the existing 2.7 interface, and Matt Thomas’s comp (MT), which [...]\";s:12:\"atom_content\";s:3064:\"<p>The poll is closed, the votes are counted, and the results are interesting. The table below shows the actual breakdown of the poll votes, of which there were 2,651. As you can see, there were four main contenders: Dean J. Robinson’s Fluency-based submissions (two variations), the existing 2.7 interface, and Matt Thomas’s comp (MT), which exists somewhere between them in terms of style. Note: GB was a late entry, and was posted after over 900 votes had already been collected.</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/04/tweaksvote.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/04/tweaksvote.png\" alt=\"The voting results\" /></a></p>\n<p><img class=\"alignleft\" title=\"Top image: Dean Robinson, Bottom image: Matt Thomas\" src=\"http://wpdotorg.wordpress.com/files/2009/04/tweaks_dr_mt.png\" alt=\"Top two submissions by Robinson and Thomas\" width=\"410\" height=\"517\" align=\"left\" /></p>\n<p>As several people have rightly pointed out, the Fluency-style designs not only took the top spot, but in combination added up to a higher percentage than any other. We’re not focusing solely on that statistic, though, because had other designers submitted multiple versions, the numbers might have looked different. What was most interesting for me was checking in on the votes over the course of the two days the poll was open. The top three (Fluency-dark, Current 2.7, MT) kept beating each other out for the #1 spot as they cycled back and forth through the top three slots, and had the poll closed on time (left it open a little longer in case anyone translated the time zone incorrectly), the order would have been a bit different.</p>\n<p>What’s more interesting to me is the overall style that seems to be preferred among voters, as Matt’s comp has some stylistic similarities to Dean’s (see image at left). It also would be interesting to know how many of the votes for the current 2.7 interface were based on thinking it looked the best vs. how many were votes against changing the interface at all so soon after the 2.7 redesign. If you want to comment on what you liked best and/or least about any of the designs, <a href=\"http://wordpress.org/support/topic/265261\">this thread</a> is a good place.</p>\n<p>So what happens now? However we look at it, the Fluency-style designs clearly have a lot of fans. Then again, so do the designs of Matt Thomas (he’s behind the current style of 2.7, remember, in addition to the comp labeled MT). To give the interface the attention it is due, and to take seriously some of the interface feedback around usability and accessibility, we’re going to leave the looks alone for 2.8. It’s our guess that a revised style will make into 2.9 early in the development cycle to allow us plenty of time for user testing and revision. How close it winds up being to the comps submitted in this design tweaks challenge will depend, but in the meantime:</p>\n<p>Congratulations, <a href=\"http://deanjrobinson.com/\">Dean J. Robinson</a>, on winning the vote!</p>\n\";}i:6;a:13:{s:5:\"title\";s:18:\"Design Tweaks Vote\";s:4:\"link\";s:60:\"http://wordpress.org/development/2009/04/design-tweaks-vote/\";s:8:\"comments\";s:69:\"http://wordpress.org/development/2009/04/design-tweaks-vote/#comments\";s:7:\"pubdate\";s:31:\"Tue, 28 Apr 2009 12:09:31 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:14:\"User Interface\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=685\";s:11:\"description\";s:321:\"Comps for the header/nav design tweaks are in, and the results are mixed. Some people just moved a few things around, while others proposed a new style altogether. We won’t make any major changes to style in 2.8, but if the vote leans toward a submission that proposes it, we’ll do some user testing and [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2893:\"<p>Comps for the header/nav design tweaks are in, and the results are mixed. Some people just moved a few things around, while others proposed a new style altogether. We won’t make any major changes to style in 2.8, but if the vote leans toward a submission that proposes it, we’ll do some user testing and make a decision for early 2.9 (which, now that we think of it, is probably the right thing to do anyway. <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> )</p>\n<p>Below are the links to the screenshots that were submitted. Please review each one (I’d open them all in tabs so I could look back and forth while they are all large size, because the voting poll just uses thumbnails), then choose the one you think looks the best/is the most usable.</p>\n<p>This poll was supposed to close at 8pm NY time on Tuesday (today), but we’re going to leave it open for an extra day. The voting poll will now be closed at 8pm NY time on Wednesday (that’s 2am Thursday, UTC). If you want to discuss the entries’ pros/cons, <a href=\"http://wordpress.org/support/topic/265261\">this thread</a> would be a good place.</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/04/current.png\">Current: The existing interface, for reference</a></p>\n<p><a href=\"http://p51labs.com/projects/wordpress-2.8-navigation/screenshot.png\">KM: Current nav, header elements moved</a></p>\n<p><a href=\"http://andrerenaut.ovh.org/wp28.jpg\">AN: Current nav, file folder style header</a></p>\n<p><a href=\"http://konstruktors.com/blog/wp-content/uploads/2009/04/mt-db-kaspars-dambis.png\">KD: Current nav, modified header style</a></p>\n<p><a href=\"http://www.johnjamesjacoby.com/uploads/2009/04/jjj-wp-28.gif\">JJ: Swap blog title and favorites menu</a></p>\n<p><a href=\"http://deanjrobinson.com/wp-content/uploads/2009/04/mt-db-djr.png\">DR1: Fluency style, dark</a></p>\n<p><a href=\"http://deanjrobinson.com/wp-content/uploads/2009/04/mt-db-djr-2.png\">DR2: Fluency style, medium</a></p>\n<p><a href=\"http://deanjrobinson.com/wp-content/uploads/2009/04/mt-db-djr-3.png\">DR3: Fluency style, light</a></p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/04/ik.png\">IK: Nav layered over dark background</a></p>\n<p><a href=\"http://gordonbrander.com/wp/wp-content/uploads/2009/04/mt-db-up.png\">GB: Modified nav/header intersection</a></p>\n<p><a href=\"http://iammattthomas.com/28/dash.png\">MT: Modified nav and header</a></p>\n<p><script type=\"text/javascript\" language=\"javascript\" charset=\"utf-8\" src=\"http://static.polldaddy.com/p/1575922.js\"></script><noscript><br />\n<a href=\"http://answers.polldaddy.com/poll/1575922/\">Which style do you prefer?</a><span style=\"font-size:9px;\">(<a href=\"http://answers.polldaddy.com\">answers</a>)</span><br />\n</noscript></p>\n<p>Results will be posted the day after the polls close. </p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://wordpress.org/development/2009/04/design-tweaks-vote/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"18\";}s:7:\"summary\";s:321:\"Comps for the header/nav design tweaks are in, and the results are mixed. Some people just moved a few things around, while others proposed a new style altogether. We won’t make any major changes to style in 2.8, but if the vote leans toward a submission that proposes it, we’ll do some user testing and [...]\";s:12:\"atom_content\";s:2893:\"<p>Comps for the header/nav design tweaks are in, and the results are mixed. Some people just moved a few things around, while others proposed a new style altogether. We won’t make any major changes to style in 2.8, but if the vote leans toward a submission that proposes it, we’ll do some user testing and make a decision for early 2.9 (which, now that we think of it, is probably the right thing to do anyway. <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> )</p>\n<p>Below are the links to the screenshots that were submitted. Please review each one (I’d open them all in tabs so I could look back and forth while they are all large size, because the voting poll just uses thumbnails), then choose the one you think looks the best/is the most usable.</p>\n<p>This poll was supposed to close at 8pm NY time on Tuesday (today), but we’re going to leave it open for an extra day. The voting poll will now be closed at 8pm NY time on Wednesday (that’s 2am Thursday, UTC). If you want to discuss the entries’ pros/cons, <a href=\"http://wordpress.org/support/topic/265261\">this thread</a> would be a good place.</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/04/current.png\">Current: The existing interface, for reference</a></p>\n<p><a href=\"http://p51labs.com/projects/wordpress-2.8-navigation/screenshot.png\">KM: Current nav, header elements moved</a></p>\n<p><a href=\"http://andrerenaut.ovh.org/wp28.jpg\">AN: Current nav, file folder style header</a></p>\n<p><a href=\"http://konstruktors.com/blog/wp-content/uploads/2009/04/mt-db-kaspars-dambis.png\">KD: Current nav, modified header style</a></p>\n<p><a href=\"http://www.johnjamesjacoby.com/uploads/2009/04/jjj-wp-28.gif\">JJ: Swap blog title and favorites menu</a></p>\n<p><a href=\"http://deanjrobinson.com/wp-content/uploads/2009/04/mt-db-djr.png\">DR1: Fluency style, dark</a></p>\n<p><a href=\"http://deanjrobinson.com/wp-content/uploads/2009/04/mt-db-djr-2.png\">DR2: Fluency style, medium</a></p>\n<p><a href=\"http://deanjrobinson.com/wp-content/uploads/2009/04/mt-db-djr-3.png\">DR3: Fluency style, light</a></p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/04/ik.png\">IK: Nav layered over dark background</a></p>\n<p><a href=\"http://gordonbrander.com/wp/wp-content/uploads/2009/04/mt-db-up.png\">GB: Modified nav/header intersection</a></p>\n<p><a href=\"http://iammattthomas.com/28/dash.png\">MT: Modified nav and header</a></p>\n<p><script type=\"text/javascript\" language=\"javascript\" charset=\"utf-8\" src=\"http://static.polldaddy.com/p/1575922.js\"></script><noscript><br />\n<a href=\"http://answers.polldaddy.com/poll/1575922/\">Which style do you prefer?</a><span style=\"font-size:9px;\">(<a href=\"http://answers.polldaddy.com\">answers</a>)</span><br />\n</noscript></p>\n<p>Results will be posted the day after the polls close. </p>\n\";}i:7;a:13:{s:5:\"title\";s:50:\"Design Tweaks: Who’s In? (An idea in three acts)\";s:4:\"link\";s:85:\"http://wordpress.org/development/2009/04/design-tweaks-whos-in-an-idea-in-three-acts/\";s:8:\"comments\";s:94:\"http://wordpress.org/development/2009/04/design-tweaks-whos-in-an-idea-in-three-acts/#comments\";s:7:\"pubdate\";s:31:\"Sat, 25 Apr 2009 16:57:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:14:\"User Interface\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=640\";s:11:\"description\";s:328:\"\nACT I\nJane: It is a thorn in my side that the blog name header is above the “dashboard” nav section in the admin, since in MU installations and with plugins (like stats), things in the Dashboard section span multiple blogs. Makes more sense for the header to head only the per-blog content area.\nMark: I agree [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7119:\"<h4 style=\"text-align: left;\"></h4>\n<h4 style=\"text-align: left;\">ACT I</h4>\n<p style=\"text-align: left;\"><strong>Jane:</strong> It is a thorn in my side that the blog name header is above the “dashboard” nav section in the admin, since in MU installations and with plugins (like stats), things in the Dashboard section span multiple blogs. Makes more sense for the header to head only the per-blog content area.</p>\n<p style=\"text-align: left;\"><strong>Mark:</strong> I agree about the header. “This is the menu, this is the content.”</p>\n<p style=\"text-align: left;\"><strong>All: </strong>Yep.</p>\n<p style=\"text-align: left;\"><span style=\"color: #888888;\"><em>Five minutes later…</em></span></p>\n<p style=\"text-align: left;\"><strong>Mark: </strong>What do you guys this of this quick mockup I just did, playing with the admin header?<br />\n<img src=\"http://wpdotorg.wordpress.com/files/2009/04/mark-mockup.png\" alt=\"Mark Jaquith\'s mockup\" />\n</p>\n<p style=\"text-align: left;\"><strong>Jane: </strong>I like it that the nav is not under the header. Might need some styling help. I was also thinking maybe the favorites menu should drop down into the white h2 area by screen options/help tabs.</p>\n<p style=\"text-align: left;\"><strong>Ryan: </strong>Menu color to the top with blog title pushed over and favorites next to screen options sounds quite nice.</p>\n<p style=\"text-align: left;\"><strong>Jane: </strong>I’ll ask Matt Thomas if he could style it <em>[ed. note: Matt Thomas created the visual style for 2.7]</em>, and we can see what people think, maybe post on <a href=\"http://wpdevel.wordpress.com/\">wpdevel</a> for feedback.</p>\n<p style=\"text-align: left;\"><strong>Ryan: </strong>If it’s quick, maybe we could even get it into 2.8.</p>\n<h4>ACT II</h4>\n<p style=\"text-align: left;\"><strong>Matt T: </strong>Here are some comps based on what you told me.</p>\n<p style=\"text-align: left;\"><strong>Jane: </strong>Cool, but where are Screen Options and Help tabs?</p>\n<p style=\"text-align: left;\"><strong>Matt T: </strong>Still working on that.</p>\n<p style=\"text-align: left;\"><strong>Jane: </strong>Hm. Wonder if there’s time to open this up to community designers? I know we’re in freeze, and it’s no notice, but you didn’t get any notice either when we dropped this styling request on your lap a few hours ago. That’s the way open software development works: sometimes the best ideas come at the last minute!</p>\n<p style=\"text-align: left;\"><strong>Matt T:</strong> I’m all for letting the community take a stab at it. Especially if they come up with something brilliant to do with the Screen Options and Help tabs.</p>\n<p style=\"text-align: left;\"><strong>Jane: </strong>I’ll ask Ryan about release date and see if there’s time. I know they wanted your style recommendations today.</p>\n<h4>Act III</h4>\n<p><strong>Ryan: </strong>Tuesday is probably doable, no later than that for final delivery of style and any gradient graphics, etc.</p>\n<p><strong>Jane: </strong>Awesome! People will hate me for the short notice after the has-patch marathon, but since it’s a small project and over the weekend, and wasn’t even something anyone was planning until a few hours ago, I’m <strong>*really hoping*</strong> people will take this for what it is, an attempt to give more people input into an upcoming visual change in the interface, even if it’s not a huge one.</p>\n<p><strong>Ryan:</strong> Would have the benefit of warning people that header and menu will be changed a bit.</p>\n<p><strong>Jane:</strong> And we can have a vote. If I can get all the materials together and post in the morning, that would give 2 days of design time for submissions on Monday, and if we do a day of voting Tuesday, that’s 3 days notice for the vote. I’ll make sure to post to all the lists, etc.</p>\n<p><strong>Ryan: </strong>Will we announce with comps from Matt T as examples of what we’re thinking?</p>\n<p><strong>Jane:</strong> I’ll write up the UX reasons for considering the change, and Matt T can provide some style guidelines and his original comps so no one will have to waste time mocking up the basic screen layout.</p>\n<p><strong>Ryan:</strong> That would help set the scope. We just want tweaks here and there, given the timing.</p>\n<p><strong>Jane: </strong>Woot!</p>\n<p><strong>On Your Mark, Get Set…</strong><br />\nOkay, so here’s the deal. Modifying the nav/header to be a little nicer is was a last-minute design idea, and if it can’t be worked out in the time we have left before 2.8 (which is very little), we’ll just wait until 2.9 to work on it. But! If someone comes up with something the community really likes and it doesn’t break any of the design guidelines for the rest of WordPress, we could sneak it in.</p>\n<p><a href=\"http://wordpress.org/development/?page_id=661\">UX and design guidelines for this mini-project are posted here</a> (so as not to clog up anyone’s feed reader with big graphics). Read through the UX stuff, check out the comps Matt Thomas mocked up last night (with absolutely no notice, for the record). Use the .psd as your base, and when it’s time to submit your ideas, make a .jpg or .png and post a link to it in the comments on this post. (Note: Only comments containing a link to a design submission using this format will be approved. For general discussion about this design challenge or any of the submissions, please head into the #wordpress-dev IRC channel.)</p>\n<p>Submit the link to your comps by 1am Tuesday, April 28 UTC (7pm Monday, April 27, New York time). If you have questions or want early feedback, we’ll be in and out of the #wordpress-dev IRC channel between now and then.</p>\n<p>Once we’ve received the submissions, we’ll post a voting survey (much simpler than the icon survey; this one will be more of poll, just choose the one you like best) as soon as possible, and will post the link to it here as soon as it’s online. We’ll only keep voting open for one day because of the 2.8 deadline, so put it on your calendar if you think you’ll forget. Voting will close at 2am Wednesday, April 29 UTC (8pm Tuesday, April 28, New York time). Results will be announced the following day.</p>\n<p><strong><a href=\"http://wordpress.org/development/?page_id=661\">Go!</a></strong></p>\n<p><span style=\"color: #888888;\"><em>* Chats above are a conglomeration of actual chats. </em></span></p>\n<p><strong>Reminder: Only comments containing a link to a design submission will be published here. All other comments will be deleted. </strong> </p>\n<p>If you want to leave a public comment about this contest, the design, etc., I’ve created a thread in the forums that you can use. <a href=\"http://wordpress.org/support/topic/265261\">Please discuss these things there</a>. If you leave a regular comment here on this blog, no one will be able to reply to you, because only actual links to design submissions will be posted in the comments here. </p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:90:\"http://wordpress.org/development/2009/04/design-tweaks-whos-in-an-idea-in-three-acts/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"17\";}s:7:\"summary\";s:328:\"\nACT I\nJane: It is a thorn in my side that the blog name header is above the “dashboard” nav section in the admin, since in MU installations and with plugins (like stats), things in the Dashboard section span multiple blogs. Makes more sense for the header to head only the per-blog content area.\nMark: I agree [...]\";s:12:\"atom_content\";s:7119:\"<h4 style=\"text-align: left;\"></h4>\n<h4 style=\"text-align: left;\">ACT I</h4>\n<p style=\"text-align: left;\"><strong>Jane:</strong> It is a thorn in my side that the blog name header is above the “dashboard” nav section in the admin, since in MU installations and with plugins (like stats), things in the Dashboard section span multiple blogs. Makes more sense for the header to head only the per-blog content area.</p>\n<p style=\"text-align: left;\"><strong>Mark:</strong> I agree about the header. “This is the menu, this is the content.”</p>\n<p style=\"text-align: left;\"><strong>All: </strong>Yep.</p>\n<p style=\"text-align: left;\"><span style=\"color: #888888;\"><em>Five minutes later…</em></span></p>\n<p style=\"text-align: left;\"><strong>Mark: </strong>What do you guys this of this quick mockup I just did, playing with the admin header?<br />\n<img src=\"http://wpdotorg.wordpress.com/files/2009/04/mark-mockup.png\" alt=\"Mark Jaquith\'s mockup\" />\n</p>\n<p style=\"text-align: left;\"><strong>Jane: </strong>I like it that the nav is not under the header. Might need some styling help. I was also thinking maybe the favorites menu should drop down into the white h2 area by screen options/help tabs.</p>\n<p style=\"text-align: left;\"><strong>Ryan: </strong>Menu color to the top with blog title pushed over and favorites next to screen options sounds quite nice.</p>\n<p style=\"text-align: left;\"><strong>Jane: </strong>I’ll ask Matt Thomas if he could style it <em>[ed. note: Matt Thomas created the visual style for 2.7]</em>, and we can see what people think, maybe post on <a href=\"http://wpdevel.wordpress.com/\">wpdevel</a> for feedback.</p>\n<p style=\"text-align: left;\"><strong>Ryan: </strong>If it’s quick, maybe we could even get it into 2.8.</p>\n<h4>ACT II</h4>\n<p style=\"text-align: left;\"><strong>Matt T: </strong>Here are some comps based on what you told me.</p>\n<p style=\"text-align: left;\"><strong>Jane: </strong>Cool, but where are Screen Options and Help tabs?</p>\n<p style=\"text-align: left;\"><strong>Matt T: </strong>Still working on that.</p>\n<p style=\"text-align: left;\"><strong>Jane: </strong>Hm. Wonder if there’s time to open this up to community designers? I know we’re in freeze, and it’s no notice, but you didn’t get any notice either when we dropped this styling request on your lap a few hours ago. That’s the way open software development works: sometimes the best ideas come at the last minute!</p>\n<p style=\"text-align: left;\"><strong>Matt T:</strong> I’m all for letting the community take a stab at it. Especially if they come up with something brilliant to do with the Screen Options and Help tabs.</p>\n<p style=\"text-align: left;\"><strong>Jane: </strong>I’ll ask Ryan about release date and see if there’s time. I know they wanted your style recommendations today.</p>\n<h4>Act III</h4>\n<p><strong>Ryan: </strong>Tuesday is probably doable, no later than that for final delivery of style and any gradient graphics, etc.</p>\n<p><strong>Jane: </strong>Awesome! People will hate me for the short notice after the has-patch marathon, but since it’s a small project and over the weekend, and wasn’t even something anyone was planning until a few hours ago, I’m <strong>*really hoping*</strong> people will take this for what it is, an attempt to give more people input into an upcoming visual change in the interface, even if it’s not a huge one.</p>\n<p><strong>Ryan:</strong> Would have the benefit of warning people that header and menu will be changed a bit.</p>\n<p><strong>Jane:</strong> And we can have a vote. If I can get all the materials together and post in the morning, that would give 2 days of design time for submissions on Monday, and if we do a day of voting Tuesday, that’s 3 days notice for the vote. I’ll make sure to post to all the lists, etc.</p>\n<p><strong>Ryan: </strong>Will we announce with comps from Matt T as examples of what we’re thinking?</p>\n<p><strong>Jane:</strong> I’ll write up the UX reasons for considering the change, and Matt T can provide some style guidelines and his original comps so no one will have to waste time mocking up the basic screen layout.</p>\n<p><strong>Ryan:</strong> That would help set the scope. We just want tweaks here and there, given the timing.</p>\n<p><strong>Jane: </strong>Woot!</p>\n<p><strong>On Your Mark, Get Set…</strong><br />\nOkay, so here’s the deal. Modifying the nav/header to be a little nicer is was a last-minute design idea, and if it can’t be worked out in the time we have left before 2.8 (which is very little), we’ll just wait until 2.9 to work on it. But! If someone comes up with something the community really likes and it doesn’t break any of the design guidelines for the rest of WordPress, we could sneak it in.</p>\n<p><a href=\"http://wordpress.org/development/?page_id=661\">UX and design guidelines for this mini-project are posted here</a> (so as not to clog up anyone’s feed reader with big graphics). Read through the UX stuff, check out the comps Matt Thomas mocked up last night (with absolutely no notice, for the record). Use the .psd as your base, and when it’s time to submit your ideas, make a .jpg or .png and post a link to it in the comments on this post. (Note: Only comments containing a link to a design submission using this format will be approved. For general discussion about this design challenge or any of the submissions, please head into the #wordpress-dev IRC channel.)</p>\n<p>Submit the link to your comps by 1am Tuesday, April 28 UTC (7pm Monday, April 27, New York time). If you have questions or want early feedback, we’ll be in and out of the #wordpress-dev IRC channel between now and then.</p>\n<p>Once we’ve received the submissions, we’ll post a voting survey (much simpler than the icon survey; this one will be more of poll, just choose the one you like best) as soon as possible, and will post the link to it here as soon as it’s online. We’ll only keep voting open for one day because of the 2.8 deadline, so put it on your calendar if you think you’ll forget. Voting will close at 2am Wednesday, April 29 UTC (8pm Tuesday, April 28, New York time). Results will be announced the following day.</p>\n<p><strong><a href=\"http://wordpress.org/development/?page_id=661\">Go!</a></strong></p>\n<p><span style=\"color: #888888;\"><em>* Chats above are a conglomeration of actual chats. </em></span></p>\n<p><strong>Reminder: Only comments containing a link to a design submission will be published here. All other comments will be deleted. </strong> </p>\n<p>If you want to leave a public comment about this contest, the design, etc., I’ve created a thread in the forums that you can use. <a href=\"http://wordpress.org/support/topic/265261\">Please discuss these things there</a>. If you leave a regular comment here on this blog, no one will be able to reply to you, because only actual links to design submissions will be posted in the comments here. </p>\n\";}i:8;a:13:{s:5:\"title\";s:33:\"Summer of Code Students Announced\";s:4:\"link\";s:75:\"http://wordpress.org/development/2009/04/summer-of-code-students-announced/\";s:8:\"comments\";s:84:\"http://wordpress.org/development/2009/04/summer-of-code-students-announced/#comments\";s:7:\"pubdate\";s:31:\"Wed, 22 Apr 2009 01:41:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=631\";s:11:\"description\";s:333:\"Google has announced the successful applicants for the 2009 Google Summer of Code, and WordPress is lucky enough to have eight students allotted to our open source project. It was a tough choice, since we had almost 60 applications to choose from. We’d like to thank all the students who applied, and we’re sorry we [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2998:\"<p>Google has announced the successful applicants for the 2009 Google Summer of Code, and WordPress is lucky enough to have eight students allotted to our open source project. It was a tough choice, since we had almost 60 applications to choose from. We’d like to thank all the students who applied, and we’re sorry we couldn’t take on more of you.</p>\n<p>Developers, if you see these bright young things in the dev channel, please be your usual friendly, helpful selves. <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> Everyone else, wish our students luck with their projects this summer, which promise to be challenging but awesome. Without further ado, I’m pleased to introduce the GSoC projects (in no particular order) and the students tackling them.</p>\n<p><strong>Justin Shreve</strong>, Extended WordPress Search Engine. Justin will be mentored by Andy Skelton. One of the complaints I hear over and over again is about the search engine, so this could have great benefit to WordPress core.<br />\n<strong><br />\nRudolf Cheuk Sang Lai</strong>, Adding Photo Grouping by Album Functionality. This project will wind up being a piece of a larger media redux project for 2.9/3.0. Mark Jaquith is mentoring, and Noel Jackson will be a backup mentor.</p>\n<p><strong>Daryl Koopersmith</strong>, WYSIWYG theme editor/generator. This will allow users to create and edit themes without touching any code. Beau Lebens is the mentor on this project.</p>\n<p><strong>Michael Benedict Arul </strong>will be working on a similar project. Michael will be mentored by Andrew Ozz, since this project will be using jQuery. It’s our hope that having two students working on this idea separately will foster competition and allow us to compare approaches.</p>\n<p><strong>Daniel Larkin</strong>, Modified Preorder Tree Traversal (MPTT). Lead Developer Ryan Boren will be his mentor. This is Daniel’s second GSoC working on WordPress.</p>\n<p><strong>Diego Caro</strong>, a student from Chile, will also work on an MPTT project. Diego will be mentored by Thorsten Ott.</p>\n<p><strong>César Rodas</strong>, social and text processing algorithms for BuddyPress and MU as related to recommendation engines. Alex Shiels and Andy Peatling will co-mentor this project.</p>\n<p><strong>Anthony Cole</strong>, Event management with WordPress. Co-organizer of WordCamp Australia and New Zealand, Anthony will be working on a suite of plugins (or maybe just one or two out of a planned set, scope TBD) for event management/attendee networking that will be built on BuddyPress/MU/bbPress. We’ll use wordcamp.org as a test case, and release the final product to the community. Jake Spurlock will be mentoring, with Andy Peatling as backup.</p>\n<p>Congratulations, guys*!</p>\n<p>*<em>Seriously, we didn’t get more than a couple of applications from female student developers. Where are all the geek girls?</em></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:80:\"http://wordpress.org/development/2009/04/summer-of-code-students-announced/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"11\";}s:7:\"summary\";s:333:\"Google has announced the successful applicants for the 2009 Google Summer of Code, and WordPress is lucky enough to have eight students allotted to our open source project. It was a tough choice, since we had almost 60 applications to choose from. We’d like to thank all the students who applied, and we’re sorry we [...]\";s:12:\"atom_content\";s:2998:\"<p>Google has announced the successful applicants for the 2009 Google Summer of Code, and WordPress is lucky enough to have eight students allotted to our open source project. It was a tough choice, since we had almost 60 applications to choose from. We’d like to thank all the students who applied, and we’re sorry we couldn’t take on more of you.</p>\n<p>Developers, if you see these bright young things in the dev channel, please be your usual friendly, helpful selves. <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> Everyone else, wish our students luck with their projects this summer, which promise to be challenging but awesome. Without further ado, I’m pleased to introduce the GSoC projects (in no particular order) and the students tackling them.</p>\n<p><strong>Justin Shreve</strong>, Extended WordPress Search Engine. Justin will be mentored by Andy Skelton. One of the complaints I hear over and over again is about the search engine, so this could have great benefit to WordPress core.<br />\n<strong><br />\nRudolf Cheuk Sang Lai</strong>, Adding Photo Grouping by Album Functionality. This project will wind up being a piece of a larger media redux project for 2.9/3.0. Mark Jaquith is mentoring, and Noel Jackson will be a backup mentor.</p>\n<p><strong>Daryl Koopersmith</strong>, WYSIWYG theme editor/generator. This will allow users to create and edit themes without touching any code. Beau Lebens is the mentor on this project.</p>\n<p><strong>Michael Benedict Arul </strong>will be working on a similar project. Michael will be mentored by Andrew Ozz, since this project will be using jQuery. It’s our hope that having two students working on this idea separately will foster competition and allow us to compare approaches.</p>\n<p><strong>Daniel Larkin</strong>, Modified Preorder Tree Traversal (MPTT). Lead Developer Ryan Boren will be his mentor. This is Daniel’s second GSoC working on WordPress.</p>\n<p><strong>Diego Caro</strong>, a student from Chile, will also work on an MPTT project. Diego will be mentored by Thorsten Ott.</p>\n<p><strong>César Rodas</strong>, social and text processing algorithms for BuddyPress and MU as related to recommendation engines. Alex Shiels and Andy Peatling will co-mentor this project.</p>\n<p><strong>Anthony Cole</strong>, Event management with WordPress. Co-organizer of WordCamp Australia and New Zealand, Anthony will be working on a suite of plugins (or maybe just one or two out of a planned set, scope TBD) for event management/attendee networking that will be built on BuddyPress/MU/bbPress. We’ll use wordcamp.org as a test case, and release the final product to the community. Jake Spurlock will be mentoring, with Andy Peatling as backup.</p>\n<p>Congratulations, guys*!</p>\n<p>*<em>Seriously, we didn’t get more than a couple of applications from female student developers. Where are all the geek girls?</em></p>\n\";}i:9;a:13:{s:5:\"title\";s:26:\"Has-Patch Marathon Results\";s:4:\"link\";s:68:\"http://wordpress.org/development/2009/04/has-patch-marathon-results/\";s:8:\"comments\";s:77:\"http://wordpress.org/development/2009/04/has-patch-marathon-results/#comments\";s:7:\"pubdate\";s:31:\"Mon, 20 Apr 2009 02:45:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:30:\"Development2.8bug huntmarathon\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=628\";s:11:\"description\";s:327:\"As promised, here are the results of the 24-hour has-patch marathon that was announced, begun and completed over the course of a few days last week (more on timing after the results). Results include activity from 8am Pacific time on Thursday, April 16, 2009 to 9am Pacific time on Friday, April 17, 2009.\nTotal number of [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3738:\"<p>As promised, here are the results of the 24-hour has-patch marathon that was announced, begun and completed over the course of a few days last week (more on timing after the results). Results include activity from 8am Pacific time on Thursday, April 16, 2009 to 9am Pacific time on Friday, April 17, 2009.</p>\n<p>Total number of patches committed to core: 44</p>\n<p>Contributors whose old patches were committed: 9</p>\n<p>Marathon contributors whose patches were committed: 13</p>\n<p>Tickets closed: 102 (breakdown below)</p>\n<ul>\n<li>Fixed – 45</li>\n<li>Dupe – 16</li>\n<li> Wontfix – 10</li>\n<li>Invalid – 19</li>\n<li>Worksforme – 12</li>\n</ul>\n<p>Tickets created: 20 [<em>I guess not everyone got the memo that we were trying to close tickets.</em> <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> ]</p>\n<p>Tickets reopened: 4</p>\n<p>Number of testers who left comments in ticket threads: 10</p>\n<p>Number of testing-specific comments: 18</p>\n<p>These numbers are based on opening each ticket that registered activity during the marathon hours and counting the actual comments that indicated some testing of a patch. Contributions to philosophical discussions without a patch, while important, weren’t counted for this purpose. Nor were Trac notices that simply noted a ticket was being closed because it was a dupe, invalid, etc.</p>\n<p>Top five contributors (committed patches): Denis-de-Bernardy, filosofo, nbachiyski, scohoust, simonwheatley</p>\n<p>Top five testing feedback providers: shanef, Nicholas91, Denis-de-Bernardy, sivel, williamsba, mrmist (tie)</p>\n<p>Given the short notice/last-minute nature of the marathon, I think we did pretty well. Granted, there were people who complained that two days wasn’t enough notice to clear their schedules, but let’s be honest, the 24-hour has-patch marathon was more of a rallying cry to help clean out Trac than a deadline based on anything specific. Patches are <strong>always</strong> welcome/encouraged, and now that the big features for 2.8 are mostly done, the lead devs will be able to spend more time reviewing Trac tickets and patches. Still, not too many people tested existing patches (or if they did, they failed to leave the requisite comment in the ticket threads). Testing patches is one of the easiest things you can do to help further development, since patches won’t be committed or rejected until they’ve been tested by several people.</p>\n<p>As we get closer to the 2.8 release, jump into Trac any time and test a few patches (don’t forget to leave the feedback!) if you have time. If there’s a ticket you’re sick of seeing there, write a patch and ask your fellow contributors to test it and comment on the ticket thread. We’ll announce an official bug hunt soon (and yes, there will be more than two days’ notice), but the fact remains that addressing new bugs is easier if Trac isn’t clogged with old tickets. If you spot duplicate tickets, mark it a dupe, note the other ticket number in the comments and close the ticket. If you see one that is no longer relevant because the current code base fixes a problem reported several versions ago, mark it invalid, leave a comment and close the ticket. These simple housekeeping tasks may not seem like much, but they do help. Special props to Denis-de-Bernardy, who in addition to writing a couple of patches during the marathon and testing a few others, did a bunch of ticket maintenance like this, and cleared out a number of tickets.</p>\n<p>Thank you to everyone who participated, and until the next marathon, happy patching and testing!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:73:\"http://wordpress.org/development/2009/04/has-patch-marathon-results/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"10\";}s:7:\"summary\";s:327:\"As promised, here are the results of the 24-hour has-patch marathon that was announced, begun and completed over the course of a few days last week (more on timing after the results). Results include activity from 8am Pacific time on Thursday, April 16, 2009 to 9am Pacific time on Friday, April 17, 2009.\nTotal number of [...]\";s:12:\"atom_content\";s:3738:\"<p>As promised, here are the results of the 24-hour has-patch marathon that was announced, begun and completed over the course of a few days last week (more on timing after the results). Results include activity from 8am Pacific time on Thursday, April 16, 2009 to 9am Pacific time on Friday, April 17, 2009.</p>\n<p>Total number of patches committed to core: 44</p>\n<p>Contributors whose old patches were committed: 9</p>\n<p>Marathon contributors whose patches were committed: 13</p>\n<p>Tickets closed: 102 (breakdown below)</p>\n<ul>\n<li>Fixed – 45</li>\n<li>Dupe – 16</li>\n<li> Wontfix – 10</li>\n<li>Invalid – 19</li>\n<li>Worksforme – 12</li>\n</ul>\n<p>Tickets created: 20 [<em>I guess not everyone got the memo that we were trying to close tickets.</em> <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> ]</p>\n<p>Tickets reopened: 4</p>\n<p>Number of testers who left comments in ticket threads: 10</p>\n<p>Number of testing-specific comments: 18</p>\n<p>These numbers are based on opening each ticket that registered activity during the marathon hours and counting the actual comments that indicated some testing of a patch. Contributions to philosophical discussions without a patch, while important, weren’t counted for this purpose. Nor were Trac notices that simply noted a ticket was being closed because it was a dupe, invalid, etc.</p>\n<p>Top five contributors (committed patches): Denis-de-Bernardy, filosofo, nbachiyski, scohoust, simonwheatley</p>\n<p>Top five testing feedback providers: shanef, Nicholas91, Denis-de-Bernardy, sivel, williamsba, mrmist (tie)</p>\n<p>Given the short notice/last-minute nature of the marathon, I think we did pretty well. Granted, there were people who complained that two days wasn’t enough notice to clear their schedules, but let’s be honest, the 24-hour has-patch marathon was more of a rallying cry to help clean out Trac than a deadline based on anything specific. Patches are <strong>always</strong> welcome/encouraged, and now that the big features for 2.8 are mostly done, the lead devs will be able to spend more time reviewing Trac tickets and patches. Still, not too many people tested existing patches (or if they did, they failed to leave the requisite comment in the ticket threads). Testing patches is one of the easiest things you can do to help further development, since patches won’t be committed or rejected until they’ve been tested by several people.</p>\n<p>As we get closer to the 2.8 release, jump into Trac any time and test a few patches (don’t forget to leave the feedback!) if you have time. If there’s a ticket you’re sick of seeing there, write a patch and ask your fellow contributors to test it and comment on the ticket thread. We’ll announce an official bug hunt soon (and yes, there will be more than two days’ notice), but the fact remains that addressing new bugs is easier if Trac isn’t clogged with old tickets. If you spot duplicate tickets, mark it a dupe, note the other ticket number in the comments and close the ticket. If you see one that is no longer relevant because the current code base fixes a problem reported several versions ago, mark it invalid, leave a comment and close the ticket. These simple housekeeping tasks may not seem like much, but they do help. Special props to Denis-de-Bernardy, who in addition to writing a couple of patches during the marathon and testing a few others, did a bunch of ticket maintenance like this, and cleared out a number of tickets.</p>\n<p>Thank you to everyone who participated, and until the next marathon, happy patching and testing!</p>\n\";}}s:7:\"channel\";a:8:{s:5:\"title\";s:26:\"WordPress Development Blog\";s:4:\"link\";s:32:\"http://wordpress.org/development\";s:11:\"description\";s:33:\"WordPress development and updates\";s:13:\"lastbuilddate\";s:31:\"Sat, 23 May 2009 17:33:36 +0000\";s:9:\"generator\";s:39:\"http://wordpress.org/?v=2.8-beta2-11480\";s:8:\"language\";s:2:\"en\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:7:\"tagline\";s:33:\"WordPress development and updates\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(117,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','1243745313','no'),(118,0,'rss_867bd5c64f85878d03a060509cd2f92c','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:66:\"Peter Westwood: WordCamp UK – Earlybird ticket sales nearly over\";s:4:\"guid\";s:32:\"http://westi.wordpress.com/?p=85\";s:4:\"link\";s:85:\"http://westi.wordpress.com/2009/05/30/wordcamp-uk-earlybird-ticket-sales-nearly-over/\";s:11:\"description\";s:1745:\"<div class=\"snap_preview\"><br /><p>This weekend is special for two reasons, firstly it is <a href=\"http://2009.sf.wordcamp.org/\">WordCamp SF 2009</a> and I wish I could have made it as it would have been nice to attend the original WordCamp. Secondly it is also your last chance to get <a href=\"http://wordcampuk2009.eventbrite.com/\">tickets</a> for <a href=\"http://wordcamp.org.uk/en/\">WordCamp UK 2009</a> at a discounted price. This is a growing list of <a href=\"http://wordcamp.org.uk/en/speakers/\">confirmed speakers</a> and of <a href=\"http://wordcamp.org.uk/en/attendees/\">confirmed attendees</a>.</p>\n<p>Looking forward to seeing some of you there.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/westi.wordpress.com/85/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/westi.wordpress.com/85/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/westi.wordpress.com/85/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/westi.wordpress.com/85/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/westi.wordpress.com/85/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/westi.wordpress.com/85/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/westi.wordpress.com/85/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/westi.wordpress.com/85/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/westi.wordpress.com/85/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/westi.wordpress.com/85/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=westi.wordpress.com&blog=15396&post=85&subd=westi&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Sat, 30 May 2009 09:40:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Peter Westwood\";}s:7:\"summary\";s:1745:\"<div class=\"snap_preview\"><br /><p>This weekend is special for two reasons, firstly it is <a href=\"http://2009.sf.wordcamp.org/\">WordCamp SF 2009</a> and I wish I could have made it as it would have been nice to attend the original WordCamp. Secondly it is also your last chance to get <a href=\"http://wordcampuk2009.eventbrite.com/\">tickets</a> for <a href=\"http://wordcamp.org.uk/en/\">WordCamp UK 2009</a> at a discounted price. This is a growing list of <a href=\"http://wordcamp.org.uk/en/speakers/\">confirmed speakers</a> and of <a href=\"http://wordcamp.org.uk/en/attendees/\">confirmed attendees</a>.</p>\n<p>Looking forward to seeing some of you there.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/westi.wordpress.com/85/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/westi.wordpress.com/85/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/westi.wordpress.com/85/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/westi.wordpress.com/85/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/westi.wordpress.com/85/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/westi.wordpress.com/85/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/westi.wordpress.com/85/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/westi.wordpress.com/85/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/westi.wordpress.com/85/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/westi.wordpress.com/85/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=westi.wordpress.com&blog=15396&post=85&subd=westi&ref=&feed=1\" /></div>\";}i:1;a:7:{s:5:\"title\";s:62:\"Weblog Tools Collection: Five Ad Manager Plugins for WordPress\";s:4:\"guid\";s:91:\"http://weblogtoolscollection.com/archives/2009/05/29/five-ad-manager-plugins-for-wordpress/\";s:4:\"link\";s:91:\"http://weblogtoolscollection.com/archives/2009/05/29/five-ad-manager-plugins-for-wordpress/\";s:11:\"description\";s:6162:\"<p>Next up in the “Five” series for plugins is a snapshot of five advertisement related plugins for your WordPress site.</p>\n<p>Once you have done the work to build your site, create the content and get the visitors streaming in it may then be time to monetize your site and maybe create a little income stream.  Now I am not talking get rich schemes here – just simple and easy ways to place ads in and around your site.  They may never make you a ton of money but they might create just enough of an income stream to make you a few bucks in the process.  I have a day job for paying the bills so the trickle I get <a href=\"http://www.windowsobserver.com/\">from my site</a> is mad money for tech stuff. How do you spend yours?</p>\n<p>So on to the “five”.</p>\n<blockquote><p><a href=\"http://wordpress.org/extend/plugins/wp125/\">WP125</a> – This is a great plugin that can be used in two manners.  One is for selling your own ad space for 125 x 125 graphic ads or you can use it as I do and link to affiliate sites you are a member of. I use it to link to my Amazon.com Associates account and my Xbox360 Game Exchange website (using 125 x 125 ads as well).  The other slot tends to get used in ad exchanges with other sites. This comes with a Ads Widget that you can include in your sidebar or you can place code into your template tag wherever you want to place the ads. IT is highly configurable and can be set up in one or two column displays, show as many ads as you want, keep track of clicks and automatically removing the ad from circulation when its end date comes up. 25,468 downloads to date.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/wp125settingspage.jpg\"><img title=\"wp125settingspage\" border=\"0\" alt=\"wp125settingspage\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wp125settingspage-thumb.jpg\" width=\"244\" height=\"166\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/advertising-manager/\">Advertising Manager</a> – This is the plugin previously known <a href=\"http://wordpress.org/extend/plugins/adsense-manager/\">Adsense Manager</a>.  This one will manage and rotate ads from Google Adsense as well as Adbrite, Adify, AdGridWork, Adpinion, Chitika, Commission Junction, CrispAds, OpenX, ShoppingAds, Yahoo!PN and Widgetbucks.  It will even accept the code for unsupported ad networks.  Some of its key features is that it imports ad codes automatically, is compatible with widgets and sidebars, and it automatically limits the display of ads on a page to meet the ad networks rules (such as Google Adsense only allowing 3 ads per page). 24,476 downloads to date.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/advertisingmanagermanageadpage.png\"><img title=\"advertisingmanagermanageadpage\" border=\"0\" alt=\"advertisingmanagermanageadpage\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/advertisingmanagermanageadpage-thumb.png\" width=\"154\" height=\"244\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/smart-ads/\">Smart Ads</a> – This simple plugin inserts advertisements at the beginning and end of your blog entries based on how many words the post is, when it was written and its category.  You can also insert your ads anywhere in a post or page by using the Smart Ads shortcode.  This plugin even cleans itself out of your mySQL database if your using WordPress version 2.7 or higher. The development of this plugin is quite fresh - in fact it was just updated today and has been downloaded 8,652 times.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/smartadssettingspage.jpg\"><img title=\"smartadssettingspage\" border=\"0\" alt=\"smartadssettingspage\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/smartadssettingspage-thumb.jpg\" width=\"244\" height=\"168\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-tag-ads/\">WP Tag Ads</a> – This is a unique plugin that uses the tags on your blog entries to display eBay products based on those keywords on your post.  Where Google Adsense scans your page and the words on it to get contextual ads this one just scans the tags.  Ads are then displayed either within your page template or in a sidebar widget that comes with the plugin.  You must have a Campain ID from eBay and they are free to get through the <a href=\"https://www.ebaypartnernetwork.com/\">eBay Partner Network</a>. Only 3,153 downloads to date but that makes sense this is a niche area for only eBay program users.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/wptagadsdisplay.jpg\"><img title=\"wptagadsdisplay\" border=\"0\" alt=\"wptagadsdisplay\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wptagadsdisplay-thumb.jpg\" width=\"244\" height=\"154\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/all-in-one-adsense-and-ypn/\">All in One Adsense and YPN</a> – This is an open source plugin and it automatically inserts either Google Adsense of Yahoo Publisher Network ads into your posts. It has settings to be able to customize the ads position, colors and how it looks when displayed.  If your handy with CSS and HTML you can customize things even further. This one appears to be quite popular as it has been downloaded 54,863 times to date.  </p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/allinonesettingspage.png\"><img title=\"allinonesettingspage\" border=\"0\" alt=\"allinonesettingspage\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/allinonesettingspage-thumb.png\" width=\"244\" height=\"135\" /></a> </p>\n</blockquote>\n<p>Looking forward to hearing from you all on what you might use to manage your ads and what methods you have found successful for displaying them. </p>\n<p>If you have ideas for “five” posts please feel free to send me a quick note at <a href=\"http://www.twitter.com/winobs\">@WinObs</a> on Twitter – thanks!</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/29/five-ad-manager-plugins-for-wordpress/\">Five Ad Manager Plugins for WordPress</a></p>\";s:7:\"pubdate\";s:31:\"Sat, 30 May 2009 01:49:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"WindowsObserver\";}s:7:\"summary\";s:6162:\"<p>Next up in the “Five” series for plugins is a snapshot of five advertisement related plugins for your WordPress site.</p>\n<p>Once you have done the work to build your site, create the content and get the visitors streaming in it may then be time to monetize your site and maybe create a little income stream.  Now I am not talking get rich schemes here – just simple and easy ways to place ads in and around your site.  They may never make you a ton of money but they might create just enough of an income stream to make you a few bucks in the process.  I have a day job for paying the bills so the trickle I get <a href=\"http://www.windowsobserver.com/\">from my site</a> is mad money for tech stuff. How do you spend yours?</p>\n<p>So on to the “five”.</p>\n<blockquote><p><a href=\"http://wordpress.org/extend/plugins/wp125/\">WP125</a> – This is a great plugin that can be used in two manners.  One is for selling your own ad space for 125 x 125 graphic ads or you can use it as I do and link to affiliate sites you are a member of. I use it to link to my Amazon.com Associates account and my Xbox360 Game Exchange website (using 125 x 125 ads as well).  The other slot tends to get used in ad exchanges with other sites. This comes with a Ads Widget that you can include in your sidebar or you can place code into your template tag wherever you want to place the ads. IT is highly configurable and can be set up in one or two column displays, show as many ads as you want, keep track of clicks and automatically removing the ad from circulation when its end date comes up. 25,468 downloads to date.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/wp125settingspage.jpg\"><img title=\"wp125settingspage\" border=\"0\" alt=\"wp125settingspage\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wp125settingspage-thumb.jpg\" width=\"244\" height=\"166\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/advertising-manager/\">Advertising Manager</a> – This is the plugin previously known <a href=\"http://wordpress.org/extend/plugins/adsense-manager/\">Adsense Manager</a>.  This one will manage and rotate ads from Google Adsense as well as Adbrite, Adify, AdGridWork, Adpinion, Chitika, Commission Junction, CrispAds, OpenX, ShoppingAds, Yahoo!PN and Widgetbucks.  It will even accept the code for unsupported ad networks.  Some of its key features is that it imports ad codes automatically, is compatible with widgets and sidebars, and it automatically limits the display of ads on a page to meet the ad networks rules (such as Google Adsense only allowing 3 ads per page). 24,476 downloads to date.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/advertisingmanagermanageadpage.png\"><img title=\"advertisingmanagermanageadpage\" border=\"0\" alt=\"advertisingmanagermanageadpage\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/advertisingmanagermanageadpage-thumb.png\" width=\"154\" height=\"244\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/smart-ads/\">Smart Ads</a> – This simple plugin inserts advertisements at the beginning and end of your blog entries based on how many words the post is, when it was written and its category.  You can also insert your ads anywhere in a post or page by using the Smart Ads shortcode.  This plugin even cleans itself out of your mySQL database if your using WordPress version 2.7 or higher. The development of this plugin is quite fresh - in fact it was just updated today and has been downloaded 8,652 times.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/smartadssettingspage.jpg\"><img title=\"smartadssettingspage\" border=\"0\" alt=\"smartadssettingspage\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/smartadssettingspage-thumb.jpg\" width=\"244\" height=\"168\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-tag-ads/\">WP Tag Ads</a> – This is a unique plugin that uses the tags on your blog entries to display eBay products based on those keywords on your post.  Where Google Adsense scans your page and the words on it to get contextual ads this one just scans the tags.  Ads are then displayed either within your page template or in a sidebar widget that comes with the plugin.  You must have a Campain ID from eBay and they are free to get through the <a href=\"https://www.ebaypartnernetwork.com/\">eBay Partner Network</a>. Only 3,153 downloads to date but that makes sense this is a niche area for only eBay program users.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/wptagadsdisplay.jpg\"><img title=\"wptagadsdisplay\" border=\"0\" alt=\"wptagadsdisplay\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wptagadsdisplay-thumb.jpg\" width=\"244\" height=\"154\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/all-in-one-adsense-and-ypn/\">All in One Adsense and YPN</a> – This is an open source plugin and it automatically inserts either Google Adsense of Yahoo Publisher Network ads into your posts. It has settings to be able to customize the ads position, colors and how it looks when displayed.  If your handy with CSS and HTML you can customize things even further. This one appears to be quite popular as it has been downloaded 54,863 times to date.  </p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/allinonesettingspage.png\"><img title=\"allinonesettingspage\" border=\"0\" alt=\"allinonesettingspage\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/allinonesettingspage-thumb.png\" width=\"244\" height=\"135\" /></a> </p>\n</blockquote>\n<p>Looking forward to hearing from you all on what you might use to manage your ads and what methods you have found successful for displaying them. </p>\n<p>If you have ideas for “five” posts please feel free to send me a quick note at <a href=\"http://www.twitter.com/winobs\">@WinObs</a> on Twitter – thanks!</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/29/five-ad-manager-plugins-for-wordpress/\">Five Ad Manager Plugins for WordPress</a></p>\";}i:2;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 05/29\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5927\";s:4:\"link\";s:90:\"http://weblogtoolscollection.com/archives/2009/05/29/wordpress-plugin-releases-for-0529-2/\";s:11:\"description\";s:2454:\"<h3>New Plugins</h3>\n<p><a href=\"http://grooveshark.com/wordpress\">Grooveshark for WordPress</a></p>\n<p>Made to make music easy to add to any post, Grooveshark for Wordpress takes the trouble out of mixing music with your blog. Just install, then enjoy instant access to literally millions of tunes you can use to make your blog posts even cooler. Create playlists of one song — or hundreds — and add them to any part of your Wordpress blog as a Grooveshark Widget.</p>\n<p><a href=\"http://linkubaitor.com/\">Linkubaitor</a></p>\n<p>Search engines determine a website or blogs popularity according to the amount and quality of backlinks pointing to a website. The Linkubaitor Wordpress Plugin displays HTML code for website visitors to copy and paste to their site.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.thulasidas.com/easy-adsenser\">Easy Adsenser</a></p>\n<p>Easy AdSenser manages all aspects of Google AdSense for a blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete! It is available in English, Spanish, Portuguese, Italian, Belarusian, Indonesian, Turkish and French.</p>\n<p><a href=\"http://alexking.org/projects/wordpress/readme?project=delink-comment-author\">Delink Comment Author</a></p>\n<p>This plugin gives you the ability to remove the link a commenter left as their URL without removing the entire comment. A link to do this is added to your new comment e-mail notifications and to the comments list in your admin area.</p>\n<p><a href=\"http://www.dev4press.com/2009/05/28/gd-simple-widgets-080/\">GD Simple Widgets</a></p>\n<p>This plugin contains several widgets with simple functionality. Some of them are based on standard WordPress widgets but with extended options and rendering. You can also disable default WordPress widgets if you choose to use Simple Widgets versions.</p>\n<p><a href=\"http://www.dev4press.com/plugins/gd-press-tools/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various administration and security related tools that can help with everyday blog tasks.</p>\n<p><a href=\"http://www.dev4press.com/plugins/gd-broken-report/\">GD Broken Report</a></p>\n<p>Add report broken post to preset email address using templates.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/29/wordpress-plugin-releases-for-0529-2/\">WordPress Plugin Releases for 05/29</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 20:49:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:2454:\"<h3>New Plugins</h3>\n<p><a href=\"http://grooveshark.com/wordpress\">Grooveshark for WordPress</a></p>\n<p>Made to make music easy to add to any post, Grooveshark for Wordpress takes the trouble out of mixing music with your blog. Just install, then enjoy instant access to literally millions of tunes you can use to make your blog posts even cooler. Create playlists of one song — or hundreds — and add them to any part of your Wordpress blog as a Grooveshark Widget.</p>\n<p><a href=\"http://linkubaitor.com/\">Linkubaitor</a></p>\n<p>Search engines determine a website or blogs popularity according to the amount and quality of backlinks pointing to a website. The Linkubaitor Wordpress Plugin displays HTML code for website visitors to copy and paste to their site.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.thulasidas.com/easy-adsenser\">Easy Adsenser</a></p>\n<p>Easy AdSenser manages all aspects of Google AdSense for a blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete! It is available in English, Spanish, Portuguese, Italian, Belarusian, Indonesian, Turkish and French.</p>\n<p><a href=\"http://alexking.org/projects/wordpress/readme?project=delink-comment-author\">Delink Comment Author</a></p>\n<p>This plugin gives you the ability to remove the link a commenter left as their URL without removing the entire comment. A link to do this is added to your new comment e-mail notifications and to the comments list in your admin area.</p>\n<p><a href=\"http://www.dev4press.com/2009/05/28/gd-simple-widgets-080/\">GD Simple Widgets</a></p>\n<p>This plugin contains several widgets with simple functionality. Some of them are based on standard WordPress widgets but with extended options and rendering. You can also disable default WordPress widgets if you choose to use Simple Widgets versions.</p>\n<p><a href=\"http://www.dev4press.com/plugins/gd-press-tools/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various administration and security related tools that can help with everyday blog tasks.</p>\n<p><a href=\"http://www.dev4press.com/plugins/gd-broken-report/\">GD Broken Report</a></p>\n<p>Add report broken post to preset email address using templates.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/29/wordpress-plugin-releases-for-0529-2/\">WordPress Plugin Releases for 05/29</a></p>\";}i:3;a:7:{s:5:\"title\";s:23:\"Matt: Typekit Web Fonts\";s:4:\"guid\";s:21:\"http://ma.tt/?p=14305\";s:4:\"link\";s:39:\"http://ma.tt/2009/05/typekit-web-fonts/\";s:11:\"description\";s:1096:\"<p><a href=\"http://blog.typekit.com/2009/05/27/introducing-typekit/\">Introducing Typekit</a>, an iTunes-for-fonts on the web that allows you to have rich typography in your designs and pages without resorting to flash or image hacks. (Old time readers will remember my yellow design which used <a href=\"http://www.textism.com/textfaces/index.html?id=17\">Dante</a>, the <a href=\"http://wordpress.org/images/logo.png\">original WordPress logo</a> font, and <a href=\"http://ma.tt/images/titles/Hello_World.png\">generated-image titles</a>.) Typekit takes advantage of the current and upcoming browser support for <a href=\"http://ma.tt/2009/03/downloadable-web-fonts/\">embedded fonts</a> and abstracts away all of the complications thereof like Feedburner did for feeds. Brought to you by <a href=\"http://smallbatchinc.com/\">my friends at Small Batch</a>, previously of <a href=\"http://adaptivepath.com/\">Adaptive Path</a>, Measure Map, <a href=\"http://thestartconference.com/\">Start</a>, and <a href=\"http://wikirank.com/\">Wikirank</a> fame. The people building the web have been waiting for this.</p>\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 18:25:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:1096:\"<p><a href=\"http://blog.typekit.com/2009/05/27/introducing-typekit/\">Introducing Typekit</a>, an iTunes-for-fonts on the web that allows you to have rich typography in your designs and pages without resorting to flash or image hacks. (Old time readers will remember my yellow design which used <a href=\"http://www.textism.com/textfaces/index.html?id=17\">Dante</a>, the <a href=\"http://wordpress.org/images/logo.png\">original WordPress logo</a> font, and <a href=\"http://ma.tt/images/titles/Hello_World.png\">generated-image titles</a>.) Typekit takes advantage of the current and upcoming browser support for <a href=\"http://ma.tt/2009/03/downloadable-web-fonts/\">embedded fonts</a> and abstracts away all of the complications thereof like Feedburner did for feeds. Brought to you by <a href=\"http://smallbatchinc.com/\">my friends at Small Batch</a>, previously of <a href=\"http://adaptivepath.com/\">Adaptive Path</a>, Measure Map, <a href=\"http://thestartconference.com/\">Start</a>, and <a href=\"http://wikirank.com/\">Wikirank</a> fame. The people building the web have been waiting for this.</p>\";}i:4;a:7:{s:5:\"title\";s:35:\"Matt: AFP WordPress / China Article\";s:4:\"guid\";s:21:\"http://ma.tt/?p=14303\";s:4:\"link\";s:49:\"http://ma.tt/2009/05/afp-wordpress-china-article/\";s:11:\"description\";s:566:\"<p><a href=\"http://www.google.com/hostednews/afp/article/ALeqM5igVn4hcj6ZNWlawSvzLvgEMkZmkQ\">AFP: Blogging guru chips away at Great Firewall of China</a> — the Agence France-Press talked to me when I was in Hong Kong about the early days of WordPress.com and our experience with the Chinese firewall. Today we are still sporadically blocked, nothing official but enough that almost everyone in China uses WordPress.org. It’s funny that this story came out almost two months after the interview because I’m wearing that exact same sweater today.</p>\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 06:15:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:566:\"<p><a href=\"http://www.google.com/hostednews/afp/article/ALeqM5igVn4hcj6ZNWlawSvzLvgEMkZmkQ\">AFP: Blogging guru chips away at Great Firewall of China</a> — the Agence France-Press talked to me when I was in Hong Kong about the early days of WordPress.com and our experience with the Chinese firewall. Today we are still sporadically blocked, nothing official but enough that almost everyone in China uses WordPress.org. It’s funny that this story came out almost two months after the interview because I’m wearing that exact same sweater today.</p>\";}i:5;a:7:{s:5:\"title\";s:51:\"WordPress.tv: Getting Started With Google Analytics\";s:4:\"guid\";s:27:\"http://wordpress.tv/?p=1916\";s:4:\"link\";s:69:\"http://wordpress.tv/2009/05/29/getting-started-with-google-analytics/\";s:11:\"description\";s:1383:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-0\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/05/29/getting-started-with-google-analytics/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/JgQ1lEQ0/analytics-v3-web.thumbnail.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/1916/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/1916/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/1916/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/1916/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/1916/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/1916/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/1916/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/1916/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/1916/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/1916/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=1916&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 02:08:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Michael Pick\";}s:7:\"summary\";s:1383:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-0\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/05/29/getting-started-with-google-analytics/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/JgQ1lEQ0/analytics-v3-web.thumbnail.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/1916/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/1916/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/1916/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/1916/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/1916/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/1916/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/1916/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/1916/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/1916/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/1916/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=1916&subd=wptv&ref=&feed=1\" /></div>\";}i:6;a:7:{s:5:\"title\";s:16:\"Matt: GigaOM Pro\";s:4:\"guid\";s:21:\"http://ma.tt/?p=14300\";s:4:\"link\";s:32:\"http://ma.tt/2009/05/gigaom-pro/\";s:11:\"description\";s:500:\"<p><a href=\"http://pro.gigaom.com/\">GigaOM Pro</a> is a new subscription research site from my friends on the GigaOM crew. It’s also the first major media site I know about powered by <a href=\"http://buddypress.org/\">BuddyPress</a> and it’ll be interesting to see how the social features influence the sites evolution. <a href=\"http://markjaquith.wordpress.com/2009/05/28/gigaom-pro-launches-on-wordpress-and-buddypress/\">Here’s Mark Jacquith’s post about building it</a>.</p>\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 02:01:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:500:\"<p><a href=\"http://pro.gigaom.com/\">GigaOM Pro</a> is a new subscription research site from my friends on the GigaOM crew. It’s also the first major media site I know about powered by <a href=\"http://buddypress.org/\">BuddyPress</a> and it’ll be interesting to see how the social features influence the sites evolution. <a href=\"http://markjaquith.wordpress.com/2009/05/28/gigaom-pro-launches-on-wordpress-and-buddypress/\">Here’s Mark Jacquith’s post about building it</a>.</p>\";}i:7;a:7:{s:5:\"title\";s:61:\"Mark Jaquith: GigaOM Pro launches on WordPress and BuddyPress\";s:4:\"guid\";s:39:\"http://markjaquith.wordpress.com/?p=301\";s:4:\"link\";s:92:\"http://markjaquith.wordpress.com/2009/05/28/gigaom-pro-launches-on-wordpress-and-buddypress/\";s:11:\"description\";s:4437:\"<div class=\"snap_preview\"><br /><p>2009 is the year of <a href=\"http://buddypress.org/\">BuddyPress</a>. It’s also the year where online content providers have to figure out how to make money outside of the flailing “get a lot of views, sell ads” model. For the past couple of months, I’ve been working on a project that tackles both of those things, and I’m really proud to present it to the world:</p>\n<p><a href=\"http://pro.gigaom.com/\">GigaOM Pro</a> is a WordPress/BuddyPress-powered premium research membership site, focused on four initial verticals: <a href=\"http://pro.gigaom.com/topic/mobile/\">Mobile</a>, <a href=\"http://pro.gigaom.com/topic/green-it/\">Green IT</a>, <a href=\"http://pro.gigaom.com/topic/infrastructure/\">Infrastructure</a>, and the <a href=\"http://pro.gigaom.com/topic/connected-consumer/\">Connected Consumer</a>. A network of independent analysts provide in-depth research papers and research notes, which subscribers can view on the site or download as PDF documents. GigaOM Network contributors provide “long view” posts — topic-focused long form posts. And each of the topic verticals has a curator who provides weekly updates on the topic, as well as a constant stream of curated links to relevant external stories. Subscribers can access all the content, comment on the content, have a profile on the site, and send messages to Analysts, Contributors, Curators, or other subscribers using the BuddyPress messaging system.</p>\n<p>Here’s what it looks like:</p>\n<div id=\"attachment_302\" class=\"wp-caption aligncenter\"><img src=\"http://markjaquith.files.wordpress.com/2009/05/gigaom-pro-screenshot.png?w=439&h=600\" alt=\"GigaOM Pro home page\" title=\"gigaom-pro-screenshot\" width=\"439\" height=\"600\" class=\"size-medium wp-image-302\" /><p class=\"wp-caption-text\">GigaOM Pro home page</p></div>\n<p>The content is incredibly compelling. I’ve been especially impressed with the quality of the Long View posts. More than once when developing the site I would get distracted by one of these pieces and have to read the whole thing. The GigaOM writing staff and the analyst network are very talented people, and I think that $79 a year is a steal for this calibre of hyper-focused content and this sort of access to industry analysts.</p>\n<p>From a technical perspective, it was interesting to create a site with such distinct content types. The Write screen for Curated Links looks nothing like the Write screen for Weekly Updates, or Research Briefs. The system makes heavy use of the category system, and custom <code>WP_Query</code> objects and loops. <code>category__not_in</code>, <code>category__and</code> and <code>post__not_in</code> are <strong>very</strong> powerful tools for getting the correct entries from the system.</p>\n<p>Naturally, there are no core WordPress hacks — everything is implemented through plugins and the custom theme!</p>\n<p>Let me know what you think. And don’t subscribe — I put in a lowball prediction in the internal betting pool for how many subscribers there are in the first week, and I think I’m going to lose. <img src=\"http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> </p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/301/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/301/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/301/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/301/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/301/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/301/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/301/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/301/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/301/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/301/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=301&subd=markjaquith&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Thu, 28 May 2009 23:15:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:7:\"summary\";s:4437:\"<div class=\"snap_preview\"><br /><p>2009 is the year of <a href=\"http://buddypress.org/\">BuddyPress</a>. It’s also the year where online content providers have to figure out how to make money outside of the flailing “get a lot of views, sell ads” model. For the past couple of months, I’ve been working on a project that tackles both of those things, and I’m really proud to present it to the world:</p>\n<p><a href=\"http://pro.gigaom.com/\">GigaOM Pro</a> is a WordPress/BuddyPress-powered premium research membership site, focused on four initial verticals: <a href=\"http://pro.gigaom.com/topic/mobile/\">Mobile</a>, <a href=\"http://pro.gigaom.com/topic/green-it/\">Green IT</a>, <a href=\"http://pro.gigaom.com/topic/infrastructure/\">Infrastructure</a>, and the <a href=\"http://pro.gigaom.com/topic/connected-consumer/\">Connected Consumer</a>. A network of independent analysts provide in-depth research papers and research notes, which subscribers can view on the site or download as PDF documents. GigaOM Network contributors provide “long view” posts — topic-focused long form posts. And each of the topic verticals has a curator who provides weekly updates on the topic, as well as a constant stream of curated links to relevant external stories. Subscribers can access all the content, comment on the content, have a profile on the site, and send messages to Analysts, Contributors, Curators, or other subscribers using the BuddyPress messaging system.</p>\n<p>Here’s what it looks like:</p>\n<div id=\"attachment_302\" class=\"wp-caption aligncenter\"><img src=\"http://markjaquith.files.wordpress.com/2009/05/gigaom-pro-screenshot.png?w=439&h=600\" alt=\"GigaOM Pro home page\" title=\"gigaom-pro-screenshot\" width=\"439\" height=\"600\" class=\"size-medium wp-image-302\" /><p class=\"wp-caption-text\">GigaOM Pro home page</p></div>\n<p>The content is incredibly compelling. I’ve been especially impressed with the quality of the Long View posts. More than once when developing the site I would get distracted by one of these pieces and have to read the whole thing. The GigaOM writing staff and the analyst network are very talented people, and I think that $79 a year is a steal for this calibre of hyper-focused content and this sort of access to industry analysts.</p>\n<p>From a technical perspective, it was interesting to create a site with such distinct content types. The Write screen for Curated Links looks nothing like the Write screen for Weekly Updates, or Research Briefs. The system makes heavy use of the category system, and custom <code>WP_Query</code> objects and loops. <code>category__not_in</code>, <code>category__and</code> and <code>post__not_in</code> are <strong>very</strong> powerful tools for getting the correct entries from the system.</p>\n<p>Naturally, there are no core WordPress hacks — everything is implemented through plugins and the custom theme!</p>\n<p>Let me know what you think. And don’t subscribe — I put in a lowball prediction in the internal betting pool for how many subscribers there are in the first week, and I think I’m going to lose. <img src=\"http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> </p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/301/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/301/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/301/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/301/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/301/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/301/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/301/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/301/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/301/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/301/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=301&subd=markjaquith&ref=&feed=1\" /></div>\";}i:8;a:7:{s:5:\"title\";s:35:\"Alex King: WordCamp SF This Weekend\";s:4:\"guid\";s:60:\"http://alexking.org/blog/2009/05/28/wordcamp-sf-this-weekend\";s:4:\"link\";s:60:\"http://alexking.org/blog/2009/05/28/wordcamp-sf-this-weekend\";s:11:\"description\";s:1137:\"<p>Along with a bunch of other folks from the <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> team, I’ll be in San Francisco this weekend for <a href=\"http://2009.sf.wordcamp.org/\" rel=\"external\">WordCamp SF</a>. I’m looking forward to catching up with some old friends from my decade in the Bay Area, and meeting some new folks.</p>\n<p>I’ll also be helping staff the Genius Bar from 2:55-3:30pm, so feel free to stop by (perhaps with some <a href=\"http://carringtontheme.com\">Carrington</a> questions). I’m looking forward to helping out.</p>\n<p>Unfortunately I’ll miss the <a href=\"http://2009.sf.wordcamp.org/2009/05/11/wordcamp-developer-day/\" rel=\"external\">developer day</a> since we booked our flights before it was planned. That’s a shame, but maybe next time - I’m sure I’ll get a chance to hang out with a bunch of the devs on Sat.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordCamp+SF+This+Weekend&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F28%2Fwordcamp-sf-this-weekend\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Thu, 28 May 2009 22:33:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1137:\"<p>Along with a bunch of other folks from the <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> team, I’ll be in San Francisco this weekend for <a href=\"http://2009.sf.wordcamp.org/\" rel=\"external\">WordCamp SF</a>. I’m looking forward to catching up with some old friends from my decade in the Bay Area, and meeting some new folks.</p>\n<p>I’ll also be helping staff the Genius Bar from 2:55-3:30pm, so feel free to stop by (perhaps with some <a href=\"http://carringtontheme.com\">Carrington</a> questions). I’m looking forward to helping out.</p>\n<p>Unfortunately I’ll miss the <a href=\"http://2009.sf.wordcamp.org/2009/05/11/wordcamp-developer-day/\" rel=\"external\">developer day</a> since we booked our flights before it was planned. That’s a shame, but maybe next time - I’m sure I’ll get a chance to hang out with a bunch of the devs on Sat.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordCamp+SF+This+Weekend&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F28%2Fwordcamp-sf-this-weekend\">ShareThis</a></p>\";}i:9;a:7:{s:5:\"title\";s:30:\"Alex King: Carrington Text 1.1\";s:4:\"guid\";s:54:\"http://alexking.org/blog/2009/05/27/carrington-text-11\";s:4:\"link\";s:54:\"http://alexking.org/blog/2009/05/27/carrington-text-11\";s:11:\"description\";s:906:\"<p class=\"center\"><img src=\"http://themes.svn.wordpress.org/carrington-text/1.0/screenshot.png\" alt=\"Carrington Text\" /></p>\n<p>Our Carrington Text <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> theme has been <a href=\"http://carringtontheme.com/2009/05/carrington-text-11/\">updated to version 1.1</a> to address a couple of IE6 issues. <a href=\"http://text.carringtontheme.com/\">Preview</a> and <a href=\"http://carringtontheme.com/themes/\">download</a>.</p>\n<p>I’m using this theme for <a href=\"http://caitlinking.com\">my daughter’s site</a>. <img src=\"http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Carrington+Text+1.1&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F27%2Fcarrington-text-11\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Thu, 28 May 2009 00:24:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:906:\"<p class=\"center\"><img src=\"http://themes.svn.wordpress.org/carrington-text/1.0/screenshot.png\" alt=\"Carrington Text\" /></p>\n<p>Our Carrington Text <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> theme has been <a href=\"http://carringtontheme.com/2009/05/carrington-text-11/\">updated to version 1.1</a> to address a couple of IE6 issues. <a href=\"http://text.carringtontheme.com/\">Preview</a> and <a href=\"http://carringtontheme.com/themes/\">download</a>.</p>\n<p>I’m using this theme for <a href=\"http://caitlinking.com\">my daughter’s site</a>. <img src=\"http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Carrington+Text+1.1&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F27%2Fcarrington-text-11\">ShareThis</a></p>\";}i:10;a:7:{s:5:\"title\";s:82:\"Lorelle on WP: WordCamp and WordPress Meetups – The Events Heard Round the World\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=4094\";s:4:\"link\";s:104:\"http://lorelle.wordpress.com/2009/05/27/wordcamp-and-wordpress-meetups-the-events-heard-round-the-world/\";s:11:\"description\";s:22501:\"<div class=\"snap_preview\"><br /><p><a title=\"WordCamps\" href=\"http://lorelle.wordpress.com/category/wordpress-news/wordcamps/\"><img class=\"alignright size-full wp-image-4096\" title=\"WordCamp Logo\" src=\"http://lorelle.files.wordpress.com/2009/05/wordcamplogo.jpg?w=204&h=174\" alt=\"WordCamp Logo\" width=\"204\" height=\"174\" /></a>This weekend is the granddaddy of WordCamps, <a title=\"WordCamp San Francisco 2009\" href=\"http://2009.sf.wordcamp.org/\">WordCamp San Francisco 2009</a> on May 30, 2009. Registration is closed at over 700 attendees for this one day event packed with a ton of the top blogging, social media, search engine, business, and WordPress experts. I’ll be there, so be sure and find me for a hug.</p>\n<p>That’s part of the joy and difference between a WordPress event and other social tech events. WordPressers serve up hugs, not just hand shakes. What I hear over and over again at these events is how we all <em>know</em> each other, so meeting face to face is just another step in the relationship process that began a few months to a few years ago. We’re already friends!</p>\n<p>This year so far it has been my honor to be included and speaking at a variety of WordCamp events including <a title=\"WordCamp Las Vegas\" href=\"http://lasvegaswordcamp.com/\">WordCamp Las Vegas</a>, <a title=\"WordCamp Whistler 2009\" href=\"http://wordcampwhistler.com/\">WordCamp Whistler</a>, <a title=\"WordCamp Toronto\" href=\"http://phug.ca/wordcamptoronto\">WordCamp Toronto</a>, and <a title=\"WordCamp Columbus\" href=\"http://www.wordcampcolumbus.com/\">WordCamp Columbus</a>, and you will probably find me rattling around <a title=\"WordCamp Dallas\" href=\"http://dallas.wordcamp.org/\">WordCamp Dallas</a>, <a title=\"WordCamp Portland\" href=\"http://www.wordcampportland.com/\">WordCamp Portland</a>, <a title=\"WordCamp Seattle\" href=\"http://www.wordcampseattle.org/\">WordCamp Seattle</a>, <a title=\"WordCamp NL\" href=\"http://wordcampnl.org/\">Netherlands – WordCamp NL</a>, WordCamp Israel, and WordCamp/Podcamp Hawaii.</p>\n<p><a href=\"http://lorelle.files.wordpress.com/2009/01/img_49341.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/01/img_49341.jpg?w=300&h=224\" alt=\"img_49341 - WordCamp Las Vegas - photography by Lorelle VanFossen\" title=\"img_49341 - WordCamp Las Vegas - photography by Lorelle VanFossen\" width=\"300\" height=\"224\" class=\"alignright size-medium wp-image-3742\" /></a>According to the <a title=\"WordPress Meetup Groups\" href=\"http://wordpress.meetup.com/\">WordPress Meetup Groups</a> on Meetup.com, there are 32 Meetup Groups focused specifically on WordPress, representing 3,394 Members in 5 different countries among 32 Meetup groups in 28 different cities. There are almost 2,000 people interested in a WordPress event and meetup without a group near them.</p>\n<p>Here is a list of the most popular WordPress-specific Meetup Groups on Meetup.com from around the world. The number next to some of the group names represents the current number of registered members.</p>\n<ul>\n<li><a title=\"The London Bloggers Meetup Group\" href=\"http://blog.meetup.com/395/\">The London Bloggers Meetup Group</a> (592)</li>\n<li><a title=\"The New York City WordPress Meetup Group\" href=\"http://www.meetup.com/wordpressnyc/\">The New York City WordPress Meetup Group</a> (415)</li>\n<li><a title=\"NY Bloggers Meetup Group\" href=\"http://blog.meetup.com/386/\">NY Bloggers Meetup Group</a> (354)</li>\n<li><a title=\"Dallas/Fort Worth WordPress Meetup\" href=\"http://www.meetup.com/dfwwordpress/\">Dallas/Fort Worth WordPress Meetup</a> (296)</li>\n<li><a title=\"The Austin WordPress Meetup Group\" href=\"http://www.meetup.com/austinwordpress/\">The Austin WordPress Meetup Group</a> (172)</li>\n<li><a title=\"South Florida WordPress Meetup Group\" href=\"http://www.meetup.com/SF-WordPress-Users/\">South Florida WordPress Meetup Group</a> (164)</li>\n<li><a title=\"Atlanta WordPress Users Group\" href=\"http://wordpress.meetup.com/184/\">Atlanta WordPress Users Group</a> (147)</li>\n<li><a title=\"The Bay Area WordPress Meetup\" href=\"http://www.meetup.com/wordpress-sf/\">The Bay Area WordPress Meetup</a> (138)</li>\n<li><a title=\"The Boston WordPress Meetup Group\" href=\"http://www.meetup.com/boston-wordpress-meetup/\">The Boston WordPress Meetup Group</a> (110)</li>\n<li><a title=\"The Chicago WordPress Meetup Group\" href=\"http://www.meetup.com/mywplife/\">The Chicago WordPress Meetup Group</a> (97)</li>\n<li><a title=\"The Vancouver WordPress Meetup Group\" href=\"http://www.meetup.com/Vancouver-WordPress-Meetup-Group/\">The Vancouver WordPress Meetup Group</a></li>\n<li><a title=\"The East Bay WordPress Meetup Group\" href=\"http://www.meetup.com/Eastbay-WordPress-Meetup/\">The East Bay WordPress Meetup Group</a></li>\n<li><a title=\"Las Vegas WordPress Meetup Group\" href=\"http://www.meetup.com/LasVegasWordPress/\">Las Vegas WordPress Meetup Group</a></li>\n<li><a title=\"The New Jersey WordPress Meetup Group\" href=\"http://www.meetup.com/The-New-Jersey-WordPress-Meetup-Group/\">The New Jersey WordPress Meetup Group</a></li>\n<li><a title=\"The Southern California WordPress Meetup Group\" href=\"http://www.meetup.com/The-Southern-California-WordPress-Meetup-Group/\">The Southern California WordPress Meetup Group</a></li>\n<li><a title=\"Greater Charlotte Area WordPress Group\" href=\"http://www.meetup.com/Greater-Charlotte-Area-WordPress-Group/\">Greater Charlotte Area WordPress Group</a><div id=\"attachment_2987\" class=\"wp-caption alignright\"><a href=\"http://lorelle.files.wordpress.com/2008/09/matt-andy-markj-wordcamp2008sf.jpg\"><img src=\"http://lorelle.files.wordpress.com/2008/09/matt-andy-markj-wordcamp2008sf.jpg?w=300&h=224\" alt=\"Matt Mullenweg, Andy Skelton, Mark Jaquith at WordCamp San Francisco 2008\" title=\"matt-andy-markj-wordcamp2008sf\" width=\"300\" height=\"224\" class=\"size-medium wp-image-2987\" /></a><p class=\"wp-caption-text\">Matt Mullenweg, Andy Skelton, Mark Jaquith at WordCamp San Francisco 2008</p></div></li>\n<li><a title=\"The Scottsdale WordPress Meetup Group\" href=\"http://www.meetup.com/The-Scottsdale-WordPress-Meetup-Group/\">The Scottsdale WordPress Meetup Group</a></li>\n<li><a title=\"The Ferndale WordPress Meetup Group\" href=\"http://www.meetup.com/The-Ferndale-WordPress-Meetup-Group/\">The Ferndale WordPress Meetup Group</a></li>\n<li><a title=\"Raleigh WordPress Meetup Group hosted by Michael Torbert\" href=\"http://www.meetup.com/Raleigh-WordPress-Meetup-Group/\">Raleigh WordPress Meetup Group</a></li>\n<li><a title=\"OKC WordPress Users Group\" href=\"http://www.meetup.com/OKC-WordPress-Users-Group/\">OKC WordPress Users Group</a></li>\n<li><a title=\"Singapore Blogger Meetup Group\" href=\"http://wordpress.meetup.com/188/\">Singapore Blogger Meetup Group</a></li>\n<li><a title=\"Seattle WordPress 2.0\" href=\"http://www.meetup.com/Seattle-WordPress-2-0/\">Seattle WordPress 2.0</a></li>\n<li><a title=\"The Bonita Springs WordPress Meetup Group\" href=\"http://www.meetup.com/The-Bonita-Springs-WordPress-Meetup-Group/\">The Bonita Springs WordPress Meetup Group</a></li>\n<li><a title=\"Gulf Coast Twitter/WordPress Group\" href=\"http://www.meetup.com/GC-twitter-wordpress-group/\">Gulf Coast Twitter/WordPress Group</a></li>\n</ul>\n<p>While there are WordPress meetup groups around the world, there are a lot of people are shouting out for one in their area. <a title=\"Copenhagen\" href=\"http://wordpress.meetup.com/cities/dk/copenhagen/\">Copenhagen</a> (61 interested), <a title=\"Philadelphia, PA\" href=\"http://wordpress.meetup.com/cities/us/pa/philadelphia/\">Philadelphia</a> (45), <a title=\"Houston, TX\" href=\"http://wordpress.meetup.com/cities/us/tx/houston/\">Houston</a>, <a title=\"London\" href=\"http://wordpress.meetup.com/cities/gb/london/\">London</a>, and <a title=\"Denver, CO\" href=\"http://wordpress.meetup.com/cities/us/co/denver/\">Denver</a> are among the many. Some of these have had or are about to have a WordCamp event, so why aren’t there regular WordPress meetups?</p>\n<p><a href=\"http://lorelle.files.wordpress.com/2009/05/wordcampmeetups-map.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/05/wordcampmeetups-map.jpg?w=300&h=263\" alt=\"WordCamp Meetups Map at Meetups.com\" title=\"WordCamp Meetups Map at Meetups.com\" width=\"300\" height=\"263\" class=\"alignleft size-medium wp-image-4101\" /></a><a title=\"WordPress Meetup Groups\" href=\"http://wordpress.meetup.com/\">WordPress Meetup Groups</a> on Meetup.com offers a map of all the places where there are WordPress events and activities and where ones are wanted. You can <a title=\"browse all cities\" href=\"http://wordpress.meetup.com/cities/\">browse a list of cities hosting WordPress events</a> or go directly to your region to find out where one is or who might be interested in putting one together.</p>\n<h3>What is the Difference Between a WordPress Meetup and WordCamp?</h3>\n<p>A WordPress Meetup is a frequent meeting of WordPress fans. If you would like to start a WordPress Meetup group, find a meeting place and announce it among your friends, and add a listing to the <a title=\"Event search for wordpress\" href=\"http://upcoming.yahoo.com/search/?type=Events&q=wordpress\">Yahoo Upcoming events for WordPress</a> and <a title=\"WordPress upcoming events\" href=\"http://wordpress.meetup.com/events/upcoming/\">WordPress Meetups Upcoming Events</a> and tag them “WordPress Events” and “WordPress”, as many track WordPress event announcements there.</p>\n<p>A WordPress Meetup allows locals to get together and learn from each other on how to use WordPress. There are formal WordPress meetups and informal ones, covering nothing but WordPress or including WordPress as part of other topics on web publishing and social media. WordPress meetups are usually held monthly or quarterly. </p>\n<p><a href=\"http://lorelle.files.wordpress.com/2009/01/img_49361.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/01/img_49361.jpg?w=300&h=224\" alt=\"img_49361 - WordPress Las Vegas - photography by Lorelle VanFossen\" title=\"img_49361 - WordPress Las Vegas - photography by Lorelle VanFossen\" width=\"300\" height=\"224\" class=\"alignright size-medium wp-image-3744\" /></a>A WordCamp is a day or two long event with sponsors and dozens if not hundreds of WordPress fans gathering annually. WordCamp Toronto was the first, I believe, to have a three day WordCamp event, but there are no rules. It differs from a WordPress Meetup because it is offered rarely instead of regularly.</p>\n<p>WordCamps were originally formatted on the Barcamp structure, loosely put together, grassroots gatherings of WordPress fans in a day long unconference style. While this works for some communities familiar with the unconference style, some stick with a more traditional conference format. </p>\n<p>While a WordPress Meetup can cover any topics of interest to their members, a WordCamp event is focused on WordPress for the majority of the programs and workshops.</p>\n<p>Many distinguish the two events based upon the length and speakers. WordPress Meetups tend to last a few hours where WordCamps are day long events. The speakers at WordCamps can come from your region or around the world. </p>\n<h3>How Do I Start a WordCamp or WordPress Meetup?</h3>\n<p><a href=\"http://lorelle.files.wordpress.com/2008/04/cali-neal-talk.jpg\"><img src=\"http://lorelle.files.wordpress.com/2008/04/cali-neal-talk.jpg?w=300&h=189\" alt=\"Cali and Neal talk about Video blogging with WordPress at WordCamp Dallas\" title=\"Cali and Neal talk about Video blogging with WordPress at WordCamp Dallas\" width=\"300\" height=\"189\" class=\"alignright size-medium wp-image-2458\" /></a>If you would like to sponsor or host a WordCamp, check out the new official site for tracking WordCamps is <a title=\"WordCamp Central\" href=\"http://central.wordcamp.org/\">WordCamp Central</a>, which includes instructions and <a title=\"run your own WordCamp\" href=\"http://central.wordcamp.org/guidelines/\">guidelines for running a WordCamp</a>. There are also articles with tips and techniques for WordPress Meetups and WordCamps on <a title=\"The WordCamp Report\" href=\"http://wordcamp.info/\">The WordCamp Report</a>, as well as on blogs by those who have run these events.</p>\n<p>In general, you need to have a team of at least 5 active volunteers, a location and date, speakers, sponsors, and food or easy access to food. The rest of it is up to you.</p>\n<p>Get a free blog on <a title=\"WordPress.com free blogs\" rel=\"tag\" href=\"http://www.wordpress.com/\">WordPress.com</a> or host your own for the WordCamp, until WordCamp Central finishes setting up their WordPressMU blog network. Get a Twitter account and add a listing to the <a title=\"Event search for wordpress\" href=\"http://upcoming.yahoo.com/search/?type=Events&q=wordpress\">Yahoo Upcoming events for WordPress</a> and <a title=\"WordPress upcoming events\" href=\"http://wordpress.meetup.com/events/upcoming/\">WordPress Meetups Upcoming Events</a> and tag them “WordPress Events” and “WordCamp. These are tracked by many WordPress fans around the world, many whom are willing to fly in to the various WordPress and WordCamp events.</p>\n<h3>How Do I Get WordPress Rock Stars to My WordPress Event?</h3>\n<p><a href=\"http://lorelle.files.wordpress.com/2008/04/mattm-johnp.jpg\"><img src=\"http://lorelle.files.wordpress.com/2008/04/mattm-johnp.jpg?w=245&h=300\" alt=\"John Pozadzides and Matt Mullenweg at WordCamp Dallas\" title=\"John Pozadzides and Matt Mullenweg at WordCamp Dallas\" width=\"245\" height=\"300\" class=\"alignleft size-medium wp-image-2475\" /></a>While <a title=\"Matt Mullenweg\" rel=\"tag\" href=\"http://ma.tt/\">Matt Mullenweg</a>, myself, and other representatives of WordPress and <a title=\"Automattic - parent company of WordPress, WordPress.com, Akismet, BuddyPress, and more\" rel=\"tag\" href=\"http://www.automattic.com/\">Automattic</a> try to get to as many WordCamp and WordPress events as we can, look to your own neighborhood and community for your own WordPress experts and rock stars.</p>\n<p>Many think it helps to have a “big name” to help attract attendees. In some large cities it does, but promote the event as a chance to learn about how to use WordPress in your business or personal life, and you’d be stunned at the number of people who will show up, just because they love WordPress.</p>\n<p>To ask one of the press-o-rati, contact them through their blogs, email or Twitter accounts. To request someone officially from Automattic or WordPress, use the <a title=\"Contact Us\" href=\"http://central.wordcamp.org/contact-us/\">WordCamp Central contact form</a> and ask. You can be vague and invite whoever is willing to come, or be specific and request someone who is an expert in WordPress Themes, Plugins, BuddyPress, bbPress, PollDaddy, Intense Debate, or any of the other WordPress and Automattic specific features and services.</p>\n<p>I highly recommend you make your WordCamp and WordPress event about your community. WordCamp/Podcamp Hawaii brought in local social media experts, musicians, and tourist industry representatives familiar with WordPress to speak to attendees, giving them the local perspective that their community needs. WordCamp Toronto brought in members of the local art community to display interactive art work and held community competitions for the event logo, blog designs, and Plugins, involving as many people and groups as possible to make the event a social one. WordCamp San Francisco 2008 had a fund-raising event “Scavenger Hunt” for a local educational charity on the day after the WordCamp sessions.</p>\n<p>There are a lot of ways you can involve your community and help others blog and share their voice with the world and benefit your community in general. Make your WordPress event inclusive not exclusive</p>\n<p>To publicize your WordPress event or WordCamp, contact <a title=\"Contact Us\" href=\"http://central.wordcamp.org/contact-us/\">WordCamp Central</a>, <a title=\"The WordCamp Report\" href=\"http://wordcamp.info/\">The WordCamp Report</a>, <a title=\"Event search for wordpress\" href=\"http://upcoming.yahoo.com/search/?type=Events&q=wordpress\">Yahoo Upcoming events for WordPress</a>, <a title=\"WordPress upcoming events\" href=\"http://wordpress.meetup.com/events/upcoming/\">WordPress Meetups Upcoming Events</a>, and Upcoming events tagged with “<a title=\"Upcoming: Public events tagged with \">WordCamp</a>” or “<a title=\"Upcoming Events tagged with WordPress\" href=\"http://upcoming.yahoo.com/tag/wordpress/\">WordPress</a>,” and contact <a title=\"Email Lorelle\" href=\"http://lorelle.wordpress.com/tag/wordpress-news/feed/lorelleonwordpress@gmail.com\">me by email</a> for inclusion on the <a title=\"Blog Herald\" rel=\"tag\" href=\"http://www.blogherald.com/\">Blog Herald</a> and my site and other WordPress fan sites.</p>\n<h3>Upcoming WordPress and WordCamp Events</h3>\n<p>Upcoming WordCamp and WordPress Events include:</p>\n<p><strong>May 2009</strong></p>\n<ul>\n<li><a title=\"Ohio WordPress Meetup\" href=\"http://upcoming.yahoo.com/event/2495708/\">Akron, Ohio – Ohio WordPress Meetup – May 28, 2009</a></li>\n<li><a title=\"WordCamp San Francisco 2009\" href=\"http://2009.sf.wordcamp.org/\">WordCamp San Francisco 2009 – May 30, 2009</a></li>\n<li><a title=\"The East Bay WordPress May Meetup\" href=\"http://www.meetup.com/Eastbay-WordPress-Meetup/calendar/10271819/\">San Francisco Area – The East Bay WordPress May Meetup – May 31, 2009</a></li>\n</ul>\n<p><strong>June 2009</strong></p>\n<ul>\n<li><a title=\"WordCamp Chicago\" href=\"http://wordcampchicago.com/\">WordCamp Chicago – June 6-7, 2009</a></li>\n<li><a title=\"WordCampRDU 2009 - A NC WordPress Conference\" href=\"http://upcoming.yahoo.com/event/977680/\">North Carolina – WordCampRDU 2009 – June 13, 2009</a></li>\n<li><a title=\"Los Angeles WordPress Users Group\" href=\"http://upcoming.yahoo.com/event/2656926/\">Los Angeles WordPress Users Group – June 14, 2009</a></li>\n<li><a title=\"WordCamp Brazil 2009\" href=\"http://www.wordpress-br.com/wordcamp-brasil\">WordCamp Brazil – June 21, 2009</a></li>\n<li><a title=\"WordCamp Dallas\" href=\"http://dallas.wordcamp.org/\">WordCamp Dallas 2009 – Dallas, Texas – June 27-28, 2009</a></li>\n</ul>\n<p><strong>July 2009</strong></p>\n<ul>\n<li><a title=\"WordCamp Montreal\" href=\"http://wordcampmontreal.org/\">Canada – WordCamp Montreal – July 11-12, 2009</a></li>\n<li><a title=\"WordCamp UK 2009\" href=\"http://wordcamp.org.uk/\">United Kingdom – WordCamp UK, Cardiff, Wales, July 18-19, 2009</a></li>\n</ul>\n<p><strong>August 2009</strong></p>\n<ul>\n<li><a title=\"WordCamp Huntsville 2009\" href=\"http://wordcamphsv.org/\">Alabama – WordCamp Huntsville – August 15-16, 2009</a></li>\n</ul>\n<p><strong>September 2009</strong></p>\n<ul>\n<li><a title=\"WordCamp LA\" href=\"http://la.wordcamp.org/\">Los Angeles, California – WordCamp LA – September 12, 2009</a></li>\n<li><a title=\"WordCamp Portland\" href=\"http://www.wordcampportland.com/\">Portland, Oregon – WordCamp Portland – September 19-20, 2009</a></li>\n<li><a title=\"WordCamp Seattle\" href=\"http://www.wordcampseattle.org/\">WordCamp Seattle – September 26, 2009</a> (<a title=\"WordCamp Seattle Twitter\" href=\"http://twitter.com/wordcampseattle\">WordCamp Seattle Twitter</a>)</li>\n</ul>\n<p><strong>October 2009</strong></p>\n<ul>\n<li><a title=\"WordCamp New York City 2009\" href=\"http://2009.newyork.wordcamp.org\">WordCamp New York City 2009 – October 24, 2009</a></li>\n<li><a title=\"WordCamp NL\" href=\"http://wordcampnl.org/\">Netherlands – WordCamp NL – October 31, 2009</a></li>\n</ul>\n<p><strong>Upcoming WordCamps not scheduled or confirmed:</strong></p>\n<ul>\n<li><a title=\"WordCamp Indy\" href=\"http://wordcampindy.org/\">WordCamp Indy (Indianapolis)</a></li>\n<li>WordCamp Augusta</li>\n<li>WordCamp Argentina</li>\n<li>WordCamp San Diego</li>\n<li>WordCamp Perú</li>\n<li>WordCamp New Zealand</li>\n<li>WordCamp Israel</li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /></p>\n<hr />\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n<p>tt</p>\nPosted in WordCamps, WordPress Events, WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/4094/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/4094/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/4094/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/4094/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/4094/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/4094/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/4094/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/4094/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/4094/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/4094/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4094&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 22:39:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:22501:\"<div class=\"snap_preview\"><br /><p><a title=\"WordCamps\" href=\"http://lorelle.wordpress.com/category/wordpress-news/wordcamps/\"><img class=\"alignright size-full wp-image-4096\" title=\"WordCamp Logo\" src=\"http://lorelle.files.wordpress.com/2009/05/wordcamplogo.jpg?w=204&h=174\" alt=\"WordCamp Logo\" width=\"204\" height=\"174\" /></a>This weekend is the granddaddy of WordCamps, <a title=\"WordCamp San Francisco 2009\" href=\"http://2009.sf.wordcamp.org/\">WordCamp San Francisco 2009</a> on May 30, 2009. Registration is closed at over 700 attendees for this one day event packed with a ton of the top blogging, social media, search engine, business, and WordPress experts. I’ll be there, so be sure and find me for a hug.</p>\n<p>That’s part of the joy and difference between a WordPress event and other social tech events. WordPressers serve up hugs, not just hand shakes. What I hear over and over again at these events is how we all <em>know</em> each other, so meeting face to face is just another step in the relationship process that began a few months to a few years ago. We’re already friends!</p>\n<p>This year so far it has been my honor to be included and speaking at a variety of WordCamp events including <a title=\"WordCamp Las Vegas\" href=\"http://lasvegaswordcamp.com/\">WordCamp Las Vegas</a>, <a title=\"WordCamp Whistler 2009\" href=\"http://wordcampwhistler.com/\">WordCamp Whistler</a>, <a title=\"WordCamp Toronto\" href=\"http://phug.ca/wordcamptoronto\">WordCamp Toronto</a>, and <a title=\"WordCamp Columbus\" href=\"http://www.wordcampcolumbus.com/\">WordCamp Columbus</a>, and you will probably find me rattling around <a title=\"WordCamp Dallas\" href=\"http://dallas.wordcamp.org/\">WordCamp Dallas</a>, <a title=\"WordCamp Portland\" href=\"http://www.wordcampportland.com/\">WordCamp Portland</a>, <a title=\"WordCamp Seattle\" href=\"http://www.wordcampseattle.org/\">WordCamp Seattle</a>, <a title=\"WordCamp NL\" href=\"http://wordcampnl.org/\">Netherlands – WordCamp NL</a>, WordCamp Israel, and WordCamp/Podcamp Hawaii.</p>\n<p><a href=\"http://lorelle.files.wordpress.com/2009/01/img_49341.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/01/img_49341.jpg?w=300&h=224\" alt=\"img_49341 - WordCamp Las Vegas - photography by Lorelle VanFossen\" title=\"img_49341 - WordCamp Las Vegas - photography by Lorelle VanFossen\" width=\"300\" height=\"224\" class=\"alignright size-medium wp-image-3742\" /></a>According to the <a title=\"WordPress Meetup Groups\" href=\"http://wordpress.meetup.com/\">WordPress Meetup Groups</a> on Meetup.com, there are 32 Meetup Groups focused specifically on WordPress, representing 3,394 Members in 5 different countries among 32 Meetup groups in 28 different cities. There are almost 2,000 people interested in a WordPress event and meetup without a group near them.</p>\n<p>Here is a list of the most popular WordPress-specific Meetup Groups on Meetup.com from around the world. The number next to some of the group names represents the current number of registered members.</p>\n<ul>\n<li><a title=\"The London Bloggers Meetup Group\" href=\"http://blog.meetup.com/395/\">The London Bloggers Meetup Group</a> (592)</li>\n<li><a title=\"The New York City WordPress Meetup Group\" href=\"http://www.meetup.com/wordpressnyc/\">The New York City WordPress Meetup Group</a> (415)</li>\n<li><a title=\"NY Bloggers Meetup Group\" href=\"http://blog.meetup.com/386/\">NY Bloggers Meetup Group</a> (354)</li>\n<li><a title=\"Dallas/Fort Worth WordPress Meetup\" href=\"http://www.meetup.com/dfwwordpress/\">Dallas/Fort Worth WordPress Meetup</a> (296)</li>\n<li><a title=\"The Austin WordPress Meetup Group\" href=\"http://www.meetup.com/austinwordpress/\">The Austin WordPress Meetup Group</a> (172)</li>\n<li><a title=\"South Florida WordPress Meetup Group\" href=\"http://www.meetup.com/SF-WordPress-Users/\">South Florida WordPress Meetup Group</a> (164)</li>\n<li><a title=\"Atlanta WordPress Users Group\" href=\"http://wordpress.meetup.com/184/\">Atlanta WordPress Users Group</a> (147)</li>\n<li><a title=\"The Bay Area WordPress Meetup\" href=\"http://www.meetup.com/wordpress-sf/\">The Bay Area WordPress Meetup</a> (138)</li>\n<li><a title=\"The Boston WordPress Meetup Group\" href=\"http://www.meetup.com/boston-wordpress-meetup/\">The Boston WordPress Meetup Group</a> (110)</li>\n<li><a title=\"The Chicago WordPress Meetup Group\" href=\"http://www.meetup.com/mywplife/\">The Chicago WordPress Meetup Group</a> (97)</li>\n<li><a title=\"The Vancouver WordPress Meetup Group\" href=\"http://www.meetup.com/Vancouver-WordPress-Meetup-Group/\">The Vancouver WordPress Meetup Group</a></li>\n<li><a title=\"The East Bay WordPress Meetup Group\" href=\"http://www.meetup.com/Eastbay-WordPress-Meetup/\">The East Bay WordPress Meetup Group</a></li>\n<li><a title=\"Las Vegas WordPress Meetup Group\" href=\"http://www.meetup.com/LasVegasWordPress/\">Las Vegas WordPress Meetup Group</a></li>\n<li><a title=\"The New Jersey WordPress Meetup Group\" href=\"http://www.meetup.com/The-New-Jersey-WordPress-Meetup-Group/\">The New Jersey WordPress Meetup Group</a></li>\n<li><a title=\"The Southern California WordPress Meetup Group\" href=\"http://www.meetup.com/The-Southern-California-WordPress-Meetup-Group/\">The Southern California WordPress Meetup Group</a></li>\n<li><a title=\"Greater Charlotte Area WordPress Group\" href=\"http://www.meetup.com/Greater-Charlotte-Area-WordPress-Group/\">Greater Charlotte Area WordPress Group</a><div id=\"attachment_2987\" class=\"wp-caption alignright\"><a href=\"http://lorelle.files.wordpress.com/2008/09/matt-andy-markj-wordcamp2008sf.jpg\"><img src=\"http://lorelle.files.wordpress.com/2008/09/matt-andy-markj-wordcamp2008sf.jpg?w=300&h=224\" alt=\"Matt Mullenweg, Andy Skelton, Mark Jaquith at WordCamp San Francisco 2008\" title=\"matt-andy-markj-wordcamp2008sf\" width=\"300\" height=\"224\" class=\"size-medium wp-image-2987\" /></a><p class=\"wp-caption-text\">Matt Mullenweg, Andy Skelton, Mark Jaquith at WordCamp San Francisco 2008</p></div></li>\n<li><a title=\"The Scottsdale WordPress Meetup Group\" href=\"http://www.meetup.com/The-Scottsdale-WordPress-Meetup-Group/\">The Scottsdale WordPress Meetup Group</a></li>\n<li><a title=\"The Ferndale WordPress Meetup Group\" href=\"http://www.meetup.com/The-Ferndale-WordPress-Meetup-Group/\">The Ferndale WordPress Meetup Group</a></li>\n<li><a title=\"Raleigh WordPress Meetup Group hosted by Michael Torbert\" href=\"http://www.meetup.com/Raleigh-WordPress-Meetup-Group/\">Raleigh WordPress Meetup Group</a></li>\n<li><a title=\"OKC WordPress Users Group\" href=\"http://www.meetup.com/OKC-WordPress-Users-Group/\">OKC WordPress Users Group</a></li>\n<li><a title=\"Singapore Blogger Meetup Group\" href=\"http://wordpress.meetup.com/188/\">Singapore Blogger Meetup Group</a></li>\n<li><a title=\"Seattle WordPress 2.0\" href=\"http://www.meetup.com/Seattle-WordPress-2-0/\">Seattle WordPress 2.0</a></li>\n<li><a title=\"The Bonita Springs WordPress Meetup Group\" href=\"http://www.meetup.com/The-Bonita-Springs-WordPress-Meetup-Group/\">The Bonita Springs WordPress Meetup Group</a></li>\n<li><a title=\"Gulf Coast Twitter/WordPress Group\" href=\"http://www.meetup.com/GC-twitter-wordpress-group/\">Gulf Coast Twitter/WordPress Group</a></li>\n</ul>\n<p>While there are WordPress meetup groups around the world, there are a lot of people are shouting out for one in their area. <a title=\"Copenhagen\" href=\"http://wordpress.meetup.com/cities/dk/copenhagen/\">Copenhagen</a> (61 interested), <a title=\"Philadelphia, PA\" href=\"http://wordpress.meetup.com/cities/us/pa/philadelphia/\">Philadelphia</a> (45), <a title=\"Houston, TX\" href=\"http://wordpress.meetup.com/cities/us/tx/houston/\">Houston</a>, <a title=\"London\" href=\"http://wordpress.meetup.com/cities/gb/london/\">London</a>, and <a title=\"Denver, CO\" href=\"http://wordpress.meetup.com/cities/us/co/denver/\">Denver</a> are among the many. Some of these have had or are about to have a WordCamp event, so why aren’t there regular WordPress meetups?</p>\n<p><a href=\"http://lorelle.files.wordpress.com/2009/05/wordcampmeetups-map.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/05/wordcampmeetups-map.jpg?w=300&h=263\" alt=\"WordCamp Meetups Map at Meetups.com\" title=\"WordCamp Meetups Map at Meetups.com\" width=\"300\" height=\"263\" class=\"alignleft size-medium wp-image-4101\" /></a><a title=\"WordPress Meetup Groups\" href=\"http://wordpress.meetup.com/\">WordPress Meetup Groups</a> on Meetup.com offers a map of all the places where there are WordPress events and activities and where ones are wanted. You can <a title=\"browse all cities\" href=\"http://wordpress.meetup.com/cities/\">browse a list of cities hosting WordPress events</a> or go directly to your region to find out where one is or who might be interested in putting one together.</p>\n<h3>What is the Difference Between a WordPress Meetup and WordCamp?</h3>\n<p>A WordPress Meetup is a frequent meeting of WordPress fans. If you would like to start a WordPress Meetup group, find a meeting place and announce it among your friends, and add a listing to the <a title=\"Event search for wordpress\" href=\"http://upcoming.yahoo.com/search/?type=Events&q=wordpress\">Yahoo Upcoming events for WordPress</a> and <a title=\"WordPress upcoming events\" href=\"http://wordpress.meetup.com/events/upcoming/\">WordPress Meetups Upcoming Events</a> and tag them “WordPress Events” and “WordPress”, as many track WordPress event announcements there.</p>\n<p>A WordPress Meetup allows locals to get together and learn from each other on how to use WordPress. There are formal WordPress meetups and informal ones, covering nothing but WordPress or including WordPress as part of other topics on web publishing and social media. WordPress meetups are usually held monthly or quarterly. </p>\n<p><a href=\"http://lorelle.files.wordpress.com/2009/01/img_49361.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/01/img_49361.jpg?w=300&h=224\" alt=\"img_49361 - WordPress Las Vegas - photography by Lorelle VanFossen\" title=\"img_49361 - WordPress Las Vegas - photography by Lorelle VanFossen\" width=\"300\" height=\"224\" class=\"alignright size-medium wp-image-3744\" /></a>A WordCamp is a day or two long event with sponsors and dozens if not hundreds of WordPress fans gathering annually. WordCamp Toronto was the first, I believe, to have a three day WordCamp event, but there are no rules. It differs from a WordPress Meetup because it is offered rarely instead of regularly.</p>\n<p>WordCamps were originally formatted on the Barcamp structure, loosely put together, grassroots gatherings of WordPress fans in a day long unconference style. While this works for some communities familiar with the unconference style, some stick with a more traditional conference format. </p>\n<p>While a WordPress Meetup can cover any topics of interest to their members, a WordCamp event is focused on WordPress for the majority of the programs and workshops.</p>\n<p>Many distinguish the two events based upon the length and speakers. WordPress Meetups tend to last a few hours where WordCamps are day long events. The speakers at WordCamps can come from your region or around the world. </p>\n<h3>How Do I Start a WordCamp or WordPress Meetup?</h3>\n<p><a href=\"http://lorelle.files.wordpress.com/2008/04/cali-neal-talk.jpg\"><img src=\"http://lorelle.files.wordpress.com/2008/04/cali-neal-talk.jpg?w=300&h=189\" alt=\"Cali and Neal talk about Video blogging with WordPress at WordCamp Dallas\" title=\"Cali and Neal talk about Video blogging with WordPress at WordCamp Dallas\" width=\"300\" height=\"189\" class=\"alignright size-medium wp-image-2458\" /></a>If you would like to sponsor or host a WordCamp, check out the new official site for tracking WordCamps is <a title=\"WordCamp Central\" href=\"http://central.wordcamp.org/\">WordCamp Central</a>, which includes instructions and <a title=\"run your own WordCamp\" href=\"http://central.wordcamp.org/guidelines/\">guidelines for running a WordCamp</a>. There are also articles with tips and techniques for WordPress Meetups and WordCamps on <a title=\"The WordCamp Report\" href=\"http://wordcamp.info/\">The WordCamp Report</a>, as well as on blogs by those who have run these events.</p>\n<p>In general, you need to have a team of at least 5 active volunteers, a location and date, speakers, sponsors, and food or easy access to food. The rest of it is up to you.</p>\n<p>Get a free blog on <a title=\"WordPress.com free blogs\" rel=\"tag\" href=\"http://www.wordpress.com/\">WordPress.com</a> or host your own for the WordCamp, until WordCamp Central finishes setting up their WordPressMU blog network. Get a Twitter account and add a listing to the <a title=\"Event search for wordpress\" href=\"http://upcoming.yahoo.com/search/?type=Events&q=wordpress\">Yahoo Upcoming events for WordPress</a> and <a title=\"WordPress upcoming events\" href=\"http://wordpress.meetup.com/events/upcoming/\">WordPress Meetups Upcoming Events</a> and tag them “WordPress Events” and “WordCamp. These are tracked by many WordPress fans around the world, many whom are willing to fly in to the various WordPress and WordCamp events.</p>\n<h3>How Do I Get WordPress Rock Stars to My WordPress Event?</h3>\n<p><a href=\"http://lorelle.files.wordpress.com/2008/04/mattm-johnp.jpg\"><img src=\"http://lorelle.files.wordpress.com/2008/04/mattm-johnp.jpg?w=245&h=300\" alt=\"John Pozadzides and Matt Mullenweg at WordCamp Dallas\" title=\"John Pozadzides and Matt Mullenweg at WordCamp Dallas\" width=\"245\" height=\"300\" class=\"alignleft size-medium wp-image-2475\" /></a>While <a title=\"Matt Mullenweg\" rel=\"tag\" href=\"http://ma.tt/\">Matt Mullenweg</a>, myself, and other representatives of WordPress and <a title=\"Automattic - parent company of WordPress, WordPress.com, Akismet, BuddyPress, and more\" rel=\"tag\" href=\"http://www.automattic.com/\">Automattic</a> try to get to as many WordCamp and WordPress events as we can, look to your own neighborhood and community for your own WordPress experts and rock stars.</p>\n<p>Many think it helps to have a “big name” to help attract attendees. In some large cities it does, but promote the event as a chance to learn about how to use WordPress in your business or personal life, and you’d be stunned at the number of people who will show up, just because they love WordPress.</p>\n<p>To ask one of the press-o-rati, contact them through their blogs, email or Twitter accounts. To request someone officially from Automattic or WordPress, use the <a title=\"Contact Us\" href=\"http://central.wordcamp.org/contact-us/\">WordCamp Central contact form</a> and ask. You can be vague and invite whoever is willing to come, or be specific and request someone who is an expert in WordPress Themes, Plugins, BuddyPress, bbPress, PollDaddy, Intense Debate, or any of the other WordPress and Automattic specific features and services.</p>\n<p>I highly recommend you make your WordCamp and WordPress event about your community. WordCamp/Podcamp Hawaii brought in local social media experts, musicians, and tourist industry representatives familiar with WordPress to speak to attendees, giving them the local perspective that their community needs. WordCamp Toronto brought in members of the local art community to display interactive art work and held community competitions for the event logo, blog designs, and Plugins, involving as many people and groups as possible to make the event a social one. WordCamp San Francisco 2008 had a fund-raising event “Scavenger Hunt” for a local educational charity on the day after the WordCamp sessions.</p>\n<p>There are a lot of ways you can involve your community and help others blog and share their voice with the world and benefit your community in general. Make your WordPress event inclusive not exclusive</p>\n<p>To publicize your WordPress event or WordCamp, contact <a title=\"Contact Us\" href=\"http://central.wordcamp.org/contact-us/\">WordCamp Central</a>, <a title=\"The WordCamp Report\" href=\"http://wordcamp.info/\">The WordCamp Report</a>, <a title=\"Event search for wordpress\" href=\"http://upcoming.yahoo.com/search/?type=Events&q=wordpress\">Yahoo Upcoming events for WordPress</a>, <a title=\"WordPress upcoming events\" href=\"http://wordpress.meetup.com/events/upcoming/\">WordPress Meetups Upcoming Events</a>, and Upcoming events tagged with “<a title=\"Upcoming: Public events tagged with \">WordCamp</a>” or “<a title=\"Upcoming Events tagged with WordPress\" href=\"http://upcoming.yahoo.com/tag/wordpress/\">WordPress</a>,” and contact <a title=\"Email Lorelle\" href=\"http://lorelle.wordpress.com/tag/wordpress-news/feed/lorelleonwordpress@gmail.com\">me by email</a> for inclusion on the <a title=\"Blog Herald\" rel=\"tag\" href=\"http://www.blogherald.com/\">Blog Herald</a> and my site and other WordPress fan sites.</p>\n<h3>Upcoming WordPress and WordCamp Events</h3>\n<p>Upcoming WordCamp and WordPress Events include:</p>\n<p><strong>May 2009</strong></p>\n<ul>\n<li><a title=\"Ohio WordPress Meetup\" href=\"http://upcoming.yahoo.com/event/2495708/\">Akron, Ohio – Ohio WordPress Meetup – May 28, 2009</a></li>\n<li><a title=\"WordCamp San Francisco 2009\" href=\"http://2009.sf.wordcamp.org/\">WordCamp San Francisco 2009 – May 30, 2009</a></li>\n<li><a title=\"The East Bay WordPress May Meetup\" href=\"http://www.meetup.com/Eastbay-WordPress-Meetup/calendar/10271819/\">San Francisco Area – The East Bay WordPress May Meetup – May 31, 2009</a></li>\n</ul>\n<p><strong>June 2009</strong></p>\n<ul>\n<li><a title=\"WordCamp Chicago\" href=\"http://wordcampchicago.com/\">WordCamp Chicago – June 6-7, 2009</a></li>\n<li><a title=\"WordCampRDU 2009 - A NC WordPress Conference\" href=\"http://upcoming.yahoo.com/event/977680/\">North Carolina – WordCampRDU 2009 – June 13, 2009</a></li>\n<li><a title=\"Los Angeles WordPress Users Group\" href=\"http://upcoming.yahoo.com/event/2656926/\">Los Angeles WordPress Users Group – June 14, 2009</a></li>\n<li><a title=\"WordCamp Brazil 2009\" href=\"http://www.wordpress-br.com/wordcamp-brasil\">WordCamp Brazil – June 21, 2009</a></li>\n<li><a title=\"WordCamp Dallas\" href=\"http://dallas.wordcamp.org/\">WordCamp Dallas 2009 – Dallas, Texas – June 27-28, 2009</a></li>\n</ul>\n<p><strong>July 2009</strong></p>\n<ul>\n<li><a title=\"WordCamp Montreal\" href=\"http://wordcampmontreal.org/\">Canada – WordCamp Montreal – July 11-12, 2009</a></li>\n<li><a title=\"WordCamp UK 2009\" href=\"http://wordcamp.org.uk/\">United Kingdom – WordCamp UK, Cardiff, Wales, July 18-19, 2009</a></li>\n</ul>\n<p><strong>August 2009</strong></p>\n<ul>\n<li><a title=\"WordCamp Huntsville 2009\" href=\"http://wordcamphsv.org/\">Alabama – WordCamp Huntsville – August 15-16, 2009</a></li>\n</ul>\n<p><strong>September 2009</strong></p>\n<ul>\n<li><a title=\"WordCamp LA\" href=\"http://la.wordcamp.org/\">Los Angeles, California – WordCamp LA – September 12, 2009</a></li>\n<li><a title=\"WordCamp Portland\" href=\"http://www.wordcampportland.com/\">Portland, Oregon – WordCamp Portland – September 19-20, 2009</a></li>\n<li><a title=\"WordCamp Seattle\" href=\"http://www.wordcampseattle.org/\">WordCamp Seattle – September 26, 2009</a> (<a title=\"WordCamp Seattle Twitter\" href=\"http://twitter.com/wordcampseattle\">WordCamp Seattle Twitter</a>)</li>\n</ul>\n<p><strong>October 2009</strong></p>\n<ul>\n<li><a title=\"WordCamp New York City 2009\" href=\"http://2009.newyork.wordcamp.org\">WordCamp New York City 2009 – October 24, 2009</a></li>\n<li><a title=\"WordCamp NL\" href=\"http://wordcampnl.org/\">Netherlands – WordCamp NL – October 31, 2009</a></li>\n</ul>\n<p><strong>Upcoming WordCamps not scheduled or confirmed:</strong></p>\n<ul>\n<li><a title=\"WordCamp Indy\" href=\"http://wordcampindy.org/\">WordCamp Indy (Indianapolis)</a></li>\n<li>WordCamp Augusta</li>\n<li>WordCamp Argentina</li>\n<li>WordCamp San Diego</li>\n<li>WordCamp Perú</li>\n<li>WordCamp New Zealand</li>\n<li>WordCamp Israel</li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /></p>\n<hr />\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n<p>tt</p>\nPosted in WordCamps, WordPress Events, WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/4094/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/4094/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/4094/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/4094/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/4094/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/4094/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/4094/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/4094/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/4094/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/4094/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4094&subd=lorelle&ref=&feed=1\" /></div>\";}i:11;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 05/27\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5924\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/05/27/wordpress-plugin-releases-for-0527/\";s:11:\"description\";s:3162:\"<h3>New Plugins</h3>\n<p><a href=\"http://borrowedcode.com/?page_id=120\">BookLinker</a></p>\n<p>A WordPress plug-in that converts existing affiliate links into a list of book resources: Amazon, Powells, and IndieBound affiliate links, WorldCat library searches, and LibraryThing book pages.</p>\n<p><a href=\"http://alexking.org/projects/wordpress/readme?project=link-harvest\">Link Harvest</a></p>\n<p>This plugin will go through all of your posts and pages and compile a list of all external links. Then it will create a linkroll for you based on your actual linking activity.</p>\n<p><a href=\"http://kelohe.com/bestpostpage/\">Best Post Page</a></p>\n<p>Best Post Page is a WordPress plugin, that utilizes optimization algorithms to chose the best posts based on criteria such as views and comments. This plugin automatically generates a page called ‘Best of Posts’ that displays the top 10 posts from your blog. The list of the best posts is automatically recalculated. All you have to do is download and activate the plugin.</p>\n<p><span>Google Analytics Stats Deluxe</span> Link removed due to it being paid</p>\n<p>A big step up from the Standard Version of Google Analytics Stats. Google Analytics Stats Deluxe includes all the features of Google Analytics Stats and more</p>\n<p><a href=\"http://www.samuelaguilera.com/archivo/shorten2ping-notifies-pingfm-bitly.xhtml\">Shorten2Ping</a></p>\n<p>Sends status updates to Ping.fm every time you publish a post. Using Bit.ly for the permalinks (Ping.fm and Bit.ly accounts required). So this way you can send status to many sites at once if you have a Ping.fm account.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://techie-buzz.com/wordpress-plugins/notify-unconfirmed-subscribers-google-feedburner-compatibility.html\">Notify Unconfirmed Subscribers</a></p>\n<p>Allows users to notify unconfirmed email subscribers in their Feedburner account</p>\n<p><span>Ajax Login Pro</span> Link removed due to it being paid</p>\n<p>iRedlof Ajax Login Pro adds a beautiful Javascript loaded Top Panel on your wordpress blog to let your site users :</p>\n<p><a href=\"http://chris-fletcher.com/plug-ins/google-analytics-stats/\">Google Analytics Stats</a></p>\n<p>A dashboard plugin with an admin interface to configure the 3 parameters that are required</p>\n<p><a href=\"http://www.dev4press.com/2009/05/26/gd-press-tools-120/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various additional administration tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, chanage some aspects of WordPress. Bellow you can find the detailed list of features and plugin version when the feature is added.</p>\n<p><a href=\"http://alexking.org/projects/wordpress/readme?project=shortcut-macros\">Shortcut Macros</a></p>\n<p>Shortcut Macros allows you to define letter combinations that will expand to longer words, URLs, phrases, etc.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/27/wordpress-plugin-releases-for-0527/\">WordPress Plugin Releases for 05/27</a></p>\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 19:26:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:3162:\"<h3>New Plugins</h3>\n<p><a href=\"http://borrowedcode.com/?page_id=120\">BookLinker</a></p>\n<p>A WordPress plug-in that converts existing affiliate links into a list of book resources: Amazon, Powells, and IndieBound affiliate links, WorldCat library searches, and LibraryThing book pages.</p>\n<p><a href=\"http://alexking.org/projects/wordpress/readme?project=link-harvest\">Link Harvest</a></p>\n<p>This plugin will go through all of your posts and pages and compile a list of all external links. Then it will create a linkroll for you based on your actual linking activity.</p>\n<p><a href=\"http://kelohe.com/bestpostpage/\">Best Post Page</a></p>\n<p>Best Post Page is a WordPress plugin, that utilizes optimization algorithms to chose the best posts based on criteria such as views and comments. This plugin automatically generates a page called ‘Best of Posts’ that displays the top 10 posts from your blog. The list of the best posts is automatically recalculated. All you have to do is download and activate the plugin.</p>\n<p><span>Google Analytics Stats Deluxe</span> Link removed due to it being paid</p>\n<p>A big step up from the Standard Version of Google Analytics Stats. Google Analytics Stats Deluxe includes all the features of Google Analytics Stats and more</p>\n<p><a href=\"http://www.samuelaguilera.com/archivo/shorten2ping-notifies-pingfm-bitly.xhtml\">Shorten2Ping</a></p>\n<p>Sends status updates to Ping.fm every time you publish a post. Using Bit.ly for the permalinks (Ping.fm and Bit.ly accounts required). So this way you can send status to many sites at once if you have a Ping.fm account.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://techie-buzz.com/wordpress-plugins/notify-unconfirmed-subscribers-google-feedburner-compatibility.html\">Notify Unconfirmed Subscribers</a></p>\n<p>Allows users to notify unconfirmed email subscribers in their Feedburner account</p>\n<p><span>Ajax Login Pro</span> Link removed due to it being paid</p>\n<p>iRedlof Ajax Login Pro adds a beautiful Javascript loaded Top Panel on your wordpress blog to let your site users :</p>\n<p><a href=\"http://chris-fletcher.com/plug-ins/google-analytics-stats/\">Google Analytics Stats</a></p>\n<p>A dashboard plugin with an admin interface to configure the 3 parameters that are required</p>\n<p><a href=\"http://www.dev4press.com/2009/05/26/gd-press-tools-120/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various additional administration tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, chanage some aspects of WordPress. Bellow you can find the detailed list of features and plugin version when the feature is added.</p>\n<p><a href=\"http://alexking.org/projects/wordpress/readme?project=shortcut-macros\">Shortcut Macros</a></p>\n<p>Shortcut Macros allows you to define letter combinations that will expand to longer words, URLs, phrases, etc.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/27/wordpress-plugin-releases-for-0527/\">WordPress Plugin Releases for 05/27</a></p>\";}i:12;a:7:{s:5:\"title\";s:36:\"Alex King: Delink Comment Author 1.3\";s:4:\"guid\";s:60:\"http://alexking.org/blog/2009/05/27/delink-comment-author-13\";s:4:\"link\";s:60:\"http://alexking.org/blog/2009/05/27/delink-comment-author-13\";s:11:\"description\";s:1360:\"<p>I’ve released a new version of my Delink Comment Author <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin. This version adds compatibility with the new admin interface in WordPress 2.7.x.</p>\n<p>This is a one-trick pony that does the following:</p>\n<ul>\n<li>Adds a link to your comments page to allow you to remove the comment author URL from a comment.</li>\n<li>Adds a link in your comment notification emails to the same.</li>\n</ul>\n<p>On this site I have a policy of only giving backlinks to personal web sites for commentors. Some comments I receive aren’t SPAM, but the URL they leave is to a non-personal web site (commercial, advertising, etc.). I use this plugin to easily remove those URLs without removing the comment.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please contact the <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> or you can try the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a>.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Delink+Comment+Author+1.3&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F27%2Fdelink-comment-author-13\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 19:03:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1360:\"<p>I’ve released a new version of my Delink Comment Author <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin. This version adds compatibility with the new admin interface in WordPress 2.7.x.</p>\n<p>This is a one-trick pony that does the following:</p>\n<ul>\n<li>Adds a link to your comments page to allow you to remove the comment author URL from a comment.</li>\n<li>Adds a link in your comment notification emails to the same.</li>\n</ul>\n<p>On this site I have a policy of only giving backlinks to personal web sites for commentors. Some comments I receive aren’t SPAM, but the URL they leave is to a non-personal web site (commercial, advertising, etc.). I use this plugin to easily remove those URLs without removing the comment.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please contact the <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> or you can try the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a>.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Delink+Comment+Author+1.3&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F27%2Fdelink-comment-author-13\">ShareThis</a></p>\";}i:13;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: What can WordPress do for you?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5919\";s:4:\"link\";s:83:\"http://weblogtoolscollection.com/archives/2009/05/27/what-can-wordpress-do-for-you/\";s:11:\"description\";s:3509:\"<p>I receive questions about WordPress from various sources and I love answering them. I serve on the technical advisory board for our local University and recently ran into one of the other board members who had been using WordPress for some time. He wanted his WordPress site to do a few things that he could not get to work and his email to me ended with “I think I have hit the end of WordPress’ capabilities.” I respectfully disagreed and proceeded to give him links to solutions that I had found. He found them really useful and is going to use them in his re-design.</p>\n<p>This perception of “reaching the end of WordPress” is somewhat common. At a recent WordCamp, I had the distinct feeling (after talking with a bunch of the attendees and from feedback) that they were looking for cool things to do with their WordPress blog to accomplish various ends but were held back because they either did not know what to look for or did not know where to look for it and <em>who to trust</em>.</p>\n<p>I would like to use this opportunity to increase awareness and provide answers to some of these questions. I would like to know what WordPress can do for you. Please use <a href=\"http://midout.com/groups/what-can-wordpress-do-for-you\">the group forums on the WLTC Community</a> to post your questions and needs and find your answers. We will choose the best requests for regular posts on Weblog Tools Collection and plan to use them at WordCamps if given the opportunity.</p>\n<p>Here are the questions that my friend had for me and my answers to them (edited and modified for content). Please leave a comment if you have a different answer or will benefit from these.</p>\n<blockquote><p>1) Have found no good way to create “hidden” pages that do not show up on the menus</p></blockquote>\n<p>The following Plugin solves the problem: <a href=\"http://wordpress.org/extend/plugins/exclude-pages/\" target=\"_blank\">http://wordpress.org/extend/plugins/exclude-pages/</a></p>\n<blockquote><p>2) Have not found a way to embed videos in blog posts and have them displayed on a skinnable Flash video player. The only way is to embed code from other video services such as YouTube which looks unprofessional.</p></blockquote>\n<p>The following Plugin provides a nice embeddable Flash Video player where you upload your own videos: <a href=\"http://wordpress.org/extend/plugins/flash-video-player/\" target=\"_blank\">http://wordpress.org/extend/plugins/flash-video-player/</a></p>\n<blockquote><p>3) I have not figured out a good way to embed a forum onto a “page” so that customers can have discussions. The best concept I have came up with so far is using an embedded frame and a 2<sup>nd</sup> domain.</p></blockquote>\n<p>I would suggest a plugin such as <a href=\"http://www.intensedebate.com/\" target=\"_blank\">http://www.intensedebate.com/</a> which provides most of the forum like features with very little overhead or risk of mangled code. Some people (such as the <a href=\"http://blog.slickdeals.net/\">SlickDeals blog</a>) integerates <a href=\"http://www.vbulletin.org/forum/showthread.php?t=205388\">vBulletin with WordPress</a>, but that includes more than just a plugin download.</p>\n<p><strong>So what can WordPress do for you?</strong></p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/27/what-can-wordpress-do-for-you/\">What can WordPress do for you?</a></p>\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 15:02:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:3509:\"<p>I receive questions about WordPress from various sources and I love answering them. I serve on the technical advisory board for our local University and recently ran into one of the other board members who had been using WordPress for some time. He wanted his WordPress site to do a few things that he could not get to work and his email to me ended with “I think I have hit the end of WordPress’ capabilities.” I respectfully disagreed and proceeded to give him links to solutions that I had found. He found them really useful and is going to use them in his re-design.</p>\n<p>This perception of “reaching the end of WordPress” is somewhat common. At a recent WordCamp, I had the distinct feeling (after talking with a bunch of the attendees and from feedback) that they were looking for cool things to do with their WordPress blog to accomplish various ends but were held back because they either did not know what to look for or did not know where to look for it and <em>who to trust</em>.</p>\n<p>I would like to use this opportunity to increase awareness and provide answers to some of these questions. I would like to know what WordPress can do for you. Please use <a href=\"http://midout.com/groups/what-can-wordpress-do-for-you\">the group forums on the WLTC Community</a> to post your questions and needs and find your answers. We will choose the best requests for regular posts on Weblog Tools Collection and plan to use them at WordCamps if given the opportunity.</p>\n<p>Here are the questions that my friend had for me and my answers to them (edited and modified for content). Please leave a comment if you have a different answer or will benefit from these.</p>\n<blockquote><p>1) Have found no good way to create “hidden” pages that do not show up on the menus</p></blockquote>\n<p>The following Plugin solves the problem: <a href=\"http://wordpress.org/extend/plugins/exclude-pages/\" target=\"_blank\">http://wordpress.org/extend/plugins/exclude-pages/</a></p>\n<blockquote><p>2) Have not found a way to embed videos in blog posts and have them displayed on a skinnable Flash video player. The only way is to embed code from other video services such as YouTube which looks unprofessional.</p></blockquote>\n<p>The following Plugin provides a nice embeddable Flash Video player where you upload your own videos: <a href=\"http://wordpress.org/extend/plugins/flash-video-player/\" target=\"_blank\">http://wordpress.org/extend/plugins/flash-video-player/</a></p>\n<blockquote><p>3) I have not figured out a good way to embed a forum onto a “page” so that customers can have discussions. The best concept I have came up with so far is using an embedded frame and a 2<sup>nd</sup> domain.</p></blockquote>\n<p>I would suggest a plugin such as <a href=\"http://www.intensedebate.com/\" target=\"_blank\">http://www.intensedebate.com/</a> which provides most of the forum like features with very little overhead or risk of mangled code. Some people (such as the <a href=\"http://blog.slickdeals.net/\">SlickDeals blog</a>) integerates <a href=\"http://www.vbulletin.org/forum/showthread.php?t=205388\">vBulletin with WordPress</a>, but that includes more than just a plugin download.</p>\n<p><strong>So what can WordPress do for you?</strong></p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/27/what-can-wordpress-do-for-you/\">What can WordPress do for you?</a></p>\";}i:14;a:7:{s:5:\"title\";s:30:\"Alex King: Shortcut Macros 1.3\";s:4:\"guid\";s:54:\"http://alexking.org/blog/2009/05/27/shortcut-macros-13\";s:4:\"link\";s:54:\"http://alexking.org/blog/2009/05/27/shortcut-macros-13\";s:11:\"description\";s:1334:\"<p>I’ve updated my Shortcut Macros <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin with minor changes to make it work a little better with the latest versions of the WordPress admin interface.</p>\n<p>Shortcut Macros allows you to define letter combinations that will expand to longer words, URLs, phrases, etc. For example, if you are tired of writing the entire link to WordPress.org:</p>\n<blockquote><p><a href=”http://wordpress.org/” rel=”external”>WordPress</a></p></blockquote>\n<p>you could set up a macro for it, something like:</p>\n<blockquote><p>##<b>wp</b></p></blockquote>\n<p>Then you can just type the macro into your blog post and it will automatically be expanded for you.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please contact the <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> or you can try the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a>.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Shortcut+Macros+1.3&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F27%2Fshortcut-macros-13\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 14:41:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1334:\"<p>I’ve updated my Shortcut Macros <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin with minor changes to make it work a little better with the latest versions of the WordPress admin interface.</p>\n<p>Shortcut Macros allows you to define letter combinations that will expand to longer words, URLs, phrases, etc. For example, if you are tired of writing the entire link to WordPress.org:</p>\n<blockquote><p><a href=”http://wordpress.org/” rel=”external”>WordPress</a></p></blockquote>\n<p>you could set up a macro for it, something like:</p>\n<blockquote><p>##<b>wp</b></p></blockquote>\n<p>Then you can just type the macro into your blog post and it will automatically be expanded for you.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please contact the <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> or you can try the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a>.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Shortcut+Macros+1.3&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F27%2Fshortcut-macros-13\">ShareThis</a></p>\";}i:15;a:7:{s:5:\"title\";s:15:\"Matt: Ask Matt!\";s:4:\"guid\";s:21:\"http://ma.tt/?p=14297\";s:4:\"link\";s:30:\"http://ma.tt/2009/05/ask-matt/\";s:11:\"description\";s:424:\"<p><a href=\"http://surveys.polldaddy.com/s/91AAC71151CF01D5/?source=blog\">Ask me a question here and I’ll pick the best and post a video answer here on this blog</a>. This was always the intention of the <a href=\"http://ma.tt/category/ask-matt/\">Ask Matt</a> category, just never got around to doing it before. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 02:58:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:424:\"<p><a href=\"http://surveys.polldaddy.com/s/91AAC71151CF01D5/?source=blog\">Ask me a question here and I’ll pick the best and post a video answer here on this blog</a>. This was always the intention of the <a href=\"http://ma.tt/category/ask-matt/\">Ask Matt</a> category, just never got around to doing it before. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\";}i:16;a:7:{s:5:\"title\";s:27:\"Alex King: Link Harvest 1.2\";s:4:\"guid\";s:51:\"http://alexking.org/blog/2009/05/26/link-harvest-12\";s:4:\"link\";s:51:\"http://alexking.org/blog/2009/05/26/link-harvest-12\";s:11:\"description\";s:1150:\"<p>I’ve updated my Link Harvest <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin to be compatible with WordPress 2.7.x. Link Harvest is a plugin that enables you to mine the link data from the content of your blog/web site and generate a links list/blogroll from it. You can see mine <a href=\"http://alexking.org/links\">here</a>.</p>\n<p>Notable changes in this version:</p>\n<ul>\n<li>Compatibility with WordPress 2.5, 2.6 and 2.7 (need to test 2.8, but it should work).</li>\n<li>Switched to jQuery instead of Prototype for the AJAX stuff.</li>\n</ul>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please contact the <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> or you can try the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a>.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Link+Harvest+1.2&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F26%2Flink-harvest-12\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Tue, 26 May 2009 23:08:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1150:\"<p>I’ve updated my Link Harvest <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin to be compatible with WordPress 2.7.x. Link Harvest is a plugin that enables you to mine the link data from the content of your blog/web site and generate a links list/blogroll from it. You can see mine <a href=\"http://alexking.org/links\">here</a>.</p>\n<p>Notable changes in this version:</p>\n<ul>\n<li>Compatibility with WordPress 2.5, 2.6 and 2.7 (need to test 2.8, but it should work).</li>\n<li>Switched to jQuery instead of Prototype for the AJAX stuff.</li>\n</ul>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please contact the <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> or you can try the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a>.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Link+Harvest+1.2&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F26%2Flink-harvest-12\">ShareThis</a></p>\";}i:17;a:7:{s:5:\"title\";s:28:\"Matt: A Day on Necker Island\";s:4:\"guid\";s:21:\"http://ma.tt/?p=14109\";s:4:\"link\";s:44:\"http://ma.tt/2009/05/a-day-on-necker-island/\";s:11:\"description\";s:42384:\"<p>I had the opportunity to visit Necker Island and hang with some great folks including <a href=\"http://richard.virgin.com/\">Sir Richard Branson</a>, these pics are a collection of a day on Necker Island in the British Virgin Islands. (Sorry if you when you first tried to load this it crashed your browser, there was a bug in my gallery where it was loading the full-size images instead of the resized. All fixed!)</p>\n<p><span id=\"more-14109\"></span></p>\n\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6965-2/\" title=\"MCM_6965\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6965-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6965\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6967-2/\" title=\"MCM_6967\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6967-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6967\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6968-2/\" title=\"MCM_6968\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6968-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6968\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6970/\" title=\"MCM_6970\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6970-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6970\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6972/\" title=\"MCM_6972\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6972-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6972\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6973-2/\" title=\"MCM_6973\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6973-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6973\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6975/\" title=\"MCM_6975\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6975-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6975\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6976/\" title=\"MCM_6976\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6976-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6976\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6977/\" title=\"MCM_6977\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6977-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6977\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6982-2/\" title=\"MCM_6982\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6982-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6982\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6989/\" title=\"MCM_6989\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6989-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6989\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6996-2/\" title=\"MCM_6996\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6996-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6996\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6998-2/\" title=\"MCM_6998\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6998-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6998\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7007/\" title=\"MCM_7007\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7007-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7007\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7011/\" title=\"MCM_7011\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7011-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7011\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7014/\" title=\"MCM_7014\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7014-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7014\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7019/\" title=\"MCM_7019\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7019-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7019\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7020-2/\" title=\"MCM_7020\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7020-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7020\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7021-2/\" title=\"MCM_7021\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7021-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7021\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7022-2/\" title=\"MCM_7022\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7022-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7022\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7024/\" title=\"MCM_7024\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7024-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7024\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7030/\" title=\"MCM_7030\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7030-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7030\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7031-2/\" title=\"MCM_7031\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7031-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7031\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7034-3/\" title=\"MCM_7034\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7034-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7034\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7037-2/\" title=\"MCM_7037\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7037-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7037\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7038/\" title=\"MCM_7038\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7038-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7038\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7039-3/\" title=\"MCM_7039\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7039-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7039\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7040/\" title=\"MCM_7040\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7040-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7040\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7041-2/\" title=\"MCM_7041\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7041-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7041\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7042/\" title=\"MCM_7042\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7042-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7042\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7044/\" title=\"MCM_7044\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7044-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7044\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7046-2/\" title=\"MCM_7046\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7046-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7046\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7047-2/\" title=\"MCM_7047\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7047-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7047\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7049/\" title=\"MCM_7049\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7049-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7049\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7052/\" title=\"MCM_7052\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7052-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7052\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7059/\" title=\"MCM_7059\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7059-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7059\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7063/\" title=\"MCM_7063\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7063-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7063\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7067-3/\" title=\"MCM_7067\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7067-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7067\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7068-2/\" title=\"MCM_7068\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7068-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7068\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7069-2/\" title=\"MCM_7069\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7069-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7069\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7070-2/\" title=\"MCM_7070\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7070-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7070\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7071/\" title=\"MCM_7071\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7071-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7071\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7072/\" title=\"MCM_7072\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7072-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7072\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7073-3/\" title=\"MCM_7073\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7073-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7073\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7074-2/\" title=\"MCM_7074\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7074-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7074\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7076-2/\" title=\"MCM_7076\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7076-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7076\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7077-3/\" title=\"MCM_7077\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7077-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7077\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7078/\" title=\"MCM_7078\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7078-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7078\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7079-2/\" title=\"MCM_7079\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7079-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7079\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7081-3/\" title=\"MCM_7081\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7081-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7081\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7082/\" title=\"MCM_7082\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7082-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7082\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7083/\" title=\"MCM_7083\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7083-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7083\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7084-2/\" title=\"MCM_7084\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7084-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7084\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7085-2/\" title=\"MCM_7085\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7085-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7085\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7086/\" title=\"MCM_7086\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7086-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7086\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7088/\" title=\"MCM_7088\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7088-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7088\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7089-2/\" title=\"MCM_7089\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7089-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7089\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7090-2/\" title=\"MCM_7090\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7090-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7090\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7092/\" title=\"MCM_7092\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7092-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7092\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7093/\" title=\"MCM_7093\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7093-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7093\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7094-2/\" title=\"MCM_7094\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7094-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7094\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7097/\" title=\"MCM_7097\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7097-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7097\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7103/\" title=\"MCM_7103\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7103-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7103\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7119-2/\" title=\"MCM_7119\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7119-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7119\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7122/\" title=\"MCM_7122\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7122-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7122\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7124/\" title=\"MCM_7124\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7124-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7124\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7125/\" title=\"MCM_7125\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7125-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7125\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7126/\" title=\"MCM_7126\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7126-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7126\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7127/\" title=\"MCM_7127\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7127-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7127\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7128/\" title=\"MCM_7128\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7128-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7128\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7131/\" title=\"MCM_7131\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7131-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7131\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7135-2/\" title=\"MCM_7135\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7135-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7135\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7136/\" title=\"MCM_7136\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7136-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7136\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7137-2/\" title=\"MCM_7137\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7137-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7137\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7141-2/\" title=\"MCM_7141\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7141-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7141\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7143/\" title=\"MCM_7143\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7143-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7143\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7145-2/\" title=\"MCM_7145\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7145-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7145\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7146/\" title=\"MCM_7146\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7146-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7146\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7148-2/\" title=\"MCM_7148\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7148-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7148\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7152/\" title=\"MCM_7152\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7152-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7152\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7155-2/\" title=\"MCM_7155\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7155-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7155\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7156-2/\" title=\"MCM_7156\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7156-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7156\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7173-2/\" title=\"MCM_7173\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7173-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7173\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7175-2/\" title=\"MCM_7175\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7175-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7175\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7176-2/\" title=\"MCM_7176\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7176-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7176\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7177/\" title=\"MCM_7177\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7177-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7177\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7178/\" title=\"MCM_7178\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7178-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7178\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7179/\" title=\"MCM_7179\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7179-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7179\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7184-2/\" title=\"MCM_7184\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7184-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7184\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7185/\" title=\"MCM_7185\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7185-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7185\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7187/\" title=\"MCM_7187\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7187-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7187\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7188-2/\" title=\"MCM_7188\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7188-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7188\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7191-2/\" title=\"MCM_7191\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7191-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7191\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7192/\" title=\"MCM_7192\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7192-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7192\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7197-2/\" title=\"MCM_7197\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7197-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7197\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7198-2/\" title=\"MCM_7198\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7198-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7198\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7204/\" title=\"MCM_7204\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7204-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7204\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7205/\" title=\"MCM_7205\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7205-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7205\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7206/\" title=\"MCM_7206\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7206-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7206\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7208-2/\" title=\"MCM_7208\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7208-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7208\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7212/\" title=\"MCM_7212\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7212-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7212\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7216/\" title=\"MCM_7216\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7216-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7216\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7217/\" title=\"MCM_7217\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7217-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7217\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7218/\" title=\"MCM_7218\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7218-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7218\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7219/\" title=\"MCM_7219\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7219-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7219\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7221/\" title=\"MCM_7221\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7221-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7221\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7223/\" title=\"MCM_7223\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7223-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7223\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7228-2/\" title=\"MCM_7228\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7228-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7228\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7241/\" title=\"MCM_7241\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7241-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7241\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7250-2/\" title=\"MCM_7250\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7250-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7250\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7252/\" title=\"MCM_7252\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7252-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7252\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7260-2/\" title=\"MCM_7260\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7260-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7260\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7267-2/\" title=\"MCM_7267\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7267-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7267\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7274/\" title=\"MCM_7274\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7274-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7274\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7277/\" title=\"MCM_7277\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7277-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7277\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7281/\" title=\"MCM_7281\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7281-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7281\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7302/\" title=\"MCM_7302\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7302-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7302\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7304/\" title=\"MCM_7304\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7304-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7304\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7315-2/\" title=\"MCM_7315\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7315-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7315\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7323/\" title=\"MCM_7323\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7323-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7323\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7330-2/\" title=\"MCM_7330\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7330-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7330\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7348/\" title=\"MCM_7348\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7348-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7348\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7352-2/\" title=\"MCM_7352\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7352-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7352\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7368-2/\" title=\"MCM_7368\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7368-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7368\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7375/\" title=\"MCM_7375\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7375-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7375\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7392/\" title=\"MCM_7392\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7392-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7392\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7393-2/\" title=\"MCM_7393\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7393-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7393\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7407/\" title=\"MCM_7407\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7407-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7407\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7412/\" title=\"MCM_7412\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7412-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7412\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7414/\" title=\"MCM_7414\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7414-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7414\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7420-2/\" title=\"MCM_7420\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7420-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7420\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7428/\" title=\"MCM_7428\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7428-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7428\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7432/\" title=\"MCM_7432\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7432-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7432\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7441-2/\" title=\"MCM_7441\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7441-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7441\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7452/\" title=\"MCM_7452\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7452-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7452\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7458-2/\" title=\"MCM_7458\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7458-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7458\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7463/\" title=\"MCM_7463\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7463-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7463\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7471/\" title=\"MCM_7471\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7471-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7471\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7480-2/\" title=\"MCM_7480\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7480-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7480\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7508/\" title=\"MCM_7508\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7508-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7508\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7520-2/\" title=\"MCM_7520\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7520-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7520\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7526-2/\" title=\"MCM_7526\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7526-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7526\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7533-2/\" title=\"MCM_7533\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7533-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7533\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7538/\" title=\"MCM_7538\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7538-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7538\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7545/\" title=\"MCM_7545\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7545-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7545\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7565/\" title=\"MCM_7565\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7565-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7565\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7567/\" title=\"MCM_7567\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7567-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7567\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7570-2/\" title=\"MCM_7570\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7570-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7570\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7574-2/\" title=\"MCM_7574\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7574-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7574\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7576-2/\" title=\"MCM_7576\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7576-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7576\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7578-2/\" title=\"MCM_7578\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7578-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7578\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7581/\" title=\"MCM_7581\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7581-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7581\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7582/\" title=\"MCM_7582\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7582-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7582\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7584/\" title=\"MCM_7584\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7584-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7584\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7592/\" title=\"MCM_7592\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7592-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7592\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7595/\" title=\"MCM_7595\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7595-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7595\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7597/\" title=\"MCM_7597\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7597-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7597\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7607-2/\" title=\"MCM_7607\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7607-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7607\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7609/\" title=\"MCM_7609\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7609-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7609\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7610/\" title=\"MCM_7610\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7610-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7610\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7615/\" title=\"MCM_7615\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7615-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7615\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7620/\" title=\"MCM_7620\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7620-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7620\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7626/\" title=\"MCM_7626\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7626-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7626\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7630/\" title=\"MCM_7630\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7630-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7630\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7631/\" title=\"MCM_7631\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7631-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7631\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7632/\" title=\"MCM_7632\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7632-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7632\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7639/\" title=\"MCM_7639\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7639-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7639\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7646/\" title=\"MCM_7646\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7646-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7646\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7647-2/\" title=\"MCM_7647\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7647-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7647\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7662-2/\" title=\"MCM_7662\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7662-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7662\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7666-2/\" title=\"MCM_7666\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7666-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7666\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7673-2/\" title=\"MCM_7673\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7673-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7673\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7688-2/\" title=\"MCM_7688\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7688-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7688\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7697-2/\" title=\"MCM_7697\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7697-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7697\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7705/\" title=\"MCM_7705\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7705-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7705\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7717-2/\" title=\"MCM_7717\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7717-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7717\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7718/\" title=\"MCM_7718\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7718-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7718\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7721/\" title=\"MCM_7721\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7721-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7721\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7730/\" title=\"MCM_7730\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7730-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7730\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7740/\" title=\"MCM_7740\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7740-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7740\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7745/\" title=\"MCM_7745\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7745-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7745\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7746-2/\" title=\"MCM_7746\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7746-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7746\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7747-2/\" title=\"MCM_7747\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7747-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7747\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7751/\" title=\"MCM_7751\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7751-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7751\" /></a>\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 22:00:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:42384:\"<p>I had the opportunity to visit Necker Island and hang with some great folks including <a href=\"http://richard.virgin.com/\">Sir Richard Branson</a>, these pics are a collection of a day on Necker Island in the British Virgin Islands. (Sorry if you when you first tried to load this it crashed your browser, there was a bug in my gallery where it was loading the full-size images instead of the resized. All fixed!)</p>\n<p><span id=\"more-14109\"></span></p>\n\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6965-2/\" title=\"MCM_6965\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6965-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6965\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6967-2/\" title=\"MCM_6967\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6967-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6967\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6968-2/\" title=\"MCM_6968\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6968-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6968\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6970/\" title=\"MCM_6970\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6970-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6970\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6972/\" title=\"MCM_6972\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6972-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6972\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6973-2/\" title=\"MCM_6973\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6973-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6973\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6975/\" title=\"MCM_6975\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6975-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6975\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6976/\" title=\"MCM_6976\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6976-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6976\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6977/\" title=\"MCM_6977\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6977-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6977\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6982-2/\" title=\"MCM_6982\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6982-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6982\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6989/\" title=\"MCM_6989\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6989-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6989\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6996-2/\" title=\"MCM_6996\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6996-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6996\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_6998-2/\" title=\"MCM_6998\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_6998-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6998\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7007/\" title=\"MCM_7007\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7007-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7007\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7011/\" title=\"MCM_7011\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7011-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7011\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7014/\" title=\"MCM_7014\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7014-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7014\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7019/\" title=\"MCM_7019\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7019-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7019\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7020-2/\" title=\"MCM_7020\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7020-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7020\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7021-2/\" title=\"MCM_7021\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7021-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7021\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7022-2/\" title=\"MCM_7022\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7022-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7022\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7024/\" title=\"MCM_7024\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7024-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7024\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7030/\" title=\"MCM_7030\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7030-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7030\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7031-2/\" title=\"MCM_7031\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7031-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7031\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7034-3/\" title=\"MCM_7034\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7034-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7034\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7037-2/\" title=\"MCM_7037\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7037-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7037\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7038/\" title=\"MCM_7038\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7038-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7038\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7039-3/\" title=\"MCM_7039\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7039-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7039\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7040/\" title=\"MCM_7040\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7040-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7040\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7041-2/\" title=\"MCM_7041\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7041-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7041\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7042/\" title=\"MCM_7042\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7042-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7042\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7044/\" title=\"MCM_7044\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7044-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7044\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7046-2/\" title=\"MCM_7046\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7046-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7046\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7047-2/\" title=\"MCM_7047\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7047-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7047\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7049/\" title=\"MCM_7049\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7049-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7049\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7052/\" title=\"MCM_7052\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7052-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7052\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7059/\" title=\"MCM_7059\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7059-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7059\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7063/\" title=\"MCM_7063\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7063-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7063\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7067-3/\" title=\"MCM_7067\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7067-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7067\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7068-2/\" title=\"MCM_7068\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7068-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7068\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7069-2/\" title=\"MCM_7069\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7069-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7069\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7070-2/\" title=\"MCM_7070\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7070-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7070\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7071/\" title=\"MCM_7071\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7071-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7071\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7072/\" title=\"MCM_7072\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7072-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7072\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7073-3/\" title=\"MCM_7073\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7073-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7073\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7074-2/\" title=\"MCM_7074\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7074-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7074\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7076-2/\" title=\"MCM_7076\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7076-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7076\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7077-3/\" title=\"MCM_7077\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7077-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7077\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7078/\" title=\"MCM_7078\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7078-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7078\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7079-2/\" title=\"MCM_7079\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7079-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7079\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7081-3/\" title=\"MCM_7081\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7081-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7081\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7082/\" title=\"MCM_7082\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7082-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7082\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7083/\" title=\"MCM_7083\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7083-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7083\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7084-2/\" title=\"MCM_7084\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7084-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7084\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7085-2/\" title=\"MCM_7085\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7085-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7085\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7086/\" title=\"MCM_7086\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7086-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7086\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7088/\" title=\"MCM_7088\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7088-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7088\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7089-2/\" title=\"MCM_7089\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7089-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7089\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7090-2/\" title=\"MCM_7090\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7090-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7090\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7092/\" title=\"MCM_7092\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7092-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7092\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7093/\" title=\"MCM_7093\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7093-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7093\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7094-2/\" title=\"MCM_7094\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7094-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7094\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7097/\" title=\"MCM_7097\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7097-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7097\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7103/\" title=\"MCM_7103\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7103-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7103\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7119-2/\" title=\"MCM_7119\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7119-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7119\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7122/\" title=\"MCM_7122\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7122-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7122\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7124/\" title=\"MCM_7124\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7124-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7124\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7125/\" title=\"MCM_7125\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7125-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7125\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7126/\" title=\"MCM_7126\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7126-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7126\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7127/\" title=\"MCM_7127\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7127-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7127\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7128/\" title=\"MCM_7128\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7128-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7128\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7131/\" title=\"MCM_7131\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7131-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7131\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7135-2/\" title=\"MCM_7135\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7135-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7135\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7136/\" title=\"MCM_7136\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7136-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7136\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7137-2/\" title=\"MCM_7137\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7137-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7137\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7141-2/\" title=\"MCM_7141\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7141-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7141\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7143/\" title=\"MCM_7143\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7143-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7143\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7145-2/\" title=\"MCM_7145\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7145-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7145\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7146/\" title=\"MCM_7146\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7146-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7146\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7148-2/\" title=\"MCM_7148\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7148-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7148\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7152/\" title=\"MCM_7152\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7152-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7152\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7155-2/\" title=\"MCM_7155\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7155-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7155\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7156-2/\" title=\"MCM_7156\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7156-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7156\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7173-2/\" title=\"MCM_7173\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7173-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7173\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7175-2/\" title=\"MCM_7175\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7175-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7175\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7176-2/\" title=\"MCM_7176\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7176-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7176\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7177/\" title=\"MCM_7177\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7177-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7177\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7178/\" title=\"MCM_7178\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7178-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7178\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7179/\" title=\"MCM_7179\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7179-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7179\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7184-2/\" title=\"MCM_7184\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7184-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7184\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7185/\" title=\"MCM_7185\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7185-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7185\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7187/\" title=\"MCM_7187\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7187-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7187\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7188-2/\" title=\"MCM_7188\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7188-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7188\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7191-2/\" title=\"MCM_7191\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7191-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7191\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7192/\" title=\"MCM_7192\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7192-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7192\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7197-2/\" title=\"MCM_7197\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7197-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7197\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7198-2/\" title=\"MCM_7198\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7198-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7198\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7204/\" title=\"MCM_7204\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7204-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7204\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7205/\" title=\"MCM_7205\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7205-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7205\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7206/\" title=\"MCM_7206\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7206-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7206\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7208-2/\" title=\"MCM_7208\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7208-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7208\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7212/\" title=\"MCM_7212\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7212-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7212\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7216/\" title=\"MCM_7216\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7216-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7216\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7217/\" title=\"MCM_7217\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7217-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7217\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7218/\" title=\"MCM_7218\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7218-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7218\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7219/\" title=\"MCM_7219\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7219-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7219\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7221/\" title=\"MCM_7221\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7221-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7221\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7223/\" title=\"MCM_7223\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7223-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7223\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7228-2/\" title=\"MCM_7228\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7228-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7228\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7241/\" title=\"MCM_7241\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7241-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7241\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7250-2/\" title=\"MCM_7250\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7250-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7250\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7252/\" title=\"MCM_7252\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7252-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7252\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7260-2/\" title=\"MCM_7260\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7260-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7260\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7267-2/\" title=\"MCM_7267\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7267-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7267\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7274/\" title=\"MCM_7274\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7274-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7274\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7277/\" title=\"MCM_7277\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7277-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7277\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7281/\" title=\"MCM_7281\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7281-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7281\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7302/\" title=\"MCM_7302\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7302-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7302\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7304/\" title=\"MCM_7304\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7304-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7304\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7315-2/\" title=\"MCM_7315\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7315-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7315\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7323/\" title=\"MCM_7323\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7323-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7323\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7330-2/\" title=\"MCM_7330\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7330-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7330\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7348/\" title=\"MCM_7348\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7348-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7348\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7352-2/\" title=\"MCM_7352\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7352-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7352\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7368-2/\" title=\"MCM_7368\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7368-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7368\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7375/\" title=\"MCM_7375\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7375-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7375\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7392/\" title=\"MCM_7392\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7392-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7392\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7393-2/\" title=\"MCM_7393\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7393-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7393\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7407/\" title=\"MCM_7407\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7407-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7407\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7412/\" title=\"MCM_7412\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7412-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7412\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7414/\" title=\"MCM_7414\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7414-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7414\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7420-2/\" title=\"MCM_7420\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7420-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7420\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7428/\" title=\"MCM_7428\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7428-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7428\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7432/\" title=\"MCM_7432\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7432-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7432\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7441-2/\" title=\"MCM_7441\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7441-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7441\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7452/\" title=\"MCM_7452\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7452-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7452\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7458-2/\" title=\"MCM_7458\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7458-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7458\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7463/\" title=\"MCM_7463\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7463-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7463\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7471/\" title=\"MCM_7471\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7471-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7471\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7480-2/\" title=\"MCM_7480\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7480-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7480\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7508/\" title=\"MCM_7508\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7508-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7508\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7520-2/\" title=\"MCM_7520\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7520-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7520\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7526-2/\" title=\"MCM_7526\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7526-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7526\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7533-2/\" title=\"MCM_7533\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7533-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7533\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7538/\" title=\"MCM_7538\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7538-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7538\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7545/\" title=\"MCM_7545\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7545-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7545\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7565/\" title=\"MCM_7565\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7565-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7565\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7567/\" title=\"MCM_7567\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7567-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7567\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7570-2/\" title=\"MCM_7570\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7570-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7570\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7574-2/\" title=\"MCM_7574\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7574-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7574\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7576-2/\" title=\"MCM_7576\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7576-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7576\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7578-2/\" title=\"MCM_7578\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7578-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7578\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7581/\" title=\"MCM_7581\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7581-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7581\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7582/\" title=\"MCM_7582\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7582-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7582\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7584/\" title=\"MCM_7584\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7584-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7584\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7592/\" title=\"MCM_7592\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7592-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7592\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7595/\" title=\"MCM_7595\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7595-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7595\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7597/\" title=\"MCM_7597\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7597-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7597\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7607-2/\" title=\"MCM_7607\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7607-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7607\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7609/\" title=\"MCM_7609\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7609-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7609\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7610/\" title=\"MCM_7610\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7610-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7610\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7615/\" title=\"MCM_7615\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7615-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7615\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7620/\" title=\"MCM_7620\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7620-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7620\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7626/\" title=\"MCM_7626\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7626-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7626\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7630/\" title=\"MCM_7630\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7630-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7630\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7631/\" title=\"MCM_7631\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7631-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7631\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7632/\" title=\"MCM_7632\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7632-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7632\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7639/\" title=\"MCM_7639\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7639-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7639\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7646/\" title=\"MCM_7646\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7646-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7646\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7647-2/\" title=\"MCM_7647\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7647-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7647\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7662-2/\" title=\"MCM_7662\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7662-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7662\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7666-2/\" title=\"MCM_7666\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7666-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7666\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7673-2/\" title=\"MCM_7673\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7673-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7673\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7688-2/\" title=\"MCM_7688\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7688-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7688\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7697-2/\" title=\"MCM_7697\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7697-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7697\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7705/\" title=\"MCM_7705\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7705-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7705\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7717-2/\" title=\"MCM_7717\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7717-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7717\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7718/\" title=\"MCM_7718\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7718-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7718\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7721/\" title=\"MCM_7721\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/05/MCM_7721-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7721\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7730/\" title=\"MCM_7730\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7730-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7730\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7740/\" title=\"MCM_7740\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7740-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7740\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7745/\" title=\"MCM_7745\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7745-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7745\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7746-2/\" title=\"MCM_7746\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7746-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7746\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7747-2/\" title=\"MCM_7747\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7747-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7747\" /></a>\n<a href=\"http://ma.tt/2009/05/a-day-on-necker-island/mcm_7751/\" title=\"MCM_7751\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/05/MCM_7751-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_7751\" /></a>\";}i:18;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 05/25\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5917\";s:4:\"link\";s:89:\"http://weblogtoolscollection.com/archives/2009/05/25/wordpress-theme-releases-for-0525-2/\";s:11:\"description\";s:2362:\"<h4><a href=\"http://izandi.net/2009/05/adsense-wordpress-themes/\">Adsense WordPress Themes</a></h4>\n<p><a href=\"http://iklanz.com/wp_demo/\"><img title=\"Adsense Ready Themes\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/adsensereadythemes.gif\" alt=\"Adsense Ready Themes\" width=\"200\" height=\"121\" /></a></p>\n<p>Three column, non-widgeted sidebar, gravatar ready with three ready made adsense ads and SEO friendly tags.</p>\n<h4><a href=\"http://code.google.com/p/city-finance-wordpress-theme/\">City Finance</a></h4>\n<p><img title=\"City Finance\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/cityfinance.gif\" alt=\"City Finance\" width=\"200\" height=\"135\" /></p>\n<p>The theme is a quick set up finance related WordPress theme. Completely widgetized and Adsense ready. Tested up to Wordpress 2.8.</p>\n<h4><a href=\"http://wpgpl.com/themes/tembesi/\">Tembesi</a></h4>\n<p><a href=\"http://demo.wpgpl.com/?wptheme=Tembesi\"><img title=\"Tembesi\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/tembesi.jpg\" alt=\"Tembesi\" width=\"200\" height=\"163\" /></a></p>\n<p>Tembesi is 2 columns, widget and gravatar ready theme with threaded comment support and for those who love Helvetica.</p>\n<h4><a href=\"http://www.wordpresscenter.com/blog/journic-wordpress-theme/\">Journic</a></h4>\n<p><a href=\"http://wordpresscenter.com/demo/journic/\"><img title=\"Journic\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/journic.gif\" alt=\"Journic\" width=\"200\" height=\"132\" /></a></p>\n<p>Three column, completely widgetized theme, with a settings page, complete with advertising management section.</p>\n<h4><a href=\"http://themocracy.com/2009/05/louisebrooks-free-wordpress-theme/\">Louisebrooks</a></h4>\n<p><a href=\"http://wordpress.org/extend/themes/louisebrooks\"><img title=\"louise-brooks-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/louisebrookstheme.png\" alt=\"louise-brooks-theme\" width=\"185\" height=\"151\" /></a></p>\n<p>LouiseBrooks is a fixed-width, 2 column with right sidebar theme, with a little Deco styling, not too much… and the theme is now fully updated for WP 2.7 functionality, threaded and page comments etc</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/25/wordpress-theme-releases-for-0525-2/\">WordPress Theme Releases for 05/25</a></p>\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 14:31:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:2362:\"<h4><a href=\"http://izandi.net/2009/05/adsense-wordpress-themes/\">Adsense WordPress Themes</a></h4>\n<p><a href=\"http://iklanz.com/wp_demo/\"><img title=\"Adsense Ready Themes\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/adsensereadythemes.gif\" alt=\"Adsense Ready Themes\" width=\"200\" height=\"121\" /></a></p>\n<p>Three column, non-widgeted sidebar, gravatar ready with three ready made adsense ads and SEO friendly tags.</p>\n<h4><a href=\"http://code.google.com/p/city-finance-wordpress-theme/\">City Finance</a></h4>\n<p><img title=\"City Finance\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/cityfinance.gif\" alt=\"City Finance\" width=\"200\" height=\"135\" /></p>\n<p>The theme is a quick set up finance related WordPress theme. Completely widgetized and Adsense ready. Tested up to Wordpress 2.8.</p>\n<h4><a href=\"http://wpgpl.com/themes/tembesi/\">Tembesi</a></h4>\n<p><a href=\"http://demo.wpgpl.com/?wptheme=Tembesi\"><img title=\"Tembesi\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/tembesi.jpg\" alt=\"Tembesi\" width=\"200\" height=\"163\" /></a></p>\n<p>Tembesi is 2 columns, widget and gravatar ready theme with threaded comment support and for those who love Helvetica.</p>\n<h4><a href=\"http://www.wordpresscenter.com/blog/journic-wordpress-theme/\">Journic</a></h4>\n<p><a href=\"http://wordpresscenter.com/demo/journic/\"><img title=\"Journic\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/journic.gif\" alt=\"Journic\" width=\"200\" height=\"132\" /></a></p>\n<p>Three column, completely widgetized theme, with a settings page, complete with advertising management section.</p>\n<h4><a href=\"http://themocracy.com/2009/05/louisebrooks-free-wordpress-theme/\">Louisebrooks</a></h4>\n<p><a href=\"http://wordpress.org/extend/themes/louisebrooks\"><img title=\"louise-brooks-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/louisebrookstheme.png\" alt=\"louise-brooks-theme\" width=\"185\" height=\"151\" /></a></p>\n<p>LouiseBrooks is a fixed-width, 2 column with right sidebar theme, with a little Deco styling, not too much… and the theme is now fully updated for WP 2.7 functionality, threaded and page comments etc</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/25/wordpress-theme-releases-for-0525-2/\">WordPress Theme Releases for 05/25</a></p>\";}i:19;a:7:{s:5:\"title\";s:22:\"Akismet: WordPress bug\";s:4:\"guid\";s:30:\"http://blog.akismet.com/?p=207\";s:4:\"link\";s:49:\"http://blog.akismet.com/2009/05/25/wordpress-bug/\";s:11:\"description\";s:3424:\"<div class=\"snap_preview\"><br /><p>A bug in development versions of WordPress is causing some comments to be incorrectly caught as spam. <strong>The problem is in WordPress</strong>, not Akismet, and there’s no way for Akismet to prevent it from happening.</p>\n<p>The problem only affects WordPress blogs running current development code. It does not affect other applications that use Akismet.</p>\n<p>Technically-minded users can read the specifics in <a href=\"http://core.trac.wordpress.org/ticket/9934\">the WordPress Trac system</a>.</p>\n<p>We expect to have a fix in WordPress core soon, and deployed to WordPress.com shortly after.</p>\n<p>This is probably a good opportunity to remind readers that Akismet is not necessarily the reason a comment gets caught as spam. The majority of complaints we receive about real comments being caught as spam were in fact not caused by Akismet at all – but by other spam filtering plugins or features. (Unfortunately WordPress doesn’t show the reason a comment was moved to the Spam filter, so there’s no easy way to tell which ones were put there by Akismet and which ones by something else).</p>\n<p>In particular, the WordPress Comment Blacklist feature (Settings / Discussion) trips up some users. It lets administrators provide a list of words, IP or email addresses that should be blocked as spam. Any comments that match words in the blacklist will automatically be moved to the Spam filter – regardless of whether or not Akismet considers it to be spam. The blacklist matches <em>within words</em>, meaning that if you add a short string such as “ru”, it will block any comment containing the words “truth” or “fruit”, or any other word with the letters “ru”. And, since the blacklist takes precedence over Akismet, reporting those comments to Akismet as false positives won’t stop them from being caught.</p>\n<p>If you think the Comment Blacklist feature might be catching legitimate comments as spam, the <a href=\"http://thresholdstate.com/threshold/4341/tw-blacklight-plugin-for-wordpress\">tw-blacklight</a> plugin might help your diagnosis.</p>\n<p>We’ll update the <a href=\"http://blog.akismet.com/\">Akismet blog</a> when the WordPress bug has been fixed.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/207/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=207&subd=akismet&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 01:45:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:3424:\"<div class=\"snap_preview\"><br /><p>A bug in development versions of WordPress is causing some comments to be incorrectly caught as spam. <strong>The problem is in WordPress</strong>, not Akismet, and there’s no way for Akismet to prevent it from happening.</p>\n<p>The problem only affects WordPress blogs running current development code. It does not affect other applications that use Akismet.</p>\n<p>Technically-minded users can read the specifics in <a href=\"http://core.trac.wordpress.org/ticket/9934\">the WordPress Trac system</a>.</p>\n<p>We expect to have a fix in WordPress core soon, and deployed to WordPress.com shortly after.</p>\n<p>This is probably a good opportunity to remind readers that Akismet is not necessarily the reason a comment gets caught as spam. The majority of complaints we receive about real comments being caught as spam were in fact not caused by Akismet at all – but by other spam filtering plugins or features. (Unfortunately WordPress doesn’t show the reason a comment was moved to the Spam filter, so there’s no easy way to tell which ones were put there by Akismet and which ones by something else).</p>\n<p>In particular, the WordPress Comment Blacklist feature (Settings / Discussion) trips up some users. It lets administrators provide a list of words, IP or email addresses that should be blocked as spam. Any comments that match words in the blacklist will automatically be moved to the Spam filter – regardless of whether or not Akismet considers it to be spam. The blacklist matches <em>within words</em>, meaning that if you add a short string such as “ru”, it will block any comment containing the words “truth” or “fruit”, or any other word with the letters “ru”. And, since the blacklist takes precedence over Akismet, reporting those comments to Akismet as false positives won’t stop them from being caught.</p>\n<p>If you think the Comment Blacklist feature might be catching legitimate comments as spam, the <a href=\"http://thresholdstate.com/threshold/4341/tw-blacklight-plugin-for-wordpress\">tw-blacklight</a> plugin might help your diagnosis.</p>\n<p>We’ll update the <a href=\"http://blog.akismet.com/\">Akismet blog</a> when the WordPress bug has been fixed.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/207/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/207/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/207/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=207&subd=akismet&ref=&feed=1\" /></div>\";}i:20;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 05/23\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5910\";s:4:\"link\";s:90:\"http://weblogtoolscollection.com/archives/2009/05/23/wordpress-plugin-releases-for-0523-2/\";s:11:\"description\";s:3361:\"<h3>New Plugins</h3>\n<p><a href=\"http://orenyomtov.info/mass-custom-fields-manager-wordpress-plugin.html\">Mass Custom Fields Manager</a></p>\n<p>Mass Custom Fields Manager (MCFM) is a plugin for people who use WordPress to manage their post’s custom fields with ease.</p>\n<p><a href=\"http://www.press75.com/the-simple-video-embedder-wordpress-plugin/\">Simple Video Embedder</a></p>\n<p>Easily embed video within your posts. Adds a widget to the posting screen that enables you to post videos by simply providing the URL to the video hosted on common video sharing websites.</p>\n<p><a href=\"http://www.press75.com/the-simple-post-thumbnails-wordpress-plugin/\">Simple Post Thumbnails</a></p>\n<p>This plugin adds a widget to the posting screen that allows you to add a post thumbnail by uploading an image from your computer or via a URL. The thumbnail is scaled and cropped to the correct size automatically.</p>\n<p><a href=\"http://www.dev4press.com/2009/05/21/gd-simple-widgets-060/\">GD Simple Widgets</a></p>\n<p>This plugin contains several widgets with simple functionality. Some of them are based on standard WordPress widgets but with extended options and rendering. You can also disable default WordPress widgets if you choose to use Simple Widgets versions.</p>\n<p><a href=\"http://chris-fletcher.com/plug-ins/google-analytics-stats/\">Google Analytics Stats</a></p>\n<p>It displays a graph on the dashboard with three metrics from Google Analytics. The metrics are: Page Views, Visits, New Visits.</p>\n<p><a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">SEO Ultimate</a></p>\n<p>This SEO plugin can rewrite title tags and noindex archives (with many more features coming soon).</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://email2friend.com/blog/archives/14\">email2friend</a></p>\n<p>email2friend plugin is the easiest way ever to add send to friend functionality to your WordPress blog.</p>\n<p><a href=\"http://tobias.baethge.com/2009/05/wp-table-reloaded-121-bugfix-release/\">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://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>Store locator plugin for WordPress web developers & web site owners who need to show any set of important locations on a website. Locations are easily searchable by zip code or address. Uses Google Maps.</p>\n<p><a href=\"http://www.gdstarrating.com/2009/05/22/gd-star-rating-134/\">GD Star Rating</a></p>\n<p>GD Star Rating is post, page and comment rating and review plugin for WordPress. Plugin supports different image sets, rating moderation, vote rules, time restricted voting, templates, trend calculations, multi ratings, templated rendering, has a widgets build in and extensive shortcode support.</p>\n<p><a href=\"http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/\">Broken Link Checker</a></p>\n<p>A plugin for WordPress that will check your posts (and pages), looking for broken links, and let you know if any are found.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/23/wordpress-plugin-releases-for-0523-2/\">WordPress Plugin Releases for 05/23</a></p>\";s:7:\"pubdate\";s:31:\"Sat, 23 May 2009 20:02:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:3361:\"<h3>New Plugins</h3>\n<p><a href=\"http://orenyomtov.info/mass-custom-fields-manager-wordpress-plugin.html\">Mass Custom Fields Manager</a></p>\n<p>Mass Custom Fields Manager (MCFM) is a plugin for people who use WordPress to manage their post’s custom fields with ease.</p>\n<p><a href=\"http://www.press75.com/the-simple-video-embedder-wordpress-plugin/\">Simple Video Embedder</a></p>\n<p>Easily embed video within your posts. Adds a widget to the posting screen that enables you to post videos by simply providing the URL to the video hosted on common video sharing websites.</p>\n<p><a href=\"http://www.press75.com/the-simple-post-thumbnails-wordpress-plugin/\">Simple Post Thumbnails</a></p>\n<p>This plugin adds a widget to the posting screen that allows you to add a post thumbnail by uploading an image from your computer or via a URL. The thumbnail is scaled and cropped to the correct size automatically.</p>\n<p><a href=\"http://www.dev4press.com/2009/05/21/gd-simple-widgets-060/\">GD Simple Widgets</a></p>\n<p>This plugin contains several widgets with simple functionality. Some of them are based on standard WordPress widgets but with extended options and rendering. You can also disable default WordPress widgets if you choose to use Simple Widgets versions.</p>\n<p><a href=\"http://chris-fletcher.com/plug-ins/google-analytics-stats/\">Google Analytics Stats</a></p>\n<p>It displays a graph on the dashboard with three metrics from Google Analytics. The metrics are: Page Views, Visits, New Visits.</p>\n<p><a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">SEO Ultimate</a></p>\n<p>This SEO plugin can rewrite title tags and noindex archives (with many more features coming soon).</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://email2friend.com/blog/archives/14\">email2friend</a></p>\n<p>email2friend plugin is the easiest way ever to add send to friend functionality to your WordPress blog.</p>\n<p><a href=\"http://tobias.baethge.com/2009/05/wp-table-reloaded-121-bugfix-release/\">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://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>Store locator plugin for WordPress web developers & web site owners who need to show any set of important locations on a website. Locations are easily searchable by zip code or address. Uses Google Maps.</p>\n<p><a href=\"http://www.gdstarrating.com/2009/05/22/gd-star-rating-134/\">GD Star Rating</a></p>\n<p>GD Star Rating is post, page and comment rating and review plugin for WordPress. Plugin supports different image sets, rating moderation, vote rules, time restricted voting, templates, trend calculations, multi ratings, templated rendering, has a widgets build in and extensive shortcode support.</p>\n<p><a href=\"http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/\">Broken Link Checker</a></p>\n<p>A plugin for WordPress that will check your posts (and pages), looking for broken links, and let you know if any are found.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/23/wordpress-plugin-releases-for-0523-2/\">WordPress Plugin Releases for 05/23</a></p>\";}i:21;a:7:{s:5:\"title\";s:75:\"Weblog Tools Collection: Five Image Related Plugins for your WordPress Site\";s:4:\"guid\";s:104:\"http://weblogtoolscollection.com/archives/2009/05/23/five-image-related-plugins-for-your-wordpress-site/\";s:4:\"link\";s:104:\"http://weblogtoolscollection.com/archives/2009/05/23/five-image-related-plugins-for-your-wordpress-site/\";s:11:\"description\";s:5461:\"<p>Our next “Five” entry is for plugins that you can use to highlight images on your website.  As always we look forward to your comments (<a href=\"http://weblogtoolscollection.com/archives/2009/05/18/five-comment-related-plugins-for-wordpress/\">51 responses on the last “five” entry</a> – thanks!).</p>\n<p>With the advent of high speed Internet for so many in the world now images are an even bigger part of the presentation of your webpage.  WordPress is no exception with <a href=\"http://wordpress.org/extend/plugins/tags/images\">285 image related plugins</a> at the WordPress Plugin Directory. Lets take a look at five of these plugins and see what they can do for your WordPress based website:</p>\n<blockquote><p><a href=\"http://wordpress.org/extend/plugins/dynamic-headers/\">Dynamic Headers</a>: This plugin was just made public in late April of this year and it is extremely popular having been downloaded 3,770 times in the last three weeks.  The Dynamic Headers plugin allows you to manage what media is shown in your header on each page and/or post.  This plugin allows the use of any image file and also Flash (.swf) files so it is up to your imagination on what you can do.  The possibilities are quite endless.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/flickr-gallery/\">flickr Gallery</a>: Another very popular plugin with 18,383 total downloads to date.  This plugin integrates your flickr account with your WordPress website by utilizing shortcodes in WordPress version 2.5 and above. There are several ways to display your photosets and/or individual groups of photos and is very flexible to your design and layout. You will need a flickr API key to use this plugin and you can start that from the settings page of the plugin. </p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/flickrgalleryscreenshot.png\"><img title=\"flickrgalleryscreenshot\" border=\"0\" alt=\"flickrgalleryscreenshot\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/flickrgalleryscreenshot-thumb.png\" width=\"244\" height=\"221\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/shashin/\">Shashin</a>: A plugin for displaying <a href=\"http://picasa.google.com/\">Picasa photos</a>.  This plugin is so extensive and configurable that it has <a href=\"http://www.toppa.com/shashin_phpdoc/\">its own documentation site as well</a>. This one has been in development for a while and currently has accumulated 11,328 downloads.  Some of the features include the ability to embed Picasa albums, show your photos and videos in a Highslide slideshow (bundled but only free for personal use); pick photos and videos individually for display and many other customization options. Here is an example of the plugin on <a href=\"http://www.toppa.com/photo-albums/\">the authors homepage</a> to show the integration and display options. There are also widgets as part of the download to integrate with your sidebar.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/shashinphotoscreenshot.png\"><img title=\"shashinphotoscreenshot\" border=\"0\" alt=\"shashinphotoscreenshot\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/shashinphotoscreenshot-thumb.png\" width=\"244\" height=\"131\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/photosmash-galleries/\">PhotoSmash Galleries</a>: Websites are about community right – or at least they can be.  Well this plugin (7,546 downloads) allows your visitors to upload pictures to photo galleries on your website.  Lets say your doing a post about pets and you ask everyone to upload a picture of their pet – well this plugin will let you do that! There are moderation features and an email to let you know a picture has been uploaded for you to OK for the site. </p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/photosmashupload.png\"><img title=\"photosmashupload\" border=\"0\" alt=\"photosmashupload\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/photosmashupload-thumb.png\" width=\"244\" height=\"92\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN Gallery</a>: If I told you this plugin has been downloaded 719,095 times total – 11,392 last week - 1,371 just today so far – would you need any further convincing that this is worth a look?  As the author describes the plugin and its development: “NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option. Before I start writing the plugin I study all photo and picture plugins for WordPress, I figure out that some of them are really good and well designed, but I missed a simple and easy administration back end to handle multiple photos, galleries and albums.”</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/nextgengallery.jpg\"><img title=\"nextgengallery\" border=\"0\" alt=\"nextgengallery\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/nextgengallery-thumb.jpg\" width=\"201\" height=\"244\" /></a> </p>\n<p>So what makes your graphics tick on your website?  Looking forward to hearing from everyone once again on these and other plugins in the realm of images.</p>\n</blockquote>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/23/five-image-related-plugins-for-your-wordpress-site/\">Five Image Related Plugins for your WordPress Site</a></p>\";s:7:\"pubdate\";s:31:\"Sat, 23 May 2009 18:53:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"WindowsObserver\";}s:7:\"summary\";s:5461:\"<p>Our next “Five” entry is for plugins that you can use to highlight images on your website.  As always we look forward to your comments (<a href=\"http://weblogtoolscollection.com/archives/2009/05/18/five-comment-related-plugins-for-wordpress/\">51 responses on the last “five” entry</a> – thanks!).</p>\n<p>With the advent of high speed Internet for so many in the world now images are an even bigger part of the presentation of your webpage.  WordPress is no exception with <a href=\"http://wordpress.org/extend/plugins/tags/images\">285 image related plugins</a> at the WordPress Plugin Directory. Lets take a look at five of these plugins and see what they can do for your WordPress based website:</p>\n<blockquote><p><a href=\"http://wordpress.org/extend/plugins/dynamic-headers/\">Dynamic Headers</a>: This plugin was just made public in late April of this year and it is extremely popular having been downloaded 3,770 times in the last three weeks.  The Dynamic Headers plugin allows you to manage what media is shown in your header on each page and/or post.  This plugin allows the use of any image file and also Flash (.swf) files so it is up to your imagination on what you can do.  The possibilities are quite endless.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/flickr-gallery/\">flickr Gallery</a>: Another very popular plugin with 18,383 total downloads to date.  This plugin integrates your flickr account with your WordPress website by utilizing shortcodes in WordPress version 2.5 and above. There are several ways to display your photosets and/or individual groups of photos and is very flexible to your design and layout. You will need a flickr API key to use this plugin and you can start that from the settings page of the plugin. </p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/flickrgalleryscreenshot.png\"><img title=\"flickrgalleryscreenshot\" border=\"0\" alt=\"flickrgalleryscreenshot\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/flickrgalleryscreenshot-thumb.png\" width=\"244\" height=\"221\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/shashin/\">Shashin</a>: A plugin for displaying <a href=\"http://picasa.google.com/\">Picasa photos</a>.  This plugin is so extensive and configurable that it has <a href=\"http://www.toppa.com/shashin_phpdoc/\">its own documentation site as well</a>. This one has been in development for a while and currently has accumulated 11,328 downloads.  Some of the features include the ability to embed Picasa albums, show your photos and videos in a Highslide slideshow (bundled but only free for personal use); pick photos and videos individually for display and many other customization options. Here is an example of the plugin on <a href=\"http://www.toppa.com/photo-albums/\">the authors homepage</a> to show the integration and display options. There are also widgets as part of the download to integrate with your sidebar.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/shashinphotoscreenshot.png\"><img title=\"shashinphotoscreenshot\" border=\"0\" alt=\"shashinphotoscreenshot\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/shashinphotoscreenshot-thumb.png\" width=\"244\" height=\"131\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/photosmash-galleries/\">PhotoSmash Galleries</a>: Websites are about community right – or at least they can be.  Well this plugin (7,546 downloads) allows your visitors to upload pictures to photo galleries on your website.  Lets say your doing a post about pets and you ask everyone to upload a picture of their pet – well this plugin will let you do that! There are moderation features and an email to let you know a picture has been uploaded for you to OK for the site. </p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/photosmashupload.png\"><img title=\"photosmashupload\" border=\"0\" alt=\"photosmashupload\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/photosmashupload-thumb.png\" width=\"244\" height=\"92\" /></a> </p>\n<p><a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN Gallery</a>: If I told you this plugin has been downloaded 719,095 times total – 11,392 last week - 1,371 just today so far – would you need any further convincing that this is worth a look?  As the author describes the plugin and its development: “NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option. Before I start writing the plugin I study all photo and picture plugins for WordPress, I figure out that some of them are really good and well designed, but I missed a simple and easy administration back end to handle multiple photos, galleries and albums.”</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/nextgengallery.jpg\"><img title=\"nextgengallery\" border=\"0\" alt=\"nextgengallery\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/nextgengallery-thumb.jpg\" width=\"201\" height=\"244\" /></a> </p>\n<p>So what makes your graphics tick on your website?  Looking forward to hearing from everyone once again on these and other plugins in the realm of images.</p>\n</blockquote>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/23/five-image-related-plugins-for-your-wordpress-site/\">Five Image Related Plugins for your WordPress Site</a></p>\";}i:22;a:7:{s:5:\"title\";s:30:\"Dev Blog: WordPress 2.8 Beta 2\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=746\";s:4:\"link\";s:62:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-2/\";s:11:\"description\";s:263:\"<p><a href=\"http://wordpress.org/wordpress-2.8-beta2.zip\">Download</a> beta 2. See <a href=\"http://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=11440&stop_rev=11366&limit=100&verbose=on\">changes</a> since beta 1.</p>\";s:7:\"pubdate\";s:31:\"Sat, 23 May 2009 17:33:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Ryan Boren\";}s:7:\"summary\";s:263:\"<p><a href=\"http://wordpress.org/wordpress-2.8-beta2.zip\">Download</a> beta 2. See <a href=\"http://core.trac.wordpress.org/log?action=stop_on_copy&mode=stop_on_copy&rev=11440&stop_rev=11366&limit=100&verbose=on\">changes</a> since beta 1.</p>\";}i:23;a:7:{s:5:\"title\";s:47:\"Lloyd: SourceForge Projects Moving to WordPress\";s:4:\"guid\";s:30:\"http://foolswisdom.com/?p=1865\";s:4:\"link\";s:54:\"http://foolswisdom.com/sourceforge-projects-wordpress/\";s:11:\"description\";s:3479:\"<p>Open source project hosting has long been a topic that interests me. I stopped recommending venerable <a href=\"http://sourceforge.net/\">SourceForge.net</a> some years ago, as it’s proprietary stack (open source prior to 2001) became crufty and fell behind some of the newer and more agile offerings.</p>\n<p>Well, I think it’s time to revisit.</p>\n<p>I received an email on Tuesday from the “SourceForge.net Team” with the geeky and lame title of “SourceForge.net feature deprecation upcoming: forums, DocManager, TaskManager, Diary/Notes”. Deprecated should be deprecated from email subject lines, as should negative sounding email subjects.</p>\n<p>The meat of the email is the second half (<strong>emphasis</strong> mine):</p>\n<blockquote><p>…</p>\n<p>We will provide an easy-to-use migration path to move the data to the provided replacements. We will also provide dumps of this data in case<br />\nprojects want to do something different with their data. Additional information on how to obtain or migrate your data will be provided when the<br />\ntimeline is announced, in a future mailing.</p>\n<p>The following applications are due to be deprecated, replaced by <strong>high-quality Open Source applications</strong> we have in our Hosted Apps offering:</p>\n<p>* TaskManager will be replaced by TaskFreak!, dotProject and <strong>Trac</strong><br />\n(tickets).<br />\n* DocManager will be replaced by MediaWiki and Trac (wiki).<br />\n* Discussion Forums will be replaced by phpBB.<br />\n* Diary and Notes will be replaced by <strong>WordPress</strong>.</p>\n<p>To solicit your feedback on how the migration should be handled, and alternate options you would like us to consider, we are running a survey<br />\nfor the next 30 days for the user base of each of these applications. For links to the surveys, please see our Site Status post at:<br />\nhttp://tinyurl.com/q3g8o3</p></blockquote>\n<p><a href=\"http://trac.edgewall.org/\">Trac</a> and <a href=\"http://wordpress.org/\">WordPress</a> (really!) are two of my favorite open source web applications. And all of the applications in that list are highly regarded.</p>\n<p>It’s fantastic to see SourceForge getting back to open source — ironic, no. It will be interesting to see how active they are in particulating in those projects. I dont’ think I’ve seen any SorceForge team members participating recently on <a href=\"http://core.trac.wordpress.org/\">WordPress’s Bug Tracker (Trac)</a>.</p>\n<p>It’s also fantastic to see SourceForge engaging their community by <a href=\"http://apps.sourceforge.net/wordpress/sourceforge/2009/05/12/upcoming-feature-deprecation-built-in-forums-docmanager-task-manager/\">posting this</a> on a WordPress powered blog and also using surveys to solicite feedback about the migrations and the tool choices.</p>\n<p>I would love to find out how long this change has been in the works and what people made it happen.</p>\n<p>I also notice that SourceForge’s own documentation is now in a trac wiki. Wow, as well as Subversion, you can also use either <a href=\"http://apps.sourceforge.net/trac/sourceforge/wiki/Mercurial\">Mercurial</a> or <a href=\"http://apps.sourceforge.net/trac/sourceforge/wiki/Git\">Git</a>.</p>\n<p>The SourceForge team has done an incredible amount for open source, and I’m excited to reconsider using <a href=\"http://sourceforge.net/\">SourceForge.net</a> again to future projects.</p>\";s:7:\"pubdate\";s:31:\"Fri, 22 May 2009 18:31:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"Lloyd\";}s:7:\"summary\";s:3479:\"<p>Open source project hosting has long been a topic that interests me. I stopped recommending venerable <a href=\"http://sourceforge.net/\">SourceForge.net</a> some years ago, as it’s proprietary stack (open source prior to 2001) became crufty and fell behind some of the newer and more agile offerings.</p>\n<p>Well, I think it’s time to revisit.</p>\n<p>I received an email on Tuesday from the “SourceForge.net Team” with the geeky and lame title of “SourceForge.net feature deprecation upcoming: forums, DocManager, TaskManager, Diary/Notes”. Deprecated should be deprecated from email subject lines, as should negative sounding email subjects.</p>\n<p>The meat of the email is the second half (<strong>emphasis</strong> mine):</p>\n<blockquote><p>…</p>\n<p>We will provide an easy-to-use migration path to move the data to the provided replacements. We will also provide dumps of this data in case<br />\nprojects want to do something different with their data. Additional information on how to obtain or migrate your data will be provided when the<br />\ntimeline is announced, in a future mailing.</p>\n<p>The following applications are due to be deprecated, replaced by <strong>high-quality Open Source applications</strong> we have in our Hosted Apps offering:</p>\n<p>* TaskManager will be replaced by TaskFreak!, dotProject and <strong>Trac</strong><br />\n(tickets).<br />\n* DocManager will be replaced by MediaWiki and Trac (wiki).<br />\n* Discussion Forums will be replaced by phpBB.<br />\n* Diary and Notes will be replaced by <strong>WordPress</strong>.</p>\n<p>To solicit your feedback on how the migration should be handled, and alternate options you would like us to consider, we are running a survey<br />\nfor the next 30 days for the user base of each of these applications. For links to the surveys, please see our Site Status post at:<br />\nhttp://tinyurl.com/q3g8o3</p></blockquote>\n<p><a href=\"http://trac.edgewall.org/\">Trac</a> and <a href=\"http://wordpress.org/\">WordPress</a> (really!) are two of my favorite open source web applications. And all of the applications in that list are highly regarded.</p>\n<p>It’s fantastic to see SourceForge getting back to open source — ironic, no. It will be interesting to see how active they are in particulating in those projects. I dont’ think I’ve seen any SorceForge team members participating recently on <a href=\"http://core.trac.wordpress.org/\">WordPress’s Bug Tracker (Trac)</a>.</p>\n<p>It’s also fantastic to see SourceForge engaging their community by <a href=\"http://apps.sourceforge.net/wordpress/sourceforge/2009/05/12/upcoming-feature-deprecation-built-in-forums-docmanager-task-manager/\">posting this</a> on a WordPress powered blog and also using surveys to solicite feedback about the migrations and the tool choices.</p>\n<p>I would love to find out how long this change has been in the works and what people made it happen.</p>\n<p>I also notice that SourceForge’s own documentation is now in a trac wiki. Wow, as well as Subversion, you can also use either <a href=\"http://apps.sourceforge.net/trac/sourceforge/wiki/Mercurial\">Mercurial</a> or <a href=\"http://apps.sourceforge.net/trac/sourceforge/wiki/Git\">Git</a>.</p>\n<p>The SourceForge team has done an incredible amount for open source, and I’m excited to reconsider using <a href=\"http://sourceforge.net/\">SourceForge.net</a> again to future projects.</p>\";}i:24;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 05/21\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5897\";s:4:\"link\";s:89:\"http://weblogtoolscollection.com/archives/2009/05/21/wordpress-theme-releases-for-0521-2/\";s:11:\"description\";s:1532:\"<h4><a href=\"http://www.webdesignlessons.com/dynablue-wordpress-theme/\">DynaBlue</a></h4>\n<p><img title=\"DynaBlue\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/dynablue.gif\" alt=\"DynaBlue\" width=\"200\" height=\"155\" /></p>\n<p>A truly dynamic theme that is constantly changing. This is a very current and stylish design for your WordPress blog. The header banner rotates through your latest 4 blog posts constantly until a user clicks on a story to pause and read more - a new feature in our themes.</p>\n<h4><a href=\"http://wpcult.com/themes/galleria/\">Galleria</a></h4>\n<p><a href=\"http://wpcult.com/demo/galleria/\"><img title=\"Galleria\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/galleria.jpg\" alt=\"Galleria\" width=\"200\" height=\"125\" /></a></p>\n<p>Child theme for the Hybrid theme based on <a href=\"http://chris-wallace.com\">Chris Wallace’s</a> Gallery theme.</p>\n<h4><a href=\"http://templates.arcsin.se/natural-gloom-wordpress-theme/\">Natural Gloom</a></h4>\n<p><a href=\"http://templates.arcsin.se/demo/natural-gloom-wordpress-theme/\"><img title=\"Natural Gloom\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/naturalgloom.jpg\" alt=\"Natural Gloom\" width=\"200\" height=\"100\" /></a></p>\n<p>A gloomy and artistic two-column theme supporting widgets and nested comments.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/21/wordpress-theme-releases-for-0521-2/\">WordPress Theme Releases for 05/21</a></p>\";s:7:\"pubdate\";s:31:\"Thu, 21 May 2009 19:07:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:1532:\"<h4><a href=\"http://www.webdesignlessons.com/dynablue-wordpress-theme/\">DynaBlue</a></h4>\n<p><img title=\"DynaBlue\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/dynablue.gif\" alt=\"DynaBlue\" width=\"200\" height=\"155\" /></p>\n<p>A truly dynamic theme that is constantly changing. This is a very current and stylish design for your WordPress blog. The header banner rotates through your latest 4 blog posts constantly until a user clicks on a story to pause and read more - a new feature in our themes.</p>\n<h4><a href=\"http://wpcult.com/themes/galleria/\">Galleria</a></h4>\n<p><a href=\"http://wpcult.com/demo/galleria/\"><img title=\"Galleria\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/galleria.jpg\" alt=\"Galleria\" width=\"200\" height=\"125\" /></a></p>\n<p>Child theme for the Hybrid theme based on <a href=\"http://chris-wallace.com\">Chris Wallace’s</a> Gallery theme.</p>\n<h4><a href=\"http://templates.arcsin.se/natural-gloom-wordpress-theme/\">Natural Gloom</a></h4>\n<p><a href=\"http://templates.arcsin.se/demo/natural-gloom-wordpress-theme/\"><img title=\"Natural Gloom\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/naturalgloom.jpg\" alt=\"Natural Gloom\" width=\"200\" height=\"100\" /></a></p>\n<p>A gloomy and artistic two-column theme supporting widgets and nested comments.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/21/wordpress-theme-releases-for-0521-2/\">WordPress Theme Releases for 05/21</a></p>\";}i:25;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 05/19\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5888\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/05/19/wordpress-theme-releases-for-0519/\";s:11:\"description\";s:2529:\"<h4><a href=\"http://azmind.com/2009/05/11/free-wordpress-theme-darkooo/\">DarkoOo</a></h4>\n<p><a href=\"http://azmind.com/wp-themes-demo/?wptheme=darkoOo-theme\"><img title=\"Darkooo\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/darkooo.jpg\" alt=\"Darkooo\" width=\"200\" height=\"118\" /></a></p>\n<p>It has a dark header and background (from which comes the name DarkoOo). The theme comes with 125×125 advertising space, a small “About me” space, and a place in the header to put your rss, twitter etc… links (easy configurable or removable). It has one Widgetized Sidebar.</p>\n<h4><a href=\"http://netizensmedia.com/2009/05/14/vanillacart-wordpress-e-commerce-theme/\">Vanilla Cart</a></h4>\n<p><img title=\"Vanilla Cart\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/vanillacart.png\" alt=\"Vanilla Cart\" width=\"200\" height=\"97\" /></p>\n<p>Clean, minimal, vanilla-style WordPress Shopping Cart Theme, made specifically for the free WP e-Commerce plugin.</p>\n<h4><a href=\"http://the-cloisters.net/wordpress-themes/quietly-simple-theme/\">Quietly Simple</a></h4>\n<p><img title=\"Quietly Simple\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/quietlysimple.jpg\" alt=\"Quietly Simple\" width=\"200\" height=\"106\" /></p>\n<p>2-column simple “back to basics” fixed-width theme in calming khaki and brown colors. Featuring an author info page, related posts and gravatars along with Custom Archives, Sitemap and full width No Sidebars page templates.</p>\n<h4>Wall Magazine [removed, encrypted footer]</h4>\n<p><img title=\"Wall Magazine\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wallmagazine.jpg\" alt=\"Wall Magazine\" width=\"163\" height=\"200\" /></p>\n<p>Two column, widget and gravatar ready, advertisement ready theme with support for Feedburner, auto-resizing images with thumbnails.</p>\n<h4><a href=\"http://www.arrastheme.com/\">Arras</a></h4>\n<p><a href=\"http://demo.arrastheme.com/\"><img title=\"Arras\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/arras.png\" alt=\"Arras\" width=\"200\" height=\"97\" /></a></p>\n<p>Arras Theme is a WordPress theme designed for news or review sites with lots of customizable features. It comes with 5 different news layouts to customise your front page, and an integrated theme options page for you to adjust the theme to your liking.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/19/wordpress-theme-releases-for-0519/\">WordPress Theme Releases for 05/19</a></p>\";s:7:\"pubdate\";s:31:\"Tue, 19 May 2009 19:42:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:2529:\"<h4><a href=\"http://azmind.com/2009/05/11/free-wordpress-theme-darkooo/\">DarkoOo</a></h4>\n<p><a href=\"http://azmind.com/wp-themes-demo/?wptheme=darkoOo-theme\"><img title=\"Darkooo\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/darkooo.jpg\" alt=\"Darkooo\" width=\"200\" height=\"118\" /></a></p>\n<p>It has a dark header and background (from which comes the name DarkoOo). The theme comes with 125×125 advertising space, a small “About me” space, and a place in the header to put your rss, twitter etc… links (easy configurable or removable). It has one Widgetized Sidebar.</p>\n<h4><a href=\"http://netizensmedia.com/2009/05/14/vanillacart-wordpress-e-commerce-theme/\">Vanilla Cart</a></h4>\n<p><img title=\"Vanilla Cart\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/vanillacart.png\" alt=\"Vanilla Cart\" width=\"200\" height=\"97\" /></p>\n<p>Clean, minimal, vanilla-style WordPress Shopping Cart Theme, made specifically for the free WP e-Commerce plugin.</p>\n<h4><a href=\"http://the-cloisters.net/wordpress-themes/quietly-simple-theme/\">Quietly Simple</a></h4>\n<p><img title=\"Quietly Simple\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/quietlysimple.jpg\" alt=\"Quietly Simple\" width=\"200\" height=\"106\" /></p>\n<p>2-column simple “back to basics” fixed-width theme in calming khaki and brown colors. Featuring an author info page, related posts and gravatars along with Custom Archives, Sitemap and full width No Sidebars page templates.</p>\n<h4>Wall Magazine [removed, encrypted footer]</h4>\n<p><img title=\"Wall Magazine\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wallmagazine.jpg\" alt=\"Wall Magazine\" width=\"163\" height=\"200\" /></p>\n<p>Two column, widget and gravatar ready, advertisement ready theme with support for Feedburner, auto-resizing images with thumbnails.</p>\n<h4><a href=\"http://www.arrastheme.com/\">Arras</a></h4>\n<p><a href=\"http://demo.arrastheme.com/\"><img title=\"Arras\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/arras.png\" alt=\"Arras\" width=\"200\" height=\"97\" /></a></p>\n<p>Arras Theme is a WordPress theme designed for news or review sites with lots of customizable features. It comes with 5 different news layouts to customise your front page, and an integrated theme options page for you to adjust the theme to your liking.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/19/wordpress-theme-releases-for-0519/\">WordPress Theme Releases for 05/19</a></p>\";}i:26;a:7:{s:5:\"title\";s:67:\"Weblog Tools Collection: Five Comment Related Plugins for WordPress\";s:4:\"guid\";s:96:\"http://weblogtoolscollection.com/archives/2009/05/18/five-comment-related-plugins-for-wordpress/\";s:4:\"link\";s:96:\"http://weblogtoolscollection.com/archives/2009/05/18/five-comment-related-plugins-for-wordpress/\";s:11:\"description\";s:5645:\"<p>Next up on the “Five” series is a sampling of 5 comment related plugins from the WordPress Plugin Directory. There are 395 plugins as of today that are <a href=\"http://wordpress.org/extend/plugins/tags/comments\">tagged with the term comment</a> to choose from.</p>\n<p>Comments are the lifeblood of any website. That is where the true interaction happens not only between the creator of the website and visitors but also between the visitors themselves of a website.</p>\n<p>So I dug through the <a href=\"http://wordpress.org/extend/plugins/\">WordPress plugin directory</a> and came up with what I believe are five plugins to help increase the interaction on your website:</p>\n<blockquote><p><a href=\"http://wordpress.org/extend/plugins/si-captcha-for-wordpress/\">SI CAPTCHA for WordPress</a>: This plugin gives you an anti-spam measure on your comment form to help reduce the number of SPAM comments your website receives. Now don’t get me wrong – <a href=\"http://akismet.com/\">ASKIMET</a> does a terrific job of stopping SPAM comments (according to their website 82% of all comments are SPAM). Well this plugin requires human intervention to answer/type in the <a href=\"http://en.wikipedia.org/wiki/Captcha\">CAPTCHA</a> phrase in order to submit the comment. Bots and other automated methods of spamming your blog can not answer that phrase and thus the comment never makes it into your site – not even into the ASKIMET SPAM queue. This one is very popular – 28,130 downloads all time and 3,034 in the last week.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/sicaptchascreen.jpg\"><img title=\"sicaptchascreen\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/sicaptchascreen-thumb.jpg\" border=\"0\" alt=\"sicaptchascreen\" width=\"244\" height=\"214\" /></a></p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-comment-auto-responder/\">WP Comment Auto Responder</a>: Here is a great way to encourage commenter’s to come back to your site after making a comment. This plugin will send them a customized email that you create in the settings. This automated email is a great opportunity to thank them for their comment and invite them to come back to the website and continue the conversation.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/wpcommentautoresponderscreenshot.jpg\"><img title=\"wpcommentautoresponderscreenshot\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wpcommentautoresponderscreenshot-thumb.jpg\" border=\"0\" alt=\"wpcommentautoresponderscreenshot\" width=\"244\" height=\"204\" /></a></p>\n<p><a href=\"http://wordpress.org/extend/plugins/thank-me-later/\">Thank Me Later</a>: This plug in takes the previous plugin and goes one step further. The extra step is to insert a given amount of time in between the original comment and a thank you email for that comment. It can be set to send that follow-up thank you email an hour, day, week or month later. What this does is remind that commenter of the fact they were on your site and hopefully bring them back for a follow-up to that original comment. The email message is very customizable with tags that represent several variables in the comments.</p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\" width=\"400\">\n<tbody>\n<tr>\n<td width=\"200\" valign=\"top\"><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/thankmelaterscreensettings.png\"><img title=\"thankmelaterscreensettings\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/thankmelaterscreensettings-thumb.png\" border=\"0\" alt=\"thankmelaterscreensettings\" width=\"244\" height=\"165\" /></a></td>\n<td width=\"200\" valign=\"top\"><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/thankmelateremailsample.png\"><img title=\"thankmelateremailsample\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/thankmelateremailsample-thumb.png\" border=\"0\" alt=\"thankmelateremailsample\" width=\"244\" height=\"167\" /></a></td>\n</tr>\n</tbody>\n</table>\n<p><a href=\"http://wordpress.org/extend/plugins/featuring-countcomments/\">Featuring CountComments</a>: Want a quick snapshot of how active some of your commenters are? This little plugin will insert the total number of comments that an author/user has made on your blog. One catch with this one is that the commenter must be registered and logged in to comment. This will not work with anonymous entries.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/commentcount.jpg\"><img title=\"commentcount\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/commentcount-thumb.jpg\" border=\"0\" alt=\"commentcount\" width=\"244\" height=\"57\" /></a></p>\n<p><a href=\"http://wordpress.org/extend/plugins/commentwitter/\">Commenttwitter</a>: Here is a little Twitter integration with your comments. Imagine the conversation that could be driven to your website by having someone who takes the time to comment on on of your website postings tweet that comment and a blog post link to their Twitter stream?</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/commenttwitter.jpg\"><img title=\"commenttwitter\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/commenttwitter-thumb.jpg\" border=\"0\" alt=\"commenttwitter\" width=\"228\" height=\"244\" /></a></p></blockquote>\n<p>So what type of plugins do you use to enhance your website comments? Would love to hear success stories on increasing the discussions and comments at your site.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/18/five-comment-related-plugins-for-wordpress/\">Five Comment Related Plugins for WordPress</a></p>\";s:7:\"pubdate\";s:31:\"Tue, 19 May 2009 02:16:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"WindowsObserver\";}s:7:\"summary\";s:5645:\"<p>Next up on the “Five” series is a sampling of 5 comment related plugins from the WordPress Plugin Directory. There are 395 plugins as of today that are <a href=\"http://wordpress.org/extend/plugins/tags/comments\">tagged with the term comment</a> to choose from.</p>\n<p>Comments are the lifeblood of any website. That is where the true interaction happens not only between the creator of the website and visitors but also between the visitors themselves of a website.</p>\n<p>So I dug through the <a href=\"http://wordpress.org/extend/plugins/\">WordPress plugin directory</a> and came up with what I believe are five plugins to help increase the interaction on your website:</p>\n<blockquote><p><a href=\"http://wordpress.org/extend/plugins/si-captcha-for-wordpress/\">SI CAPTCHA for WordPress</a>: This plugin gives you an anti-spam measure on your comment form to help reduce the number of SPAM comments your website receives. Now don’t get me wrong – <a href=\"http://akismet.com/\">ASKIMET</a> does a terrific job of stopping SPAM comments (according to their website 82% of all comments are SPAM). Well this plugin requires human intervention to answer/type in the <a href=\"http://en.wikipedia.org/wiki/Captcha\">CAPTCHA</a> phrase in order to submit the comment. Bots and other automated methods of spamming your blog can not answer that phrase and thus the comment never makes it into your site – not even into the ASKIMET SPAM queue. This one is very popular – 28,130 downloads all time and 3,034 in the last week.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/sicaptchascreen.jpg\"><img title=\"sicaptchascreen\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/sicaptchascreen-thumb.jpg\" border=\"0\" alt=\"sicaptchascreen\" width=\"244\" height=\"214\" /></a></p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-comment-auto-responder/\">WP Comment Auto Responder</a>: Here is a great way to encourage commenter’s to come back to your site after making a comment. This plugin will send them a customized email that you create in the settings. This automated email is a great opportunity to thank them for their comment and invite them to come back to the website and continue the conversation.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/wpcommentautoresponderscreenshot.jpg\"><img title=\"wpcommentautoresponderscreenshot\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wpcommentautoresponderscreenshot-thumb.jpg\" border=\"0\" alt=\"wpcommentautoresponderscreenshot\" width=\"244\" height=\"204\" /></a></p>\n<p><a href=\"http://wordpress.org/extend/plugins/thank-me-later/\">Thank Me Later</a>: This plug in takes the previous plugin and goes one step further. The extra step is to insert a given amount of time in between the original comment and a thank you email for that comment. It can be set to send that follow-up thank you email an hour, day, week or month later. What this does is remind that commenter of the fact they were on your site and hopefully bring them back for a follow-up to that original comment. The email message is very customizable with tags that represent several variables in the comments.</p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\" width=\"400\">\n<tbody>\n<tr>\n<td width=\"200\" valign=\"top\"><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/thankmelaterscreensettings.png\"><img title=\"thankmelaterscreensettings\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/thankmelaterscreensettings-thumb.png\" border=\"0\" alt=\"thankmelaterscreensettings\" width=\"244\" height=\"165\" /></a></td>\n<td width=\"200\" valign=\"top\"><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/thankmelateremailsample.png\"><img title=\"thankmelateremailsample\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/thankmelateremailsample-thumb.png\" border=\"0\" alt=\"thankmelateremailsample\" width=\"244\" height=\"167\" /></a></td>\n</tr>\n</tbody>\n</table>\n<p><a href=\"http://wordpress.org/extend/plugins/featuring-countcomments/\">Featuring CountComments</a>: Want a quick snapshot of how active some of your commenters are? This little plugin will insert the total number of comments that an author/user has made on your blog. One catch with this one is that the commenter must be registered and logged in to comment. This will not work with anonymous entries.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/commentcount.jpg\"><img title=\"commentcount\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/commentcount-thumb.jpg\" border=\"0\" alt=\"commentcount\" width=\"244\" height=\"57\" /></a></p>\n<p><a href=\"http://wordpress.org/extend/plugins/commentwitter/\">Commenttwitter</a>: Here is a little Twitter integration with your comments. Imagine the conversation that could be driven to your website by having someone who takes the time to comment on on of your website postings tweet that comment and a blog post link to their Twitter stream?</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/commenttwitter.jpg\"><img title=\"commenttwitter\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/commenttwitter-thumb.jpg\" border=\"0\" alt=\"commenttwitter\" width=\"228\" height=\"244\" /></a></p></blockquote>\n<p>So what type of plugins do you use to enhance your website comments? Would love to hear success stories on increasing the discussions and comments at your site.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/18/five-comment-related-plugins-for-wordpress/\">Five Comment Related Plugins for WordPress</a></p>\";}i:27;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: What Are Your Theme Standards?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5867\";s:4:\"link\";s:83:\"http://weblogtoolscollection.com/archives/2009/05/18/what-are-your-theme-standards/\";s:11:\"description\";s:1018:\"<p>On a thread within the WPTavern forum, there is <a href=\"http://www.wptavern.com/forum/themes-templates/480-theme-standards-system.html\">an interesting discussion</a> taking place among some prominent theme authors on creating a theme standards system. The initial idea is to create a standards system which would give theme authors a goal to shoot for. However, as the discussion has progressed, it’s easy to see that this entire idea of rating themes or putting together a set of standards is a complex problem. </p>\n<p>So after reading through that thread, I thought it would be a good idea to tap into the WordPress community to figure out what is most important to you when it comes to using a theme? Is it price, license, design, usability, functionality, or something else?</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/18/what-are-your-theme-standards/\">What Are Your Theme Standards?</a></p>\";s:7:\"pubdate\";s:31:\"Mon, 18 May 2009 20:30:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:1018:\"<p>On a thread within the WPTavern forum, there is <a href=\"http://www.wptavern.com/forum/themes-templates/480-theme-standards-system.html\">an interesting discussion</a> taking place among some prominent theme authors on creating a theme standards system. The initial idea is to create a standards system which would give theme authors a goal to shoot for. However, as the discussion has progressed, it’s easy to see that this entire idea of rating themes or putting together a set of standards is a complex problem. </p>\n<p>So after reading through that thread, I thought it would be a good idea to tap into the WordPress community to figure out what is most important to you when it comes to using a theme? Is it price, license, design, usability, functionality, or something else?</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/18/what-are-your-theme-standards/\">What Are Your Theme Standards?</a></p>\";}i:28;a:7:{s:5:\"title\";s:41:\"Alex King: WordPress Theme Admin Page Tip\";s:4:\"guid\";s:66:\"http://alexking.org/blog/2009/05/18/wordpress-theme-admin-page-tip\";s:4:\"link\";s:66:\"http://alexking.org/blog/2009/05/18/wordpress-theme-admin-page-tip\";s:11:\"description\";s:2046:\"<p>In WordPress 2.7.1 (and probably previous versions), the admin page that allows for theme activation has some behavior that you might find sub-optimal in certain conditions.</p>\n<p>Today I was setting up a site and wholesale replaced the default ‘wp-content/themes’ directory with a ‘wp-content/themes’ directory checked out of our SVN. This removed the default theme (Kubrick) and left only the theme I was working on for the site.</p>\n<p>For some reason, the theme admin page did not show any themes - it took me about 20 minutes to trace the code to figure out what was going on.</p>\n<p>The wp-admin/themes.php file has code at line 139 that checks to see if more than one theme is present:</p>\n<p><code>if ( 1 < $theme_total ) {</code></p>\n<p>If more than 1 theme is found, then the grid of themes is shown so that you can choose between them. However, in my situation I had deleted all other themes leaving just 1 theme but had not yet activated that theme. With this edge case, no theme is active, and there is no way to select the 1 theme that is in the ‘wp-content/themes’ directory.</p>\n<p>A workaround is to change that code to:</p>\n<p><code>if ( 1 <= $theme_total ) {</code></p>\n<p>or to upload another theme. Then you can select the theme you need, and you’re good to go.</p>\n<p>I’ve opened a bug for this <a href=\"http://core.trac.wordpress.org/ticket/9865\" rel=\"external\">here</a>, so I’m sure this will be fixed in the near future. Hopefully this information will be helpful to someone else who runs into this situation in the interim.</p>\n<p>UPDATE: I did search Trac, but apparently not well enough. Original bug <a href=\"http://core.trac.wordpress.org/ticket/9029\" rel=\"external\">here</a> for those wanting to review.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordPress+Theme+Admin+Page+Tip&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F18%2Fwordpress-theme-admin-page-tip\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Mon, 18 May 2009 19:48:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2046:\"<p>In WordPress 2.7.1 (and probably previous versions), the admin page that allows for theme activation has some behavior that you might find sub-optimal in certain conditions.</p>\n<p>Today I was setting up a site and wholesale replaced the default ‘wp-content/themes’ directory with a ‘wp-content/themes’ directory checked out of our SVN. This removed the default theme (Kubrick) and left only the theme I was working on for the site.</p>\n<p>For some reason, the theme admin page did not show any themes - it took me about 20 minutes to trace the code to figure out what was going on.</p>\n<p>The wp-admin/themes.php file has code at line 139 that checks to see if more than one theme is present:</p>\n<p><code>if ( 1 < $theme_total ) {</code></p>\n<p>If more than 1 theme is found, then the grid of themes is shown so that you can choose between them. However, in my situation I had deleted all other themes leaving just 1 theme but had not yet activated that theme. With this edge case, no theme is active, and there is no way to select the 1 theme that is in the ‘wp-content/themes’ directory.</p>\n<p>A workaround is to change that code to:</p>\n<p><code>if ( 1 <= $theme_total ) {</code></p>\n<p>or to upload another theme. Then you can select the theme you need, and you’re good to go.</p>\n<p>I’ve opened a bug for this <a href=\"http://core.trac.wordpress.org/ticket/9865\" rel=\"external\">here</a>, so I’m sure this will be fixed in the near future. Hopefully this information will be helpful to someone else who runs into this situation in the interim.</p>\n<p>UPDATE: I did search Trac, but apparently not well enough. Original bug <a href=\"http://core.trac.wordpress.org/ticket/9029\" rel=\"external\">here</a> for those wanting to review.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordPress+Theme+Admin+Page+Tip&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F18%2Fwordpress-theme-admin-page-tip\">ShareThis</a></p>\";}i:29;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: WordPress News for 5/18/09\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5860\";s:4:\"link\";s:78:\"http://weblogtoolscollection.com/archives/2009/05/18/wordpress-news-for-51809/\";s:11:\"description\";s:1102:\"<p><a href=\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-1/\">WordPress 2.8 Beta 1</a> has been released. For all those of you that are adventurous, this is your cue. Codex lists all the <a href=\"http://codex.wordpress.org/Version_2.8\">changes in 2.8</a> that have been implemented before the feature freeze.</p>\n<p>A “<a href=\"http://foolswisdom.com/wordcamp-sf-200/\">Get ready for WordCamp San Francisco 2009</a>” post from Lloyd. I almost completely forgot about the <a href=\"http://2009.sf.wordcamp.org/wordpress-anniversary-party/\">WordPress’ Sixth Anniversary celebrations</a>. 572 attendees as of this post!</p>\n<p><a href=\"http://wordcampcolumbus.com/\">WordCamp Columbus</a> was <a href=\"http://twitter.com/#search?q=wccbus\">great</a> with some spirited feedback! Looking forward to <a href=\"http://wordcampchicago.com/\">WordCamp Chicago</a>.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/18/wordpress-news-for-51809/\">WordPress News for 5/18/09</a></p>\";s:7:\"pubdate\";s:31:\"Mon, 18 May 2009 14:06:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1102:\"<p><a href=\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-1/\">WordPress 2.8 Beta 1</a> has been released. For all those of you that are adventurous, this is your cue. Codex lists all the <a href=\"http://codex.wordpress.org/Version_2.8\">changes in 2.8</a> that have been implemented before the feature freeze.</p>\n<p>A “<a href=\"http://foolswisdom.com/wordcamp-sf-200/\">Get ready for WordCamp San Francisco 2009</a>” post from Lloyd. I almost completely forgot about the <a href=\"http://2009.sf.wordcamp.org/wordpress-anniversary-party/\">WordPress’ Sixth Anniversary celebrations</a>. 572 attendees as of this post!</p>\n<p><a href=\"http://wordcampcolumbus.com/\">WordCamp Columbus</a> was <a href=\"http://twitter.com/#search?q=wccbus\">great</a> with some spirited feedback! Looking forward to <a href=\"http://wordcampchicago.com/\">WordCamp Chicago</a>.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/18/wordpress-news-for-51809/\">WordPress News for 5/18/09</a></p>\";}i:30;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 05/17\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5863\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/05/17/wordpress-plugin-releases-for-0517/\";s:11:\"description\";s:3773:\"<h3>New Plugins</h3>\n<p><a href=\"http://tinsology.net/plugins/adshare/\">Adshare</a></p>\n<p>Adshare allows you to rotate Google Adsense ads based on the author of the current post. It works by replaceing a default adsense publisher id with that of the author of the current post.</p>\n<p><a href=\"http://tinsology.net/plugins/tab-override/\">Tab Override</a></p>\n<p>Tab Override makes the post/page HTML editor (not visual) handle tabs similar to how a desktop text-editor would. After activating this plugin, pressing the tab key will insert a tab character rather than move focus to the next field.</p>\n<p><a href=\"http://www.webmaster-source.com/tweetable-twitter-plugin-wordpress/\">Tweetable</a></p>\n<p>Tweetable is a WordPress Plugin intended to help integrate Twitter into your blog.</p>\n<p><a href=\"http://sivel.net/wordpress/show-template/\">Show Template</a></p>\n<p>Prints an html comment in the footer of every page letting you know which template file of your theme was used for the display.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wordpress-logger/\">WordPress Logger</a></p>\n<p>Display log messages from PHP in the browser console in Safari and Firefox (with firebug). Essential debugging tool for plugin and theme developers. You no longer have to use ‘print_r’ statements from PHP to figure out what is going on in the code, which more often than not, messes up the DOM and HTML layout. Displays complex PHP structures like arrays and objects in pretty print.</p>\n<p><a href=\"http://www.viper007bond.com/wordpress-plugins/wordpressorg-one-click-install/\">WordPress.org One-Click Install</a></p>\n<p>Simply install this plugin to your blog and install it’s <a href=\"https://addons.mozilla.org/en-US/firefox/addon/748\">Greasemonkey</a> script from the plugin’s page and you will then be able to literally one-click install any plugin directly from WordPress.org.</p>\n<p><a href=\"http://www.time-press.com/\">Time Press</a></p>\n<p>Easily integrate and configure a time line representation into your blog.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/\">WP Minify</a></p>\n<p>This plugin helps you easily integrate the Minify engine into your WordPress blog. Once enabled, this plugin will combine and compress JS and CSS to improve page load time.</p>\n<p><a href=\"http://www.smartlogix.co.in/wp-insert/\">WP-Insert</a></p>\n<p>WP-INSERT from SMARTLOGIX is an allrounder WordPress plugin which takes care of it all be it your ads, your feeds, your tracking codes even the way you edit your posts!</p>\n<p><a href=\"http://www.blogtrafficexchange.com/related-websites/\">Related Websites</a></p>\n<p>Related Websites is related posts for the blogosphere.</p>\n<p><a href=\"http://epicalex.com/new-user-email-set-up/\">New User Email Setup</a></p>\n<p>The function of the plugin is to provide a basic interface so that admins can define a custom email that is sent to users when they first register. Subject, Text Body, From Address, Admin Subject and Admin Text Body can all be defined, to allow for a more personalized feel to your blog, that doesn’t have such a generic ‘welcome’ email.</p>\n<p><a href=\"http://www.jenruno.com/SpamTask/\">Spam Task</a></p>\n<p>SpamTask is the world’s most advanced spam filter for blogs and guestbooks. It can be setup easily and effectively holds back all messages coming from spam robots, and uses the collected information to learn all by itself and become an increasingly better spam filter.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/17/wordpress-plugin-releases-for-0517/\">WordPress Plugin Releases for 05/17</a></p>\";s:7:\"pubdate\";s:31:\"Sun, 17 May 2009 15:57:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:3773:\"<h3>New Plugins</h3>\n<p><a href=\"http://tinsology.net/plugins/adshare/\">Adshare</a></p>\n<p>Adshare allows you to rotate Google Adsense ads based on the author of the current post. It works by replaceing a default adsense publisher id with that of the author of the current post.</p>\n<p><a href=\"http://tinsology.net/plugins/tab-override/\">Tab Override</a></p>\n<p>Tab Override makes the post/page HTML editor (not visual) handle tabs similar to how a desktop text-editor would. After activating this plugin, pressing the tab key will insert a tab character rather than move focus to the next field.</p>\n<p><a href=\"http://www.webmaster-source.com/tweetable-twitter-plugin-wordpress/\">Tweetable</a></p>\n<p>Tweetable is a WordPress Plugin intended to help integrate Twitter into your blog.</p>\n<p><a href=\"http://sivel.net/wordpress/show-template/\">Show Template</a></p>\n<p>Prints an html comment in the footer of every page letting you know which template file of your theme was used for the display.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wordpress-logger/\">WordPress Logger</a></p>\n<p>Display log messages from PHP in the browser console in Safari and Firefox (with firebug). Essential debugging tool for plugin and theme developers. You no longer have to use ‘print_r’ statements from PHP to figure out what is going on in the code, which more often than not, messes up the DOM and HTML layout. Displays complex PHP structures like arrays and objects in pretty print.</p>\n<p><a href=\"http://www.viper007bond.com/wordpress-plugins/wordpressorg-one-click-install/\">WordPress.org One-Click Install</a></p>\n<p>Simply install this plugin to your blog and install it’s <a href=\"https://addons.mozilla.org/en-US/firefox/addon/748\">Greasemonkey</a> script from the plugin’s page and you will then be able to literally one-click install any plugin directly from WordPress.org.</p>\n<p><a href=\"http://www.time-press.com/\">Time Press</a></p>\n<p>Easily integrate and configure a time line representation into your blog.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/\">WP Minify</a></p>\n<p>This plugin helps you easily integrate the Minify engine into your WordPress blog. Once enabled, this plugin will combine and compress JS and CSS to improve page load time.</p>\n<p><a href=\"http://www.smartlogix.co.in/wp-insert/\">WP-Insert</a></p>\n<p>WP-INSERT from SMARTLOGIX is an allrounder WordPress plugin which takes care of it all be it your ads, your feeds, your tracking codes even the way you edit your posts!</p>\n<p><a href=\"http://www.blogtrafficexchange.com/related-websites/\">Related Websites</a></p>\n<p>Related Websites is related posts for the blogosphere.</p>\n<p><a href=\"http://epicalex.com/new-user-email-set-up/\">New User Email Setup</a></p>\n<p>The function of the plugin is to provide a basic interface so that admins can define a custom email that is sent to users when they first register. Subject, Text Body, From Address, Admin Subject and Admin Text Body can all be defined, to allow for a more personalized feel to your blog, that doesn’t have such a generic ‘welcome’ email.</p>\n<p><a href=\"http://www.jenruno.com/SpamTask/\">Spam Task</a></p>\n<p>SpamTask is the world’s most advanced spam filter for blogs and guestbooks. It can be setup easily and effectively holds back all messages coming from spam robots, and uses the collected information to learn all by itself and become an increasingly better spam filter.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/17/wordpress-plugin-releases-for-0517/\">WordPress Plugin Releases for 05/17</a></p>\";}i:31;a:7:{s:5:\"title\";s:57:\"Mark Jaquith: State of the Word – WordCamp Mid-Atlantic\";s:4:\"guid\";s:39:\"http://markjaquith.wordpress.com/?p=299\";s:4:\"link\";s:84:\"http://markjaquith.wordpress.com/2009/05/17/state-of-the-word-wordcamp-mid-atlantic/\";s:11:\"description\";s:1290:\"<div class=\"snap_preview\"><br /><p>Here are my slides from the State of the Word keynote at WordCamp Mid-Atlantic:</p>\n<p></p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/299/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/299/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/299/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/299/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/299/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/299/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/299/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/299/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/299/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/299/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=299&subd=markjaquith&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Sun, 17 May 2009 10:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:7:\"summary\";s:1290:\"<div class=\"snap_preview\"><br /><p>Here are my slides from the State of the Word keynote at WordCamp Mid-Atlantic:</p>\n<p></p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/299/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/299/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/299/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/299/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/299/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/299/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/299/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/299/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/299/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/299/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=299&subd=markjaquith&ref=&feed=1\" /></div>\";}i:32;a:7:{s:5:\"title\";s:30:\"Dev Blog: WordPress 2.8 Beta 1\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=744\";s:4:\"link\";s:62:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-1/\";s:11:\"description\";s:332:\"<p><a href=\"http://wordpress.org/wordpress-2.8-beta1.zip\">Download</a> it, <a href=\"http://wordpress.org/download/beta/\">test</a> it, <a href=\"http://core.trac.wordpress.org/newticket\">file</a> bugs.</p>\n<p>What’s new? <a href=\"http://codex.wordpress.org/Version_2.8\">All of this</a>.</p>\n<p>Good hunting, all you testers.</p>\";s:7:\"pubdate\";s:31:\"Sat, 16 May 2009 19:59:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Ryan Boren\";}s:7:\"summary\";s:332:\"<p><a href=\"http://wordpress.org/wordpress-2.8-beta1.zip\">Download</a> it, <a href=\"http://wordpress.org/download/beta/\">test</a> it, <a href=\"http://core.trac.wordpress.org/newticket\">file</a> bugs.</p>\n<p>What’s new? <a href=\"http://codex.wordpress.org/Version_2.8\">All of this</a>.</p>\n<p>Good hunting, all you testers.</p>\";}i:33;a:7:{s:5:\"title\";s:45:\"Weblog Tools Collection: At WordCamp Columbus\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5858\";s:4:\"link\";s:74:\"http://weblogtoolscollection.com/archives/2009/05/16/at-wordcamp-columbus/\";s:11:\"description\";s:1230:\"<p>I am going to be at <a href=\"http://wordcampcolumbus.com/\">WordCamp Columbus</a> today. If you are going to be attending the event, be sure to say hi.</p>\n<p>The <a href=\"http://wordcampcolumbus.com/speakers/\">list of speakers</a> is quite attractive. <a href=\"http://www.wptavern.com/\">Jeff</a> and I were discussing WordCamp Columbus, planning out the event and scoping out presentations that we would listen to and as usual, it was quite overwhelming. I am looking forward to meeting up with old friends and making some new ones while I am there. I like to make my own mini conference in the halls, so if you see a big Indian guy huddled over with a bunch of others people discussing WordPress, you will know that you have run into me. <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>I am looking for a few others folks to hang out with and have dinner at the end of the event. So if you are interested, please let me know. See you there!</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/16/at-wordcamp-columbus/\">At WordCamp Columbus</a></p>\";s:7:\"pubdate\";s:31:\"Sat, 16 May 2009 09:44:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1230:\"<p>I am going to be at <a href=\"http://wordcampcolumbus.com/\">WordCamp Columbus</a> today. If you are going to be attending the event, be sure to say hi.</p>\n<p>The <a href=\"http://wordcampcolumbus.com/speakers/\">list of speakers</a> is quite attractive. <a href=\"http://www.wptavern.com/\">Jeff</a> and I were discussing WordCamp Columbus, planning out the event and scoping out presentations that we would listen to and as usual, it was quite overwhelming. I am looking forward to meeting up with old friends and making some new ones while I am there. I like to make my own mini conference in the halls, so if you see a big Indian guy huddled over with a bunch of others people discussing WordPress, you will know that you have run into me. <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>I am looking for a few others folks to hang out with and have dinner at the end of the event. So if you are interested, please let me know. See you there!</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/16/at-wordcamp-columbus/\">At WordCamp Columbus</a></p>\";}i:34;a:7:{s:5:\"title\";s:47:\"BuddyPress: Help Shape the Future of BuddyPress\";s:4:\"guid\";s:28:\"http://buddypress.org/?p=398\";s:4:\"link\";s:73:\"http://buddypress.org/blog/community/help-shape-the-future-of-buddypress/\";s:11:\"description\";s:1682:\"<p>Since the release of <a href=\"http://buddypress.org/blog/news/buddypress-10-has-arrived/\">BuddyPress 1.0</a> we’ve been thinking of interesting ways that the community could directly participate in the roadmap for future BuddyPress releases. </p>\n<p>We think we’ve found a fun approach, and so we’ve decided to run a bit of an experiment. Over the last week, those who participate in the <a href=\"http://java.freenode.net/?channel=buddypress\">BuddyPress IRC room on Freenode</a> have had the chance to look over and comment on a list of new BuddyPress features. These features are what we’d like to see make their way into BuddyPress within the next 1-3 versions.</p>\n<p>Here’s where you, as a community member come in. We’d like you to play a part in ranking these features, placing the most important features (to you) at the top, and the less important ones at the bottom. Hopefully we can tally enough votes to get a fairly decent overall perspective on what people want first.</p>\n<p>These are just features for existing components, the two new components - status updates and albums are already at the top of the roadmap.</p>\n<p>I’ve built an interface over the last couple of days that will allow any BuddyPress.org member to log in and start “Roadmap Ranking”. Each of the features are broken down into their respective component and only one component is displayed on the screen at a time. You should rank each component’s features separately. Just drag and drop features in the list.</p>\n<p>Head on over to the <a href=\"http://buddypress.org/roadmap-ranking/\">roadmap ranking page</a>, and cast your vote!</p>\";s:7:\"pubdate\";s:31:\"Sat, 16 May 2009 00:37:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"apeatling\";}s:7:\"summary\";s:1682:\"<p>Since the release of <a href=\"http://buddypress.org/blog/news/buddypress-10-has-arrived/\">BuddyPress 1.0</a> we’ve been thinking of interesting ways that the community could directly participate in the roadmap for future BuddyPress releases. </p>\n<p>We think we’ve found a fun approach, and so we’ve decided to run a bit of an experiment. Over the last week, those who participate in the <a href=\"http://java.freenode.net/?channel=buddypress\">BuddyPress IRC room on Freenode</a> have had the chance to look over and comment on a list of new BuddyPress features. These features are what we’d like to see make their way into BuddyPress within the next 1-3 versions.</p>\n<p>Here’s where you, as a community member come in. We’d like you to play a part in ranking these features, placing the most important features (to you) at the top, and the less important ones at the bottom. Hopefully we can tally enough votes to get a fairly decent overall perspective on what people want first.</p>\n<p>These are just features for existing components, the two new components - status updates and albums are already at the top of the roadmap.</p>\n<p>I’ve built an interface over the last couple of days that will allow any BuddyPress.org member to log in and start “Roadmap Ranking”. Each of the features are broken down into their respective component and only one component is displayed on the screen at a time. You should rank each component’s features separately. Just drag and drop features in the list.</p>\n<p>Head on over to the <a href=\"http://buddypress.org/roadmap-ranking/\">roadmap ranking page</a>, and cast your vote!</p>\";}i:35;a:7:{s:5:\"title\";s:62:\"Weblog Tools Collection: Weblog Tools Collection on the Kindle\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5856\";s:4:\"link\";s:91:\"http://weblogtoolscollection.com/archives/2009/05/15/weblog-tools-collection-on-the-kindle/\";s:11:\"description\";s:1203:\"<p>Weblog Tools Collection is <a href=\"http://www.amazon.com/gp/product/B0029XFNVW\">now available for subscription on the Kindle</a>. There is a 14 day free trial if you would like to just try it out. So if you are a Kindle owner and a WLTC fan, please subscribe and let us know what you think. While I wish we could offer it for free, the charge is $1.99 (we get 30% of this amount).</p>\n<p>If you want to publish your blog on Kindle, <a href=\"https://kindlepublishing.amazon.com/\">you can do it too</a>! Be sure to let us know what you think of the experience if you choose to publish your blog on the Kindle. The <a href=\"http://forums.kindlecentral.com/forums/index.jspa\">Kindle forums</a> are a little sparse at this time and the whole publishing page/venue is in beta so you might have some trouble. It was a breeze for us. Thanks to <a href=\"http://www.bloggingpro.com/archives/2009/05/14/publish-your-blog-on-the-kindle/\">BloggingPro for the idea</a>.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/15/weblog-tools-collection-on-the-kindle/\">Weblog Tools Collection on the Kindle</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 15 May 2009 13:36:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1203:\"<p>Weblog Tools Collection is <a href=\"http://www.amazon.com/gp/product/B0029XFNVW\">now available for subscription on the Kindle</a>. There is a 14 day free trial if you would like to just try it out. So if you are a Kindle owner and a WLTC fan, please subscribe and let us know what you think. While I wish we could offer it for free, the charge is $1.99 (we get 30% of this amount).</p>\n<p>If you want to publish your blog on Kindle, <a href=\"https://kindlepublishing.amazon.com/\">you can do it too</a>! Be sure to let us know what you think of the experience if you choose to publish your blog on the Kindle. The <a href=\"http://forums.kindlecentral.com/forums/index.jspa\">Kindle forums</a> are a little sparse at this time and the whole publishing page/venue is in beta so you might have some trouble. It was a breeze for us. Thanks to <a href=\"http://www.bloggingpro.com/archives/2009/05/14/publish-your-blog-on-the-kindle/\">BloggingPro for the idea</a>.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/15/weblog-tools-collection-on-the-kindle/\">Weblog Tools Collection on the Kindle</a></p>\";}i:36;a:7:{s:5:\"title\";s:31:\"Lloyd: WordCamp SF Here I Come!\";s:4:\"guid\";s:30:\"http://foolswisdom.com/?p=1851\";s:4:\"link\";s:39:\"http://foolswisdom.com/wordcamp-sf-200/\";s:11:\"description\";s:2641:\"<p><img class=\"alignright\" title=\"WordCamp SF 2009 Logo\" src=\"http://s3.wordpress.com/wp-content/themes/h4/i/wcsf-smallbutton.png\" alt=\"\" width=\"125\" height=\"125\" />Only two more weeks until <a href=\"http://2009.sf.wordcamp.org/\">WordCamp San Francisco 2009</a>. I can’t wait!</p>\n<p>This is the original <a href=\"http://wordcamp.org/\">WordCamp</a>. Every year has been fantastic! There is no other event that brings so many of <a href=\"http://wordpress.org/\">WordPress</a>’s elite together.</p>\n<p>They’re friendly people to boot! Thankfully, the elite are welcoming and generous with their time, knowledge, talent and bad jokes (puns). It’s a great learning environment.</p>\n<p>The best kept secret about WordCamp is that the <a href=\"http://2009.sf.wordcamp.org/speakers/\">speaker line up</a> includes many technology and web luminaries – <a href=\"http://www.dullest.com/blog/\">Matt Cutts</a>, <a href=\"http://philip.greenspun.com/\">Philip Greenspun</a>, <a href=\"http://www.fourhourworkweek.com/blog/\">Tim Ferriss</a>, <a href=\"http://www.horsepigcow.com/\">Tara Hunt</a> to name a few of the incredible speakers.</p>\n<p>Can you believe it is near free — the $25 cost doesn’t even cover the cost of the food. Thank you sponsors!</p>\n<p>Even if WordPress wasn’t your thing (shame!), if you’re in the web, it should be a must attend event. It’s a great event for all bloggers and anyone publishing online.</p>\n<p>There is also an after <a href=\"http://2009.sf.wordcamp.org/wordpress-anniversary-party/\">party celebrating the sixth anniversary of WordPress</a>!</p>\n<p>And Sunday, we’re hosting a barcamp-esque <a href=\"http://ma.tt/2009/05/wordcamp-developer-day/\">WordPress developer day</a>:</p>\n<blockquote><p>…expect more hardcore geek content like heavy WordPress performance optimization, BuddyPress internals, an intro to Erlang, a guide to secure coding, WordPress-as-CMS discussions, and more. If there’s a topic you’d like to lead start thinking about it now…</p></blockquote>\n<p>There are only 64 spaces left for WordCamp, so sign up now! (Already 536 <a href=\"http://2009.sf.wordcamp.org/attendees/\">people have registered</a>.)</p>\n<p>I hope to meet you there.</p>\n<div class=\"wp-caption alignnone\"><img title=\"Budd Family helping at Genius Bar WordCamp SF 2008\" src=\"http://farm4.static.flickr.com/3503/3460238686_94fd535c2d.jpg\" alt=\"Budd Family helping at Genius Bar WordCamp SF 2008\" width=\"500\" height=\"335\" /><p class=\"wp-caption-text\">Budd Family helping at Genius Bar WordCamp SF 2008, as seen at http://central.wordcamp.org/</p></div>\";s:7:\"pubdate\";s:31:\"Fri, 15 May 2009 04:19:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"Lloyd\";}s:7:\"summary\";s:2641:\"<p><img class=\"alignright\" title=\"WordCamp SF 2009 Logo\" src=\"http://s3.wordpress.com/wp-content/themes/h4/i/wcsf-smallbutton.png\" alt=\"\" width=\"125\" height=\"125\" />Only two more weeks until <a href=\"http://2009.sf.wordcamp.org/\">WordCamp San Francisco 2009</a>. I can’t wait!</p>\n<p>This is the original <a href=\"http://wordcamp.org/\">WordCamp</a>. Every year has been fantastic! There is no other event that brings so many of <a href=\"http://wordpress.org/\">WordPress</a>’s elite together.</p>\n<p>They’re friendly people to boot! Thankfully, the elite are welcoming and generous with their time, knowledge, talent and bad jokes (puns). It’s a great learning environment.</p>\n<p>The best kept secret about WordCamp is that the <a href=\"http://2009.sf.wordcamp.org/speakers/\">speaker line up</a> includes many technology and web luminaries – <a href=\"http://www.dullest.com/blog/\">Matt Cutts</a>, <a href=\"http://philip.greenspun.com/\">Philip Greenspun</a>, <a href=\"http://www.fourhourworkweek.com/blog/\">Tim Ferriss</a>, <a href=\"http://www.horsepigcow.com/\">Tara Hunt</a> to name a few of the incredible speakers.</p>\n<p>Can you believe it is near free — the $25 cost doesn’t even cover the cost of the food. Thank you sponsors!</p>\n<p>Even if WordPress wasn’t your thing (shame!), if you’re in the web, it should be a must attend event. It’s a great event for all bloggers and anyone publishing online.</p>\n<p>There is also an after <a href=\"http://2009.sf.wordcamp.org/wordpress-anniversary-party/\">party celebrating the sixth anniversary of WordPress</a>!</p>\n<p>And Sunday, we’re hosting a barcamp-esque <a href=\"http://ma.tt/2009/05/wordcamp-developer-day/\">WordPress developer day</a>:</p>\n<blockquote><p>…expect more hardcore geek content like heavy WordPress performance optimization, BuddyPress internals, an intro to Erlang, a guide to secure coding, WordPress-as-CMS discussions, and more. If there’s a topic you’d like to lead start thinking about it now…</p></blockquote>\n<p>There are only 64 spaces left for WordCamp, so sign up now! (Already 536 <a href=\"http://2009.sf.wordcamp.org/attendees/\">people have registered</a>.)</p>\n<p>I hope to meet you there.</p>\n<div class=\"wp-caption alignnone\"><img title=\"Budd Family helping at Genius Bar WordCamp SF 2008\" src=\"http://farm4.static.flickr.com/3503/3460238686_94fd535c2d.jpg\" alt=\"Budd Family helping at Genius Bar WordCamp SF 2008\" width=\"500\" height=\"335\" /><p class=\"wp-caption-text\">Budd Family helping at Genius Bar WordCamp SF 2008, as seen at http://central.wordcamp.org/</p></div>\";}i:37;a:7:{s:5:\"title\";s:56:\"Weblog Tools Collection: WP PluginsUsed: A Plugin Review\";s:4:\"guid\";s:84:\"http://weblogtoolscollection.com/archives/2009/05/14/wp-pluginsused-a-plugin-review/\";s:4:\"link\";s:84:\"http://weblogtoolscollection.com/archives/2009/05/14/wp-pluginsused-a-plugin-review/\";s:11:\"description\";s:4533:\"<p>Funny how things can get connected quite quickly on the web.  Check this out.</p>\n<p>I wrote a blog entry for WLTC just two days ago about <a title=\"Permanent Link to Five Nifty Sidebar Widgets for your WordPress Site\" href=\"http://weblogtoolscollection.com/archives/2009/05/12/five-nifty-sidebar-widgets-for-your-wordpress-site/\">Five Nifty Sidebar Widgets for your WordPress Site</a>.  Babs then <a href=\"http://weblogtoolscollection.com/archives/2009/05/12/five-nifty-sidebar-widgets-for-your-wordpress-site/#comment-1255649\">commented on that post</a> and said:</p>\n<blockquote><p>Out of curiosity, does anyone know how many plugins it takes to break a WordPress site? *laughs*</p>\n</blockquote>\n<p>This comment then prompted <a href=\"http://weblogtoolscollection.com/archives/author/mark/\">Mark from here at WLTC</a> to write a blog entry asking visitors to <a href=\"http://weblogtoolscollection.com/archives/2009/05/13/guess-how-many-plugins-we-have-active/\">Guess how many Plugins we have active</a> on the website and comment on how many active and inactive plugins they have on their own websites.  This is a small contest that will earn the correct guesser a one year Flickr Pro membership. It is a very active thread right now (78 replies as of this posting).</p>\n<p>So as I am watching the guesses stream in over the last 24 hours or so it reminded me of an awesome plugin I use on <a href=\"http://www.windowsobserver.com/\">my site</a> and it fits in with this series of blog posts.  So I guess you can say that this has come full circle in that my original post started the chain reaction to this post! Don’t you just love the way the web works!  Nice job everyone.</p>\n<p>So here is a look at Lester Chan’s terrific <a href=\"http://lesterchan.net/portfolio/programming/php/#wp-pluginsused\">WP PluginsUsed plugin</a> (current version 1.40).</p>\n<p>After grabbing the download and installing the plugin all you need to do is create a new page on your site – I am calling mine <a href=\"http://www.windowsobserver.com/plugins-used\">Plugins Used</a> (yeah I know very creative). Then in the edit box for this new page I am going to paste the following text in:</p>\n<blockquote><p>[stats_pluginsused] </p>\n<p><P> <br /><H2>Active Plugins</H2> <br />[active_pluginsused] </p>\n<p><P> <br /><H2>Inactive Plugins</H2> <br />[inactive_pluginsused]</p>\n</blockquote>\n<p>Once you have that done save and publish the page to your website. There is also a simple change you can make to the <strong>wp-pluginsused.php</strong> file to prevent the plugin from showing what version of these plugins your using.  Just open up the <strong>wp-pluginsused.php</strong> and make this change:</p>\n<blockquote><p>Find - <em>define(’PLUGINSUSED_SHOW_VERSION’, true);</em> </p>\n<p>Change it to - <em>define(’PLUGINSUSED_SHOW_VERSION’, false);</em> </p>\n</blockquote>\n<p>Save your file and load up your new <a href=\"http://www.windowsobserver.com/plugins-used/\">Plugins Used page</a> (this is mine) and it will look like this:</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/pluginsusedscreenshot.jpg\"><img title=\"pluginsusedscreenshot\" border=\"0\" alt=\"pluginsusedscreenshot\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/pluginsusedscreenshot-thumb.jpg\" width=\"201\" height=\"244\" /></a> </p>\n<p>The page also shows details about the plugin including the plugins name, author and a description of the plugin.  The plugin name and author are linked to their respective sites as well.  This will allow you to head directly to that plugin’s website when you see this page on someone else’s blog and want to try it out.</p>\n<p>So there you go – a great plugin from Lester Chan – one among many he has.  If you have never checked out Lester’s work head over to his site now and <a href=\"http://lesterchan.net/portfolio/programming/\">take a look at his portfolio</a> – some very impressive stuff. His WordPress plugins are under the PHP Programming header.</p>\n<p>Post a link to your plugins used page in the comments to share with everyone and we can see just what your running on your site as well.</p>\n<p>Until next time – stay safe out there!</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/14/wp-pluginsused-a-plugin-review/\">WP PluginsUsed: A Plugin Review</a></p>\";s:7:\"pubdate\";s:31:\"Thu, 14 May 2009 23:23:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"WindowsObserver\";}s:7:\"summary\";s:4533:\"<p>Funny how things can get connected quite quickly on the web.  Check this out.</p>\n<p>I wrote a blog entry for WLTC just two days ago about <a title=\"Permanent Link to Five Nifty Sidebar Widgets for your WordPress Site\" href=\"http://weblogtoolscollection.com/archives/2009/05/12/five-nifty-sidebar-widgets-for-your-wordpress-site/\">Five Nifty Sidebar Widgets for your WordPress Site</a>.  Babs then <a href=\"http://weblogtoolscollection.com/archives/2009/05/12/five-nifty-sidebar-widgets-for-your-wordpress-site/#comment-1255649\">commented on that post</a> and said:</p>\n<blockquote><p>Out of curiosity, does anyone know how many plugins it takes to break a WordPress site? *laughs*</p>\n</blockquote>\n<p>This comment then prompted <a href=\"http://weblogtoolscollection.com/archives/author/mark/\">Mark from here at WLTC</a> to write a blog entry asking visitors to <a href=\"http://weblogtoolscollection.com/archives/2009/05/13/guess-how-many-plugins-we-have-active/\">Guess how many Plugins we have active</a> on the website and comment on how many active and inactive plugins they have on their own websites.  This is a small contest that will earn the correct guesser a one year Flickr Pro membership. It is a very active thread right now (78 replies as of this posting).</p>\n<p>So as I am watching the guesses stream in over the last 24 hours or so it reminded me of an awesome plugin I use on <a href=\"http://www.windowsobserver.com/\">my site</a> and it fits in with this series of blog posts.  So I guess you can say that this has come full circle in that my original post started the chain reaction to this post! Don’t you just love the way the web works!  Nice job everyone.</p>\n<p>So here is a look at Lester Chan’s terrific <a href=\"http://lesterchan.net/portfolio/programming/php/#wp-pluginsused\">WP PluginsUsed plugin</a> (current version 1.40).</p>\n<p>After grabbing the download and installing the plugin all you need to do is create a new page on your site – I am calling mine <a href=\"http://www.windowsobserver.com/plugins-used\">Plugins Used</a> (yeah I know very creative). Then in the edit box for this new page I am going to paste the following text in:</p>\n<blockquote><p>[stats_pluginsused] </p>\n<p><P> <br /><H2>Active Plugins</H2> <br />[active_pluginsused] </p>\n<p><P> <br /><H2>Inactive Plugins</H2> <br />[inactive_pluginsused]</p>\n</blockquote>\n<p>Once you have that done save and publish the page to your website. There is also a simple change you can make to the <strong>wp-pluginsused.php</strong> file to prevent the plugin from showing what version of these plugins your using.  Just open up the <strong>wp-pluginsused.php</strong> and make this change:</p>\n<blockquote><p>Find - <em>define(’PLUGINSUSED_SHOW_VERSION’, true);</em> </p>\n<p>Change it to - <em>define(’PLUGINSUSED_SHOW_VERSION’, false);</em> </p>\n</blockquote>\n<p>Save your file and load up your new <a href=\"http://www.windowsobserver.com/plugins-used/\">Plugins Used page</a> (this is mine) and it will look like this:</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/pluginsusedscreenshot.jpg\"><img title=\"pluginsusedscreenshot\" border=\"0\" alt=\"pluginsusedscreenshot\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/pluginsusedscreenshot-thumb.jpg\" width=\"201\" height=\"244\" /></a> </p>\n<p>The page also shows details about the plugin including the plugins name, author and a description of the plugin.  The plugin name and author are linked to their respective sites as well.  This will allow you to head directly to that plugin’s website when you see this page on someone else’s blog and want to try it out.</p>\n<p>So there you go – a great plugin from Lester Chan – one among many he has.  If you have never checked out Lester’s work head over to his site now and <a href=\"http://lesterchan.net/portfolio/programming/\">take a look at his portfolio</a> – some very impressive stuff. His WordPress plugins are under the PHP Programming header.</p>\n<p>Post a link to your plugins used page in the comments to share with everyone and we can see just what your running on your site as well.</p>\n<p>Until next time – stay safe out there!</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/14/wp-pluginsused-a-plugin-review/\">WP PluginsUsed: A Plugin Review</a></p>\";}i:38;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 05/14\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5847\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/05/14/wordpress-theme-releases-for-0514/\";s:11:\"description\";s:1927:\"<p><a href=\"http://bizzartic.com/2009/05/10/berita-business-wordpress-theme/\">Berita Business</a></p>\n<p><img title=\"Berita Business\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/beritabusiness.png\" alt=\"Berita Business\" width=\"200\" height=\"190\" /></p>\n<p>Three column, widgetized theme with seven custom widgets and spots and a featured slider on the homepage.</p>\n<p><a href=\"http://www.wordpressweekly.com/free-wordpress-template-design/dark-cherry-theme.html\">Dark Cherry</a></p>\n<p><img title=\"Dark Cherry\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/darkcherry.jpg\" alt=\"Dark Cherry\" width=\"200\" height=\"89\" /></p>\n<p>It’s a well managed color palette color integrated into a most used blog structure with two columns. Here you have a lot of space to fit any ads, plugins or whatever you need.</p>\n<p><a href=\"http://techblissonline.com/wpelegance-2-column-wordpress-theme/\">WPElegance</a></p>\n<p><a href=\"http://free-wp-themes.techblissonline.com/index.php?wptheme=WPElegance2Col\"><img title=\"WPElegance\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wpelegance.jpg\" alt=\"WPElegance\" width=\"200\" height=\"135\" /></a></p>\n<p>WPElegance2Col is SEO-optimized, ad-ready, WordPress 2.7 compatible, two column theme with widgetized sidebars and footer.</p>\n<p><a href=\"http://www.webdesignlessons.com/tweetmeblue/\">TweetMeBlue</a></p>\n<p><a href=\"http://www.webdesignlessons.com/demo/index.php?wptheme=TweetMeBlue\"><img title=\"TweetMeBlue\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/tweetmeblue.gif\" alt=\"TweetMeBlue\" width=\"200\" height=\"195\" /></a></p>\n<p>Two column, easy to use theme with support for featured posts, Twitter, Adsense and more…</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/14/wordpress-theme-releases-for-0514/\">WordPress Theme Releases for 05/14</a></p>\";s:7:\"pubdate\";s:31:\"Thu, 14 May 2009 20:22:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:1927:\"<p><a href=\"http://bizzartic.com/2009/05/10/berita-business-wordpress-theme/\">Berita Business</a></p>\n<p><img title=\"Berita Business\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/beritabusiness.png\" alt=\"Berita Business\" width=\"200\" height=\"190\" /></p>\n<p>Three column, widgetized theme with seven custom widgets and spots and a featured slider on the homepage.</p>\n<p><a href=\"http://www.wordpressweekly.com/free-wordpress-template-design/dark-cherry-theme.html\">Dark Cherry</a></p>\n<p><img title=\"Dark Cherry\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/darkcherry.jpg\" alt=\"Dark Cherry\" width=\"200\" height=\"89\" /></p>\n<p>It’s a well managed color palette color integrated into a most used blog structure with two columns. Here you have a lot of space to fit any ads, plugins or whatever you need.</p>\n<p><a href=\"http://techblissonline.com/wpelegance-2-column-wordpress-theme/\">WPElegance</a></p>\n<p><a href=\"http://free-wp-themes.techblissonline.com/index.php?wptheme=WPElegance2Col\"><img title=\"WPElegance\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wpelegance.jpg\" alt=\"WPElegance\" width=\"200\" height=\"135\" /></a></p>\n<p>WPElegance2Col is SEO-optimized, ad-ready, WordPress 2.7 compatible, two column theme with widgetized sidebars and footer.</p>\n<p><a href=\"http://www.webdesignlessons.com/tweetmeblue/\">TweetMeBlue</a></p>\n<p><a href=\"http://www.webdesignlessons.com/demo/index.php?wptheme=TweetMeBlue\"><img title=\"TweetMeBlue\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/tweetmeblue.gif\" alt=\"TweetMeBlue\" width=\"200\" height=\"195\" /></a></p>\n<p>Two column, easy to use theme with support for featured posts, Twitter, Adsense and more…</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/14/wordpress-theme-releases-for-0514/\">WordPress Theme Releases for 05/14</a></p>\";}i:39;a:7:{s:5:\"title\";s:54:\"WordPress.tv: Introducing VideoPress for WordPress.com\";s:4:\"guid\";s:27:\"http://wordpress.tv/?p=1893\";s:4:\"link\";s:72:\"http://wordpress.tv/2009/05/13/introducing-videopress-for-wordpress-com/\";s:11:\"description\";s:1386:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-1\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/05/13/introducing-videopress-for-wordpress-com/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/OO4thna8/videopress2-web2.thumbnail.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/1893/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/1893/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/1893/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/1893/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/1893/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/1893/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/1893/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/1893/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/1893/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/1893/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=1893&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Wed, 13 May 2009 23:37:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Michael Pick\";}s:7:\"summary\";s:1386:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-1\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/05/13/introducing-videopress-for-wordpress-com/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/OO4thna8/videopress2-web2.thumbnail.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/1893/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/1893/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/1893/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/1893/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/1893/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/1893/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/1893/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/1893/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/1893/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/1893/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=1893&subd=wptv&ref=&feed=1\" /></div>\";}i:40;a:7:{s:5:\"title\";s:63:\"Weblog Tools Collection: Guess how many Plugins we have active?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5840\";s:4:\"link\";s:91:\"http://weblogtoolscollection.com/archives/2009/05/13/guess-how-many-plugins-we-have-active/\";s:11:\"description\";s:1101:\"<p>The first person to <strong>correctly guess the number of active plugins <em>and</em> the number of deactivated plugins on this blog</strong> <strong>will win a Flickr Pro membership for a year</strong> from us. We have more deactivated plugins than activated ones and the numbers aren’t astronomical. Thanks to <a href=\"http://weblogtoolscollection.com/archives/2009/05/12/five-nifty-sidebar-widgets-for-your-wordpress-site/#comment-1255649\">babs</a> for the idea. Authors/contributors on this blog are ineligible in this guessing game. <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>While we are at it, how many plugins do you have activated and how many are deactivated? Do you have any that you activate once in a while when the mood strikes? Which number is higher?</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/13/guess-how-many-plugins-we-have-active/\">Guess how many Plugins we have active?</a></p>\";s:7:\"pubdate\";s:31:\"Wed, 13 May 2009 22:49:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1101:\"<p>The first person to <strong>correctly guess the number of active plugins <em>and</em> the number of deactivated plugins on this blog</strong> <strong>will win a Flickr Pro membership for a year</strong> from us. We have more deactivated plugins than activated ones and the numbers aren’t astronomical. Thanks to <a href=\"http://weblogtoolscollection.com/archives/2009/05/12/five-nifty-sidebar-widgets-for-your-wordpress-site/#comment-1255649\">babs</a> for the idea. Authors/contributors on this blog are ineligible in this guessing game. <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>While we are at it, how many plugins do you have activated and how many are deactivated? Do you have any that you activate once in a while when the mood strikes? Which number is higher?</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/13/guess-how-many-plugins-we-have-active/\">Guess how many Plugins we have active?</a></p>\";}i:41;a:7:{s:5:\"title\";s:40:\"bbPress: bbPress 1.0 Release Candidate 1\";s:4:\"guid\";s:25:\"http://bbpress.org/?p=227\";s:4:\"link\";s:63:\"http://bbpress.org/blog/2009/05/bbpress-10-release-candidate-1/\";s:11:\"description\";s:822:\"<p>Yesterday we pushed the first release candidate for bbPress 1.0 out the door. You can grab it from the <a href=\"http://bbpress.org/download/\">download page</a>.</p>\n<p>Over the next few weeks there will be a (relatively) rapid progression of “RC” releases as we move towards a final release of 1.0</p>\n<p>bbPress is almost stable enough to use on a live website, but I can’t recommend that yet. If you want to try it out on your existing data, then I suggest you make a complete copy of your site and then upgrade. If you just want to take a look and see what’s changed then try a fresh install (some independent testing of the installer is always useful).</p>\n<p>If you find a problem please <a href=\"http://trac.bbpress.org\">report it in Trac</a> so I can get onto it as soon as possible.</p>\";s:7:\"pubdate\";s:31:\"Wed, 13 May 2009 03:49:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Sam Bauers\";}s:7:\"summary\";s:822:\"<p>Yesterday we pushed the first release candidate for bbPress 1.0 out the door. You can grab it from the <a href=\"http://bbpress.org/download/\">download page</a>.</p>\n<p>Over the next few weeks there will be a (relatively) rapid progression of “RC” releases as we move towards a final release of 1.0</p>\n<p>bbPress is almost stable enough to use on a live website, but I can’t recommend that yet. If you want to try it out on your existing data, then I suggest you make a complete copy of your site and then upgrade. If you just want to take a look and see what’s changed then try a fresh install (some independent testing of the installer is always useful).</p>\n<p>If you find a problem please <a href=\"http://trac.bbpress.org\">report it in Trac</a> so I can get onto it as soon as possible.</p>\";}i:42;a:7:{s:5:\"title\";s:75:\"Weblog Tools Collection: Five Nifty Sidebar Widgets for your WordPress Site\";s:4:\"guid\";s:104:\"http://weblogtoolscollection.com/archives/2009/05/12/five-nifty-sidebar-widgets-for-your-wordpress-site/\";s:4:\"link\";s:104:\"http://weblogtoolscollection.com/archives/2009/05/12/five-nifty-sidebar-widgets-for-your-wordpress-site/\";s:11:\"description\";s:5099:\"<p>Can you say that title five times very fast? <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> </p>\n<p>In my last post I discussed <a href=\"http://weblogtoolscollection.com/archives/2009/05/09/plugins-to-spruce-up-your-wordpress-based-website/\">WordPress plugins that can spruce up your WordPress based website</a>. What I would like to do in this one is point out five sidebar widgets that you can put to use in your own sidebar to expand its capabilities and add additional functionality to your site for your visitors.</p>\n<blockquote><p>-  <a href=\"http://wordpress.org/extend/plugins/sidebar-login/\">Sidebar Login</a>: This plugin is not only a widget that you can drag onto your sidebar in the admin interface but also provides a template tag that you can use anywhere in your site to show a login box.  Once your visitor logs in via this form they will be returned to the page they signed in from instead of into the admin panel (unless they are an admin then they log into the admin interface).</p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\" width=\"400\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"200\"><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/sidebarloginnotloggedin.jpg\"><img title=\"sidebarloginnotloggedin\" border=\"0\" alt=\"sidebarloginnotloggedin\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/sidebarloginnotloggedin-thumb.jpg\" width=\"159\" height=\"244\" /></a>\n<p align=\"center\">Not logged in</p>\n</td>\n<td valign=\"top\" width=\"200\">\n<p align=\"center\"></p>\n<p align=\"center\"><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/sidebarloginloggedin1.jpg\"><img title=\"sidebarloginloggedin\" border=\"0\" alt=\"sidebarloginloggedin\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/sidebarloginloggedin-thumb1.jpg\" width=\"197\" height=\"143\" /></a> Logged in as Admin</p>\n</td>\n</tr>\n</tbody>\n</table>\n<p>-  <a href=\"http://wordpress.org/extend/plugins/registration-form-widget/\">Registration Widget</a>: What better widget to have right next to the Sidebar Login widget above then the one that lets a visitor register a user account so they can use that nifty Sidebar Login form as well.  Very straight forward install and then add the widget to your sidebar where you want it.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/registerwidget1.jpg\"><img title=\"registerwidget\" border=\"0\" alt=\"registerwidget\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/registerwidget-thumb1.jpg\" width=\"89\" height=\"244\" /></a> </p>\n<p>-  <a href=\"http://wordpress.org/extend/plugins/moon-phases/\">Moon Phases</a>: Now this plugin would obviously be perfect on an astronomy or space blog/website.  Its premise is simple after installing the plugin go to your appearance admin panel and add the Moon Phases widget to your sidebar and save it.  There are four settings you can change which include Title; Show Zodiac; Show age (not yours – the moons); and Show details.  I am a space and astronomy buff so stuff like this grabs my attention easily <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> </p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/moonphasewidget.jpg\"><img title=\"moonphasewidget\" border=\"0\" alt=\"moonphasewidget\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/moonphasewidget-thumb.jpg\" width=\"188\" height=\"244\" /></a> </p>\n<p>-  <a href=\"http://wordpress.org/extend/plugins/global-translator/\">Global Translator</a>: Just what it sounds like with up to 41 language options at your disposal depending on what translation engine you select.  Adds a widget to your appearance admin panel that you can add to your sidebar. Just click on the flag of the country you want to translate the page into.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/translator.jpg\"><img title=\"translator\" border=\"0\" alt=\"translator\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/translator-thumb.jpg\" width=\"255\" height=\"69\" /></a> </p>\n<p>-  <a href=\"http://wordpress.org/extend/plugins/twibadge/\">TwiBadge</a>: I guess this list would not be complete without a little Twitter love.  Here is a sidebar widget plugin that lets you add your Twitter Badge to your own sidebar.  It is very configurable and does not require your Twitter password to work.  </p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/twibadge.jpg\"><img title=\"twibadge\" border=\"0\" alt=\"twibadge\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/twibadge-thumb.jpg\" width=\"128\" height=\"244\" /></a> </p>\n</blockquote>\n<p>So what is your nifty sidebar widget that you can not live without on your site? Looking forward to hearing what your using.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/12/five-nifty-sidebar-widgets-for-your-wordpress-site/\">Five Nifty Sidebar Widgets for your WordPress Site</a></p>\";s:7:\"pubdate\";s:31:\"Wed, 13 May 2009 00:21:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"WindowsObserver\";}s:7:\"summary\";s:5099:\"<p>Can you say that title five times very fast? <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> </p>\n<p>In my last post I discussed <a href=\"http://weblogtoolscollection.com/archives/2009/05/09/plugins-to-spruce-up-your-wordpress-based-website/\">WordPress plugins that can spruce up your WordPress based website</a>. What I would like to do in this one is point out five sidebar widgets that you can put to use in your own sidebar to expand its capabilities and add additional functionality to your site for your visitors.</p>\n<blockquote><p>-  <a href=\"http://wordpress.org/extend/plugins/sidebar-login/\">Sidebar Login</a>: This plugin is not only a widget that you can drag onto your sidebar in the admin interface but also provides a template tag that you can use anywhere in your site to show a login box.  Once your visitor logs in via this form they will be returned to the page they signed in from instead of into the admin panel (unless they are an admin then they log into the admin interface).</p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\" width=\"400\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"200\"><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/sidebarloginnotloggedin.jpg\"><img title=\"sidebarloginnotloggedin\" border=\"0\" alt=\"sidebarloginnotloggedin\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/sidebarloginnotloggedin-thumb.jpg\" width=\"159\" height=\"244\" /></a>\n<p align=\"center\">Not logged in</p>\n</td>\n<td valign=\"top\" width=\"200\">\n<p align=\"center\"></p>\n<p align=\"center\"><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/sidebarloginloggedin1.jpg\"><img title=\"sidebarloginloggedin\" border=\"0\" alt=\"sidebarloginloggedin\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/sidebarloginloggedin-thumb1.jpg\" width=\"197\" height=\"143\" /></a> Logged in as Admin</p>\n</td>\n</tr>\n</tbody>\n</table>\n<p>-  <a href=\"http://wordpress.org/extend/plugins/registration-form-widget/\">Registration Widget</a>: What better widget to have right next to the Sidebar Login widget above then the one that lets a visitor register a user account so they can use that nifty Sidebar Login form as well.  Very straight forward install and then add the widget to your sidebar where you want it.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/registerwidget1.jpg\"><img title=\"registerwidget\" border=\"0\" alt=\"registerwidget\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/registerwidget-thumb1.jpg\" width=\"89\" height=\"244\" /></a> </p>\n<p>-  <a href=\"http://wordpress.org/extend/plugins/moon-phases/\">Moon Phases</a>: Now this plugin would obviously be perfect on an astronomy or space blog/website.  Its premise is simple after installing the plugin go to your appearance admin panel and add the Moon Phases widget to your sidebar and save it.  There are four settings you can change which include Title; Show Zodiac; Show age (not yours – the moons); and Show details.  I am a space and astronomy buff so stuff like this grabs my attention easily <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> </p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/moonphasewidget.jpg\"><img title=\"moonphasewidget\" border=\"0\" alt=\"moonphasewidget\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/moonphasewidget-thumb.jpg\" width=\"188\" height=\"244\" /></a> </p>\n<p>-  <a href=\"http://wordpress.org/extend/plugins/global-translator/\">Global Translator</a>: Just what it sounds like with up to 41 language options at your disposal depending on what translation engine you select.  Adds a widget to your appearance admin panel that you can add to your sidebar. Just click on the flag of the country you want to translate the page into.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/translator.jpg\"><img title=\"translator\" border=\"0\" alt=\"translator\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/translator-thumb.jpg\" width=\"255\" height=\"69\" /></a> </p>\n<p>-  <a href=\"http://wordpress.org/extend/plugins/twibadge/\">TwiBadge</a>: I guess this list would not be complete without a little Twitter love.  Here is a sidebar widget plugin that lets you add your Twitter Badge to your own sidebar.  It is very configurable and does not require your Twitter password to work.  </p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/twibadge.jpg\"><img title=\"twibadge\" border=\"0\" alt=\"twibadge\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/twibadge-thumb.jpg\" width=\"128\" height=\"244\" /></a> </p>\n</blockquote>\n<p>So what is your nifty sidebar widget that you can not live without on your site? Looking forward to hearing what your using.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/12/five-nifty-sidebar-widgets-for-your-wordpress-site/\">Five Nifty Sidebar Widgets for your WordPress Site</a></p>\";}i:43;a:7:{s:5:\"title\";s:57:\"WordPress.tv: Introducing Post by Email for WordPress.com\";s:4:\"guid\";s:27:\"http://wordpress.tv/?p=1876\";s:4:\"link\";s:75:\"http://wordpress.tv/2009/05/12/introducing-post-by-email-for-wordpress-com/\";s:11:\"description\";s:1390:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-2\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/05/12/introducing-post-by-email-for-wordpress-com/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/lssivkeW/post-by-email-web.thumbnail.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/1876/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/1876/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/1876/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/1876/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/1876/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/1876/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/1876/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/1876/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/1876/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/1876/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=1876&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Tue, 12 May 2009 22:47:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Michael Pick\";}s:7:\"summary\";s:1390:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-2\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/05/12/introducing-post-by-email-for-wordpress-com/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/lssivkeW/post-by-email-web.thumbnail.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/1876/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/1876/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/1876/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/1876/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/1876/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/1876/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/1876/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/1876/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/1876/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/1876/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=1876&subd=wptv&ref=&feed=1\" /></div>\";}i:44;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Release for 12/05\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5818\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/05/12/wordpress-plugin-release-for-1205/\";s:11:\"description\";s:2776:\"<h3>New Plugins</h3>\n<p><a href=\"http://geeklad.com/free-ebay-store\">Free eBay Store</a></p>\n<p>Allows you to automatically display eBay listings on your blog. You just add a simple tag to a post or page, along with your eBay Campaign ID, and the relevant keywords for the products to be displayed. You can also optionally specify the number of rows and columns to specify the layout of your eBay store. Why pay to build an eBay store when you can build one for free?</p>\n<p><a href=\"http://scribu.net/wordpress/imageshack-offloader\">ImageShack Offloader</a></p>\n<p>Allows you to have your images uploaded to and served from <a href=\"http://imageshack.us\">ImageShack</a> to save server resources.</p>\n<p><a href=\"http://sivel.net/wordpress/display-name-author-permalink/\">Display Name Author Permalink</a></p>\n<p>Replaces the username for author permalinks with the users display name. Returns a 404 if the author permalink using the actual username is used.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.gdstarrating.com/2009/05/07/gd-star-rating-130/\">GD Star Rating</a></p>\n<p>GD Star Rating is post, page and comment rating plugin for WordPress. Plugin supports different image sets, rating moderation, vote rules, time restricted voting, templates, trend calculations, multi ratings, templated rendering, has a widgets build in and extensive shortcode support.</p>\n<p><a href=\"http://geeklad.com/wordpress-pagerank-widget-plugin\">WordPress PageRank</a></p>\n<p>Display your Google PageRank on your blog</p>\n<p><a href=\"http://wordpress.org/extend/plugins/easy-adsenser/\">Easy Adsenser</a></p>\n<p>Easy AdSenser, a popular plugin to manage Google AdSense, has been updated to add a few more languages and a few features that may make you few more bucks!</p>\n<p><a href=\"http://wp-simpleviewer.fuggi82.de/\">WP Simpleviewer</a></p>\n<p>WP-Simpleviewer enables you to easily add SimpleViewer Flash galleries to your posts and pages. The admin interface helps you to create the thumbs for a new gallery and change its settings.</p>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a></p>\n<p>The plugin improves your blogroll by displaying the freshness and the latest post-title of your bookmarks.</p>\n<p><a href=\"http://tobias.baethge.com/2009/05/wp-table-reloaded-12-now-available/\">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>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/12/wordpress-plugin-release-for-1205/\">WordPress Plugin Release for 12/05</a></p>\";s:7:\"pubdate\";s:31:\"Tue, 12 May 2009 20:18:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:2776:\"<h3>New Plugins</h3>\n<p><a href=\"http://geeklad.com/free-ebay-store\">Free eBay Store</a></p>\n<p>Allows you to automatically display eBay listings on your blog. You just add a simple tag to a post or page, along with your eBay Campaign ID, and the relevant keywords for the products to be displayed. You can also optionally specify the number of rows and columns to specify the layout of your eBay store. Why pay to build an eBay store when you can build one for free?</p>\n<p><a href=\"http://scribu.net/wordpress/imageshack-offloader\">ImageShack Offloader</a></p>\n<p>Allows you to have your images uploaded to and served from <a href=\"http://imageshack.us\">ImageShack</a> to save server resources.</p>\n<p><a href=\"http://sivel.net/wordpress/display-name-author-permalink/\">Display Name Author Permalink</a></p>\n<p>Replaces the username for author permalinks with the users display name. Returns a 404 if the author permalink using the actual username is used.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.gdstarrating.com/2009/05/07/gd-star-rating-130/\">GD Star Rating</a></p>\n<p>GD Star Rating is post, page and comment rating plugin for WordPress. Plugin supports different image sets, rating moderation, vote rules, time restricted voting, templates, trend calculations, multi ratings, templated rendering, has a widgets build in and extensive shortcode support.</p>\n<p><a href=\"http://geeklad.com/wordpress-pagerank-widget-plugin\">WordPress PageRank</a></p>\n<p>Display your Google PageRank on your blog</p>\n<p><a href=\"http://wordpress.org/extend/plugins/easy-adsenser/\">Easy Adsenser</a></p>\n<p>Easy AdSenser, a popular plugin to manage Google AdSense, has been updated to add a few more languages and a few features that may make you few more bucks!</p>\n<p><a href=\"http://wp-simpleviewer.fuggi82.de/\">WP Simpleviewer</a></p>\n<p>WP-Simpleviewer enables you to easily add SimpleViewer Flash galleries to your posts and pages. The admin interface helps you to create the thumbs for a new gallery and change its settings.</p>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a></p>\n<p>The plugin improves your blogroll by displaying the freshness and the latest post-title of your bookmarks.</p>\n<p><a href=\"http://tobias.baethge.com/2009/05/wp-table-reloaded-12-now-available/\">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>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/12/wordpress-plugin-release-for-1205/\">WordPress Plugin Release for 12/05</a></p>\";}i:45;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: Theme Development Checklist\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5806\";s:4:\"link\";s:81:\"http://weblogtoolscollection.com/archives/2009/05/12/theme-development-checklist/\";s:11:\"description\";s:1089:\"<p>Stefan Vervoort of WPToy.com has published a new and improved version of his <a href=\"http://wptoy.com/resources/wordpress-theme-development-check-list-pdf-version/\">WordPress Theme Development Checklist</a>. This new checklist is provided in PDF form but it’s very easy to print. The checklist covers the following points:</p>\n<ul>\n<li>General</li>\n<li>Stylesheets</li>\n<li>Browser Compatibility</li>\n<li>Pages</li>\n<li>Styled Everything?</li>\n<li>Standard CSS Classes</li>\n<li>Validate</li>\n<li>WordPress Code</li>\n<li>Blog </li>\n<li>Elements</li>\n</ul>\n<p>This is one of those guides you could put up on the wall to serve as a quick reference.</p>\n<p><img src=\"http://weblogtoolscollection.com/b2-img/2009/05/themedevchecklist.png\" alt=\"themedevchecklist\" title=\"themedevchecklist\" width=\"539\" height=\"359\" class=\"aligncenter size-full wp-image-5807\" /></p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/12/theme-development-checklist/\">Theme Development Checklist</a></p>\";s:7:\"pubdate\";s:31:\"Tue, 12 May 2009 11:00:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:1089:\"<p>Stefan Vervoort of WPToy.com has published a new and improved version of his <a href=\"http://wptoy.com/resources/wordpress-theme-development-check-list-pdf-version/\">WordPress Theme Development Checklist</a>. This new checklist is provided in PDF form but it’s very easy to print. The checklist covers the following points:</p>\n<ul>\n<li>General</li>\n<li>Stylesheets</li>\n<li>Browser Compatibility</li>\n<li>Pages</li>\n<li>Styled Everything?</li>\n<li>Standard CSS Classes</li>\n<li>Validate</li>\n<li>WordPress Code</li>\n<li>Blog </li>\n<li>Elements</li>\n</ul>\n<p>This is one of those guides you could put up on the wall to serve as a quick reference.</p>\n<p><img src=\"http://weblogtoolscollection.com/b2-img/2009/05/themedevchecklist.png\" alt=\"themedevchecklist\" title=\"themedevchecklist\" width=\"539\" height=\"359\" class=\"aligncenter size-full wp-image-5807\" /></p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/12/theme-development-checklist/\">Theme Development Checklist</a></p>\";}i:46;a:7:{s:5:\"title\";s:47:\"WordPress.tv: The Twitter Friendly Links Plugin\";s:4:\"guid\";s:27:\"http://wordpress.tv/?p=1879\";s:4:\"link\";s:65:\"http://wordpress.tv/2009/05/12/the-twitter-friendly-links-plugin/\";s:11:\"description\";s:1390:\"<div class=\"snap_preview\"><br /><p><span><ins>\n<div class=\"video-player\" id=\"x-video-3\">\n </div></ins></span></p>\n<br /><a href=\"http://wordpress.tv/2009/05/12/the-twitter-friendly-links-plugin/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/FreWc5lW/2571368.thumbnail.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/1879/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/1879/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/1879/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/1879/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/1879/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/1879/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/1879/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/1879/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/1879/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/1879/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=1879&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Tue, 12 May 2009 08:23:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Michael Pick\";}s:7:\"summary\";s:1390:\"<div class=\"snap_preview\"><br /><p><span><ins>\n<div class=\"video-player\" id=\"x-video-3\">\n </div></ins></span></p>\n<br /><a href=\"http://wordpress.tv/2009/05/12/the-twitter-friendly-links-plugin/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/FreWc5lW/2571368.thumbnail.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/1879/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/1879/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/1879/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/1879/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/1879/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/1879/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/1879/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/1879/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/1879/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/1879/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=1879&subd=wptv&ref=&feed=1\" /></div>\";}i:47;a:7:{s:5:\"title\";s:45:\"Weblog Tools Collection: Need Help With That?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5803\";s:4:\"link\";s:73:\"http://weblogtoolscollection.com/archives/2009/05/11/need-help-with-that/\";s:11:\"description\";s:1503:\"<p>Over the past two years, I’ve had the privilege to talk with a number of different plugin/theme developers. While they each have their own unique style of getting things done, one thing they all have in common is providing support.</p>\n<p>Michael Torbert author of the <a href=\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/\">All In One SEO Plugin</a> <a href=\"http://www.wptavern.com/how-to-ask-for-support\">wrote a great blog post published on WPTavern.com providing up to twelve things</a> you can do to help make the support process go as smoothly as possible. You may not agree with what’s on the list and in fact, if you have anything you’d like to add, say so in the comments. Considering the AIO SEO plugin is the most downloaded plugin on the repository, you can bet Michael has had his share of support queries and then some.</p>\n<blockquote><p>Before you ask for support, use Google. Make a concerted effort to search for resolutions to your issue. This will help increase the clarity of communication with the developer about the problem you’re having. This helps to find and resolve the issue more quickly and ultimately means, saving you money.</p></blockquote>\n<p>Let’s all do our part to make theme/plugin developers lives a little easier.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/11/need-help-with-that/\">Need Help With That?</a></p>\";s:7:\"pubdate\";s:31:\"Mon, 11 May 2009 11:12:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:1503:\"<p>Over the past two years, I’ve had the privilege to talk with a number of different plugin/theme developers. While they each have their own unique style of getting things done, one thing they all have in common is providing support.</p>\n<p>Michael Torbert author of the <a href=\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/\">All In One SEO Plugin</a> <a href=\"http://www.wptavern.com/how-to-ask-for-support\">wrote a great blog post published on WPTavern.com providing up to twelve things</a> you can do to help make the support process go as smoothly as possible. You may not agree with what’s on the list and in fact, if you have anything you’d like to add, say so in the comments. Considering the AIO SEO plugin is the most downloaded plugin on the repository, you can bet Michael has had his share of support queries and then some.</p>\n<blockquote><p>Before you ask for support, use Google. Make a concerted effort to search for resolutions to your issue. This will help increase the clarity of communication with the developer about the problem you’re having. This helps to find and resolve the issue more quickly and ultimately means, saving you money.</p></blockquote>\n<p>Let’s all do our part to make theme/plugin developers lives a little easier.</p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/11/need-help-with-that/\">Need Help With That?</a></p>\";}i:48;a:7:{s:5:\"title\";s:22:\"Matt: Journaling Tools\";s:4:\"guid\";s:21:\"http://ma.tt/?p=14107\";s:4:\"link\";s:38:\"http://ma.tt/2009/05/journaling-tools/\";s:11:\"description\";s:162:\"<p><a href=\"http://lifehacker.com/5246819/five-best-journaling-tools\">WordPress listed as one of “Five Best Journaling Tools”</a> at Lifehacker.</p>\";s:7:\"pubdate\";s:31:\"Mon, 11 May 2009 03:13:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:162:\"<p><a href=\"http://lifehacker.com/5246819/five-best-journaling-tools\">WordPress listed as one of “Five Best Journaling Tools”</a> at Lifehacker.</p>\";}i:49;a:7:{s:5:\"title\";s:65:\"Weblog Tools Collection: I am sick of splogs Copying our Content!\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5794\";s:4:\"link\";s:93:\"http://weblogtoolscollection.com/archives/2009/05/10/i-am-sick-of-splogs-copying-our-content/\";s:11:\"description\";s:2845:\"<p>I sincerely apologize for having turned our RSS feed into summaries. I understand it is annoying and creates an unnecessary step for those who read our content through the news feed. But rarely a day goes by when we do not have five to ten <em>new</em> trackbacks from blogs that are copying our content. I end up adding them to our blacklist and then sending a notice to the infringer. It gets <em>even more annoying</em> when the infringing blog does not have a contact page or I get a reply back stating that they did not know our content was not meant to be copied.</p>\n<p><img class=\"alignleft size-full wp-image-5795\" title=\"askfirst1\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/askfirst1.png\" alt=\"askfirst1\" width=\"150\" height=\"150\" /></p>\n<p>I am not against some use of our content but I like to be asked and like proper attribution be provided for displayed content. I understand that duplicate content is bad for SEO but I believe that it is a give and take. Our content is for the better good of the WordPress community and we have no problem with sharing the information in every way that is useful to our readers. All of this is, after all for our readers to use.</p>\n<p>Lorelle has written some <a href=\"http://www.blogherald.com/2009/02/23/the-year-of-original-content-how-to-fight-back-against-abusers/\">really</a> <a href=\"http://lorelle.wordpress.com/2006/04/10/what-do-you-do-when-someone-steals-your-content/\">nice</a> <a href=\"http://www.blogherald.com/2009/02/18/this-is-the-year-of-original-content/\">articles</a> on <a href=\"http://www.plagiarismtoday.com/tag/content-theft/\">Content Theft</a> and she links to a bunch of tricks and tools that can be used to curb content theft. One of the ways I know to deter the scrapers is to reduce the content in an RSS feed to summaries and I have done just that. There are other tools such as CopyScape that I could use but I fear that those will just increase information overload. Sadly, I hope to reduce the amount of time we spend fighting off scrapers but am pretty sure that theft will not disappear.</p>\n<p><strong>We apologize again for serving summaries through our RSS feed. Please ask if you would like to use and/or re-display our content, we will probably say Yes! Also, if you are using the content from this blog, please do not claim it as your own but provide proper attribution.</strong></p>\n<p><strong>[UPDATED] I heard and frankly agree with all the complaints. Back to full feed after a mere three hours. Trying an RSS footer plugin instead. Any and all other suggestions welcome!<br />\n</strong></p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/10/i-am-sick-of-splogs-copying-our-content/\">I am sick of splogs Copying our Content!</a></p>\";s:7:\"pubdate\";s:31:\"Sun, 10 May 2009 22:35:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:2845:\"<p>I sincerely apologize for having turned our RSS feed into summaries. I understand it is annoying and creates an unnecessary step for those who read our content through the news feed. But rarely a day goes by when we do not have five to ten <em>new</em> trackbacks from blogs that are copying our content. I end up adding them to our blacklist and then sending a notice to the infringer. It gets <em>even more annoying</em> when the infringing blog does not have a contact page or I get a reply back stating that they did not know our content was not meant to be copied.</p>\n<p><img class=\"alignleft size-full wp-image-5795\" title=\"askfirst1\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/askfirst1.png\" alt=\"askfirst1\" width=\"150\" height=\"150\" /></p>\n<p>I am not against some use of our content but I like to be asked and like proper attribution be provided for displayed content. I understand that duplicate content is bad for SEO but I believe that it is a give and take. Our content is for the better good of the WordPress community and we have no problem with sharing the information in every way that is useful to our readers. All of this is, after all for our readers to use.</p>\n<p>Lorelle has written some <a href=\"http://www.blogherald.com/2009/02/23/the-year-of-original-content-how-to-fight-back-against-abusers/\">really</a> <a href=\"http://lorelle.wordpress.com/2006/04/10/what-do-you-do-when-someone-steals-your-content/\">nice</a> <a href=\"http://www.blogherald.com/2009/02/18/this-is-the-year-of-original-content/\">articles</a> on <a href=\"http://www.plagiarismtoday.com/tag/content-theft/\">Content Theft</a> and she links to a bunch of tricks and tools that can be used to curb content theft. One of the ways I know to deter the scrapers is to reduce the content in an RSS feed to summaries and I have done just that. There are other tools such as CopyScape that I could use but I fear that those will just increase information overload. Sadly, I hope to reduce the amount of time we spend fighting off scrapers but am pretty sure that theft will not disappear.</p>\n<p><strong>We apologize again for serving summaries through our RSS feed. Please ask if you would like to use and/or re-display our content, we will probably say Yes! Also, if you are using the content from this blog, please do not claim it as your own but provide proper attribution.</strong></p>\n<p><strong>[UPDATED] I heard and frankly agree with all the complaints. Back to full feed after a mere three hours. Trying an RSS footer plugin instead. Any and all other suggestions welcome!<br />\n</strong></p>\n<p>Post from: <a href=\"http://weblogtoolscollection.com\">Weblog Tools Collection</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/05/10/i-am-sick-of-splogs-copying-our-content/\">I am sick of splogs Copying our Content!</a></p>\";}}s:7:\"channel\";a:5:{s:5:\"title\";s:16:\"WordPress Planet\";s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:8:\"language\";s:2:\"en\";s:11:\"description\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"tagline\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(119,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','1243745313','no'),(120,0,'rss_a5420c83891a9c88ad2a4f04584a5efc','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"pubdate\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"uberdose\";}s:4:\"guid\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"summary\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";}i:1;a:7:{s:5:\"title\";s:47:\"joostdevalk on \"Google Analytics for WordPress\"\";s:4:\"link\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"pubdate\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"joostdevalk\";}s:4:\"guid\";s:41:\"2316@http://wordpress.org/extend/plugins/\";s:11:\"description\";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:\"summary\";s:150:\"The Google Analytics for WordPress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within c\";}i:2;a:7:{s:5:\"title\";s:30:\"arnee on \"Google XML Sitemaps\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"arnee\";}s:4:\"guid\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:87:\"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.\";s:7:\"summary\";s:87:\"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.\";}i:3;a:7:{s:5:\"title\";s:30:\"weefselkweekje on \"WP-Cumulus\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/wp-cumulus/#post-6499\";s:7:\"pubdate\";s:31:\"Thu, 31 Jul 2008 10:00:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"weefselkweekje\";}s:4:\"guid\";s:41:\"6499@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:91:\"WP-Cumulus displays your tags and/or categories in 3D by placing them on a rotating sphere.\";s:7:\"summary\";s:91:\"WP-Cumulus displays your tags and/or categories in 3D by placing them on a rotating sphere.\";}i:4;a:7:{s:5:\"title\";s:53:\"micropat on \"Add to Any: Share/Bookmark/Email Button\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/add-to-any/#post-498\";s:7:\"pubdate\";s:31:\"Sat, 17 Mar 2007 23:08:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"micropat\";}s:4:\"guid\";s:40:\"498@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:147:\"Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.\";s:7:\"summary\";s:147:\"Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.\";}i:5;a:7:{s:5:\"title\";s:35:\"Utkarsh Kukreti on \"Plugin Manager\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/plugin-manager/#post-6737\";s:7:\"pubdate\";s:31:\"Fri, 22 Aug 2008 16:11:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Utkarsh Kukreti\";}s:4:\"guid\";s:41:\"6737@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:129:\"View, download and install plugins from WordPress.org Plugin Database from an AJAX\'ed interface with a single click of the mouse.\";s:7:\"summary\";s:129:\"View, download and install plugins from WordPress.org Plugin Database from an AJAX\'ed interface with a single click of the mouse.\";}i:6;a:7:{s:5:\"title\";s:29:\"andy on \"WordPress.com Stats\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/stats/#post-1355\";s:7:\"pubdate\";s:31:\"Sun, 06 May 2007 02:15:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"andy\";}s:4:\"guid\";s:41:\"1355@http://wordpress.org/extend/plugins/\";s:11:\"description\";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:\"summary\";s:119:\"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com\'s stat system.\";}i:7;a:7:{s:5:\"title\";s:37:\"cavemonkey50 on \"Google Analyticator\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/google-analyticator/#post-130\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:31:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"cavemonkey50\";}s:4:\"guid\";s:40:\"130@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:62:\"Adds the necessary JavaScript code to enable Google Analytics.\";s:7:\"summary\";s:62:\"Adds the necessary JavaScript code to enable Google Analytics.\";}i:8;a:7:{s:5:\"title\";s:41:\"Viper007Bond on \"Viper\'s Video Quicktags\"\";s:4:\"link\";s:68:\"http://wordpress.org/extend/plugins/vipers-video-quicktags/#post-810\";s:7:\"pubdate\";s:31:\"Tue, 03 Apr 2007 00:08:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Viper007Bond\";}s:4:\"guid\";s:40:\"810@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:114:\"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.\";s:7:\"summary\";s:114:\"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.\";}i:9;a:7:{s:5:\"title\";s:32:\"takayukister on \"Contact Form 7\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"pubdate\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"takayukister\";}s:4:\"guid\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"summary\";s:54:\"Just another contact form plugin. Simple but flexible.\";}i:10;a:7:{s:5:\"title\";s:29:\"alexrabe on \"NextGEN Gallery\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"pubdate\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"alexrabe\";}s:4:\"guid\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:102:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.\";s:7:\"summary\";s:102:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.\";}i:11;a:7:{s:5:\"title\";s:28:\"freediver on \"Smart YouTube\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/smart-youtube/#post-2935\";s:7:\"pubdate\";s:31:\"Tue, 12 Feb 2008 12:05:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"freediver\";}s:4:\"guid\";s:41:\"2935@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:112:\"Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.\";s:7:\"summary\";s:112:\"Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.\";}i:12;a:7:{s:5:\"title\";s:33:\"dancameron on \"Search Everything\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/search-everything/#post-269\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 23:05:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"dancameron\";}s:4:\"guid\";s:40:\"269@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Increases Wordpress\' default search functionality through an options panel. Options include searching pages, excerpts, attachments, drafts, comments a\";s:7:\"summary\";s:150:\"Increases Wordpress\' default search functionality through an options panel. Options include searching pages, excerpts, attachments, drafts, comments a\";}i:13;a:7:{s:5:\"title\";s:34:\"Rajesh Babu on \"Platinum SEO Pack\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/platinum-seo-pack/#post-6066\";s:7:\"pubdate\";s:31:\"Sun, 22 Jun 2008 15:04:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Rajesh Babu\";}s:4:\"guid\";s:41:\"6066@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Platinum SEO Plugin offers Complete onsite SEO solution for your Wordpress blog.Platinum SEO Plugin offers all the functionalities of All In One SEO p\";s:7:\"summary\";s:150:\"Platinum SEO Plugin offers Complete onsite SEO solution for your Wordpress blog.Platinum SEO Plugin offers all the functionalities of All In One SEO p\";}i:14;a:7:{s:5:\"title\";s:25:\"joostdevalk on \"Sociable\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/sociable/#post-2865\";s:7:\"pubdate\";s:31:\"Thu, 31 Jan 2008 11:36:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"joostdevalk\";}s:4:\"guid\";s:41:\"2865@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:133:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. WordPress 2.6 or above required!\";s:7:\"summary\";s:133:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. WordPress 2.6 or above required!\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:12:\"Most Popular\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:12:\"Most Popular\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Sun, 31 May 2009 04:48:32 +0000\";s:7:\"tagline\";s:12:\"Most Popular\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(121,0,'rss_a5420c83891a9c88ad2a4f04584a5efc_ts','1243745313','no'),(122,0,'rss_57bc725ad6568758915363af670fd8bc','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:43:\"Steffen.Kuegler on \"Q-Sensei Search Widget\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/q-sensei-search-widget/#post-10967\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 11:28:54 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Steffen.Kuegler\";}s:4:\"guid\";s:42:\"10967@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:87:\"This Plugin allows to start a search at Q-Sensei.com directly from your WordPress Blog.\";s:7:\"summary\";s:87:\"This Plugin allows to start a search at Q-Sensei.com directly from your WordPress Blog.\";}i:1;a:7:{s:5:\"title\";s:27:\"modernblue on \"BLVD Status\"\";s:4:\"link\";s:59:\"http://wordpress.org/extend/plugins/blvd-status/#post-10965\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 09:08:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"modernblue\";}s:4:\"guid\";s:42:\"10965@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:141:\"Plugin to add your BLVD Status tracking code to every page within your blog, without modifying any template files. Includes SSL page support.\";s:7:\"summary\";s:141:\"Plugin to add your BLVD Status tracking code to every page within your blog, without modifying any template files. Includes SSL page support.\";}i:2;a:7:{s:5:\"title\";s:27:\"DiamondSteel on \"WP DS FAQ\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/wp-ds-faq/#post-10964\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 06:21:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"DiamondSteel\";}s:4:\"guid\";s:42:\"10964@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:78:\"WP DS FAQ plugin is just a simple FAQ pages management tool for your web site.\";s:7:\"summary\";s:78:\"WP DS FAQ plugin is just a simple FAQ pages management tool for your web site.\";}i:3;a:7:{s:5:\"title\";s:30:\"V.J.Catkick on \"Random Ganref\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/random-ganref/#post-10963\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 05:37:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"V.J.Catkick\";}s:4:\"guid\";s:42:\"10963@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:95:\"Random Ganref is sidebar widget to display images from Ganref.jp service (similar with Flickr).\";s:7:\"summary\";s:95:\"Random Ganref is sidebar widget to display images from Ganref.jp service (similar with Flickr).\";}i:4;a:7:{s:5:\"title\";s:46:\"shane.pearlman on \"UserVoice Idea List Widget\"\";s:4:\"link\";s:74:\"http://wordpress.org/extend/plugins/uservoice-idea-list-widget/#post-10959\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 01:27:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"shane.pearlman\";}s:4:\"guid\";s:42:\"10959@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:80:\"A widget that displays the most popular ideas within a specific UserVoice forum.\";s:7:\"summary\";s:80:\"A widget that displays the most popular ideas within a specific UserVoice forum.\";}i:5;a:7:{s:5:\"title\";s:52:\"joghurtKULTUR on \"WP CSS Button (CTA-Button Plugin)\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/wp-css-button/#post-10951\";s:7:\"pubdate\";s:31:\"Thu, 28 May 2009 16:41:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"joghurtKULTUR\";}s:4:\"guid\";s:42:\"10951@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:135:\"The Wordpress Plugin *WP CSS BUTTON* is a simple and easy to configurable plugin to create CSS based CTA Buttons inside your blogposts.\";s:7:\"summary\";s:135:\"The Wordpress Plugin *WP CSS BUTTON* is a simple and easy to configurable plugin to create CSS based CTA Buttons inside your blogposts.\";}i:6;a:7:{s:5:\"title\";s:31:\"talk2manoj on \"bpPicture Album\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/bppicture-album/#post-10946\";s:7:\"pubdate\";s:31:\"Thu, 28 May 2009 12:23:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"talk2manoj\";}s:4:\"guid\";s:42:\"10946@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:69:\"By bpPicture Album you can upload pictures to your BuddyPress Profile\";s:7:\"summary\";s:69:\"By bpPicture Album you can upload pictures to your BuddyPress Profile\";}i:7;a:7:{s:5:\"title\";s:37:\"valendesigns on \"Is Page or Ancestor\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/is-page-or-ancestor/#post-10945\";s:7:\"pubdate\";s:31:\"Thu, 28 May 2009 11:03:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"valendesigns\";}s:4:\"guid\";s:42:\"10945@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:102:\"Recursively test if the page you pass into this function is the current page or ancestor of that page.\";s:7:\"summary\";s:102:\"Recursively test if the page you pass into this function is the current page or ancestor of that page.\";}i:8;a:7:{s:5:\"title\";s:32:\"DannyF1966 on \"Pixelpost Widget\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/pixelpost-widget/#post-10944\";s:7:\"pubdate\";s:31:\"Thu, 28 May 2009 10:42:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"DannyF1966\";}s:4:\"guid\";s:42:\"10944@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:85:\"This widget will display some random images from your pixelpost blog on your sidebar.\";s:7:\"summary\";s:85:\"This widget will display some random images from your pixelpost blog on your sidebar.\";}i:9;a:7:{s:5:\"title\";s:30:\"sudar on \"FriendFeed API Core\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/friendfeed-api-core/#post-10891\";s:7:\"pubdate\";s:31:\"Thu, 28 May 2009 02:05:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"sudar\";}s:4:\"guid\";s:42:\"10891@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:98:\"Does little else but load the core FriendFeed API library for any Plugin that wants to utilize it.\";s:7:\"summary\";s:98:\"Does little else but load the core FriendFeed API library for any Plugin that wants to utilize it.\";}i:10;a:7:{s:5:\"title\";s:36:\"rudydrimar on \"List posts by author\"\";s:4:\"link\";s:68:\"http://wordpress.org/extend/plugins/list-posts-by-author/#post-10890\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 20:27:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"rudydrimar\";}s:4:\"guid\";s:42:\"10890@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:73:\"Lists all the posts or the pages (or both of them) group by their authors\";s:7:\"summary\";s:73:\"Lists all the posts or the pages (or both of them) group by their authors\";}i:11;a:7:{s:5:\"title\";s:25:\"cs19861010 on \"Cool Tags\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/cool-tags/#post-10886\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 19:21:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"cs19861010\";}s:4:\"guid\";s:42:\"10886@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:107:\"A plugin for WordPress, You can control the tag cloud(include color,font size,number,and so on) of sidebar.\";s:7:\"summary\";s:107:\"A plugin for WordPress, You can control the tag cloud(include color,font size,number,and so on) of sidebar.\";}i:12;a:7:{s:5:\"title\";s:21:\"t413 on \"LWE-Gallery\"\";s:4:\"link\";s:59:\"http://wordpress.org/extend/plugins/lwe-gallery/#post-10884\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 18:53:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"t413\";}s:4:\"guid\";s:42:\"10884@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:56:\"Simple, fast, and easy gallery for your wordpress posts.\";s:7:\"summary\";s:56:\"Simple, fast, and easy gallery for your wordpress posts.\";}i:13;a:7:{s:5:\"title\";s:31:\"bforchhammer on \"WP-Spellcheck\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/wp-spellcheck/#post-10878\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 11:42:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"bforchhammer\";}s:4:\"guid\";s:42:\"10878@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:124:\"TinyMCE SpellChecker API - this plugin provides action/filter hooks to allow easy customisation of the TinyMCE SpellChecker.\";s:7:\"summary\";s:124:\"TinyMCE SpellChecker API - this plugin provides action/filter hooks to allow easy customisation of the TinyMCE SpellChecker.\";}i:14;a:7:{s:5:\"title\";s:40:\"sirzooro on \"Subscribe To Comments Now!\"\";s:4:\"link\";s:73:\"http://wordpress.org/extend/plugins/subscribe-to-comments-now/#post-10873\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 06:55:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"sirzooro\";}s:4:\"guid\";s:42:\"10873@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:147:\"Subscribe to Comments plugin has \"subscribe without commenting\" form, but you must edit your template to insert it. This plugin displays this form.\";s:7:\"summary\";s:147:\"Subscribe to Comments plugin has \"subscribe without commenting\" form, but you must edit your template to insert it. This plugin displays this form.\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:6:\"Newest\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:6:\"Newest\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Sun, 31 May 2009 04:48:33 +0000\";s:7:\"tagline\";s:6:\"Newest\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(123,0,'rss_57bc725ad6568758915363af670fd8bc_ts','1243745313','no'),(124,0,'rss_1a5f760f2e2b48827d4974a60857e7c2','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:40:\"DragonFlyEye on \"The DFE News Harvester\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/the-dfe-news-harvester/#post-10366\";s:7:\"pubdate\";s:31:\"Mon, 27 Apr 2009 22:29:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"DragonFlyEye\";}s:4:\"guid\";s:42:\"10366@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:60:\"Register and monitor news feeds, post article links as posts\";s:7:\"summary\";s:60:\"Register and monitor news feeds, post article links as posts\";}i:1;a:7:{s:5:\"title\";s:26:\"koelle on \"ProjectManager\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/projectmanager/#post-5343\";s:7:\"pubdate\";s:31:\"Tue, 22 Apr 2008 13:11:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"koelle\";}s:4:\"guid\";s:41:\"5343@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:119:\"This plugin can be used to manage any number of projects with recurrent datasets (e.g. portrait system, dvd collection)\";s:7:\"summary\";s:119:\"This plugin can be used to manage any number of projects with recurrent datasets (e.g. portrait system, dvd collection)\";}i:2;a:7:{s:5:\"title\";s:35:\"pkthree on \"Peter\'s Login Redirect\"\";s:4:\"link\";s:68:\"http://wordpress.org/extend/plugins/peters-login-redirect/#post-6963\";s:7:\"pubdate\";s:31:\"Tue, 09 Sep 2008 18:38:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"pkthree\";}s:4:\"guid\";s:41:\"6963@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:55:\"Redirect users to different locations after logging in.\";s:7:\"summary\";s:55:\"Redirect users to different locations after logging in.\";}i:3;a:7:{s:5:\"title\";s:27:\"jackdewey on \"Link Library\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/link-library/#post-176\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:48:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"jackdewey\";}s:4:\"guid\";s:40:\"176@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:142:\"The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.\";s:7:\"summary\";s:142:\"The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.\";}i:4;a:7:{s:5:\"title\";s:46:\"shane.pearlman on \"UserVoice Idea List Widget\"\";s:4:\"link\";s:74:\"http://wordpress.org/extend/plugins/uservoice-idea-list-widget/#post-10959\";s:7:\"pubdate\";s:31:\"Fri, 29 May 2009 01:27:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"shane.pearlman\";}s:4:\"guid\";s:42:\"10959@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:80:\"A widget that displays the most popular ideas within a specific UserVoice forum.\";s:7:\"summary\";s:80:\"A widget that displays the most popular ideas within a specific UserVoice forum.\";}i:5;a:7:{s:5:\"title\";s:25:\"kchrist on \"Asset Helper\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/asset-helper/#post-10859\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 19:29:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"kchrist\";}s:4:\"guid\";s:42:\"10859@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:126:\"Brings Rails-style asset helper functions to Wordpress. Includes support for static asset hosts and timestamped query strings.\";s:7:\"summary\";s:126:\"Brings Rails-style asset helper functions to Wordpress. Includes support for static asset hosts and timestamped query strings.\";}i:6;a:7:{s:5:\"title\";s:34:\"mpraetzel on \"Members List Plugin\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/members-list/#post-10061\";s:7:\"pubdate\";s:31:\"Wed, 08 Apr 2009 21:10:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"mpraetzel\";}s:4:\"guid\";s:42:\"10061@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:108:\"The Members Plugin allows you to create a post on your wordpress blog that lists all your wordpress members.\";s:7:\"summary\";s:108:\"The Members Plugin allows you to create a post on your wordpress blog that lists all your wordpress members.\";}i:7;a:7:{s:5:\"title\";s:30:\"rhalpha on \"infolinks Ad Wrap\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/infolinks-ad-wrap/#post-9648\";s:7:\"pubdate\";s:31:\"Fri, 13 Mar 2009 20:50:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"rhalpha\";}s:4:\"guid\";s:41:\"9648@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:72:\"Simple plugin to wrap infolinks zone tags around content and/or comments\";s:7:\"summary\";s:72:\"Simple plugin to wrap infolinks zone tags around content and/or comments\";}i:8;a:7:{s:5:\"title\";s:25:\"joostdevalk on \"Sociable\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/sociable/#post-2865\";s:7:\"pubdate\";s:31:\"Thu, 31 Jan 2008 11:36:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"joostdevalk\";}s:4:\"guid\";s:41:\"2865@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:133:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. WordPress 2.6 or above required!\";s:7:\"summary\";s:133:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. WordPress 2.6 or above required!\";}i:9;a:7:{s:5:\"title\";s:40:\"tstachl on \"WordPress Gallery Slideshow\"\";s:4:\"link\";s:74:\"http://wordpress.org/extend/plugins/wordpress-gallery-slideshow/#post-7871\";s:7:\"pubdate\";s:31:\"Sat, 29 Nov 2008 02:05:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"tstachl\";}s:4:\"guid\";s:41:\"7871@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:61:\"This plugin adds the JW Image Rotator to the WordPress Media.\";s:7:\"summary\";s:61:\"This plugin adds the JW Image Rotator to the WordPress Media.\";}i:10;a:7:{s:5:\"title\";s:25:\"whomwah on \"RevCanonical\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/revcanonical/#post-10126\";s:7:\"pubdate\";s:31:\"Sat, 11 Apr 2009 17:57:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"whomwah\";}s:4:\"guid\";s:42:\"10126@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:105:\"A Wordpress plugin that creates and adds support for shortened urls plus the shortlink auto-discovery tag\";s:7:\"summary\";s:105:\"A Wordpress plugin that creates and adds support for shortened urls plus the shortlink auto-discovery tag\";}i:11;a:7:{s:5:\"title\";s:24:\"johnl1479 on \"CP Import\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/cp-import/#post-10824\";s:7:\"pubdate\";s:31:\"Fri, 22 May 2009 21:17:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"johnl1479\";}s:4:\"guid\";s:42:\"10824@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:53:\"Import your College Publisher archives into Wordpress\";s:7:\"summary\";s:53:\"Import your College Publisher archives into Wordpress\";}i:12;a:7:{s:5:\"title\";s:34:\"ozh on \"Ozh\' Admin Drop Down Menu\"\";s:4:\"link\";s:71:\"http://wordpress.org/extend/plugins/ozh-admin-drop-down-menu/#post-2408\";s:7:\"pubdate\";s:31:\"Fri, 28 Sep 2007 08:10:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"ozh\";}s:4:\"guid\";s:41:\"2408@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:96:\"All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate!\";s:7:\"summary\";s:96:\"All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate!\";}i:13;a:7:{s:5:\"title\";s:24:\"aesqe on \"Decategorizer\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/decategorizer/#post-6135\";s:7:\"pubdate\";s:31:\"Sun, 29 Jun 2008 17:03:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"aesqe\";}s:4:\"guid\";s:41:\"6135@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:141:\"\"Decategorizer\" removes \'category base\' from your permalinks.\nQuick setup and no editing required. 301 redirections are added \nautomatically.\";s:7:\"summary\";s:141:\"\"Decategorizer\" removes \'category base\' from your permalinks.\nQuick setup and no editing required. 301 redirections are added \nautomatically.\";}i:14;a:7:{s:5:\"title\";s:32:\"samuelaguilera on \"Shorten2Ping\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/shorten2ping/#post-10711\";s:7:\"pubdate\";s:31:\"Sun, 17 May 2009 22:59:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"samuelaguilera\";}s:4:\"guid\";s:42:\"10711@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:114:\"Sends status updates to Ping.fm or Twitter everytime you publish a post, using Bit.ly or Tr.im for the permalinks.\";s:7:\"summary\";s:114:\"Sends status updates to Ping.fm or Twitter everytime you publish a post, using Bit.ly or Tr.im for the permalinks.\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:16:\"Recently Updated\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:16:\"Recently Updated\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Sun, 31 May 2009 04:48:33 +0000\";s:7:\"tagline\";s:16:\"Recently Updated\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(125,0,'rss_1a5f760f2e2b48827d4974a60857e7c2_ts','1243745313','no'),(129,0,'widget_akismet','a:1:{s:5:\"title\";s:12:\"Spam Blocked\";}','yes'),(127,0,'widget_archives','a:2:{i:2;a:3:{s:5:\"count\";b:1;s:8:\"dropdown\";b:1;s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(128,0,'widget_tag_cloud','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(133,0,'_transient_random_seed','74ca60cbb5c7a23d94f57ee54cce66f8','yes'),(134,0,'timezone_string','','yes'),(141,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(142,0,'widget_meta','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(143,0,'widget_search','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,0,'widget_recent-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,0,'widget_recent-comments','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(147,0,'_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1251210706;s:7:\"checked\";a:2:{s:19:\"akismet/akismet.php\";s:5:\"2.2.4\";s:9:\"hello.php\";s:5:\"1.5.1\";}s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:11:\"new_version\";s:5:\"2.2.6\";s:3:\"url\";s:44:\"http://wordpress.org/extend/plugins/akismet/\";s:7:\"package\";s:49:\"http://downloads.wordpress.org/plugin/akismet.zip\";}}}','yes'),(148,0,'_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1251210739;}','yes'),(149,0,'_transient_timeout_plugin_slugs','1251297127','no'),(150,0,'_transient_plugin_slugs','a:2:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";}','no'),(151,0,'can_compress_scripts','1','yes'),(181,0,'_transient_feed_f7f50662ffbe1db3ab09ba6004e96898','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"link:http://www.chiefpeopleperson.com/ProAvatarBlog/ - 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:131:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://www.chiefpeopleperson.com/ProAvatarBlog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Your search - <b>link:http://www.chiefpeopleperson.com/ProAvatarBlog/</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:7:{s:4:\"date\";s:29:\"Tue, 25 Aug 2009 13:52:53 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=3edd6a5f356bdfc9:TM=1251208373:LM=1251208374:S=xKFl8_Cjp1mZhCTa; expires=Thu, 25-Aug-2011 13:52:54 GMT; path=/; domain=.google.com\";s:6:\"server\";s:4:\"bsfe\";}s:5:\"build\";i:20081219;}','no'),(199,0,'_transient_timeout_feed_mod_f7f50662ffbe1db3ab09ba6004e96898','1251251574','no'),(180,0,'_transient_timeout_feed_f7f50662ffbe1db3ab09ba6004e96898','1251251574','no'),(184,0,'_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress Development Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpress.org/development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress development and updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Aug 2009 01:42:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpress.org/?v=2.9-rare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s: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:33:\"WordPress 2.8.4: Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/development/2009/08/2-8-4-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/development/2009/08/2-8-4-security-release/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Aug 2009 01:41:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=903\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:724:\"<p>Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn’t allow remote access, but it is very annoying.</p>\n<p>We fixed this problem last night and have been testing the fixes and looking for other problems since then. <a href=\"http://wordpress.org/download/\">Version 2.8.4 which fixes all known problems is now available for download</a> and is highly recommended for all users of WordPress.</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/08/2-8-4-security-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"289\";s: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:18:\"Upcoming WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/development/2009/08/upcoming-wordcamps-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/development/2009/08/upcoming-wordcamps-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Aug 2009 01:07:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=899\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We’re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some upcoming WordCamps, the [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2708:\"<p>Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We’re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some <a href=\"http://central.wordcamp.org/schedule/\"> upcoming WordCamps</a>, the weekend conferences organized by local communities to talk about all things WordPress. </p>\n<p><strong><a href=\"http://wordcamp.org.nz\">WordCamp New Zealand</a>:</strong> Wellington, New Zealand, August 8-9, 2009</p>\n<p><strong><a href=\"http://wordcamphsv.org/\">WordCamp Huntsville</a>:</strong> Huntsville, Alabama, USA, August 15–16, 2009</p>\n<p><strong><a href=\"http://la.wordcamp.org/\">WordCamp Los Angeles</a>:</strong> Los Angeles, California, USA, September 12, 2009</p>\n<p><strong><a href=\"http://wordcamp.ph\">WordCamp Philippines</a>: </strong>Makati City, Philippines, September 19, 2009</p>\n<p><strong><a href=\"http://www.wordcampportland.org/\">WordCamp Portland</a>: </strong>Portland, Oregon, USA, September 19-20, 2009 <em>(Last year’s PDX WordCamp was awesome, IMO.)</em></p>\n<p><strong><a href=\"http://www.wordcampseattle.com/\">WordCamp Seattle</a>: </strong>Seattle, Washington, USA, September 26, 2009</p>\n<p><strong><a href=\"http://wordcampbirmingham.org/\">WordCamp Birmingham</a>:</strong> Birmingham, Alabama, USA, September 26-27, 2009</p>\n<p><strong><a href=\"http://wordcampnl.org/\">WordCamp Netherlands</a>:</strong> Utrecht, Netherlands, October 31, 2009</p>\n<p><strong><a href=\"http://2009.newyork.wordcamp.org/\">WordCamp NYC</a>:</strong> New York, New York, USA, November 14-15, 2009 <em>(<a href=\"http://2009.newyork.wordcamp.org/2009/07/24/logo-contest-again/\">Logo contest in progress</a>!)</em></p>\n<p><strong><a href=\"http://wordcampmexico.wordpress.com\">WordCamp Mexico</a>:</strong> Mexico City, Mexico, November 20, 2009</p>\n<p>If any of these are within a reasonable distance to you, consider attending. WordCamps are a great way to meet other WordPress users, find collaborators, and expand your t-shirt collection*. I know I’ll be hitting at least a few of these; WordCamps are also a great way to get user feedback to take into consideration while we’re making decisions about what to include in core. </p>\n<p>You can always find an up-to-date list of upcoming WordCamps at <a href=\"http://central.wordcamp.org/\">WordCamp Central</a>. You can also try searching for WordPress groups at <a href=\"http://www.meetup.com/\">Meetup.com</a> to find more regular monthly gatherings in your area. </p>\n<p>*<em>Most WordCamps include an event t-shirt in the registration fee. </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/2009/08/upcoming-wordcamps-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 2.8.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Aug 2009 15:30:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=891\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1. Luckily, the entire WordPress community has our backs. Several folks in the community dug deeper and discovered areas that were overlooked. With their help, the remaining issues are fixed in 2.8.3. Since this is a security release, upgrading is highly recommended. Download [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:476:\"<p>Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1. Luckily, the entire WordPress community has our backs. Several folks in the community dug deeper and discovered areas that were overlooked. With their help, the remaining issues are fixed in 2.8.3. Since this is a security release, upgrading is highly recommended. <a href=\"http://wordpress.org/download/\">Download</a> 2.8.3, or upgrade automatically from your admin.</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://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"244\";s: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:50:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2.9 Features Vote Results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/development/2009/07/2-9-vote-results/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/development/2009/07/2-9-vote-results/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jul 2009 18:26:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"2.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=877\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:308:\"Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted to share [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8608:\"<p>Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted to share the survey results and let you know what we’re thinking in terms of approach.</p>\n<p>First, the results. The first question, and the only one that was mandatory, asked what single media feature you would choose to include in version 2.9. The top vote-getter was standalone editable photo albums (as opposed to the current per-post gallery) at 17.5%, followed closely by easier embeds for videos and other third-party content at 16.5%. Next came basic image editing (such as rotating, cropping and resizing) at 13.7%, and post thumbnails (image teasers for posts featured on the home page) at 12.9%. The rest of the features each took less than ten percent of the vote. The full list came in like this:</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q1.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q1.png\" alt=\"Results of question 1\" width=\"620\" /></a></p>\n<p>The second question was optional (3406 people answered it), and asked you to rate each feature on a scale going from <em>top priority</em> down to <em>definitely not</em> for implementation priority. Results here were in line with the results from the first question, with most features rated as <em>nice to have</em> more often than anything else. The features that scored the highest in question 1 were more likely to have earned higher votes in the Top Priority column, but no feature was ranked as a Top Priority more often than it was ranked as a Nice to Have (though Media Albums, Easier Embeds and Post Thumbnails came close). The complete tabulations are shown in the chart below.</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q2.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q2.png\" alt=\"Results for question 2\" width=\"620\" /></a></p>\n<p>Question three was getting at the same thing, but in a more granular fashion, asking you to rank the eleven features in order of priority to you. As only one feature could be assigned to each position, this prevented people from assigning the same priority to multiple features, and we wondered if it would alter the results. Though some features got more recognition in this question, the overall rankings were still in line with the results from question 1. Here are the exact votes per feature/per position:</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q3.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q3.png\" alt=\"Results for question 3\" width=\"620\" /></a></p>\n<p>The fourth question asked for your preferences regarding including new media features in core, bundling them as plugins with the core download, or developing them as plugins but not bundling them with the core download. This vote was more interesting to watch. As the notice for the voting went first to the development community, then to the user community, it was possible to see a shift in the voting. Earlier in the voting cycle, there were more votes for bundling ‘core plugins’ for the advanced media features, while later votes skewed heavily toward just putting the features in core. This vote shows, I think, one of the differences between developer and user perspectives. While developers are heavily interested in keeping the core code lean and relying on plugins for advanced functionality, many users would prefer features they want to be included in core rather than being a separate plugin. The final tally on this question was 56.2% for including features in core, 38.1% for bundled plugins, and 5.7% for non-bundled plugins. The actual numbers:</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q4.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q4.png\" alt=\"Results for question 4\" width=\"620\" /></a></p>\n<p>Clearly this issue deserves more discussion, and the concept of how we move toward a system of canonical plugins and/or core “packages” intended for different use cases (CMS, photoblog, portfolio, etc) will be a big topic in the months ahead.</p>\n<p>So where does that leave us regarding features coming down the road? When the vote closed, the results were discussed in the #wordpress-dev IRC chat to divvy up feature development.</p>\n<p>The top-voted feature, standalone photo albums, is being worked on as a <a href=\"http://gsoc2009wp.wordpress.com/rudolf-photo-albums/\">Google Summer of Code project by Rudolf Lai</a>, under the mentorship of WordPress Lead Developer <a href=\"http://markjaquith.com/\">Mark Jaquith</a>. The “pencils down” date for GSOC is in less than two weeks, at which point we’ll be assessing the state of Rudolf’s project. Hopefully, we’ll be able to incorporate it with 2.9 development, do some testing, amend the code and/or UI as needed, and have this launch with the 2.9 release (in core or as plugin TBD). Undoubtedly, additional functionality will be contributed by core contributors who have also been working on media plugins.</p>\n<p>Easier embeds, the second most popular feature, is being looked at in a couple of ways. One, more shortcodes for third-party services. Work on this has already begun. In addition, <a href=\"http://viper007bond.com\">Viper007Bond</a>, of <a href=\"http://wordpress.org/extend/plugins/vipers-video-quicktags/\">Viper’s Video Quicktags plugin</a> fame, has taken on the task of working on a way to improve the embed experience in core. We’re not sure quite how this will work yet, but stay tuned.</p>\n<p>Adding some basic editing functions like 90-degree rotation, cropping and resizing was considered an obvious winner in the dev chat, and as several plugins handle this functionality, we’re hopeful it will be included soon.</p>\n<p>Post thumbnails are being handled by Mark Jaquith, who has created this functionality before, with an assist from <a href=\"http://scribu.net/\">Scribu</a>, who has a <a href=\"http://wordpress.org/extend/plugins/custom-field-images/\">similar plugin</a> in the repository.</p>\n<p>Lower ranked features aren’t off the radar, but may take lower priority than some other (non-media) features we have in the works. One of my favorite 2.9 features is in trunk now, and changes the way we delete content. Goodbye, annoying popup asking me if I’m sure I want to delete a comment/post/etc. Hello, fast and quiet removal into a trash can, from which the content can be retrieved if it was deleted by accident. Think Gmail style. We’re also hoping to work on improving page management, though that has a number of technical issues that may cause it to be a 3.0 feature instead.</p>\n<p>As always, you can keep track of development progress in a number of ways:<br />\n1. Keep track of Trac. Contribute a patch, test a patch, just read through tickets if you have some time to kill, whatever. There are <a href=\"https://core.trac.wordpress.org/query?status=reopened&status=assigned&status=reviewing&status=new&status=accepted&group=status&milestone=2.9\">over 500 tickets against the 2.9 milestone</a> currently. Patches and testing can help us get that number down.</p>\n<p>2. Follow Trac commits on Twitter. Don’t want to get involved in the nitty gritty, just want to see what’s getting committed? Follow <a href=\"http://twitter.com/wpdevel\">wpdevel on Twitter</a> and you’ll get core commit updates in your stream.</p>\n<p>3. See what’s on the dev agenda. Each week for the IRC dev chat, there’s an agenda, created based on developer suggestions posted at <a href=\"http://wpdevel.wordpress.com\">wpdevel.wordpress.com</a>. This blog also contains discussions about specific development issues.</p>\n<p>4. Join the dev chat. The day changed this week, to accommodate European schedules. Chats are now held for one hour each week on Thursday at 21:00 UTC. That’s 5pm NYC, 2pm in California, etc. Chats are in the #wordpress-dev room at irc.freenode.com.</p>\n<p>5. Watch this blog. If you’re not a developer and prefer to stick to major announcements, the occasional survey to help decide a feature, and security notices, just keep doing what you’re doing. Reading this blog will get you all of these things.</p>\n<p>Thanks again for your help in prioritizing features for version 2.9, hopefully coming toward the end of the year to a server near 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:63:\"http://wordpress.org/development/2009/07/2-9-vote-results/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:56:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"The WordPress 2.0.x Legacy Branch is Deprecated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jul 2009 01:07:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"branch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"deprecation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"legacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=866\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.\nMany of the security improvements to the new versions of WordPress in the last couple of years were complete [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1149:\"<p>The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.</p>\n<p>Many of the security improvements to the new versions of WordPress in the last couple of years were complete reworks of how various systems were handled. Porting those changes to the 2.0.x branch would have been a monumental task and could have introduced instability or new bugs. We had to make hard decisions between stability and merging in the latest security enhancements. Additionally, far fewer people stayed on the 2.0.x branch than we anticipated. I take that as a testament to the new features in WordPress and perhaps even more the features offered by plugins, many of which don’t support older versions of WordPress!</p>\n<p>I’m disappointed that we weren’t able to keep the branch maintained until 2010, but since one of the big reasons for that failure was the massive scope of our security improvements for the newer versions of WordPress, 2.0.x doesn’t die in vain!</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:94:\"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Improving your plugin – Changelogs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2009 20:28:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=848\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"We’ve recently made some changes to help improve the communication between plugin authors and plugin users about the changes that are made between versions.\nWe feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Peter Westwood\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1507:\"<p>We’ve <a href=\"http://westi.wordpress.com/2009/06/20/changelogs-changelogs-changelogs/\">recently made some changes</a> to help improve the communication between plugin authors and plugin users about the changes that are made between versions.</p>\n<p>We feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision about when to upgrade and how much testing they should do with their site.</p>\n<p>In order to make this an easy and open communication channel we have added support for a Changelog section in the plugins <code>readme.txt</code> file. This changelog information is then displayed as a separate tab in the <a href=\"http://wordpress.org/extend/plugins/\">plugin directory</a> and also in the back end of your WordPress blog when you view the details on a new version of a plugin.</p>\n<p>The new section is formatted as follows:</p>\n<pre name=\"code\" class=\"css\">\n\n== Changelog ==\n\n= 1.0 =\n* A change since the previous version.\n* Another change.\n\n= 0.5 =\n* List versions from most recent at top to oldest at bottom.\n</pre>\n<p>We would also like to recommend that you also provide meaningful log messages when you commit changes to the subversion repository for your plugin so that people who want to dig further into your changes can see why things are changing (At the moment is seems a large number of plugin authors leave this field blank which isn’t very helpful).</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://wordpress.org/development/2009/07/improving-your-plugin-changelogs/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 2.8.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/development/2009/07/wordpress-2-8-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/development/2009/07/wordpress-2-8-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jul 2009 05:35:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=856\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:298:\"WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site. Download 2.8.2 or automatically upgrade from the Tools->Upgrade page of your blog’s admin.\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"<p>WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site. <a href=\"http://wordpress.org/download/\">Download</a> 2.8.2 or automatically upgrade from the Tools->Upgrade page of your blog’s admin.</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/2009/07/wordpress-2-8-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"245\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 2.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/development/2009/07/wordpress-2-8-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/development/2009/07/wordpress-2-8-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2009 20:20:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=836\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.\nWhat [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2224:\"<p>WordPress 2.8.1 fixes <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.8.1&resolution=fixed\">many bugs</a> and tightens security for plugin administration pages. <a href=\"http://corelabs.coresecurity.com/index.php?module=FrontEndMod&action=list&type=advisory\">Core Security Technologies</a> notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.</p>\n<p>What else is new since 2.8? Read through the highlights below, or <a href=\"http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&mode=stop_on_copy&rev=11699&stop_rev=11553&limit=500\">view all changes since 2.8</a></p>\n<ul>\n<li>Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won’t have to change.</li>\n<li>Dashboard memory usage is reduced. Some people were running out of memory when loading the dashboard, resulting in an incomplete page.</li>\n<li>The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.</li>\n<li>A problem where the rich text editor wasn’t being loaded due to compression issues has been worked around.</li>\n<li>Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.</li>\n<li>Translation of role names fixed.</li>\n<li>wp_page_menu() defaults to sorting by the user specified menu order rather than the page title.</li>\n<li>Upload error messages are now correctly reported.</li>\n<li>Autosave error experienced by some IE users is fixed.</li>\n<li>Styling glitch in the plugin editor fixed.</li>\n<li>SSH2 filesystem requirements updated.</li>\n<li>Switched back to curl as the default transport.</li>\n<li>Updated the translation library to avoid a problem with mbstring.func_overload.</li>\n<li>Stricter inline style sanitization.</li>\n<li>Stricter menu security.</li>\n<li>Disabled code highlighting due to browser incompatibilities.</li>\n<li>RTL layout fixes.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/development/2009/07/wordpress-2-8-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:3:\"285\";s: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:35:\"WordPress 2.8.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/07/wordpress-2-8-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/07/wordpress-2-8-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, 07 Jul 2009 17:04:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=833\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"2.8.1 is nigh. Release Candidate 1 is our last stop before the final release. Please download RC1, review the changes made since beta 2, and have a look at all of the tickets fixed in 2.8.1. Thanks for testing WordPress.\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:586:\"<p>2.8.1 is nigh. Release Candidate 1 is our last stop before the final release. Please <a href=\"http://wordpress.org/wordpress-2.8.1-RC1.zip\">download</a> RC1, review the <a href=\"http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&mode=stop_on_copy&rev=&stop_rev=11654&limit=100\">changes made since beta 2</a>, and have a look at <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.8.1&resolution=fixed\">all of the tickets fixed in 2.8.1</a>. Thanks for testing WordPress.</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/07/wordpress-2-8-1-release-candidate-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"37\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Vote for 2.9 Media Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2009 14:32:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=816\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"Last Wednesday, the core development team and a number of contributing developers met in the IRC #wordpress-dev channel to talk about which features should be included in version 2.9, which is now entering the development phase. We’ve been planning to focus on media features in 2.9 for some time, and unsurprisingly, it was media features [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4793:\"<p>Last Wednesday, the core development team and a number of contributing developers met in the IRC #wordpress-dev channel to talk about which features should be included in version 2.9, which is now entering the development phase. We’ve been planning to focus on media features in 2.9 for some time, and unsurprisingly, it was media features that dominated the discussion.* A large percentage of the requests we get from users are for more/better media features, so we’ve decided to focus 2.9 on building an infrastructure for improved media handling that we can continue to build on in versions to come. In that vein, we need your input to determine which features to prioritize and build sooner rather than later.</p>\n<p>These are the features that we’re asking people to vote on (in alphabetical, not prioritized, order):</p>\n<p><strong>Additional Media Filters:</strong> In the uploader, you can currently upload an image from your hard drive, link to an image from a URL, or select an image from the Media Library. This proposed feature would add links in the Media Library pane that would allow you to filter images to those that had been used most recently, used most often, and/or marked as a favorite. These filters would be available on the Media Library screen as well.<br />\n<strong><br />\nBasic Image Editing:</strong> Enable cropping, resizing and 90-degree rotation of uploaded images.<br />\n<strong><br />\nBetter Media Settings: </strong>Enable the creation of more default media settings controlled in the Settings section, and allow settings to be overridden during the individual media upload process as needed.</p>\n<p><strong>Bulk Media Import API: </strong>Develop an API to allow for bulk media importing by plugins or importers.<br />\n<strong><br />\nCustom Image Sizes:</strong> Instead of hardcoded thumbnail, medium, large, etc. image sizes, custom image sizes would allow you to configure the maximum dimensions for each of the sizes.</p>\n<p><strong>Easier Embeds:</strong> Make it easier to embed third-party content such as YouTube videos, etc. Similar to Viper’s Video Quicktags plugin.</p>\n<p><strong>Media Albums: </strong>Ability to create and edit photo albums that can stand alone (as opposed to galleries being tied only to a post), including photostream functionality.<br />\n<strong><br />\nMedia Metadata: </strong>Enable the use of categories and tags on media files.</p>\n<p><strong>Photostream:</strong> Create a Flickr-style photostream that simply displays images in a chronological stream (as opposed to grouping in galleries).</p>\n<p><strong>Post thumbnails:</strong> Choose an image to appear as a thumbnail with your post/article/excerpt.</p>\n<p><strong>Revised Media UI: </strong>Redesign the uploader UI to make uploading and editing media files a simpler, more user-friendly process.</p>\n<p>These descriptions are repeated in the beginning of the voting survey, so if you forget what something means you’ll be able to scroll up to remind yourself. Only the first question (pick your top choice) is mandatory. This survey isn’t very long. Question two lets you assign a general high/low priority to each of the 11 feature suggestions, while question 3 asks you to rank the 11 features in order of priority from 1-11. A text box or two allow you to make additional suggestions, and that’s it. The survey is anonymous, and will be open all week, until Friday, July 10, 2009 at 11:59 PM UTC.</p>\n<p><script language=\"javascript\" type=\"text/javascript\">\nvar PDF_surveyID = \'2F95783C8744F81A\';\n var PDF_openText = \'Vote now!\';\n</script><br />\n<script type=\"text/javascript\" language=\"javascript\" src=\"http://www.polldaddy.com/s.js\"></script><br />\n<noscript><a href=\"http://surveys.polldaddy.com/s/2F95783C8744F81A/\">Vote now!</a></noscript></p>\n<p><a href=\"http://surveys.polldaddy.com/s/2F95783C8744F81A/\">No JavaScript? Take the survey here. </a></p>\n<p>Results of the survey will be used to help developers decide which features to focus on for version 2.9. The 2.9 anticipated feature list will be posted here later in July, after the priority has been determined. How many contributing developers are available to code various features will play a large part in the decision-making process, so if you’ve ever thought of contributing code to WordPress development, now’s a great time to get involved. Developer chats are held each Wednesday in the IRC channel (irc.freenode.com #wordpress-dev) at 9 PM UTC (5pm Eastern, 2pm Pacific).</p>\n<p><em>* – Other non-media features that were discussed either were determined to be better held for a future version for technical reasons, or were so widely desired that they were accepted for the 2.9 roadmap without requiring a vote.</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:74:\"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"36\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Wed, 12 Aug 2009 01:42:07 GMT\";s:4:\"etag\";s:34:\"\"eebff9e7cd4f4f6924b0bdf228a84885\"\";s:12:\"content-type\";s:23:\"text/xml; charset=utf-8\";s:4:\"date\";s:29:\"Tue, 25 Aug 2009 13:52:55 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(203,0,'_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4','1251251575','no'),(183,0,'_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4','1251251575','no'),(202,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1251208375','no'),(189,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1251251577','no'),(190,0,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Aug 2009 13:52:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"arnee on \"Google XML Sitemaps\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"manojtd on \"Easy AdSense\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/easy-adsenser/#post-7844\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Nov 2008 13:10:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7844@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Easy AdSense manages all aspects of Google AdSense for your blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"manojtd\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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: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: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:53:\"micropat on \"Add to Any: Share/Bookmark/Email Button\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/add-to-any/#post-498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Mar 2007 23:08:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"498@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"micropat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"GDragoN on \"GD Star Rating\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gd-star-rating/#post-5594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 May 2008 12:41:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5594@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:\"GD Star Rating plugin allows you to set up advanced rating and review system for posts, pages and comments in your blog using single, multi and thumbs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"GDragoN\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"alexrabe on \"NextGEN Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"alexrabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"joostdevalk on \"Sociable\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/sociable/#post-2865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Jan 2008 11:36:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2865@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"joostdevalk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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:10;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"joostdevalk on \"Google Analytics for WordPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2316@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The Google Analytics for WordPress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within c\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"joostdevalk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"freediver on \"Smart YouTube\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/smart-youtube/#post-2935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 Feb 2008 12: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:\"2935@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"freediver\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"pozzad on \"Global Translator\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/global-translator/#post-2877\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2008 15:40:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2877@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:61:\"Automatically translates your blog in 34 different languages!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"pozzad\";s: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:36:\"whiteshadow on \"Broken Link Checker\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/broken-link-checker/#post-2441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Oct 2007 21:35:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2441@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"This plugin will check your posts, custom fields and the blogroll for broken links and missing images and notify you if any are found.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"whiteshadow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"GamerZ on \"WP-PageNavi\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"363@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Adds a more advanced paging navigation 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:\"GamerZ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:13:\"last-modified\";s:19:\"2007-03-30 20:08:18\";s:4:\"etag\";s:34:\"\"a8894f3af502f182fd4e92b6405bade8\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"6860\";s:4:\"date\";s:29:\"Tue, 25 Aug 2009 13:52:56 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(206,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1251208377','no'),(201,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1251251575','no'),(186,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1251251575','no'),(205,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1251251577','no'),(187,0,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Blog Mothership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2009/08/blog-mothership/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"<p><a href=\"http://webworkerdaily.com/2009/08/22/your-blog-is-your-mothership/\">Your Blog is Your Mothership</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Aug 2009 03:14:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"Weblog Tools Collection: 21 Great Plugins for Manage Multi-Author Blogs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6540\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://weblogtoolscollection.com/archives/2009/08/24/21-great-plugins-for-manage-multi-author-blogs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1800:\"<p><a href=\"http://www.wpbeginner.com/plugins/21-great-plugins-to-manage-multi-author-blogs-efficiently-and-successfully/\">21 Great Plugins to Manage Multi-Author Blogs Efficiently</a>: This is an interesting collection of plugins to manage multi-author blogs and add extra visibility to your co-authors. Weblog Tools Collection is a multi-author blog that is put together by highly dedicated and talented authors in various parts of the planet. We collect and put together news, information and articles throughout a 24 hour period and are probably watching over the blog and the comments in one way or another. We rarely ever meet face to face and tend to communicate via IM, email and a very rare phone call from time to time.</p>\n<p>Some of the plugins mentioned in this list are popular such as Role Manager, which is very useful in and of itself. However, there are others that sparked immediate interest in my. The ability to add co-authors to a post would be quite cool, as would the ability to add quick information about the particular author to the various posts. Many of the larger multi-author blogs such as Mashable and TechCrunch already do this (I am not sure how, but I assume there are some custom plugins involved) and now you can do the same.</p>\n<p>Speaking of multiple authors, are you a passionate plugin picker and a theme tamer? If you are not afraid to speak to thousands of people in an instant, have confidence in your writing abilities and are interested in breaking into the blogging world with aplomb, we would like to hear from you. Tell us what you will do to make this blog better using the Contact form above.</p>\n<p>Thanks <a href=\"http://twitter.com/THRIVEcreativeg\">Thrive Creative Group</a> via <a href=\"http://twitter.com/weblogtooltips\">WeblogToolTips</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Aug 2009 22:37:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"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: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:49:\"BuddyPress: The New BuddyPress Theme Architecture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://buddypress.org/blog/news/the-new-buddypress-theme-architecture/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2716:\"<p>For the next version of BuddyPress there has been a fair amount of re-factoring work done. We’ve listened to your feedback from version 1.0 and made a number of internal changes that are going to make your lives as plugin developers and theme designers easier.</p>\n<p>One of the biggest changes in BuddyPress 1.1 will be the way themes are built.</p>\n<p>In version 1.0 BuddyPress required two themes to function. The first theme was a “WordPress home” theme that handled the blog and front page of your site. It was essentially a standard WordPress theme. The second was a “BuddyPress member” theme that would handle the display of pages generated by BuddyPress. There were many reasons for handling themes this way, but as time passed it was evident theming in this fashion was hurting the majority to help the minority.</p>\n<p>In BuddyPress 1.1 there will be one single theme to handle everything. BuddyPress will ship with a theme framework that acts as a parent theme. The default theme will be a child theme based on this framework and contains only images and css. Building a new BuddyPress theme will be as simple as creating a child theme based on the framework. If you’re not familiar with child themes a <a href=\"http://www.google.com/search?rls=en-us&q=wordpress+child+themes&ie=UTF-8&oe=UTF-8\">quick google search</a> will bring up lots of useful information.</p>\n<p>This approach brings big benefits. When building a new theme you don’t need to re-create every template file. You can override specific template files where needed. Most importantly though, your theme will update automatically with the latest functionality when the framework theme is updated.</p>\n<p>If you’ve already created a BuddyPress theme using the old system don’t worry, these themes will continue to work for at least the next couple of versions. You should find it fairly simple to convert your themes to the new system. The old default themes only took a few hours to convert over.</p>\n<p>Using the framework theme is of course, just an option. You can still go ahead and create your own frameworks or mashups with a completely unique style or structure. As with WordPress themes, the possibilities are infinite.</p>\n<p>If you’d like to get started with the new framework, I’d recommend running the trunk version of BuddyPress. The best way is to fetch this <a href=\"http://svn.buddypress.org/trunk/\">via Subversion</a>, or you can download a zip of the current snapshot using the link at the bottom of <a href=\"http://trac.buddypress.org/browser/trunk\">this Trac browser page</a>.</p>\n<p>BuddyPress 1.1 is on track for a September release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Aug 2009 19:07:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:47:\"Alex King: The Carrington Framework Q&A Part II\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=3576\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://alexking.org/blog/2009/08/24/carrington-framework-qa-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:817:\"<p>I’ve published <a href=\"http://carringtontheme.com/2009/08/carrington-framework-qa-part-2/\">another Q&A on the Carrington Framework</a> on the <a href=\"http://carringtontheme.com/\">Carrington web site</a>. This one covers some additional questions I saw popping up in the forums and comments.</p>\n<p>It’s great to see folks being able to get into Carrington a little more of late, I guess the <a href=\"http://carringtontheme.com/developers/\">additional documentation</a> has been helpful.</p>\n<p>Also, remember to submit your Carrington powered sites to the <a href=\"http://carringtontheme.com/category/showcase/\">Showcase</a> once they go live, I’m looking forward to seeing what people have built.</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=3576&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, 24 Aug 2009 18:10: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 08/24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://weblogtoolscollection.com/archives/2009/08/24/wordpress-plugin-releases-for-0824/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3270:\"<h3>New Plugins</h3>\n<p><a href=\"http://ecosystemi.com/super-cat-lister/\">Super Cat Lister</a></p>\n<p>SuperCatLister greatly extends the abilities of Wordpress as a content management system. It does this by giving site designers the ability to insert links or content from posts in specified categories into other posts.</p>\n<p><a href=\"http://www.profitplugs.com/testimonials-manager-wordpress/\">Testimonials Manager</a></p>\n<p>Testimonials Manager is a WordPress plugin that allows you to manage and display testimonials for your blog, product or service. It can be used to build your portfolio or to encourage readers to subscribe / buy your products.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/search/\">Search API</a></p>\n<p>This plugin creates a basis for a new search engine to replace the simple input box search currently employed. The plugin creates an API to support advanced search capabilities such as boolean search, multiple content searches (posts, tags, pages, authors and any available metadata) and flags (finding posts with A string in category C) through additional plugins.</p>\n<p><a href=\"http://dailybragger.com/wordpress-plugin-viral-marketing-contest-burner-1092.php\">Contest Burner</a></p>\n<p>The Contest Burner Viral Marketing Wordpress plugin will integrate the use of Twitter to start and manage your own online marketing campaign.</p>\n<p><a href=\"http://www.techtipsmaster.com/wp-preventcopyblogs.html\">WP-PreventCopyBlogs</a></p>\n<p>Track visitors who try to copy your content</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://thecuriousfrog.com/projects/last-modified-footer/\">Last Modified Footer</a></p>\n<p>The Last Modified Footer plugin generates a message stating the date / time the content being viewed was last modified. This information can be placed in the site footer, or elsewhere on the page.</p>\n<p><a href=\"http://www.whoismanu.com/photoq-wordpress-photoblog-plugin/\">PhotoQ</a></p>\n<p>PhotoQ is a plugin for photo enthusiasts or anyone who has a lot of pictures to post. It turns your WordPress blog into a full featured photoblog and starting with this newest version supports virtually any theme there is. The plugin is aimed at automating publishing of photos as much as possible.</p>\n<p><a href=\"http://www.jenruno.com/SpamTask/\">SpamTask</a></p>\n<p>SpamTask is a spam protection plugin for WordPress, created to prevent comment spam in the most efficient way. The blog spam filter is known to catch all spam robots.</p>\n<p><a href=\"http://sww.co.nz/wordpress-plugins/ezy-nav-menu/\">Ezy Nav Menu</a></p>\n<p>Makes use of WP’s built in ‘Edit Links’ to create and manage a website navigation menu that can be displayed using a custom template tag.</p>\n<p><a href=\"http://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>The Store Locator plugin 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://thecuriousfrog.com/projects/k2-style-switcher/\">K2 Style Switcher</a></p>\n<p>This plugin is the K2 equivalent of a theme switcher. It allows your visitors to re-skin your site from a list of K2 styles that you select.</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, 24 Aug 2009 13:09: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: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:65:\"Weblog Tools Collection: WordPress Threaded Comments the Easy Way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6535\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://weblogtoolscollection.com/archives/2009/08/23/wordpress-threaded-comments-the-easy-way/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2974:\"<p>Comments are the incentives you get for writing a post and if you write good ones you are bound to get 100s and 1000s of comments on your posts.</p>\n<p>But wait not every comment on your blog is directly related to the post itself, there are times when commentators respond to other commentators, in short we call that a discussion.</p>\n<p>Flashback to WordPress 2.7, there was a new introduction in the form of threaded comments, this was done so that people on your blog can comment and respond to each other and communicate and discuss.</p>\n<p>Coming back to future, it has been so long and many users still do not have threaded comments on their blogs.</p>\n<p><strong>Reason 1:</strong> Most of the WordPress users are not programmers and use themes created by others, so unless they use a theme that has support for threaded comments they don’t make use of that feature.</p>\n<p><strong>Reason 2:</strong> Many users have knowledge to program and edit but are just plain lazy (example me) and do not update their themes to add threaded comments support.</p>\n<p>Now how does one implement threaded comments in WordPress when we fall into the above two categories? Pretty simple, by using the power that WordPress itself provides users with, in the form of extensibility, in short with a WordPress plugin.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wordpress-thread-comment/\" target=\"_blank\">WordPress Thread Comment</a> is a excellent choice for adding threaded comments to your blog without having to have any coding skills, once you install the plugin it does everything for you, you do not even have to edit your themes to add threaded comment support on your blog.</p>\n<p>Another option is to use <a href=\"http://meidell.dk/archives/2004/09/04/nested-comments/\" target=\"_blank\">Brian’s Threaded Comments</a> which was actually the first one to add threaded comments to WordPress blog, however it still requires users to do a bit of theme changes.</p>\n<p>Of course there are other options available in the form of third party services, like, take for instance Automattic’s own <a href=\"http://www.intensedebate.com/\" target=\"_blank\">Intense Debate</a> and <a href=\"http://www.disqus.com/\" target=\"_blank\">Disqus</a>, these services make commenting and discussion more easier.</p>\n<p>Now do you have an excuse for not having threaded comments on your blog? BTW do you use threaded comments? If not why, if yes how? Don’t stop short of just reading this we have threaded comments enabled so discuss as much you wish <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> .</p>\n<p>I would be thankful if you take part in this small poll with regards to threaded comments.</p>\n<p> \n<p></p>\n<p>You can find more options for threaded comments by visiting <a href=\"http://wordpress.org/extend/plugins/search.php?q=threaded+comments\" target=\"_blank\">this search</a> on WordPress extend.</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, 23 Aug 2009 21:25:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Keith Dsouza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 08/22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://weblogtoolscollection.com/archives/2009/08/22/wordpress-theme-releases-for-0822-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:2278:\"<h4><a href=\"http://rubiqube.com/free-wordpress-theme-empty-canvas/\">Empty Canvas</a></h4>\n<p><a href=\"http://rubiqube.com/testzone/wordpress/?preview_theme=EmptyCanvas\"><img title=\"Empty-Canvas\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/EmptyCanvas.jpg\" alt=\"Empty-Canvas\" width=\"200\" height=\"108\" /></a></p>\n<p>Empty Canvas is a two column, minimalist widget ready theme</p>\n<h4><a href=\"http://www.xhtml.am/blog/2009/08/red-xhtml-free-wordpress-theme/\">Red XHTML</a></h4>\n<p><a href=\"http://www.xhtml.am/demo/index.php?wptheme=RedXHTML\"><img title=\"Red XHTML\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/RedXHTML.png\" alt=\"Red XHTML\" width=\"200\" height=\"150\" /></a></p>\n<p>Two column, widget ready, red, white and grey theme</p>\n<h4><a href=\"http://templates.arcsin.se/simple-magazine-wordpress-theme/\">Simple Magazine</a></h4>\n<p><a href=\"http://templates.arcsin.se/demo/simple-magazine-wordpress-theme/\"><img title=\"Simple-Magazine\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/SimpleMagazine.jpg\" alt=\"Simple-Magazine\" width=\"200\" height=\"100\" /></a></p>\n<p>A simple and lightweight magazine styled theme. Two column, fixed width with support for widgets and nested comments.</p>\n<h4><a href=\"http://scuola-mondo.net/seo-wordpress-theme/\">Scuola Mondo’s SEO Wordpress Theme</a></h4>\n<p><img title=\"scuolamondo_1_1\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/scuolamondo_1_1.gif\" border=\"0\" alt=\"scuolamondo_1_1\" width=\"200\" height=\"128\" /></p>\n<p>A minimalist, one-column, fluent and widgetized SEO Wordpress theme with sidebar at the bottom of the page. The colours can be modified and an Avatar functionality is already built-in template.</p>\n<h4><a href=\"http://swiftthemes.com/2009/08/wordpress-themes/swift-the-fastest-loading-wordpress-theme/\">Swift</a></h4>\n<p><img title=\"swift\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/swift.png\" alt=\"swift\" width=\"200\" height=\"139\" /></p>\n<p>Two column WordPress theme designed for high speed loading with four widgetized sections available in eight color schemes.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to us to get it listed in these posts.</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, 22 Aug 2009 13:35: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: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:37:\"Gravatar: A new look for Gravatar.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.gravatar.com/?p=165\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.gravatar.com/2009/08/21/a-new-look-for-gravatar-com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1873:\"<div class=\"snap_preview\"><br /><p>A few days ago we released an updated look for <a href=\"http://en.gravatar.com/\">Gravatar.com</a>. We really felt that the old front page was cramped, stuffy, and heavy. So we worked hard to lighten it up, make it more immediately informative, and gave everything a little more room to breathe. Playing a starring role on the new front page is our introduction video (which I like to call <a href=\"http://wordpress.tv/2009/07/26/introducing-gravatar-your-globally-recognized-avatar/\"><span>Gravatar, the Motion Picture</span></a>.) Anyhow this is just a small update from Gravatar-land. We hope you’ll enjoy the new look while we cook up some cool stuff for you in the future.</p>\n<p>–DK</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/165/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/165/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/165/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/165/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/165/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=165&subd=gravatar&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:\"Fri, 21 Aug 2009 17:32: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:11:\"apokalyptik\";s: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:21:\"Matt: Africa, Ulusaba\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2009/07/africa-ulusaba/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:35913:\"<p>Arrived at the <a href=\"http://www.ulusaba.virgin.com/\">Ulusaba Game Reserve</a> in South Africa with Richard Branson, saw some hippos, elephants, and a cheetah, followed by a delicious dinner — the last one from their current chef.</p>\n<p><span id=\"more-14567\"></span></p>\n\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2316-3/\" title=\"MCM_2316\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2316-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2316\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2319-4/\" title=\"MCM_2319\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2319-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2319\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2320-3/\" title=\"MCM_2320\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2320-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2320\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2323-4/\" title=\"MCM_2323\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2323-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2323\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2326-3/\" title=\"MCM_2326\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2326-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2326\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2327/\" title=\"MCM_2327\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2327-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2327\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2329-3/\" title=\"MCM_2329\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2329-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2329\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2333-4/\" title=\"MCM_2333\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_23331-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2333\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2334-4/\" title=\"MCM_2334\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_23341-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2334\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2335-4/\" title=\"MCM_2335\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2335-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2335\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2339-2/\" title=\"MCM_2339\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2339-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2339\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2340-3/\" title=\"MCM_2340\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2340-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2340\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2341-2/\" title=\"MCM_2341\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2341-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2341\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2345-2/\" title=\"MCM_2345\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2345-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2345\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2347-2/\" title=\"MCM_2347\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2347-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2347\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2350-2/\" title=\"MCM_2350\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2350-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2350\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2355-2/\" title=\"MCM_2355\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2355-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2355\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2357-2/\" title=\"MCM_2357\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2357-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2357\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2359-2/\" title=\"MCM_2359\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2359-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2359\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2362-2/\" title=\"MCM_2362\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2362-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2362\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2363-2/\" title=\"MCM_2363\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2363-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2363\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2364-2/\" title=\"MCM_2364\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2364-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2364\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2366-3/\" title=\"MCM_2366\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2366-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2366\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2368-2/\" title=\"MCM_2368\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2368-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2368\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2369/\" title=\"MCM_2369\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2369-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2369\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2370-3/\" title=\"MCM_2370\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2370-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2370\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2372-3/\" title=\"MCM_2372\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2372-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2372\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2374/\" title=\"MCM_2374\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2374-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2374\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2382-2/\" title=\"MCM_2382\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2382-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2382\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2385-2/\" title=\"MCM_2385\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2385-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2385\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2387-2/\" title=\"MCM_2387\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2387-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2387\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2390-2/\" title=\"MCM_2390\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2390-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2390\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2393-3/\" title=\"MCM_2393\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2393-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2393\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2394/\" title=\"MCM_2394\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2394-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2394\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2396/\" title=\"MCM_2396\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2396-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2396\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2401-3/\" title=\"MCM_2401\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2401-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2401\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2404-2/\" title=\"MCM_2404\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2404-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2404\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2408-3/\" title=\"MCM_2408\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2408-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2408\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2411-3/\" title=\"MCM_2411\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2411-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2411\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2412-4/\" title=\"MCM_2412\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2412-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2412\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2416-4/\" title=\"MCM_2416\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2416-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2416\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2419-3/\" title=\"MCM_2419\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2419-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2419\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2420-3/\" title=\"MCM_2420\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2420-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2420\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2421-3/\" title=\"MCM_2421\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2421-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2421\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2423-3/\" title=\"MCM_2423\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2423-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2423\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2424-2/\" title=\"MCM_2424\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2424-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2424\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2425/\" title=\"MCM_2425\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2425-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2425\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2427-3/\" title=\"MCM_2427\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2427-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2427\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2428-3/\" title=\"MCM_2428\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2428-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2428\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2431-2/\" title=\"MCM_2431\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2431-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2431\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2432-3/\" title=\"MCM_2432\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2432-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2432\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2433-3/\" title=\"MCM_2433\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2433-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2433\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2435-3/\" title=\"MCM_2435\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2435-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2435\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2436-3/\" title=\"MCM_2436\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2436-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2436\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2437-4/\" title=\"MCM_2437\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2437-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2437\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2438-3/\" title=\"MCM_2438\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2438-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2438\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2439-3/\" title=\"MCM_2439\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2439-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2439\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2440-2/\" title=\"MCM_2440\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2440-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2440\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2442-4/\" title=\"MCM_2442\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2442-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2442\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2446-3/\" title=\"MCM_2446\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2446-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2446\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2447-3/\" title=\"MCM_2447\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2447-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2447\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2449-3/\" title=\"MCM_2449\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2449-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2449\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2450-2/\" title=\"MCM_2450\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2450-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2450\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2456-2/\" title=\"MCM_2456\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2456-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2456\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2459-3/\" title=\"MCM_2459\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2459-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2459\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2461-4/\" title=\"MCM_2461\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2461-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2461\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2462-4/\" title=\"MCM_2462\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2462-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2462\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2464-2/\" title=\"MCM_2464\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2464-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2464\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2465/\" title=\"MCM_2465\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2465-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2465\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2466-3/\" title=\"MCM_2466\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2466-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2466\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2467-3/\" title=\"MCM_2467\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2467-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2467\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2471-2/\" title=\"MCM_2471\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2471-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2471\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2475-2/\" title=\"MCM_2475\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2475-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2475\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2476/\" title=\"MCM_2476\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2476-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2476\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2477-3/\" title=\"MCM_2477\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2477-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2477\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2480-2/\" title=\"MCM_2480\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2480-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2480\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2481-3/\" title=\"MCM_2481\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2481-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2481\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2482/\" title=\"MCM_2482\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2482-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2482\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2488-2/\" title=\"MCM_2488\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2488-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2488\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2493-3/\" title=\"MCM_2493\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2493-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2493\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2500/\" title=\"MCM_2500\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2500-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2500\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2503/\" title=\"MCM_2503\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2503-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2503\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2505-2/\" title=\"MCM_2505\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2505-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2505\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2510-3/\" title=\"MCM_2510\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2510-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2510\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2512-2/\" title=\"MCM_2512\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2512-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2512\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2525-2/\" title=\"MCM_2525\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2525-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2525\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2531/\" title=\"MCM_2531\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2531-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2531\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2539/\" title=\"MCM_2539\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2539-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2539\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2558/\" title=\"MCM_2558\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2558-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2558\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2569/\" title=\"MCM_2569\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2569-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2569\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2584/\" title=\"MCM_2584\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2584-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2584\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2589/\" title=\"MCM_2589\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2589-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2589\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2642/\" title=\"MCM_2642\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2642-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2642\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2661/\" title=\"MCM_2661\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2661-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2661\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2675/\" title=\"MCM_2675\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2675-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2675\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2691/\" title=\"MCM_2691\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2691-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2691\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2694/\" title=\"MCM_2694\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2694-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2694\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2700/\" title=\"MCM_2700\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2700-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2700\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2709/\" title=\"MCM_2709\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2709-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2709\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2720/\" title=\"MCM_2720\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2720-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2720\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2722/\" title=\"MCM_2722\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2722-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2722\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2725/\" title=\"MCM_2725\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2725-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2725\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2731/\" title=\"MCM_2731\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2731-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2731\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2734/\" title=\"MCM_2734\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2734-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2734\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2737/\" title=\"MCM_2737\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2737-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2737\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2740/\" title=\"MCM_2740\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2740-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2740\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2747/\" title=\"MCM_2747\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2747-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2747\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2749/\" title=\"MCM_2749\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2749-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2749\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2752/\" title=\"MCM_2752\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2752-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2752\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2765/\" title=\"MCM_2765\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2765-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2765\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2771/\" title=\"MCM_2771\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2771-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2771\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2783/\" title=\"MCM_2783\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2783-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2783\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2787/\" title=\"MCM_2787\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2787-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2787\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2796/\" title=\"MCM_2796\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2796-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2796\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2798/\" title=\"MCM_2798\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2798-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2798\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2805/\" title=\"MCM_2805\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2805-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2805\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2808/\" title=\"MCM_2808\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2808-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2808\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2810/\" title=\"MCM_2810\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2810-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2810\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2812/\" title=\"MCM_2812\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2812-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2812\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2819/\" title=\"MCM_2819\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2819-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2819\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2846/\" title=\"MCM_2846\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2846-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2846\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2864/\" title=\"MCM_2864\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2864-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2864\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2878/\" title=\"MCM_2878\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2878-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2878\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2891/\" title=\"MCM_2891\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2891-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2891\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2913/\" title=\"MCM_2913\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2913-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2913\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2928/\" title=\"MCM_2928\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2928-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2928\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2929/\" title=\"MCM_2929\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2929-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2929\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2937/\" title=\"MCM_2937\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2937-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2937\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2938/\" title=\"MCM_2938\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2938-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2938\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2939/\" title=\"MCM_2939\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2939-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2939\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2941/\" title=\"MCM_2941\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2941-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2941\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2942/\" title=\"MCM_2942\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2942-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2942\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2946/\" title=\"MCM_2946\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2946-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2946\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2947/\" title=\"MCM_2947\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2947-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2947\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2953/\" title=\"MCM_2953\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2953-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2953\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2956/\" title=\"MCM_2956\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2956-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2956\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2961/\" title=\"MCM_2961\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2961-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2961\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2962/\" title=\"MCM_2962\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2962-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2962\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2964/\" title=\"MCM_2964\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2964-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2964\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2965/\" title=\"MCM_2965\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2965-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2965\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2967/\" title=\"MCM_2967\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/07/MCM_2967-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2967\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2968/\" title=\"MCM_2968\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2968-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2968\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2972/\" title=\"MCM_2972\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2972-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2972\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2973/\" title=\"MCM_2973\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2973-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2973\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2974/\" title=\"MCM_2974\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2974-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2974\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2975/\" title=\"MCM_2975\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2975-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2975\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2976/\" title=\"MCM_2976\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2976-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2976\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2979/\" title=\"MCM_2979\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2979-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2979\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2981/\" title=\"MCM_2981\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2981-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2981\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2983/\" title=\"MCM_2983\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2983-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2983\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2985/\" title=\"MCM_2985\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2985-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2985\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2987/\" title=\"MCM_2987\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2987-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2987\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2989/\" title=\"MCM_2989\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2989-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2989\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2993/\" title=\"MCM_2993\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2993-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2993\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_2996/\" title=\"MCM_2996\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_2996-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_2996\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_3000/\" title=\"MCM_3000\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_3000-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_3000\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_3007/\" title=\"MCM_3007\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_3007-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_3007\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_3008/\" title=\"MCM_3008\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_3008-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_3008\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_3014/\" title=\"MCM_3014\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_3014-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_3014\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_3017/\" title=\"MCM_3017\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_3017-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_3017\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_3018/\" title=\"MCM_3018\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_3018-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_3018\" /></a>\n<a href=\"http://ma.tt/2009/07/africa-ulusaba/mcm_3021/\" title=\"MCM_3021\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/07/MCM_3021-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_3021\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Aug 2009 17:00: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Andy Skelton: WordPress Search plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://andy.wordpress.com/?p=282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://andy.wordpress.com/2009/08/21/wordpress-search-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3171:\"<div class=\"snap_preview\"><br /><p>My Google Summer of Code 2009 student, <a href=\"http://justinshreve.com/\">Justin Shreve</a>, has done an excellent job creating a new search <abbr title=\"Application Programming Interface\">API</abbr> for WordPress. We hope this API will be integrated into the WordPress core because it would simplify replacing the core search functionality and encourage developers to create many more options for searching blogs.</p>\n<p>Justin’s <a href=\"http://wordpress.org/extend/plugins/search/\">Search</a> plugin is actually a package of three plugins. The first plugin installs the API that lets other plugins do the searching. The other two plugins use the API to provide search systems that we think will please most users who are dissatisfied with the built-in WordPress search results: MySQL Fulltext and <a href=\"http://www.google.com/coop/cse/\">Google Custom Search</a>. (The Google plugin requires a Google account.) For the search-savvy, Justin also wrote a <a href=\"http://sphinxsearch.com/\">Sphinx</a>-based plugin, <a href=\"http://wordpress.org/extend/plugins/sphinx-search/\">Sphinx Search</a>. This last one involves installing additional software on the server.</p>\n<p>I’m running the Fulltext plugin on <a href=\"http://skeltoac.com/\">my personal blog</a> so you can try it. Enter a search in the sidebar. On the search results page you can refine your search by specifying whether to search posts, pages, and comments. You can also sort the results by relevance, date, or alphabet. The Advanced Search link leads to a form where you can specify author, categories, tags, and date range.</p>\n<p>Self-hosted WordPress users can install <a href=\"http://wordpress.org/extend/plugins/search/\">Search</a>. (It is not available for WordPress.com… yet.) After activating the main Search plugin you must also activate one of the other plugins: MySQL Fulltext, Google Custom Search, or Sphinx Search. We are anxious to know what you think of it. Justin plans to continue to improve the search system so he will need lots of user feedback.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/andy.wordpress.com/282/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/andy.wordpress.com/282/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/andy.wordpress.com/282/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/andy.wordpress.com/282/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/andy.wordpress.com/282/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/andy.wordpress.com/282/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/andy.wordpress.com/282/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/andy.wordpress.com/282/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/andy.wordpress.com/282/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/andy.wordpress.com/282/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=andy.wordpress.com&blog=155&post=282&subd=andy&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:\"Fri, 21 Aug 2009 09: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:4:\"Andy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Open City Data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2009/08/open-city-data/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:715:\"<p>Yesterday I was part of a press conference by <a href=\"http://www.gavinnewsom.com/\">Mayor Gavin Newsom</a> promoting <a href=\"http://datasf.org/\">DataSF.org</a>, which is one of San Francisco’s first steps at opening up. <a href=\"http://tim.oreilly.com/\">Tim O’Reilly</a> also spoke and made the point to me afterward that as he dives deep into every part of the intersection of technology and government he’s most excited about the prospect for change at the city level. <a href=\"http://www.flickr.com/photos/9511330@N08/sets/72157621963154249/\">Here are some pictures from the event</a>. I think we’ll see more along these lines, and more WordPress, for San Francisco in the future.</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, 21 Aug 2009 01:35:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Starting a Bank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2009/08/starting-a-bank/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7956:\"<p>I often get asked something along the line of, “If you weren’t leading Automattic, what would you work on?” There’s not a single answer to this question; the answer changes day to day. But I think if you asked me today, I’d say I would like to start a bank.</p>\n<p>There are very few people who <em>really </em>love their bank. We’ve all dealt with overage fees that stack up, brain-dead fine print, and a general malaise. There’s also a unique opportunity in that mainstream contempt for financial institutions has never been higher, while at the same time there is an incredible amount of government backing that essentially makes it a no-risk environment. People are hungry just for anything different, something contrarian. A David to the Goliath banking industry.</p>\n<p>The name of my bank would be something supremely boring, like SafeBank. The idea behind it is that bad behaviour in the banking world has been largely inevitable because their compensation structures incented people to do overly risky things. SafeBank would maintain a reserve level 2-3x higher than Fed requirements and any other bank. SafeBank would have no bonuses. Critics would say this would make it impossible to attract top-shelf talent. Every time the bank gets attacked we’d turn it into an advertising opportunity to emphasize why we’re different. “We can’t attract top-shelf talent? We take your money and put it in a vault. We don’t need the million-dollar bonus geniuses on Wall Street to do that. SafeBank. Bank, safe.”</p>\n<p>In fact, the first few years of SafeBank would be largely focused on acquisition through every trick in the book. At the very beginning pull a Gmail/WordPress.com and make it invite-only, which will create a buzz and also allow you to give amazing white-glove service to the initial customers, who will in turn tell their friends and make a ton more buzz. (You can also target certain profitable segments and ultra-safe depositors at first, like Gmail users in San Francisco (using Firefox with an ad-blocker) who make six figures a year.) There would be only one style of checks and debit cards and they’d need a distinctive design so if you saw one you’d say, “What’s that?” which would then start the whole conversation again about how SafeBank is different.</p>\n<p>For the first two years you could also do things like not allow accounts larger than the FDIC-insured limit. No one has ever heard of a bank turning away money! But you’d say that although everything SafeBank does is risk-free, it’s still a startup and if people have more than the insured limit (250k for single, 500k for couples) in an account, they should put the extra somewhere else. Again, this will impact a very low percentage of customers, but everyone will think it’s remarkable. This can be phased out after a few years; in fact, it would be a PR opportunity. “We’ve been in business now long enough that we feel comfortable with larger accounts.” Boom, free coverage.</p>\n<p>I’m a tech guy so of course a lot of focus would be on the website. Imagine an old-time vintage design aesthetic combined with a Google-like simplicity and attention to speed. All logins would be two-factor, with the default being it’d SMS you a one-time code to log in when you gave your email address. A big part of the website would be the blog, of course. It would have a strong Ben Franklin-like common sense voice, and in addition to giving a few cool saving or home tips each week, it would cover at least one financial industry story a day.</p>\n<ul>\n<li>“Bank of America spent $40,000,000 dollars on airplanes last year. We spent $40,000 to develop an iPhone application so you can check your balance from anywhere.” (Hmm, the iPhone app should cost like $2.99.)</li>\n<li>“Here’s how to block advertising when you browse the web with Firefox; it makes the web faster and less annoying.”</li>\n<li>“Goldman Sachs just paid out 16 billion dollars in bonuses to their employees. If we had an extra 16 billion dollars lying around, we’d put it in the bank for a rainy day. (If Goldman had never paid out bonuses they never would have needed government intervention.)”</li>\n<li>“So-and-so Bank’s website requires you to use Internet Explorer. We beg that you don’t, because there are way cooler and faster browsers. Here are 3 open source browsers you can switch to today.”</li>\n<li>“68 Million Reasons Your Bank Sucks. That’s the amount BoA collected last quarter in needless ATM fees.”</li>\n</ul>\n<p>(That’s all made up.) The headlines would almost write themselves, and every time a financial institution is in the news it’d be an opportunity to contrast why SafeBank is different and what the underlying philosophy is behind why it’s different.</p>\n<p>All of the marketing would be on the web and viral, because it’d be an online-only bank like ING Direct. No storefronts where people have to wait in line or risk a bad interaction with a teller, or that get robbed and need insurance; basically a lot of the historical risk of running a bank could be eliminated. When you sign up it would have a “tell your friends about SafeBank” address book feature that would connect you to them if they signed up for an account, give you both money (Bank of America has something like this), and also make it easy to send them money, PayPal-style, if they have an account.</p>\n<p>How would the bank make money? I think it wouldn’t touch anything risky on the financial side — it would be a data company. The first 3 years the focus would be entirely on customer acquisition, marketing, PR, and building a world-class tech team building a rock solid infrastructure. SafeBank would make way, way less money than banks currently do, but it would be more than enough to build an amazing product in a sustainable way, like Craigslist did with newspaper classifieds. After a certain milestone, say 100 billion in deposits, I would buy or clone <a href=\"http://mint.com/\">Mint</a>. SafeBank would have more (and more accurate) data about its customers than almost any other company in the world other than credit card companies, so the online interface would have Mint-like lead generation offers based on that information. For example, you spend $140 a month on electricity, but if you switch to this new solar provider you’d save $200 a year. Think of it like Gmail contextual advertising but based on where you spend your money rather than the words in an email. There also might be aggregate data opportunities for economic research or targeting, but I’m not sure if I like the privacy implications there.</p>\n<p>SafeBank couldn’t raise VC or anything like that because having any sort of exit expectations would completely kill the safety story, but I think it could be bootstrapped and after a few years would be hugely profitable. Its existence would also put huge pressure on existing banks because depositors would be leaving in droves, putting pressure on their reserve requirements. Existing banks couldn’t compete in a traditional way because they have such a sordid history of customer apathy and bad PR. SafeBank wouldn’t be trying to capture their profits, it would largely be destroying them and making much smaller amounts of money in non-traditional bank ways. It would be somewhat like a credit union, but for the masses.</p>\n<p>Anyway, this is just how my mind wandered this morning while brushing my teeth. Tomorrow I’ll think the last industry I’d every want to be in is banking. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> </p>\n<p>Would you trust your money to SafeBank?</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, 20 Aug 2009 18:25:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:14:\"Matt: Gravatar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14558\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2009/08/gravatar/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"<p><a href=\"http://en.gravatar.com/\">Gravatar gets a light visual refresh</a>, portent of things to come.</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, 20 Aug 2009 16:36:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"Weblog Tools Collection: WordPress Plugin Releases for 08/20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://weblogtoolscollection.com/archives/2009/08/20/wordpress-plugin-releases-for-0820/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3127:\"<h3>New Plugins</h3>\n<p><a href=\"http://case.oncle-tom.net/code/wordpress/wp-less/\">WP Less</a></p>\n<p>LESS adds variables, mixins, inheritance and a lot of usefull functions to speed up, organize and improve CSS productivity. It detects all LESS stylesheets and compile them on the fly, considering cache and last modified time of the *.less files.</p>\n<p><a href=\"http://blog.endlich-wochenen.de/?p=343\">PictoBrowser</a></p>\n<p>It can show Picasa and Flickr galleries with the help of <a href=\"http://www.db798.com/pictobrowser/\">PictoBrowser</a> in WordPress.</p>\n<p><a href=\"http://scribu.net/wordpress/merge-tags\">Merge Tags</a></p>\n<p>A simple plugin that lets you combine tags (and other post terms).</p>\n<p><a href=\"http://unasked.com/webmasters/wp-plugin\">UnAsked</a></p>\n<p>The plugin allows your users to ask / answer questions on your site.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.dev4press.com/2009/08/16/gd-press-tools-1-7-0/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various administration, seo, maintenance and security related tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, change some aspects of WordPress, see detailed server settings and information</p>\n<p><a href=\"http://blog.avirtualhome.com/2009/08/14/updated-wordpress-plugin-avh-amazon-3-1/\">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. In the plugin reference is made to Wishlist only but you can use your Baby Registry ID or Wedding Registry ID as well.</p>\n<p><a href=\"http://blog/avirtualhome.com/wordpress-plugins/avh-first-defense-against-spam/\">AVH First Defense Against Spam</a></p>\n<p>The AVH First Defense Against Spam plugin gives you the ability to block spammers before any content is served. Spammers are identified by checking if the visitors IP exists in a database served by stopforumspam.com, the Project Honey Pot or a local blacklist.</p>\n<p><a href=\"http://denzeldesigns.com/wordpress-plugins/video-sidebar-widgets/\">Video Sidebar Widget</a></p>\n<p>A Video Widget written in latest Widgets API. It enables the user to embed FlashVideo from various video sharing networks into the widgetised sidebar of a WordPress powered blog.</p>\n<p><a href=\"http://sudarmuthu.com/wordpress/geo-mark\">Geo Mark</a></p>\n<p>Geo Mark is a WordPress Plugin which will automatically locate Geo information in your WordPress posts using Yahoo Placemaker and YQL API’s which can be exposed through template functions or as Geo RSS. v0.5 removed hard coded Plugin path and fixed a couple of bugs.</p>\n<p><a href=\"http://thecuriousfrog.com/projects/last-modified-footer/\">Last Modified Footer</a></p>\n<p>The Last Modified Footer plugin generates a message stating the date / time the content being viewed was last modified. This information can be placed in the site footer, or elsewhere on the page.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Aug 2009 13:45: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:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Publisher Blog: WordCamp SF: Google & What You Need to Know\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://publisherblog.automattic.com/?p=579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://publisherblog.automattic.com/2009/08/20/matt-cuts-google-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2167:\"<div class=\"snap_preview\"><br /><p>For publishers looking at the search traffic benefits of WordPress, Matt Cutts from the Web Spam team at Google, offers his take:</p>\n<blockquote><p>WordPress takes care of 80-90% of (the mechanics of) Search Engine Optimization (SEO)</p></blockquote>\n<p>Below is a great video of Matt speaking at <a href=\"http://2009.sf.wordcamp.org/\">WordCamp SF 2009</a> about how Google search works and what publishers should be doing to ensure proper indexing:</p>\n<ins>\n<div class=\"video-player\" id=\"x-video-0\">\n </div></ins>\n<p>[ Slides from Matt\'s presentation available on <a href=\"http://www.mattcutts.com/blog/seo-for-bloggers/\">mattcutts.com</a> ]</p>\n<br /><a href=\"http://publisherblog.automattic.com/2009/08/20/matt-cuts-google-seo/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/lAZUouJF/matt-cutts-straight-from-google-wcsf09_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/579/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/579/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/579/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/579/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/579/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/579/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/579/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/579/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/579/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/579/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=579&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, 20 Aug 2009 08:02:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:72:\"WordPress.tv: Matt Cutts: Straight from Google – What You Need to Know\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2458\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2009/05/30/matt-cutts-google-sf09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1394:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-62\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/05/30/matt-cutts-google-sf09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/lAZUouJF/matt-cutts-straight-from-google-wcsf09_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2458/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2458/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2458/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2458/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2458/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2458/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2458/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2458/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2458/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2458/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2458&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:\"Wed, 19 Aug 2009 03:45:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:55:\"Weblog Tools Collection: 10 Useful WordPress Hook Hacks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2009/08/18/10-useful-wordpress-hook-hacks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1602:\"<p>If you are a WordPress developer or designer or have been messing around in the world of WordPress for any period of time, you have by no doubt heard of WordPress hooks. Hooks are a set of custom written functions that can be added to existing functions in the WordPress core to increase, improve or remove functionality. WordPress plugins make extensive use of hooks to latch onto various portions of the WordPress themes or to the admin interface in order to provide the additional functionality or to perform certain actions in certain parts of the code. If you are looking to understand hooks, learn about all the action and filter hooks and all the deprecated hooks, find the latest changes and understand how hooks can be used in customizing WordPress, I suggest you look at Adam’s <a href=\"http://adambrown.info/p/wp_hooks\">WordPress hooks database</a>.</p>\n<p>Smashing Magazine has listed <a href=\"http://www.smashingmagazine.com/2009/08/18/10-useful-wordpress-hook-hacks/\">10 Useful WordPress Hook Hacks</a> in which they do some useful things by using the hook functionality. Many of these are already being performed by various plugins and by itself serves no new purpose. However, as a learning tool or as a catalyst for plugin authors to try new things, this list can be very useful. For example, the “Get entire post or page in a PHP variable” is similar to the technique used by <a href=\"http://www.google.com/search?hl=en&q=matt+asides&aq=f&oq=&aqi=\">Matt’s asides</a> and later replicated in various Asides plugins written for WordPress.</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, 18 Aug 2009 22:50:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mark Ghosh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WP Blackberry: BIS Support in New Beta 0.9.0.149 Available Now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://blackberry.wordpress.org/?p=147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blackberry.wordpress.org/2009/08/18/bis-support-beta-149/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2538:\"<div class=\"snap_preview\"><br /><p>Thanks to all your feedback, we have a new beta <a href=\"http://blackberry.wordpress.org/install\">available for download</a> today.</p>\n<p>The most requested feature <a href=\"http://blackberry.wordpress.org/2009/07/28/beta-140-available-now/\">that we’ve been working on</a>, is support for <a href=\"http://en.wikipedia.org/wiki/BlackBerry_Internet_Service\">BIS</a> via the BIS-B connection layer. We’d love feedback in the <a href=\"http://blackberry.forums.wordpress.org/\">forums </a> on how BIS is working for people on various devices and with different providers.</p>\n<p>In addition to BIS support, the new beta includes the following:</p>\n<ul>\n<li>Added support for the <a href=\"http://blackberry.trac.wordpress.org/ticket/63\">“more” tag</a> in both pages and posts</li>\n<li>Tweaks to the UI based on user feedback</li>\n<li>Most error messages are now localized</li>\n<li>App now work even when the device memory is set to “encryption mode on”</li>\n</ul>\n<p>Looking forward to <a href=\"http://blackberry.forums.wordpress.org/\">all of your feedback</a>.</p>\n<p>And a special thanks to Schalk Neethling of <a href=\"http://opensourcereleasefeed.com/2009/08/wordpress-admin-on-the-blackberry-yes-its-true/\">OpenSource Release Feed</a> for his contributions and recent help on this app.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpblackberry.wordpress.com/147/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpblackberry.wordpress.com/147/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpblackberry.wordpress.com/147/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpblackberry.wordpress.com/147/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpblackberry.wordpress.com/147/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpblackberry.wordpress.com/147/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpblackberry.wordpress.com/147/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpblackberry.wordpress.com/147/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpblackberry.wordpress.com/147/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpblackberry.wordpress.com/147/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blackberry.wordpress.org&blog=8247031&post=147&subd=wpblackberry&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, 18 Aug 2009 16:51:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 08/18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6516\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/08/18/wordpress-theme-releases-for-0816/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1724:\"<h4><a href=\"http://www.shoutpedia.com/outdated-themes/\">Outdated</a></h4>\n<p><a href=\"http://www.shoutpedia.com/demo/\"><img title=\"Outdated\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/Outdated.gif\" alt=\"Outdated\" width=\"200\" height=\"113\" /></a></p>\n<p>Two column fixed width WordPress theme with some admin options at the back end.</p>\n<h4><a href=\"http://wordpress.org/extend/themes/so-fresh\">So Fresh</a></h4>\n<p><img title=\"So Fresh\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/SoFresh.png\" alt=\"So Fresh\" width=\"200\" height=\"141\" /></p>\n<p>A right sidebar theme that is nice and clean with emphasis on stunning typography.</p>\n<h4><a href=\"http://www.dkszone.net/2009/08/jade-free-3-column-wordpress-theme-from.html\">Jade</a></h4>\n<p><a href=\"http://jade.dkszone.0fees.net/\"><img title=\"Jade\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/Jade.png\" alt=\"Jade\" width=\"200\" height=\"111\" /></a></p>\n<p>JADE is a 3 column dark WordPress theme with left and right sidebars. This SEO optimized theme has been designed to accommodate a Wide Skyscraper (160×600) in the left sidebar and two 125×125 Ad Units in the right sidebar.</p>\n<h4><a href=\"http://www.xhtml.am/blog/2009/08/old-memories-free-wordpress-theme/\">Old Memories</a></h4>\n<p><a href=\"http://www.xhtml.am/demo/index.php?wptheme=OldMemories\"><img title=\"Old Memories\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/OldMemories.png\" alt=\"Old Memories\" width=\"200\" height=\"150\" /></a></p>\n<p>Two column white and grey, widget ready theme.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to get listed out 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:\"Tue, 18 Aug 2009 13:09:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:12:\"Matt: TEDMED\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14555\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2009/08/tedmed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:388:\"<p><a href=\"http://www.tedmed.com/\">I’m going to be attending TEDMED this year</a>. I think we’re at a crucial juncture for health, where in my lifetime we’ll look back at our treatments today with the same wonder as we have when contemplating medicine before the understanding of germs. I have a feeling TEDMED will be the best spot to get a glimpse of this future.</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, 18 Aug 2009 07:14: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: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:56:\"Weblog Tools Collection: Tips To Protect WordPress Admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://weblogtoolscollection.com/archives/2009/08/17/tips-to-protect-wordpress-admin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://weblogtoolscollection.com/archives/2009/08/17/tips-to-protect-wordpress-admin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:811:\"<p>WordPress is pretty secure and they release updates periodically to fix loopholes, to stay safe you should always make sure to upgrade to the latest version of the software whenever they are available.</p>\n<p>However there are several more ways in which you can protect your WordPress admin from getting misused or hacked.</p>\n<p>The folks at WP Beginners have come up with a list of 11 vital tips to better protect your WordPress admin area, the tips include using a plugin to create stealth login URLs, limiting login attempts to a certain limit so that you don’t get hit with a brute force attack among other things.</p>\n<p><a href=\"http://www.wpbeginner.com/wp-tutorials/11-vital-tips-and-hacks-to-protect-your-wordpress-admin-area/\">11 Vital Tips and Hacks to Protect Your WordPress Admin Area</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 17 Aug 2009 23:15: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: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: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:33:\"Dougal Campbell: Retheme: Stage 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:33:\"http://dougal.gunters.org/?p=1687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:745:\"<p>I’ve pulled the trigger on the first stage of <a href=\"http://dougal.gunters.org/blog/2009/08/05/time-for-redesign\">my site re-theme</a>.</p>\n<p>Right now, it’s still a pretty clean slate. I’ve switched over to the Thematic theme (actually a child theme using Thematic as its template), and done just a few quick stylesheet fixes and personal plugin tweaks. Currently, there are still a few warts which I need to iron out (some sidebar styles on sub-pages that need fixing, and such).</p>\n<p>More major style/branding changes will come later, but this “tabula rasa” state of things will help motivate me to continue making changes.</p>\n<p>If you spot any obvious glitches, please feel free to point them out.</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, 17 Aug 2009 23:00:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"Weblog Tools Collection: Why Is Gravatar Still Not Mainstream?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6505\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/08/17/why-is-gravatar-still-not-mainstream/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3150:\"<p>Remember <a href=\"http://en.gravatar.com/\">Gravatar</a>? That service Automattic acquired <a href=\"http://blog.gravatar.com/2007/10/18/automattic-gravatar/\" target=\"_blank\">back on October 18th</a>, 2007. It’s nearing two years since the acquisition and I don’t know about you but, I don’t feel as though Gravatar has gone mainstream. Just as a refresher course, the idea behind Gravatar is to host a globally-recognized avatar that is tied to an email address. This means that using your Gravatar is as simple as using the same email address to sign up to supported services/software that you used on Gravatar.com.</p>\n<div id=\"attachment_6506\" class=\"wp-caption aligncenter\"><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/earlydays.png\" alt=\"Same Idea Exists Today From 2004\" title=\"earlydays\" width=\"464\" height=\"170\" class=\"size-full wp-image-6506\" /><p class=\"wp-caption-text\">Same Idea Exists Today From 2004</p></div>\n<p>Doing a bit of history, Gravatar has been around since <strong>at least 2004</strong>. At least that is as far back as the <a href=\"http://web.archive.org/web/*/http://gravatar.com\" target=\"_blank\">Web Archive</a> has records of it which makes it all the more surprising that more services and software do not support it out of the box. For example, Twitter, Facebook, phpBB, all have their own way of handling avatars. No support what so ever for the Gravatar service, even though there are numerous examples of <a href=\"http://en.gravatar.com/site/implement\" target=\"_blank\">how to implement it</a>.</p>\n<p>Could it be that we are really better off with each system managing avatars in their own way? Or is it the fact that most end users of various software and or services have not spoken loudly enough to have Gravatar support built in? My request is for software developers not to ditch their own avatar management solution, but to build Gravatar support in addition to. At least in this fashion, you could gauge how popular the use of Gravatar is to manage avatars on your software/service compared to your home grown solution opting to use one, the other, or both.</p>\n<p>Gravatar is now hosted under the guide of Automattic, a company that has proven with WordPress.com that they know what they’re doing when it comes to scalability and server infrastructure. Users of bbPress, WordPress.com, and the self installed version of WordPress are spoiled to have Gravatar support built right into the software. To this day, I don’t think the Gravatar idea has come to fruition which is why I’m asking you to contact the developers of your favorite software or services which has its own version of avatar management and let them know you want Gravatar support to be built in. At the very least, a mod or plugin to add the functionality to the software should suffice. </p>\n<p>If you participate in this event, be sure to let me know the response you receive in the comments below. Also feel free to link to plugins or mods that add Gravatar support to their respective pieces of software as it would be nice to have all of that information in one place.</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, 17 Aug 2009 09:52: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: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: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:45:\"Alex King: Updated Carrington Core and Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=3566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2009/08/16/updated-carrington-core-and-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1138:\"<p>The <a href=\"http://carringtontheme.com\">Carrington CMS theme framework for WordPress</a> has been updated to <a href=\"http://carringtontheme.com/2009/08/carrington-core-2-5/\">version 2.5</a>. I’ve also released updated versions of all of our Carrington themes with the latest core, new documentation, and other misc. enhancements and bug fixes:</p>\n<ul>\n<li><a href=\"http://carringtontheme.com/2009/08/carrington-blog-2-2/\">Carrington Blog 2.2</a></li>\n<li><a href=\"http://carringtontheme.com/2009/08/carrington-text-1-3/\">Carrington Text 1.3</a></li>\n<li><a href=\"http://carringtontheme.com/2009/08/carrington-mobile-1-1/\">Carrington Mobile 1.1</a></li>\n<li><a href=\"http://carringtontheme.com/2009/08/carrington-jam-1-3/\">Carrington JAM 1.3</a></li>\n</ul>\n<p>WordPress developers, be sure to check out the <a href=\"http://carringtontheme.com/developers/\">documentation</a> we’ve added about the Carrington framework. I’m also gathering questions for a follow-up Q&A to be posted this week – send in your topics.</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=3566&type=feed\" alt=\"\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 16 Aug 2009 20:31:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"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: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:24:\"Matt: OS X Optimizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2009/08/os-x-optimizations/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"<p><a href=\"http://monolingual.sourceforge.net/\">Monolingual</a> is a Open Source utility for Mac OS X that removes all the not-needed languages from your computer, freeing up hundreds of megabytes. My Mac mini is going “laggy” with the mouse jumping around instead of being smooth when I move the cursor around — any more tips for optimizations?</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, 16 Aug 2009 19:50:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 08/16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6501\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/08/16/wordpress-plugin-releases-for-0816-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:3132:\"<h3>New Plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/post-event/\">Post Event</a></p>\n<p>You often ask how could you create event using wordpress, organize jobs meeting, party or holidays with your friends and contact them easily ? Then “Post Event” is THE events plugin for wordpress you are looking for!</p>\n<p><a href=\"http://sudarmuthu.com/wordpress/wp-irc\">WP-IRC Plugin</a></p>\n<p>WP-IRC Plugin can fetch the number of users online in any IRC channel and can be scheduled to auto refresh it every x.minutes. The count thus fetched can be displayed in the sidebar of your blog using a sidebar widget provided by the Plugin.</p>\n<p><a href=\"http://www.thulasidas.com/ezTrans\">Easy Translator</a></p>\n<p>Easy Translator is a plugin to translate other plugins.Plugin authors who want to clean up their internationalization will appreciate Easy Translator because it does a fuzzy string matching to highlight possible repetitions and conflicts among key strings. Note that Easy Translator is not a blog page translator for a blogger.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/text-hover/\">Text Hover</a></p>\n<p>Add hover text to regular text in posts. Handy for providing explanations of names, terms, phrases, and acronyms mentioned in your blog.</p>\n<p><a href=\"http://calendarscripts.info/weight-loss-calculator-wp.html\">Weight Loss Calculator</a></p>\n<p>Display fully functional weight loss planning calculator in any post or a page. Use a simple tag to include the calculator in any place. The calculator helps readers to plan their diet and warns them if they set unhealthy weight loss goal.</p>\n<p><a href=\"http://www.killabot.net/\">Killabot APx</a></p>\n<p>The Killabot APx System has been designed to detect certain characteristics common amongst anonymizing proxies. Their signatures are sometimes hard to detect but there is an algoritm that can return results with a very high degree of accuracy.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.dev4press.com/2009/08/11/gd-press-tools-1-6-0/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various administration, seo, maintenance and security related tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, change some aspects of WordPress, see detailed server settings and information. Plugin can also track posts and pages views for various popularity lists.</p>\n<p><a href=\"http://www.blogtrafficexchange.com/old-post-promoter/\">Old Post Promoter</a></p>\n<p>The primary function of the plugin is its capability to promote older blog posts by reviving them and returning them to the front page and sending them back in to the RSS feed.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/to-do-list/\">To-Do List Plugin</a></p>\n<p>Users can now use the TinyMCE editor included with WordPress to format their To-Do List! There is an option to use the plain and simple editor from the previous version.</p>\n<p>So are you a plugin author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your plugin</a> to us to get featured in these releases.</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, 16 Aug 2009 16:58:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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 Development Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://weblogtoolscollection.com/archives/2009/08/16/wordpress-theme-development%c2%a0tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:663:\"<p><a href=\"http://themeshaper.com/wordpress-theme-development-tools-tutorial/\">WordPress Theme Development Tools</a>.: ThemeShaper puts together a list of many of the ingredients required to develop your own WordPress themes including the test content that helps to test the demo the functionality of WordPress themes and tutorials to help beginners get started. The inclusion of useful development tools such as Firefox extensions and even links to free text editors are appreciated. The one inclusion that I would have expected from the blog of a theme framework developer would have been a list of theme frameworks that a beginner could get started with.</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, 16 Aug 2009 13:27: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:\"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:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Dougal Campbell: Jumping Into WordPress Plugin Programming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://dougal.gunters.org/?p=1677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3324:\"<p><a href=\"http://wordcampbirmingham.org/\"><img class=\"alignright size-full wp-image-1682\" title=\"WordCamp Birmingham 2009\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2009/08/wcbhm09.jpg\" alt=\"WordCamp Birmingham 2009\" width=\"356\" height=\"141\" /></a>In a few weeks, I will be a presenter at <a title=\"Alabama, not England\" href=\"http://wordcampbirmingham.org/\">WordCamp Birmingham 2009</a> (that’s Birmingham, Alabama, not England, by the way). Last year, I did a presentation on “<a title=\"Future of WordPress slideshow on SlideShare\" href=\"http://www.slideshare.net/DougalCampbell/the-future-of-wordpress-presentation-presentation?type=powerpoint\">The Future of WordPress</a>“, shortly before the release of version 2.7. I briefly considered doing the same thing this year, updated with speculation about the upcoming versions 2.9 and 3.0, but that seemed like a cop-out. I wanted to do something a little deeper.</p>\n<p>One of the things that always frustrates me about starting to work with a new programming language, or with a new framework for a language I already know, is the initial learning curve. Everybody wants to start out with the ubiquitous “Hello, World” example, which is great for a quick syntax example, but is pretty useless for practical purposes. I always want a good primer which doesn’t assume I’m a complete beginner, and dives right into useful examples. I want to know how to find the existing pieces of the system that are going to make my life easier. So I thought others might appreciate something like that for <a href=\"http://wordpress.org/\">WordPress</a> plugin programming.</p>\n<p>So that’s going to be my presentation topic this year. I’m going to try to create an introduction to creating plugins for WordPress. While there are bits of the process that can be complex, the real meat of the <acronym title=\"Application Interface\"><span class=\"caps\">API</span></acronym> hooks (filters and actions) are really pretty simple. And I think that with a good overview, those who aren’t already familiar with programming for WordPress can get up-to-speed more quickly than if they had to discover everything by searching the web and using trial-and-error. While I will try to keep things as simple as possible, I’m going to assume that my target audience will at least have a basic knowledge of programming concepts to include what functions and arrays are. You won’t have to be a <a href=\"http://php.net/\"><acronym title=\"Php Hypertext Processor\"><span class=\"caps\">PHP</span></acronym></a> expert, or even be able to sit down and write a program from scratch without a reference book handy.</p>\n<p>I will, of course, make the presentation available online when the WordCamp arrives. And since I’ll be limited by time in my presentation, I’d like to publish an expanded version here later as a series of articles where I can go into more depth.</p>\n<p>I’ve already started a rough outline of what I want to cover. But I’d welcome any ideas or questions on this topic. If you are already familiar with programming, but you’re new to programming in the WordPress framework, what questions have you had? What concepts confuse you? What areas would you like to see covered?</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, 16 Aug 2009 05:15: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:6:\"Dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"Weblog Tools Collection: Not So Thankless After 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=6491\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://weblogtoolscollection.com/archives/2009/08/15/not-so-thankless-after-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:5974:\"<p>Back in early July, I asked the question <a href=\"http://weblogtoolscollection.com/archives/2009/07/10/is-wordpress-a-thankless-community/\">is WordPress a thankless community?</a> Not surprisingly, this post struck a chord with both developers and end users. The point of the article was to raise awareness that there are a number of people who give to the WordPress community and it seemed as though a large portion of the community was not stopping to at least say thank you for the contributions. In the article, I present a few different methods for showing appreciation or for giving back but too many people in the comments focused on the monetary aspect of the situation which is not what I had in mind. </p>\n<p>In this post, I’m going to highlight a number of different ideas, comments, and blog posts that came out of the discussion.</p>\n<p>First, we have Matt Mullenweg who shares his thoughts on the idea that WordPress is a thankless community. This was a question and answer session at WordCamp Montreal where someone in the audience must have been reading WeblogToolsCollection.com. Who ever asked Matt this question, thank you! The question was asked at 33:40.</p>\n<p><center></center></p>\n<p>Donnacha of <a href=\"http://wordskill.com/\">WordSkill</a> published a comment that I thought captured the essence of what I was trying to get across. </p>\n<blockquote><p>Yeah, a dollar – that’s a days pay for some people in this world.</p>\n<p>One of the key points of the Open Source movement, and it is something that is a risk of being lost in this mad rush towards commercializing the WordPress eco-system, we are meant to be working together to lift up all humanity, not just privileged Westerners.</p>\n<p>IF A PLUGIN IS WORTH A DOLLAR, surely we should be sending hundreds to the folks who contributed to the WordPress core?</p>\n<p>… but they would laugh, possibly even be insulted, because their efforts are about something much bigger than grubbing a few lousy tips.</p>\n<p>Thank plugin authors, link to them, credit them, try to be helpful on their forums, install WordPress for a neighbor. If they request donations, sure, buy them a beer, but don’t forget that this project used to be about something higher, and certainly don’t criticize other users who either cannot or don’t want to donate</p></blockquote>\n<p>We had a number of people write about this particular subject on their own blogs and I’d like to highlight a few posts that I think make for a great read.</p>\n<p><a href=\"http://blog.nrajesh.com/code-is-poetry\" target=\"_blank\">Code Is Poetry</a><br />\n<a href=\"http://scribu.net/wordpress/wordpress-community-appreciation.html\" target=\"_blank\">Scribu turns the tables and thanks his users</a><br />\n<a href=\"http://www.politicalbyline.com/2009/07/10/time-to-thank-the-people-that-make-this-blog-what-it-is/\" target=\"_blank\">Extending thanks outside of WordPress</a><br />\n<a href=\"http://blogdesignstudio.com/wordpress-plugins/thanks-to-all-the-developers-you-rock/\" target=\"_blank\">Thanks to all the developers, you rock!</a><br />\n<a href=\"http://www.academicsandbox.com/blog/?p=234\" target=\"_blank\">Academic Sandbox looks at this issue from a generational point of view</a></p>\n<p>I have one more link that features an idea that I have really gotten behind called <a href=\"http://unfoldingneurons.com/2009/donate-friday\" target=\"_blank\">Donate Friday</a>. DonateFriday exists to socially show some love to plugin or theme authors every Friday. The way it works is you choose a theme or plugin author to donate to, place their name and a link to their plugin or theme in the tweet, and then add in the #donatefriday hashtag so that it can be tracked. I’ve participated in this event twice and it’s a cool way to not only show some love, but to spread the word of plugins you take value in. If you want to see it in action, check out the <a href=\"http://search.twitter.com/search?q=%23donatefriday\" target=\"_blank\">hashtag search</a> on Twitter.</p>\n<p>Last but not least, I wanted to point you in the direction of a Codex article which discusses how to <a href=\"http://codex.wordpress.org/Contributing_to_WordPress\" target=\"_blank\">contribute to WordPress</a> because much of the same material can be applied to theme and plugin authors. But the most interesting part of this page is the section describing the donation of money which is what I’ll leave you with to ponder.</p>\n<blockquote><p>The WordPress Community exists because everyone takes part in some way, by giving their time, energy, and sometimes even money, because they believe in the valuable services WordPress provides. We invite you to join the community in whatever way you feel is appropriate, and giving money to WordPress Theme and Plugin authors and developers who give so freely of their creativity and expertise by offering their services for free to all WordPress users is a good place to start.</p>\n<p>If you use a WordPress Theme or Plugin and your WordPress blog depends upon it, contact the author and find out how you can give back and support their continued efforts. It takes a lot of time and energy to create and then support their Themes and Plugins, keeping them updated as WordPress changes and bugs are found. Many take donations or appreciate it when you blog about their Plugin or Theme. Others offer their Plugins and Themes as experiential portfolios – you play with it, you like it, you hire them. Most clearly indicate how they appreciate compensation for their hard work – give back to WordPress by giving back to them.</p>\n<p>The more the WordPress Community supports the programmers, developers, testers, and challengers, the stronger and better WordPress becomes. Sometimes that means donating money, sometimes it means saying thank you.</p>\n<p>Just remember, every contribution counts, no matter what it looks like. It takes every one of us to make WordPress better. </p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Aug 2009 18:15:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:67:\"WordPress.tv: Jeremy Clarke: Caching and Optimization for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2451\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.tv/2009/07/11/jeremy-clarke-optimization-montreal09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1454:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-42\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/07/11/jeremy-clarke-optimization-montreal09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/P1pO85U7/wordpressmontreal-cachingandoptimizationforwordpresswithjeremyclarkewordca112_scruberthumbnail_0.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2451/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2451/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2451/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2451/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2451/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2451/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2451/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2451/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2451/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2451/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2451&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:\"Sat, 15 Aug 2009 05:00:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WordPress.tv: Jérôme Paradis and Kim Vallée: The Perfect Migration to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2440\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2009/07/11/jerome-paradis-kim-vallee-migration-montreal09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-44\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/07/11/jerome-paradis-kim-vallee-migration-montreal09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/CZvCkhA5/wordpressmontreal-theperfectwordpressmigrationwithkimvalleeandjeromeparad384_scruberthumbnail_0.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2440/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2440/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2440/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2440/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2440/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2440/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2440/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2440/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2440/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2440/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2440&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:\"Sat, 15 Aug 2009 04:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.tv: Jeremy Clarke: Intro to WordPress Theming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2434\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.tv/2009/07/12/jeremy-clarke-theming-montreal09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1441:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-39\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/07/12/jeremy-clarke-theming-montreal09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/UzcOapDx/wordpressmontreal-wordcampmontreal09introtothemingwithjeremyclarke120_scruberthumbnail_0.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2434/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2434/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2434/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2434/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2434/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2434/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2434/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2434/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2434/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2434/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2434&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:\"Sat, 15 Aug 2009 04:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:52:\"WordPress.tv: Andy Peatling: Cooking with BuddyPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.tv/2009/07/11/andy-peatling-cooking-with-buddypress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1447:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-43\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/07/11/andy-peatling-cooking-with-buddypress/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/QwcRevTe/wordpressmontreal-cookingwithbuddypresswithandypeatlingwordcampmontreal09676_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2424/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2424/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2424/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2424/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2424/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2424/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2424/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2424/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2424/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2424/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2424&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:\"Sat, 15 Aug 2009 04:15:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:69:\"WordPress.tv: Brendan Sera-Shriar: FlashPress – Bridging Two Worlds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.tv/2009/07/12/brendan-sera-shriar-flashpress-montreal09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1430:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-40\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/07/12/brendan-sera-shriar-flashpress-montreal09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/66CUoxwn/wordpressmontreal-wordcampmontreal09intotoflashpress603_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2416/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2416/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2416/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2416/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2416/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2416/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2416/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2416/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2416/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2416/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2416&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:\"Sat, 15 Aug 2009 04:00:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:69:\"Weblog Tools Collection: WP.me: URL Shortening Service From WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://weblogtoolscollection.com/archives/2009/08/14/wordpress-url-shortening-service/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://weblogtoolscollection.com/archives/2009/08/14/wordpress-url-shortening-service/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:992:\"<p>URL Shortening services are in vogue these days, however there are so many to choose from, which one should you use and which one should you not?</p>\n<p>If you are a WordPress user, the dilemma ends here, WordPress now have their own URL shortening service in the form of WP.me, short and sweet right.</p>\n<p>Highlights about WP.me</p>\n<ul>\n<li>WP.me is the only two-letter .me domain in the world. </li>\n<li>Every blog and post on WordPress.com has a WP.me URL now. </li>\n<li>These are all exposed in the <head> using rel=shortlink. </li>\n<li>It doesn’t work for any URL in the world, just WP.com-hosted ones. </li>\n<li><strong>The links are permanent, they will work as long as WordPress.com is around.</strong></li>\n<li>WP.me is spam-free, because we are constantly monitoring and removing spam from WP.com.</li>\n</ul>\n<p>To learn more about this new URL Shortening service, check out this <a href=\"http://en.blog.wordpress.com/2009/08/14/shorten/\">release post</a> by Matt.</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, 15 Aug 2009 03:28:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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:33:\"WordPress.tv: Matt Mullenweg: Q&A\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2009/07/11/matt-mullenweg-qa-montreal09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1426:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-45\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/07/11/matt-mullenweg-qa-montreal09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/LSaS4VTY/wordpressmontreal-wordcampmontreal09qawithmattmullenweg948_scruberthumbnail_0.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2241/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2241/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2241/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2241/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2241/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2241/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2241/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2241/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2241/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2241/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2241&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:\"Sat, 15 Aug 2009 03: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: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:22:\"Matt: Diminishing Data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/08/diminishing-data/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"<p><a href=\"http://www.roughtype.com/archives/2009/08/the_diminishing.php\">The diminishing returns on data</a>, by Nick Carr riffing on an interesting interview with Hal Varian.</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, 15 Aug 2009 01:28: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: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 08/14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://weblogtoolscollection.com/archives/2009/08/14/wordpress-theme-releases-for-0814-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:1603:\"<h4><a href=\"http://themocracy.com/2009/08/ringbinder-free-wordpress-theme/\">Ringbinder</a></h4>\n<p><a href=\"http://themocracy.com/2009/08/ringbinder-free-wordpress-theme/\"><img title=\"Ringbinder\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/Ringbinder.gif\" alt=\"Ringbinder\" width=\"200\" height=\"107\" /></a></p>\n<p>Ringbinder has been updated; is a free WordPress theme, two-column, with a right sidebar, it’s now compatible with WordPress version 2.7 upwards, and all set for threaded comments</p>\n<h4><a href=\"http://wordpress.org/extend/themes/old-popular-yolk\">Old Popular Yolk</a></h4>\n<p><img title=\"Old Popular Yolk\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/OldPopularYolk.png\" alt=\"Old Popular Yolk\" width=\"200\" height=\"150\" /></p>\n<p>Old Popular Yolk is a free WordPress theme that is easy to customise and minimal, featuring a print stylesheet and some exciting CSS3 treats. Supports threaded comments for WordPress 2.7 and beyond. Aligned to a vertical and horizontal grid, with a whiff of the International Typographic Style</p>\n<h4>wpShow [removed, premium theme]</h4>\n<p><img title=\"WPShow\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/WPShow.jpg\" alt=\"WPShow\" width=\"200\" height=\"107\" /></p>\n<p>wpShow is a video theme for your blog enables you to feature videos as posts alongside with the regular blog posts. Widget and gravatar ready and supports three different styles.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to get listed in these releases.</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, 14 Aug 2009 14:13:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"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: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:27:\"Matt: Evolution of Blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2009/08/evolution-of-blogging/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"<p><a href=\"http://gigaom.com/2009/08/13/the-evolution-of-blogging/\">The Evolution of Blogging</a> by Om Malik.</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, 14 Aug 2009 07:40:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:41:\"Matt: Real-Time, Productive Communication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14547\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2009/08/real-time-productive-communication/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"<p><a href=\"http://camp.woothemes.com/2009/08/real-time-productive-communication/\">Real-Time, Productive Communication</a> (using <a href=\"http://p2theme.com/\">P2</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, 13 Aug 2009 19:24:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"WordPress.tv: Brad Williams: WordPress Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.tv/2009/07/11/brad-williams-security-montreal09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1375:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-46\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/07/11/brad-williams-security-montreal09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/fP5HcYMj/williams_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2236/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2236/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2236/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2236/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2236/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2236/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2236/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2236/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2236/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2236/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2236&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:\"Thu, 13 Aug 2009 03:45: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: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: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:49:\"WordPress.tv: Jane Wells: The Future of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2209\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.tv/2009/07/12/jane-wells-wordpress-montreal09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1437:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-41\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/07/12/jane-wells-wordpress-montreal09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/gvJtZr7D/wordpressmontreal-wordcampmontreal09thefutureofwordpresswithjanewells955_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2209/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2209/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2209/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2209/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2209/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2209/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2209/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2209/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2209/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2209/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2209&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:\"Thu, 13 Aug 2009 03:15:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 08/12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://weblogtoolscollection.com/archives/2009/08/12/wordpress-theme-releases-for-0812-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:2266:\"<h4><a href=\"http://www.dkszone.net/2009/08/metisca-free-2-column-wordpress-theme.html\">Metisca</a></h4>\n<p><a href=\"http://metisca.dkszone.0fees.net/\"><img title=\"Metisca\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/Metisca.png\" alt=\"Metisca\" width=\"200\" height=\"97\" /></a></p>\n<p>Metisca is a 2-column right sidebar SEO optimized theme designed especially for Google Adsense 336×280 Ad unit and commonly available 300×250 Ad Units from Advertisers. The header has a simple yet elegant look with pearl white title and slogan text over a beautiful Sky Blue background.</p>\n<h4><a href=\"http://www.xhtml.am/blog/2009/08/electric-xhtml-free-wordpress-theme/\">Electric XHTML</a></h4>\n<p><a href=\"http://www.xhtml.am/demo/index.php?wptheme=ElectricXHTML\"><img title=\"electricxhtml\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/electricxhtml.png\" alt=\"electricxhtml\" width=\"200\" height=\"100\" /></a></p>\n<p>Two column, widget ready theme in black</p>\n<h4><a href=\"http://www.smashingthemes.com/free-wordpress-themes/dark-side/\">Dark Side</a></h4>\n<p><a href=\"http://demo.smashingthemes.com/?wptheme=Dark+Side\"><img title=\"darkside\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/darkside.jpg\" alt=\"darkside\" width=\"200\" height=\"67\" /></a></p>\n<p>A dark colored, two column, widget ready and WordPress 2.5-2.8 compatible WordPress theme. Also, check out <a href=\"http://www.smashingthemes.com/free-wordpress-themes/enlighten/\">Enlighten</a> from the same author.</p>\n<h4><a href=\"http://www.slimmity.com/2009/08/playground-01/\">Playground</a></h4>\n<p><a href=\"http://demo.slimmity.com/index.php?wptheme=Playground01\"><img title=\"Playground\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/Playground.png\" alt=\"Playground\" width=\"200\" height=\"150\" /></a></p>\n<p>A two column theme that comes widget ready. With Sociable and WP-PageNavi plugins preloaded. Using a green-brown color scheme.</p>\n<h4><a href=\"http://www.imyj.com/free-download-simple-imyj-wordpress-theme/\">IMYJ</a></h4>\n<p><img title=\"IMYJ\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/IMYJ.png\" alt=\"IMYJ\" width=\"200\" height=\"167\" /></p>\n<p>Simple two column theme in white, with black text, and blue links.</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, 12 Aug 2009 18:40: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: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:27:\"Donncha: WordPress MU 2.8.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ocaoimh.ie/?p=89495230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ocaoimh.ie/wordpress-mu-2-8-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2381:\"<p><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL211LndvcmRwcmVzcy5vcmcv\">WordPress MU</a> is a multi user or multi blog version of WordPress that is used to run sites like <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5jb20v\">WordPress.com</a>.</p>\n<p>Today’s WordPress MU release is 2.8.4, a <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZGV2ZWxvcG1lbnQvMjAwOS8wOC8yLTgtNC1zZWN1cml0eS1yZWxlYXNlLw==\">security release</a> that fixes an annoying bug that allowed any user to change the admin password. Your password was never at risk however so it’s more an annoyance than anything else. </p>\n<p>Oh, thanks to everyone who tested the exploit on my blog. See? You didn’t get my password! <img src=\"http://ocaoimh.ie/wp-includes/images/smilies/icon_razz.gif\" alt=\":P\" class=\"wp-smiley\" /> </p>\n<p>Upgrade automatically from within your dashboard (first <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTItOC0zLw==\">fix the upgrader</a> if you haven’t updated to 2.8.3 yet), or download the new release from the <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL211LndvcmRwcmVzcy5vcmcvZG93bmxvYWQv\">download page</a> and upgrade manually, overwriting your current install with the new files.</p>\n<p><strong>Edit:</strong> <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29tNC5jb20uYXUv\">James Collins</a> noticed that line 164 of wp-login.php wasn’t merged properly. If you downloaded 2.8.4, please grab 2.8.4<em>a</em>. Thanks James for the prompt feedback!</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=89495230\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Aug 2009 10:06:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"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: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:82:\"Weblog Tools Collection: The Correct Way To Report A Security Issue With WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://weblogtoolscollection.com/archives/2009/08/12/the-correct-way-to-report-a-security-issue-with-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3306:\"<p><img src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/wordpress-security1-150x150.png\" alt=\"wordpress-security1\" title=\"wordpress-security1\" width=\"150\" height=\"150\" class=\"alignright size-thumbnail wp-image-6477\" />If you don’t know by now, <a href=\"http://wordpress.org/development/2009/08/2-8-4-security-release/\">WordPress 2.8.4 has hit the public</a> and it addresses a mild but hugely annoying issue. There <a href=\"http://www.milw0rm.com/exploits/9410\">was no advanced warning</a> regarding the vulnerability but it was quickly patched in the core of WordPress for the next release. Unfortunately, word quickly spread and in fact, even my site <a href=\"http://www.wptavern.com\">WPTavern.com</a> was affected by the problem as I received an email letting me know what my new password was even though I didn’t request one. Here are the details regarding the annoyance:</p>\n<blockquote><p>a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn’t allow remote access, but it is very annoying.</p></blockquote>\n<p>Thus WordPress 2.8.4. However, there are certain ways in which to respectfully report security vulnerabilities. An article on the vulnerability <a href=\"http://www.programmerfish.com/wordpress-security-flaw-reset-admin-password-of-any-blog-without-confirmation/\">published by Programmerfish.com</a> in my opinion did more harm than good. The article discusses the vulnerability, explains how to put it in practice, then goes on to show some examples of the vulnerability in action which the author performed on sites they didn’t own. The author tries to justify his/her actions by stating that it was just a proof-of-concept. The author has taken plenty of heat from folks in the comments which I believe to be appropriate. </p>\n<h2>The Correct Way:</h2>\n<p>If you discover a security problem with WordPress, this is the correct way to go about it. If you believe you’ve found a security problem in a release of WordPress please send mail to <strong>security at the WordPress.org domain</strong> and we’ll do our best to address it as soon as possible.</p>\n<p>It is standard practice to notify the vendor (the WordPress developers, in this case) of a security problem before publicizing so a fix can be prepared and public damage due to the vulnerability minimized. </p>\n<p>If you would like to see this method put into practice, check out the <a href=\"http://corelabs.coresecurity.com/index.php?module=FrontEndMod&action=view&type=advisory&name=WordPress_Privileges_Unchecked\">report time line from CoreLabs</a>, a research and development company that discovered the privileges unchecked in admin.php problem which lead to the release of WordPress 2.8.1. They notified the WordPress team on June 6th of the problem. By communicating back and forth, the issue was resolved by July 8th. A day after, the new versions of WordPress and WordPress MU were released to the public to minimize damage of the exploit. In this situation, everyone wins.</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, 12 Aug 2009 08:15: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: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:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Alex King: Analytics360° 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=3555\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://alexking.org/blog/2009/08/11/analytics360-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1525:\"<p>I’m pleased to announce that version 1.1 of Analytics360°, a great <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin from <a href=\"http://mailchimp.com\" rel=\"external\">MailChimp</a> that provides awesome Google and MailChimp analytics data and visualizations in your WordPress admin, is now available.</p>\n<p><strong><a href=\"http://wordpress.org/extend/plugins/analytics360/\">Download it here</a></strong></p>\n<p>This release addresses a handful of issues that were reported in <a href=\"http://alexking.org/blog/2009/07/14/analytics-360-1-0\">version 1.0</a>, and has been well received in <a href=\"http://groups.google.com/group/analytics360-discussion/browse_thread/thread/4b9083df5181f795?hl=en&pli=1\" rel=\"external\">testing on the Google Group</a>. Hopefully the revisions in version 1.1 will make the plugin compatible with most server configurations.</p>\n<p>If you do have problems, the best places to go for answers are:</p>\n<ul>\n<li><a href=\"http://groups.google.com/group/analytics360-discussion\">The Analytics360° Google Group</a></li>\n<li><a href=\"http://wphelpcenter.com/\">WordPress HelpCenter</a>, (512) 788-9236</li>\n</ul>\n<p>My thanks to the MailChimp team who have been awesome to work with. My team at <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> and I are very pleased to have been the developers for this plugin and are excited about the new release.</p>\n<p>Enjoy!</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=3555&type=feed\" alt=\"\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Aug 2009 02:22:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: WordPress 2.8.4: Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/08/2-8-4-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:723:\"<p>Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn’t allow remote access, but it is very annoying.</p>\n<p>We fixed this problem last night and have been testing the fixes and looking for other problems since then. <a href=\"http://wordpress.org/download/\">Version 2.8.4 which fixes all known problems is now available for download</a> and is highly recommended for all users of WordPress.</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, 12 Aug 2009 01:41: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: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:55:\"Publisher Blog: OnStar Selects WordPress MU and bbPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://publisherblog.automattic.com/2009/08/11/onstar-selects-wordpress-bbpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2241:\"<div class=\"snap_preview\"><br /><p>Thanks <a href=\"http://www.google.com/profiles/Davezilla\">Dave</a> for letting us know that <a href=\"http://onstar.com\">OnStar</a>, the vehicle safety and security service, has selected <a href=\"http://mu.wordpress.org\">WordPress MU</a> and the <a href=\"http://bbpress.org\">discussion forum platform bbPress</a> for their new <a href=\"http://onstarconnections.com/\">OnStar Connections</a> site:<br />\n<a href=\"http://onstarconnections.com\"><img src=\"http://wordpresspublishers.files.wordpress.com/2009/08/onstar-connections.png?w=640&h=573\" alt=\"onstar-connections\" title=\"onstar-connections\" width=\"640\" height=\"573\" class=\"alignnone size-full wp-image-620\" /></a></p>\n<p>There is some lively discussions going on in the <a href=\"http://onstarconnections.com/forums/\">forums</a>, which also have <a href=\"http://gravatar.com\">Gravatar</a> support turned on.</p>\n<p>[ Visit <a href=\"http://onstarconnections.com/\">OnStar Connections</a> ]</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/619/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/619/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/619/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/619/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/619/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/619/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/619/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/619/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/619/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/619/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=619&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, 11 Aug 2009 23:22:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:73:\"WordPress.tv: Douglas Hanna: Showcasing the Showcase – WordCamp SF 2009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2389\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wordpress.tv/2009/08/11/douglas-hanna-showcasing-the-showcase-wordcamp-sf-2009/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1397:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-0\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/08/11/douglas-hanna-showcasing-the-showcase-wordcamp-sf-2009/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/loHujSXs/doug-hanna_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2389/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2389/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2389/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2389/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2389/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2389/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2389/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2389/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2389/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2389/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2389&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, 11 Aug 2009 15:30:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Michael Pick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"Weblog Tools Collection: Feedburner Feed Replacement Plugin Broken!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=6461\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://weblogtoolscollection.com/archives/2009/08/11/feedburner-feed-replacement-plugin-broken/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2713:\"<p><strong>UPDATE: As from the comments below and various emails I have received, this might be an isolated issue related to my combination of code and plugins. Many people continue to use Feedburner Feed Replacement without any issues.</strong></p>\n<p>If you have been using the <a href=\"http://www.google.com/support/feedburner/bin/answer.py?hl=en&answer=78483\">Feedburner Feed Replacement Plugin</a> originally from <a href=\"http://orderedlist.com/wordpress-plugins/feedburner-plugin/\">Steve Smith</a>, and have not checked your feeds lately, it might be worth a few minutes of your time to do so. Just browse to your blog’s feed address (http://yourblog.com/feed/) and if you are redirected to your Feedburner feed, you are fine. Otherwise you need to uninstall the Feedburner plugin and <a href=\"http://wordpress.org/extend/plugins/search.php?q=feedburner\">get something else</a>.</p>\n<p>About a month ago, this blog’s feed count lost about 5000 readers in one feel swoop which is a huge number and a rude wake up call for us. This has happened before with Feedburner and I thought the count would go back up once Feedburner straightened out their data. But alas, that was not to be. I was relegated to thinking that either our posts have reduced so much in quality that people are unsubscribing in droves or there is some errant code on this blog somewhere. Even before this occurred, we had started putting more effort and resources into writing better articles and publishing more useful news for you. So I started trimming the fat (I had a bunch of stats javascripts and the like which are now gone, a good result of this exercise) and looking through plugins. Little did it occur to me that the Feedburner plugin might be the culprit.</p>\n<p>In all honesty, I have not had the chance to figure out <em>why </em>the plugin stopped working but I did some research on the web and no-one seems to have noticed the problem. It might be an isolated case where my configurations or combination of plugins on this blog is causing the issue but I highly doubt it. The Feedburner plugin page says that the plugin works with <a href=\"http://www.google.com/support/feedburner/bin/answer.py?hl=en&answer=78483\">WordPress 2.5 and below</a>. I replaced that plugin with the one from John Watson and everything seems to be working fine again. The feed counts might not go up right away (we are putting more effort and resources into writing better articles and publishing more useful news for you) but I feel better knowing that everything is kosher on the feed side.</p>\n<p>Do you use the Feedburner Feed Replacement Plugin? Was feed broken? What other Feedburner plugins do you use and like?</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, 11 Aug 2009 13:03: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: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:4:\"date\";s:29:\"Tue, 25 Aug 2009 13:52:54 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:13:\"accept-ranges\";s:5:\"bytes\";s:10:\"connection\";s:5:\"close\";s:4:\"etag\";s:23:\"\"2b51f-4a93eaf6-17429c\"\";s:13:\"last-modified\";s:29:\"Tue, 25 Aug 2009 13:45:26 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:14:\"content-length\";s:6:\"177439\";}s:5:\"build\";i:20081219;}','no'),(193,0,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Aug 2009 13:52:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"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:31:\"cais on \"BNS Featured Category\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/bns-featured-category/#post-12600\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Aug 2009 02:59:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12600@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:\"Displays most recent posts from a specific featured category or categories.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"cais\";s: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:\"tierrainnovation on \"Extend KSES\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend-kses/#post-12585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Aug 2009 20:11:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12585@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:116:\"This plugin extends the HTML functionality of the kses.php file inside wp-includes by allowing additional html tags.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"tierrainnovation\";s: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:\"mpraetzel on \"Event Page 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:58:\"http://wordpress.org/extend/plugins/event-page/#post-12583\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Aug 2009 18:49:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12583@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:123:\"The Event Page Plugin allows you to create a page, category page or post on your wordpress blog that lists all your events.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"mpraetzel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"bobking on \"Guest Blogger\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/guest-blogger/#post-12581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Aug 2009 15:31: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:\"12581@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:114:\"Simplifies the process of finding a guest blogger, searching for an\ninteresting post and creating a guest account.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"bobking\";s: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:\"robbliu on \"WP-DoubanShow\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-doubanshow/#post-12580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Aug 2009 14:12:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12580@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:137:\"Show your douban\'s collections and recommendations in a page, just put <?php doubanshow(); ?> in your template.DEMO: robb\'s douban.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"robbliu\";s: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:36:\"gopiplus on \"Graphical admin report\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/graphical-admin-report/#post-12578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Aug 2009 05:46:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12578@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:\"This plug-in will display the graphical report for admin about post count, user registration, comments posted activity.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"gopiplus\";s: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:\"Lioncourt on \"Logical Captcha\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/logical-captcha/#post-12577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Aug 2009 03:32: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:\"12577@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:130:\"Integrates a logic captcha to verify that the registrant is a human and not a spam bot instead of using distorted images or audio.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Lioncourt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"prometh on \"WP-HTML-Compression\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/wp-html-compression/#post-12576\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Aug 2009 21:26:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12576@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:\"Reduce file size by safely removing all standard comments and unnecessary white space from an HTML document.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"prometh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"cstrosser on \"TPC! vCard\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/tpc-vcard/#post-12573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Aug 2009 15:38: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:\"12573@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:103:\"TPC! vCard allows WordPress administrators to import vCards and create new users from that information.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"cstrosser\";s: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:41:\"enseitankado on \"WP OnlyWire Auto Poster\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/wp-onlywire-auto-poster/#post-12572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Aug 2009 15:23:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12572@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Autosubmits a excerpt of a posts to Onlywire when the post published.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"enseitankado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"thejimgaudet on \"Advanced AdSense\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/advanced-adsense/#post-12570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Aug 2009 14:31:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12570@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"A simple plugin to help make your Google AdSense Ads display better, more relevant ads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"thejimgaudet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"strangerstudios on \"SS Old URLs\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/ss-old-urls/#post-12563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Aug 2009 03:29:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12563@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"This plugin allows you to add URL redirects through the WP admin for old content URLs. For example, you can redirect /about.html to /about/.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"strangerstudios\";s: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:30:\"nischalmaniar on \"DM Archives\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/dm-archives/#post-12559\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Aug 2009 19:13: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:\"12559@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:192:\"Author: Nischal Maniar\nAuthor URI: <a href=\"http://nischalmaniar.info\" rel=\"nofollow\">http://nischalmaniar.info</a>\n\nDisplays monthly archives along with post titles and optional post excerpts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"nischalmaniar\";s: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:49:\"gopiplus on \"Translucent image slideshow 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:83:\"http://wordpress.org/extend/plugins/translucent-image-slideshow-gallery/#post-12549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Aug 2009 16:44: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:\"12549@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Don\'t just display images, showcase them in style using this Translucent image slideshow gallery plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"gopiplus\";s: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:41:\"herrpfleger on \"YouTubeThumb2CustomField\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/youtubethumb2customfield/#post-12545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 Aug 2009 20:49:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12545@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"YouTubeThumb2CustomField plugin checks post content for embeded YouTube video and inserts thumbnail-url into custom field.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"herrpfleger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:13:\"last-modified\";s:19:\"2009-08-25 02:59:53\";s:4:\"etag\";s:34:\"\"a811f84feb2d7b6dae46ff495915e02c\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"7191\";s:4:\"date\";s:29:\"Tue, 25 Aug 2009 13:52:57 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(207,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1251251577','no'),(208,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1251208377','no'),(192,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1251251577','no'),(196,0,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Aug 2009 13:52:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"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:26:\"robbliu on \"WP-DoubanShow\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-doubanshow/#post-12580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Aug 2009 14:12:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12580@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:137:\"Show your douban\'s collections and recommendations in a page, just put <?php doubanshow(); ?> in your template.DEMO: robb\'s douban.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"robbliu\";s: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:\"denishua on \"Super Image 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:65:\"http://wordpress.org/extend/plugins/super-image-plugin/#post-6181\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 Jul 2008 11:31:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"6181@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:42:\"Super Image tools is a image manage plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"denishua\";s: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:31:\"pairg on \"Simple Group Manager\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/opensso-plugin/#post-12266\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Aug 2009 20:21: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12266@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:47:\"Manage the user\'s groups and the group\'s roles.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"pairg\";s: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:29:\"HungryMedia on \"Multipost MU\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/multipost-mu/#post-12229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Aug 2009 18:18:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12229@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Multipost MU is a Wordpress MU plugin that allows you to publish a post to your top-level blog and have it be automatically posted on ALL sub-blogs.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"HungryMedia\";s: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:24:\"benmillett on \"VimeoRSS\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/vimeorss/#post-4833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 13 Mar 2008 18:07: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:41:\"4833@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:116:\"A non-JavaScript badge generator for videos in one\'s vimeo account. This behaves similarly to the flickrrss 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:10:\"benmillett\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"kovshenin on \"Twitter Friendly Links\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/twitter-friendly-links/#post-10414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2009 13:53: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:\"10414@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:\"Your very own TinyURL within your OWN domain! If you DO promote your blog posts in Twitter, then you MUST make your links look cool!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"kovshenin\";s: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:24:\"roggie on \"Login-Logout\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/login-and-out/#post-12203\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Aug 2009 14:10: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12203@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Stable:1.1\n\nAdds a user friendly widget to make login/logout easy. Compatible WP 2.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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"roggie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"flarefox on \"Skydrive Directlink\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/skydrive-directlink/#post-12285\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Aug 2009 13:03: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:\"12285@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"Auto update the direct link of skydrive file. Using this plugin, you can get a permanent direct link of any skydrive file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"flarefox\";s: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:31:\"fuzzyseo on \"Fuzzy SEO Booster\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/fuzzy-seo-booster/#post-12472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 Aug 2009 13:57:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12472@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"FuzzySEO Booster embeds long tail search queries on your pages to increase search engine traffic!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"fuzzyseo\";s: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:31:\"stefano.verna on \"WP MarkItUp!\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-markitup/#post-6643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Aug 2008 06:23:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"6643@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:\"Replaces the old \"quicktags\" toolbar with MarkItUp, a lightweight costumizable markup editor with XHTML, Textile, Wiki, Markdown and BBcode toolbars!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"stefano.verna\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"misanthrop on \"WP Download Codes\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/wp-download-codes/#post-12409\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Aug 2009 14:56: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:\"12409@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 plugin enables to generation and management of download codes for .zip files. It was written to enable the free download of records and CDs with d\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"misanthrop\";s: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:19:\"Sirlon on \"gMapTip\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gmaptip/#post-12325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 Aug 2009 02:33: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:\"12325@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 Google Maps Tooltips to your Posts & Pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Sirlon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"cais on \"BNS Featured Category\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/bns-featured-category/#post-12600\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Aug 2009 02:59:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12600@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:\"Displays most recent posts from a specific featured category or categories.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"cais\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Braekling on \"WP-Piwik\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-piwik/#post-11076\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jun 2009 15:14:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"11076@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"This plugin adds a piwik stats site to your WordPress dashboard.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Braekling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"0xTC on \"WP Quote Tweets\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/wp-quote-tweets/#post-11313\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 2009 15:29:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"11313@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"Allows authors to quote Twitter updates in posts or pages using a simple shortcode. [quotetweet tweetid=123456789].\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"0xTC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:13:\"last-modified\";s:19:\"2009-08-24 14:12:02\";s:4:\"etag\";s:34:\"\"bdd5511cf8c5a9add39997cd47eac11f\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"6841\";s:4:\"date\";s:29:\"Tue, 25 Aug 2009 13:52:57 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(210,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1251208377','no'),(209,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1251251577','no'),(195,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1251251577','no'),(179,0,'wporg_popular_tags','O:8:\"stdClass\":2:{s:7:\"timeout\";i:1251206635;s:6:\"cached\";a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:3:\"950\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:3:\"819\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:3:\"610\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:3:\"577\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:3:\"574\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:3:\"524\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:3:\"475\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:3:\"335\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"333\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:3:\"305\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:3:\"293\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:3:\"259\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"257\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"228\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"226\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:3:\"209\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"182\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"181\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"164\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"163\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"150\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"148\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"147\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"146\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"143\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"141\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"140\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"137\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"137\";}s:10:\"formatting\";a:3:{s:4:\"name\";s:10:\"Formatting\";s:4:\"slug\";s:10:\"formatting\";s:5:\"count\";s:3:\"133\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"133\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"128\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"127\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"126\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"123\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"120\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"114\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"114\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"112\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"112\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"104\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"103\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:2:\"93\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:2:\"92\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:2:\"91\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:2:\"91\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:2:\"89\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:2:\"85\";}s:4:\"digg\";a:3:{s:4:\"name\";s:4:\"Digg\";s:4:\"slug\";s:4:\"digg\";s:5:\"count\";s:2:\"85\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:2:\"84\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:2:\"84\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:2:\"83\";}s:11:\"integration\";a:3:{s:4:\"name\";s:11:\"integration\";s:4:\"slug\";s:11:\"integration\";s:5:\"count\";s:2:\"82\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:2:\"81\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:2:\"80\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:2:\"79\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:2:\"78\";}s:8:\"bookmark\";a:3:{s:4:\"name\";s:8:\"bookmark\";s:4:\"slug\";s:8:\"bookmark\";s:5:\"count\";s:2:\"78\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:2:\"78\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:2:\"75\";}s:6:\"flickr\";a:3:{s:4:\"name\";s:6:\"flickr\";s:4:\"slug\";s:6:\"flickr\";s:5:\"count\";s:2:\"75\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:2:\"75\";}s:9:\"bookmarks\";a:3:{s:4:\"name\";s:9:\"bookmarks\";s:4:\"slug\";s:9:\"bookmarks\";s:5:\"count\";s:2:\"74\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:2:\"73\";}s:4:\"wpmu\";a:3:{s:4:\"name\";s:4:\"wpmu\";s:4:\"slug\";s:4:\"wpmu\";s:5:\"count\";s:2:\"71\";}s:6:\"random\";a:3:{s:4:\"name\";s:6:\"random\";s:4:\"slug\";s:6:\"random\";s:5:\"count\";s:2:\"69\";}s:5:\"feeds\";a:3:{s:4:\"name\";s:5:\"feeds\";s:4:\"slug\";s:5:\"feeds\";s:5:\"count\";s:2:\"69\";}s:5:\"yahoo\";a:3:{s:4:\"name\";s:5:\"yahoo\";s:4:\"slug\";s:5:\"yahoo\";s:5:\"count\";s:2:\"68\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:2:\"66\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:2:\"65\";}s:4:\"blog\";a:3:{s:4:\"name\";s:4:\"blog\";s:4:\"slug\";s:4:\"blog\";s:5:\"count\";s:2:\"65\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:2:\"64\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:2:\"64\";}s:8:\"template\";a:3:{s:4:\"name\";s:8:\"template\";s:4:\"slug\";s:8:\"template\";s:5:\"count\";s:2:\"64\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:2:\"63\";}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";s:2:\"61\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:2:\"59\";}s:8:\"blogroll\";a:3:{s:4:\"name\";s:8:\"blogroll\";s:4:\"slug\";s:8:\"blogroll\";s:5:\"count\";s:2:\"58\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:2:\"57\";}s:4:\"atom\";a:3:{s:4:\"name\";s:4:\"atom\";s:4:\"slug\";s:4:\"atom\";s:5:\"count\";s:2:\"56\";}s:11:\"delicious-1\";a:3:{s:4:\"name\";s:9:\"delicious\";s:4:\"slug\";s:11:\"delicious-1\";s:5:\"count\";s:2:\"56\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:2:\"56\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:2:\"55\";}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";s:2:\"54\";}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";s:2:\"53\";}s:7:\"archive\";a:3:{s:4:\"name\";s:7:\"archive\";s:4:\"slug\";s:7:\"archive\";s:5:\"count\";s:2:\"53\";}s:5:\"music\";a:3:{s:4:\"name\";s:5:\"music\";s:4:\"slug\";s:5:\"music\";s:5:\"count\";s:2:\"53\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:2:\"52\";}s:3:\"php\";a:3:{s:4:\"name\";s:3:\"php\";s:4:\"slug\";s:3:\"php\";s:5:\"count\";s:2:\"52\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:2:\"52\";}s:5:\"tweet\";a:3:{s:4:\"name\";s:5:\"tweet\";s:4:\"slug\";s:5:\"tweet\";s:5:\"count\";s:2:\"52\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:2:\"51\";}s:18:\"social-bookmarking\";a:3:{s:4:\"name\";s:18:\"social bookmarking\";s:4:\"slug\";s:18:\"social-bookmarking\";s:5:\"count\";s:2:\"51\";}s:14:\"authentication\";a:3:{s:4:\"name\";s:14:\"authentication\";s:4:\"slug\";s:14:\"authentication\";s:5:\"count\";s:2:\"50\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:2:\"50\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:2:\"50\";}s:4:\"date\";a:3:{s:4:\"name\";s:4:\"date\";s:4:\"slug\";s:4:\"date\";s:5:\"count\";s:2:\"49\";}s:4:\"mail\";a:3:{s:4:\"name\";s:4:\"mail\";s:4:\"slug\";s:4:\"mail\";s:5:\"count\";s:2:\"48\";}s:3:\"cms\";a:3:{s:4:\"name\";s:3:\"cms\";s:4:\"slug\";s:3:\"cms\";s:5:\"count\";s:2:\"48\";}s:6:\"quotes\";a:3:{s:4:\"name\";s:6:\"quotes\";s:4:\"slug\";s:6:\"quotes\";s:5:\"count\";s:2:\"47\";}}}','no'),(200,0,'_transient_feed_mod_f7f50662ffbe1db3ab09ba6004e96898','1251208374','no'),(204,0,'_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4','1251208375','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,3,'_wp_attached_file','2009/04/avatar1.jpg'),(2,4,'_wp_attached_file','2009/04/cropped-avatar11.jpg'),(3,4,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"330\";s:6:\"height\";s:3:\"293\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'108\'\";s:4:\"file\";s:28:\"2009/04/cropped-avatar11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"cropped-avatar11-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"cropped-avatar11-300x266.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"266\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4,2,'_edit_lock','1251206273'),(5,2,'_edit_last','1'),(6,2,'_wp_page_template','default'),(7,1,'_edit_lock','1239464487'),(8,1,'_edit_last','1'),(13,2,'Author','Avatar Deb Quintessa'),(16,1,'Author','Avatar Deb Quintessa'),(24,29,'_wp_attached_file','2009/05/cropped-headshot-5-30-b.jpg'),(25,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"330\";s:6:\"height\";s:3:\"293\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'108\'\";s:4:\"file\";s:35:\"2009/05/cropped-headshot-5-30-b.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:35:\"cropped-headshot-5-30-b-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:35:\"cropped-headshot-5-30-b-300x266.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"266\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(26,30,'_wp_attached_file','2009/05/cropped-headshot-5-30-c.jpg'),(27,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"330\";s:6:\"height\";s:3:\"293\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'108\'\";s:4:\"file\";s:35:\"2009/05/cropped-headshot-5-30-c.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:35:\"cropped-headshot-5-30-c-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:35:\"cropped-headshot-5-30-c-300x266.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"266\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(28,31,'_wp_attached_file','2009/05/cropped-headshot-5-30-g.jpg'),(29,31,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"330\";s:6:\"height\";s:3:\"293\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'108\'\";s:4:\"file\";s:35:\"2009/05/cropped-headshot-5-30-g.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:35:\"cropped-headshot-5-30-g-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:35:\"cropped-headshot-5-30-g-300x266.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"266\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(30,32,'_wp_attached_file','2009/05/cropped-headshot-5-30-i.jpg'),(31,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"330\";s:6:\"height\";s:3:\"293\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'108\'\";s:4:\"file\";s:35:\"2009/05/cropped-headshot-5-30-i.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:35:\"cropped-headshot-5-30-i-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:35:\"cropped-headshot-5-30-i-300x266.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"266\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(32,33,'_edit_lock','1251206897'),(33,33,'_edit_last','1'),(34,34,'_wp_attached_file','2009/05/avatar2.jpg'),(35,34,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"698\";s:6:\"height\";s:3:\"702\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'95\'\";s:4:\"file\";s:19:\"2009/05/avatar2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"avatar2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"avatar2-298x300.jpg\";s:5:\"width\";s:3:\"298\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(36,33,'_wp_page_template','links.php'),(37,37,'_wp_attached_file','2009/05/avatar1-newb.jpg'),(38,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"417\";s:6:\"height\";s:3:\"513\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'78\'\";s:4:\"file\";s:24:\"2009/05/avatar1-newb.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"avatar1-newb-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"avatar1-newb-243x300.jpg\";s:5:\"width\";s:3:\"243\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_category` int(4) NOT NULL default '0', `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,2,'2009-04-04 07:27:58','2009-04-04 11:27:58','<h3 style=\"text-align: left;\">I\'m a new Avatar in Second Life (SL).</h3>\r\n<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days to follow, she set about breathing life into me ... her SL alter-ego. </p>','Hello Real Life!',0,'','publish','open','open','','hello-world','','','2009-04-11 11:41:25','2009-04-11 15:41:25','',0,'http://0011f36.netsolhost.com/ProAvatarBlog/?p=1',0,'post','',1),(2,1,'2009-04-04 07:27:58','2009-04-04 11:27:58','<p style=\"text-align: left;\"><!--more--></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Introducing Avatar <strong><em>Deb Quintessa</em></strong>, a unique custom-created digital persona and the online alter-ego of real person (RP) Debbie Newman, Chief People Person for Working Relationships.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"color: #5F0056;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\">Ms. Quintessa resides in \'Second LIfe\' (SL) -- an interative 3D virtual reality world conceived of and constructed by fellow SL avatar residents. She and her </span><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\">real person (RP) Debbie Newman, are collaborating to design and develop highly interactive Web-3D virtual learning simulations to respond to the professional development and learning needs of real life (RL) peers and clients of Working Relationships. </span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Ms. Quintessa will chronical the RL and SL experiences she and Debbie have as they proceed to build engaging and immersive distance learning simulations. Hopefully, by following the progress detailed in this blog, you will learn from their successes and also their mis-steps so you won\'t have to make the same mistakes they do.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Please, as you follow this blog, contribute your advice, questions, comments, concerns, ideas, and impressions. Sharing your insights along the way will certainly afford Deb Quintessa and Debbie Newman an opportunity to make better choices as they create their first Web-3D immersive learning experience.</span></span></p>','Confessions of an Avatar',0,'','publish','open','open','','from-birth-to-the-launch-of-an-imersive-learning-simulation','','','2009-08-25 09:05:03','2009-08-25 13:05:03','',33,'http://0011f36.netsolhost.com/ProAvatarBlog/?page_id=2',0,'page','',0),(3,1,'2009-04-04 07:39:55','2009-04-04 11:39:55','http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/04/avatar1.jpg','avatar1.jpg',0,'','inherit','open','open','','avatar1jpg','','','2009-04-04 07:39:55','2009-04-04 11:39:55','',0,'http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/04/avatar1.jpg',0,'attachment','image/jpeg',0),(4,1,'2009-04-04 07:41:06','2009-04-04 11:41:06','http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/04/cropped-avatar11.jpg','cropped-avatar11.jpg',0,'','inherit','closed','open','','cropped-avatar11jpg','','','2009-04-04 07:41:06','2009-04-04 11:41:06','',0,'http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/04/cropped-avatar11.jpg',0,'attachment','image/jpeg',0),(5,1,'2009-04-04 07:27:58','2009-04-04 11:27:58','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','About',0,'','inherit','open','open','','2-revision','','','2009-04-04 07:27:58','2009-04-04 11:27:58','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=5',0,'revision','',0),(6,1,'2009-08-25 09:18:26','2009-08-25 13:18:26','<p style=\"text-align: left;\"><!--more--></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Introducing Avatar <strong><em>Deb Quintessa</em></strong>, a unique custom-created digital persona and the online alter-ego of real person (RP) Debbie Newman, Chief People Person for Working Relationships.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"color: #5F0056;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\">Ms. Quintessa resides in \'Second LIfe\' (SL) -- an interative 3D virtual reality world conceived of and constructed by fellow SL avatar residents. She and her </span><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\">real person (RP) Debbie Newman, are collaborating to design and develop highly interactive Web-3D virtual learning simulations to respond to the professional development and learning needs of real life (RL) peers and clients of Working Relationships. </span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Ms. Quintessa will chronical the RL and SL experiences she and Debbie have as they proceed to build engaging and immersive distance learning simulations. Hopefully, by following the progress detailed in this blog, you will learn from their successes and also their mis-steps so you won\'t have to make the same mistakes they do.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Please, as you follow this blog, contribute your advice, questions, comments, concerns, ideas, and impressions. Sharing your insights along the way will certainly afford Deb Quintessa and Debbie Newman an opportunity to make better choices as they create their first Web-3D immersive learning experience.</span></span></p>','Confessions of an Avatar',0,'','inherit','open','open','','2-autosave','','','2009-08-25 09:18:26','2009-08-25 13:18:26','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=6',0,'revision','',0),(7,1,'2009-04-04 09:13:26','2009-04-04 13:13:26','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','Confessions of an Avatar',0,'','inherit','open','open','','2-revision-2','','','2009-04-04 09:13:26','2009-04-04 13:13:26','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=7',0,'revision','',0),(8,1,'2009-04-05 08:40:25','2009-04-05 12:40:25','<h2 style=\"text-align: left;\">This is Deb Quintessa, a new Avatar from Second Life (SL).</h2>\r\n<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days to follow, she set about breathing life into me ... her SL alter-ego. </p>','Hello Real World!',0,'','inherit','open','open','','1-autosave','','','2009-04-05 08:40:25','2009-04-05 12:40:25','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=8',0,'revision','',0),(9,1,'2009-04-04 07:27:58','2009-04-04 11:27:58','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!',0,'','inherit','open','open','','1-revision','','','2009-04-04 07:27:58','2009-04-04 11:27:58','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=9',0,'revision','',0),(10,1,'2009-04-04 13:26:51','2009-04-04 17:26:51','After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in and I, <strong><em>Deb Quintessa</em></strong> was born in SL on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.\r\n\r\nMy RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.\r\n\r\nMonths passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.\r\n\r\nThen it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \"Train for Success\" meetings that feature innovative thinkers who are using SL for corporae training, meetings, and academic instruction. She decided to attend. \r\n\r\n1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 others from around the real world (represented by their avatars and me) my real person became hooked. And she set about breathing life into me ... her custom-created digital persona and SL alter-ego.','Hello real world!',0,'','inherit','open','open','','1-revision-2','','','2009-04-04 13:26:51','2009-04-04 17:26:51','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=10',0,'revision','',0),(21,1,'2009-04-05 08:32:33','2009-04-05 12:32:33','<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days to follow, she set about breathing life into me ... her SL alter-ego. </p>','Hello Real World! This is Deb Quintessa, an Avatar from Second Life (SL).',0,'','inherit','open','open','','1-revision-7','','','2009-04-05 08:32:33','2009-04-05 12:32:33','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=21',0,'revision','',0),(11,1,'2009-04-04 13:28:17','2009-04-04 17:28:17','<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in and I, <strong><em>Deb Quintessa</em></strong> was born in SL on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \"Train for Success\" meetings that feature innovative thinkers who are using SL for corporae training, meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 others from around the real world (represented by their avatars and me) my real person became hooked. And she set about breathing life into me ... her custom-created digital persona and SL alter-ego.</p>','Hello Real World. This is Deb Quintessa, Avatar from SL!',0,'','inherit','open','open','','1-revision-3','','','2009-04-04 13:28:17','2009-04-04 17:28:17','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=11',0,'revision','',0),(12,1,'2009-04-04 13:37:03','2009-04-04 17:37:03','<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days and weeks to follow, she set about breathing life into me ... her SL alter-ego. </p>\r\n<p style=\"text-align: left;\">I\'ll tell you what happened next in my next blog entry.</p>','Hello Real World. This is Deb Quintessa, Avatar from SL!',0,'','inherit','open','open','','1-revision-4','','','2009-04-04 13:37:03','2009-04-04 17:37:03','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=12',0,'revision','',0),(13,1,'2009-04-04 10:09:38','2009-04-04 14:09:38','<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; color: #546368; font-family: "Trebuchet MS";\">Deb Quintessa is an <em>avatar</em> -- a digital persona – who resides in \'Second Life\' (SL) – an interactive online 3D virtual world conceived of and constructed by its avatar residents.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; color: #546368; font-family: "Trebuchet MS";\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; color: #546368; font-family: "Trebuchet MS";\">When in the SL universe (‘in world’), Deb Quintessa is the personally-created representation of her real person, Debbie Newman, MA, MFT, Chief People Person for Working Relationships.<span style=\"mso-spacerun: yes;\"> </span>Like millions of real people from real life (RL), when <em>in world</em>, Deb Quintessa acts for and on behalf of her real person.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"> </span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; color: #546368; font-family: "Trebuchet MS";\">Debbie Newman (through and with her Avatar ‘Deb Quintessa’) is on a quest to satisfy the professional development and learning aspirations of SL residents and others.<span style=\"mso-spacerun: yes;\"> </span>This blog will trace Deb’s SL and RL experiences on this journey, starting with the ‘birth’ of her SL avatar.<span style=\"mso-spacerun: yes;\"> </span>In this blog, Deb will chronicle her steps and her missteps.</span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; color: #546368; font-family: "Trebuchet MS";\">Please offer your advice and suggestions to guide her as she moves towards establishing a robust immersive learning simulation for current and future RL clients.</span></p>','Confessions of an Avatar',0,'','inherit','open','open','','2-revision-3','','','2009-04-04 10:09:38','2009-04-04 14:09:38','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=13',0,'revision','',0),(18,1,'2009-04-05 08:15:36','2009-04-05 12:15:36','<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Introducing Avatar Deb Quintessa, a unique custom-created digital persona and the online alter-ego of real person (RP) Debbie Newman, Chief People Person for Working Relationships.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"color: #5F0056;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\">Ms. Quintessa resides in \'Second LIfe\' (SL) -- an interative 3D virtual reality world conceived of and constructed by fellow SL avatar residents. She and her </span><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\">real person (RP) Debbie Newman, are collaborating to design and develop highly interactive Web-3D virtual learning simulations to respond to the professional development and learning needs of real life (RL) peers and clients of Working Relationships. </span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Ms. Quintessa will chronical the RL and SL experiences she and Debbie have as they proceed to build engaging and immersive distance learning simulations. Hopefully, by following the progress detailed in this blog, you will learn from their successes and also their mis-steps so you won\'t have to make the same mistakes they do.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Please, as you follow this blog, contribute your advice, questions, comments, concerns, ideas, and impressions. Sharing your insights along the way will certainly afford Deb Quintessa and Debbie Newman an opportunity to make better choices as they create their first Web-3D immersive learning experience.</span></span></p>','Confessions of an Avatar',0,'','inherit','open','open','','2-revision-8','','','2009-04-05 08:15:36','2009-04-05 12:15:36','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=18',0,'revision','',0),(17,1,'2009-04-05 08:11:00','2009-04-05 12:11:00','<h6 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Introducing Avatar Deb Quintessa, a unique custom-created digital persona and the online alter-ego of real person (RP) Debbie Newman, Chief People Person for Working Relationships.</span></span></h6>\n<h6 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"></h6>\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Ms. Quintessa resides in \'Second LIfe\' (SL) -- an interative 3D virtual reality world conceived of and constructed by fellow SL avatar residents. She and her </span></span><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">real person (RP) Debbie Newman, are collaborating to design and develop highly interactive Web-3D virtual learning simulations to respond to the professional development and learning needs of real life (RL) peers and clients of Working Relationships. </span></span></h4>\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"></h4>\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Ms. Quintessa will chronical the RL and SL experiences she and Debbie have as they proceed to build engaging and immersive distance learning simulations. Hopefully, by following the progress detailed in this blog, you will learn from their successes and also their mis-steps so you won\'t have to make the same mistakes they do.</span></span></h4>\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"></h4>\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Please, as you follow this blog, contribute your advice, questions, comments, concerns, ideas, and impressions. Sharing these insights along the way will certainly afford Deb Quintessa and Debbie Newman an opportunity to make better choices as they create their first Web-3D immersive learning experience.</span></span></h4>','Confessions of an Avatar',0,'','inherit','open','open','','2-revision-7','','','2009-04-05 08:11:00','2009-04-05 12:11:00','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=17',0,'revision','',0),(16,1,'2009-04-04 18:41:16','2009-04-04 22:41:16','<h6 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Introducing Avatar Deb Quintessa, a unique custom-created digital persona and the online alter-ego of real person (RP) Debbie Newman, Chief People Person for Working Relationships.</span></span></h6>\r\n<h6 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h6>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Ms. Quintessa resides in \'Second LIfe\' (SL) -- an interative 3D virtual reality world conceived of and constructed by fellow SL avatar residents. She and her </span></span><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">real person (RP) Debbie Newman, are collaborating to design and develop highly interactive Web-3D virtual learning simulations to respond to the professional development and learning needs of real life (RL) peers and clients of Working Relationships. </span></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Ms. Quintessa will chronical the RL and SL experiences she and Debbie have as they proceed to build engaging and immersive distance learning simulations. Hopefully, by following the progress detailed in this blog, you will learn from their successes and also their mis-steps so you won\'t have to make the same mistakes they do.</span></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Please, as you follow this blog, contribute your advice, questions, comments, concerns, ideas, and impressions. Sharing these insights along the way will certainly afford Deb Quintessa and Debbie Newman an opportunity to make better choices as they create their first Web-3D immersive learning experience.</span></span></h4>','Confessions of an Avatar',0,'','inherit','open','open','','2-revision-6','','','2009-04-04 18:41:16','2009-04-04 22:41:16','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=16',0,'revision','',0),(15,1,'2009-04-04 18:36:55','2009-04-04 22:36:55','<h6 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Introducing Ms. Deb Quintessa, a unique custom-created digital persona and the online alter-ego of real person (RP) Debbie Newman, Chief People Person for Working Relationships.</span></span></h6>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Ms. Quintessa resides in \'Second LIfe\' (SL) -- an interative 3D virtual reality world conceived of and constructed by fellow SL avatar residents. </span></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Ms. Quintessa and her real person (RP) Debbie Newman, are collaborating to design and develop highly interactive Web-3D virtual learning simulations to respond to the professional development and learning needs of real life (RL) peers and clients of Working Relationships. </span></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Ms. Quintessa will chronical the RL and SL experiences she and Debbie share as they proceed to design and develop engaging and immersive distance learning simulations. Hopefully, by following their progress, you will learn along with them and will copy their successes and avoid their mis-steps so you won\'t have to make the same mistakes they have and will most certainly continue to make.</span></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"></h4>\r\n<h4 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Please, as you follow this blog, contribute your advice, questions, comments, and concerns. Sharing your insight along the way will certainly afford Deb Quintessa and Debbie Newman an opportunity to make better choices as they create their first Web-3D immersive learning experience.</span></span></h4>','Confessions of an Avatar',0,'','inherit','open','open','','2-revision-5','','','2009-04-04 18:36:55','2009-04-04 22:36:55','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=15',0,'revision','',0),(14,1,'2009-04-04 18:31:20','2009-04-04 22:31:20','<h5 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Introducing Ms. Deb Quintessa, a unique custom-created digital persona and the online alter-ego of real person (RP) Debbie Newman, Chief People Person for Working Relationships.</span></span></h5>\r\n<h5 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h5>\r\n<h5 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Ms. Quintessa resides in \'Second LIfe\' (SL) -- an interative 3D virtual reality world conceived of and constructed by fellow SL avatar residents. Ms. Quintessa and Ms. Newman, her real person (RP), are collaborating to design and develop highly interactive virtual learning simulations to respond to the professional development and learning needs of real life (RL) peers and clients of Working Relationships. </span></span></h5>\r\n<h5 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h5>\r\n<h5 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">Ms. Quintessa will chronical the RL and SL experiences she and Debbie share as they proceed to design and develop engaging and immersive distance learning simulations. Hopefully, by following their progress, you will learn from their steps and their mis-steps so you won\'t have to make the same mistakes they will most certainly make when you embark on your own adventure into Web-3D technologies.</span></span></h5>\r\n<h5 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"></span></h5>\r\n<h5 class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-size: 14pt; font-family: "Trebuchet MS";\"><span style=\"color: #800080;\">As you follow this blog, please contribute your advice, questions, and concerns. Your insight will enable them to make better choices as they create their first immersive learning experience.</span></span></h5>','Confessions of an Avatar',0,'','inherit','open','open','','2-revision-4','','','2009-04-04 18:31:20','2009-04-04 22:31:20','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=14',0,'revision','',0),(19,1,'2009-04-04 13:38:09','2009-04-04 17:38:09','<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days and weeks to follow, she set about breathing life into me ... her SL alter-ego. </p>\r\n<p style=\"text-align: left;\">I\'ll tell you what happened next in my next blog entry.</p>','Hello Real World! This is Deb Quintessa, an Avatar from Second Life (SL).',0,'','inherit','open','open','','1-revision-5','','','2009-04-04 13:38:09','2009-04-04 17:38:09','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=19',0,'revision','',0),(20,1,'2009-04-05 08:31:27','2009-04-05 12:31:27','<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days and weeks to follow, she set about breathing life into me ... her SL alter-ego. </p>\r\n<p style=\"text-align: left;\">I\'ll tell you what happened next in my next blog entry.</p>','Hello Real World! This is Deb Quintessa, an Avatar from Second Life (SL).',0,'','inherit','open','open','','1-revision-6','','','2009-04-05 08:31:27','2009-04-05 12:31:27','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=20',0,'revision','',0),(22,1,'2009-04-05 08:40:01','2009-04-05 12:40:01','<h2 style=\"text-align: left;\">This is Deb Quintessa, a new Avatar from Second Life (SL).</h2>\r\n<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days to follow, she set about breathing life into me ... her SL alter-ego. </p>','Hello Real World!',0,'','inherit','open','open','','1-revision-8','','','2009-04-05 08:40:01','2009-04-05 12:40:01','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=22',0,'revision','',0),(23,1,'2009-04-05 08:41:03','2009-04-05 12:41:03','<h2 style=\"text-align: left;\">This is Deb Quintessa, a new Avatar from Second Life (SL).</h2>\r\n<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days to follow, she set about breathing life into me ... her SL alter-ego. </p>','Hello Real Life!',0,'','inherit','open','open','','1-revision-9','','','2009-04-05 08:41:03','2009-04-05 12:41:03','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=23',0,'revision','',0),(24,1,'2009-04-05 08:42:50','2009-04-05 12:42:50','<h2 style=\"text-align: left;\">This is Deb Quintessa, a new Avatar from Second Life (SL).</h2>\r\n<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days to follow, she set about breathing life into me ... her SL alter-ego. </p>','Hello Real Life!',0,'','inherit','open','open','','1-revision-10','','','2009-04-05 08:42:50','2009-04-05 12:42:50','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=24',0,'revision','',0),(25,1,'2009-04-05 08:43:45','2009-04-05 12:43:45','<h2 style=\"text-align: left;\">This is Deb Quintessa, a new Avatar from\r\nSecond Life (SL).</h2>\r\n<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days to follow, she set about breathing life into me ... her SL alter-ego. </p>','Hello Real Life!',0,'','inherit','open','open','','1-revision-11','','','2009-04-05 08:43:45','2009-04-05 12:43:45','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=25',0,'revision','',0),(26,1,'2009-04-05 08:44:26','2009-04-05 12:44:26','<h3 style=\"text-align: left;\">This is Deb Quintessa, a new Avatar from Second Life (SL).</h3>\r\n<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days to follow, she set about breathing life into me ... her SL alter-ego. </p>','Hello Real Life!',0,'','inherit','open','open','','1-revision-12','','','2009-04-05 08:44:26','2009-04-05 12:44:26','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=26',0,'revision','',0),(27,1,'2009-04-05 08:45:20','2009-04-05 12:45:20','<h3 style=\"text-align: left;\">I am a new Avatar from Second Life (SL).</h3>\r\n<p style=\"text-align: left;\">After much encouragement by a real life (RL) friend and colleague, my real person (RP), Debbie Newman, logged in to <a href=\"http://www.SecondLife.com\">www.SecondLife.com</a> and I, <strong><em>Deb Quintessa</em></strong> was born on July 17, 2008. My RP messed with my standard-issue newb (\"new-bee\") appearance and learned how to help me walk and fly around the SL virtual world. Frankly, while initally interested, Debbie didn\'t appreciate the experience much. It seemed to her a poor use of precious time. She began to wonder about her friend\'s fascination with SL and she logged off and abandoned me.</p>\r\n<p style=\"text-align: left;\">My RP didn\'t think about SL again until after she met Anders Gronstedt of the Colorado-based Gronstedt Group, a fellow presenter at the annual NASAGA conference (North American Simulation and Gaming Association) who enthusiastically sang the praises of this virtual reality world as a platform for distance learning.</p>\r\n<p style=\"text-align: left;\">Months passed. My RP began to dabble in some conventional e-learning development tools with the hope of designing distance learning workshops for interpersonal skill-building. Unfortunately, the scenario branching tools left her feeling unimpressed.</p>\r\n<p style=\"text-align: left;\">Then it happened. Anders sent an email inviting Debbie and others to attend one of his weekly SL \'Train for Success\' meetings that feature innovative RPs who are using SL for corporae training, virtual meetings, and academic instruction. She decided to attend. </p>\r\n<p style=\"text-align: left;\">1 hour later, having experienced first hand the engaging and interactive potential of SL, joined by upwards of 70 other RPs from around the real world (represented, of course, by their avatars and me) Debbie became hooked. In the days to follow, she set about breathing life into me ... her SL alter-ego. </p>','Hello Real Life!',0,'','inherit','open','open','','1-revision-13','','','2009-04-05 08:45:20','2009-04-05 12:45:20','',1,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=27',0,'revision','',0),(28,1,'2009-04-05 08:19:49','2009-04-05 12:19:49','<p style=\"text-align: left;\"><!--more--></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Introducing Avatar <strong><em>Deb Quintessa</em></strong>, a unique custom-created digital persona and the online alter-ego of real person (RP) Debbie Newman, Chief People Person for Working Relationships.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"color: #5F0056;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\">Ms. Quintessa resides in \'Second LIfe\' (SL) -- an interative 3D virtual reality world conceived of and constructed by fellow SL avatar residents. She and her </span><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\">real person (RP) Debbie Newman, are collaborating to design and develop highly interactive Web-3D virtual learning simulations to respond to the professional development and learning needs of real life (RL) peers and clients of Working Relationships. </span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Ms. Quintessa will chronical the RL and SL experiences she and Debbie have as they proceed to build engaging and immersive distance learning simulations. Hopefully, by following the progress detailed in this blog, you will learn from their successes and also their mis-steps so you won\'t have to make the same mistakes they do.</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Please, as you follow this blog, contribute your advice, questions, comments, concerns, ideas, and impressions. Sharing your insights along the way will certainly afford Deb Quintessa and Debbie Newman an opportunity to make better choices as they create their first Web-3D immersive learning experience.</span></span></p>','Confessions of a Second Life Avatar',0,'','inherit','open','open','','2-revision-9','','','2009-04-05 08:19:49','2009-04-05 12:19:49','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=28',0,'revision','',0),(29,1,'2009-05-30 03:33:47','2009-05-30 07:33:47','http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/cropped-headshot-5-30-b.jpg','cropped-headshot-5-30-b.jpg',0,'','inherit','closed','open','','cropped-headshot-5-30-bjpg','','','2009-05-30 03:33:47','2009-05-30 07:33:47','',0,'http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/cropped-headshot-5-30-b.jpg',0,'attachment','image/jpeg',0),(30,1,'2009-05-30 03:41:01','2009-05-30 07:41:01','http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/cropped-headshot-5-30-c.jpg','cropped-headshot-5-30-c.jpg',0,'','inherit','closed','open','','cropped-headshot-5-30-cjpg','','','2009-05-30 03:41:01','2009-05-30 07:41:01','',0,'http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/cropped-headshot-5-30-c.jpg',0,'attachment','image/jpeg',0),(31,1,'2009-05-30 04:50:37','2009-05-30 08:50:37','http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/cropped-headshot-5-30-g.jpg','cropped-headshot-5-30-g.jpg',0,'','inherit','closed','open','','cropped-headshot-5-30-gjpg','','','2009-05-30 04:50:37','2009-05-30 08:50:37','',0,'http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/cropped-headshot-5-30-g.jpg',0,'attachment','image/jpeg',0),(32,1,'2009-05-30 05:01:09','2009-05-30 09:01:09','http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/cropped-headshot-5-30-i.jpg','cropped-headshot-5-30-i.jpg',0,'','inherit','closed','open','','cropped-headshot-5-30-ijpg','','','2009-05-30 05:01:09','2009-05-30 09:01:09','',0,'http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/cropped-headshot-5-30-i.jpg',0,'attachment','image/jpeg',0),(33,1,'2009-05-31 19:08:20','2009-05-31 23:08:20','Stuff about the Avatar.<img class=\"alignleft size-thumbnail wp-image-34\" title=\"Not a Newb Any More\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2-150x150.jpg\" alt=\"Not a Newb Any More\" width=\"150\" height=\"150\" /> Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar.\r\n\r\n<img class=\"alignleft size-thumbnail wp-image-37\" title=\"avatar1-newb\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar1-newb-150x150.jpg\" alt=\"avatar1-newb\" width=\"150\" height=\"150\" />','About this Blog',0,'','publish','open','open','','about-deb-quintessa','','','2009-08-25 09:28:16','2009-08-25 13:28:16','',0,'http://www.chiefpeopleperson.com/ProAvatarBlog/?page_id=33',0,'page','',0),(34,1,'2009-05-31 18:57:23','2009-05-31 22:57:23','','Not a Newb Any More',0,'','inherit','open','open','','avatar2','','','2009-05-31 18:57:23','2009-05-31 22:57:23','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2.jpg',0,'attachment','image/jpeg',0),(35,1,'2009-05-31 19:01:05','2009-05-31 23:01:05','Stuff about the Avatar.<img class=\"alignleft size-thumbnail wp-image-34\" title=\"Not a Newb Any More\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2-150x150.jpg\" alt=\"Not a Newb Any More\" width=\"150\" height=\"150\" /> Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar.','About Deb Quintessa',0,'','inherit','open','open','','33-revision','','','2009-05-31 19:01:05','2009-05-31 23:01:05','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=35',0,'revision','',0),(36,1,'2009-05-31 19:05:40','2009-05-31 23:05:40','Stuff about the Avatar.<img class=\"alignleft size-thumbnail wp-image-34\" title=\"Not a Newb Any More\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2-150x150.jpg\" alt=\"Not a Newb Any More\" width=\"150\" height=\"150\" /> Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar.','About Deb Quintessa',0,'','inherit','open','open','','33-revision-2','','','2009-05-31 19:05:40','2009-05-31 23:05:40','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=36',0,'revision','',0),(37,1,'2009-05-31 19:31:35','2009-05-31 23:31:35','','avatar1-newb',0,'','inherit','open','open','','avatar1-newb','','','2009-05-31 19:31:35','2009-05-31 23:31:35','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar1-newb.jpg',0,'attachment','image/jpeg',0),(38,1,'2009-08-24 18:00:37','2009-08-24 22:00:37','Stuff about the Avatar.<img class=\"alignleft size-thumbnail wp-image-34\" title=\"Not a Newb Any More\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2-150x150.jpg\" alt=\"Not a Newb Any More\" width=\"150\" height=\"150\" /> Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar.\r\n\r\n<img class=\"alignleft size-thumbnail wp-image-37\" title=\"avatar1-newb\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar1-newb-150x150.jpg\" alt=\"avatar1-newb\" width=\"150\" height=\"150\" />','About Deb Quintessa',0,'','inherit','open','open','','33-autosave','','','2009-08-24 18:00:37','2009-08-24 22:00:37','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=38',0,'revision','',0),(39,1,'2009-05-31 19:08:20','2009-05-31 23:08:20','Stuff about the Avatar.<img class=\"alignleft size-thumbnail wp-image-34\" title=\"Not a Newb Any More\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2-150x150.jpg\" alt=\"Not a Newb Any More\" width=\"150\" height=\"150\" /> Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar.','About Deb Quintessa',0,'','inherit','open','open','','33-revision-3','','','2009-05-31 19:08:20','2009-05-31 23:08:20','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=39',0,'revision','',0),(40,1,'2009-05-31 19:33:20','2009-05-31 23:33:20','Stuff about the Avatar.<img class=\"alignleft size-thumbnail wp-image-34\" title=\"Not a Newb Any More\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2-150x150.jpg\" alt=\"Not a Newb Any More\" width=\"150\" height=\"150\" /> Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar.\r\n\r\n<img class=\"alignleft size-thumbnail wp-image-37\" title=\"avatar1-newb\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar1-newb-150x150.jpg\" alt=\"avatar1-newb\" width=\"150\" height=\"150\" />','About Deb Quintessa',0,'','inherit','open','open','','33-revision-4','','','2009-05-31 19:33:20','2009-05-31 23:33:20','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=40',0,'revision','',0),(41,1,'2009-06-01 00:28:04','2009-06-01 04:28:04','Stuff about the Avatar.<img class=\"alignleft size-thumbnail wp-image-34\" title=\"Not a Newb Any More\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2-150x150.jpg\" alt=\"Not a Newb Any More\" width=\"150\" height=\"150\" /> Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar.\r\n\r\n<img class=\"alignleft size-thumbnail wp-image-37\" title=\"avatar1-newb\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar1-newb-150x150.jpg\" alt=\"avatar1-newb\" width=\"150\" height=\"150\" />','About Deb Quintessa',0,'','inherit','open','open','','33-revision-5','','','2009-06-01 00:28:04','2009-06-01 04:28:04','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=41',0,'revision','',0),(42,1,'2009-06-01 00:28:23','2009-06-01 04:28:23','Stuff about the Avatar.<img class=\"alignleft size-thumbnail wp-image-34\" title=\"Not a Newb Any More\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2-150x150.jpg\" alt=\"Not a Newb Any More\" width=\"150\" height=\"150\" /> Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar.\r\n\r\n<img class=\"alignleft size-thumbnail wp-image-37\" title=\"avatar1-newb\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar1-newb-150x150.jpg\" alt=\"avatar1-newb\" width=\"150\" height=\"150\" />','About Deb Quintessa',0,'','inherit','open','open','','33-revision-6','','','2009-06-01 00:28:23','2009-06-01 04:28:23','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=42',0,'revision','',0),(43,1,'2009-08-24 18:01:24','2009-08-24 22:01:24','Stuff about the Avatar.<img class=\"alignleft size-thumbnail wp-image-34\" title=\"Not a Newb Any More\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2-150x150.jpg\" alt=\"Not a Newb Any More\" width=\"150\" height=\"150\" /> Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar.\r\n\r\n<img class=\"alignleft size-thumbnail wp-image-37\" title=\"avatar1-newb\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar1-newb-150x150.jpg\" alt=\"avatar1-newb\" width=\"150\" height=\"150\" />','About Deb Quintessa',0,'','inherit','open','open','','33-revision-7','','','2009-08-24 18:01:24','2009-08-24 22:01:24','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=43',0,'revision','',0),(44,1,'2009-05-30 02:50:35','2009-05-30 06:50:35','<p style=\"text-align: left;\"><!--more--></p>\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Introducing Avatar <strong><em>Deb Quintessa</em></strong>, a unique custom-created digital persona and the online alter-ego of real person (RP) Debbie Newman, Chief People Person for Working Relationships.</span></span></p>\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"color: #5F0056;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\">Ms. Quintessa resides in \'Second LIfe\' (SL) -- an interative 3D virtual reality world conceived of and constructed by fellow SL avatar residents. She and her </span><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\">real person (RP) Debbie Newman, are collaborating to design and develop highly interactive Web-3D virtual learning simulations to respond to the professional development and learning needs of real life (RL) peers and clients of Working Relationships. </span></span></p>\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Ms. Quintessa will chronical the RL and SL experiences she and Debbie have as they proceed to build engaging and immersive distance learning simulations. Hopefully, by following the progress detailed in this blog, you will learn from their successes and also their mis-steps so you won\'t have to make the same mistakes they do.</span></span></p>\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"> </p>\n<p class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; text-align: left;\"><span style=\"font-size: 12pt; font-family: "Trebuchet MS";\"><span style=\"color: #5F0056;\">Please, as you follow this blog, contribute your advice, questions, comments, concerns, ideas, and impressions. Sharing your insights along the way will certainly afford Deb Quintessa and Debbie Newman an opportunity to make better choices as they create their first Web-3D immersive learning experience.</span></span></p>','Confessions of an Avatar',0,'','inherit','open','open','','2-revision-10','','','2009-05-30 02:50:35','2009-05-30 06:50:35','',2,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=44',0,'revision','',0),(45,1,'2009-08-25 09:04:17','2009-08-25 13:04:17','Stuff about the Avatar.<img class=\"alignleft size-thumbnail wp-image-34\" title=\"Not a Newb Any More\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar2-150x150.jpg\" alt=\"Not a Newb Any More\" width=\"150\" height=\"150\" /> Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar. Stuff about the Avatar.\r\n\r\n<img class=\"alignleft size-thumbnail wp-image-37\" title=\"avatar1-newb\" src=\"http://www.chiefpeopleperson.com/ProAvatarBlog/wp-content/uploads/2009/05/avatar1-newb-150x150.jpg\" alt=\"avatar1-newb\" width=\"150\" height=\"150\" />','About this Blog',0,'','inherit','open','open','','33-revision-8','','','2009-08-25 09:04:17','2009-08-25 13:04:17','',33,'http://www.chiefpeopleperson.com/ProAvatarBlog/?p=45',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(1,8,0),(3,1,0),(4,1,0),(5,1,0),(2,1,0),(6,1,0),(7,1,0),(8,1,0),(9,1,0),(1,3,0),(1,4,0),(1,5,0),(1,6,0),(1,7,0),(10,1,0),(11,1,0),(1,9,0),(12,1,0),(13,1,0),(14,1,0),(15,1,0),(16,1,0),(17,1,0),(18,1,0),(19,1,0),(20,1,0),(21,1,0),(22,1,0),(23,1,0),(24,1,0),(25,1,0),(26,1,0),(27,1,0),(28,1,0),(29,1,0),(30,1,0),(31,1,0),(32,1,0),(33,1,0),(34,1,0),(35,1,0),(36,1,0),(37,1,0),(38,1,0),(39,1,0),(40,1,0),(41,1,0),(42,1,0),(43,1,0),(44,1,0),(45,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'link_category','',0,7),(3,3,'category','',0,1),(4,4,'post_tag','',0,1),(5,5,'post_tag','',0,1),(6,6,'post_tag','',0,1),(7,7,'post_tag','',0,1),(8,8,'post_tag','',0,1),(9,9,'post_tag','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'Getting Hooked in Virtual Reality','getting-hooked-in-virtual-reality',0),(4,'e-learning','e-learning',0),(5,'interpersonal skills','interpersonal-skills',0),(6,'distance learning','distance-learning',0),(7,'virtual reality','virtual-reality',0),(8,'Gronstedt','gronstedt',0),(9,'Train for Success','train-for-success',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'rich_editing','true'),(3,1,'comment_shortcuts','false'),(4,1,'admin_color','fresh'),(5,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(6,1,'wp_user_level','10'),(7,1,'wp_usersettings','m0=c&m1=o&m2=c&m3=o&m4=o&m5=o&m6=c&m7=c&m8=o&m9=o&editor=tinymce&hidetb=1&align=left&imgsize=thumbnail'),(8,1,'wp_usersettingstime','1251151184'),(9,2,'first_name','Deb'),(10,2,'last_name','Quintessa'),(11,2,'nickname','Avatar Deb Quintessa'),(12,2,'rich_editing','true'),(13,2,'comment_shortcuts','false'),(14,2,'admin_color','fresh'),(15,2,'wp_capabilities','a:1:{s:6:\"author\";b:1;}'),(16,2,'wp_user_level','2'),(17,1,'closedpostboxes_page','a:1:{i:0;s:0:\"\";}'),(18,1,'metaboxhidden_page','a:1:{i:0;s:0:\"\";}'),(19,1,'wp_autosave_draft_ids','a:1:{i:-1243810502;i:33;}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'WorkingRel','$P$BMLp7mriwbRfYdAhiXRfEXXbYvL/VC/','WorkingRel','DNewman@WorkingRelationships.BIZ','','2009-04-04 11:27:58','',0,'WorkingRel'),(2,'Avatar Deb Quintessa','$P$B2/.Q5HXvAc0S.lUMJfv1urZPmwzcd.','avatar-deb-quintessa','WorkingRel@aol.com','http://www.WorkingRelationships.BIZ','2009-04-05 12:29:46','',0,'Avatar Deb Quintessa'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0011f36_9' -- DELIMITER ;; DELIMITER ; /*!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 2009-08-25 20:12:18