# Firepow MySQL Backup
#
# Generated: Thursday 28. May 2009 01:13 CDT
# Generated by: Firepow.com
# Hostname: localhost
# Database: stray201_wrdp11
# --------------------------------------------------------


# --------------------------------------------------------
# Table: `wp_CC_History`
# --------------------------------------------------------


#
# Delete any existing table `wp_CC_History`
#

DROP TABLE IF EXISTS `wp_CC_History`;


#
# Table structure of table `wp_CC_History`
#

CREATE TABLE `wp_CC_History` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `postID` int(11) NOT NULL,
  `uniqueID` text COLLATE utf8_unicode_ci NOT NULL,
  `keyword` text COLLATE utf8_unicode_ci NOT NULL,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `type` text COLLATE utf8_unicode_ci NOT NULL,
  `template` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;


#
# Data contents of table `wp_CC_History`
#


#
# End of data contents of table `wp_CC_History`
# --------------------------------------------------------



# --------------------------------------------------------
# Table: `wp_cc_history`
# --------------------------------------------------------


#
# Delete any existing table `wp_cc_history`
#

DROP TABLE IF EXISTS `wp_cc_history`;


#
# Table structure of table `wp_cc_history`
#

CREATE TABLE `wp_cc_history` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `postID` int(11) NOT NULL,
  `uniqueID` text COLLATE utf8_unicode_ci NOT NULL,
  `keyword` text COLLATE utf8_unicode_ci NOT NULL,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `type` enum('yahoo','youtube') COLLATE utf8_unicode_ci NOT NULL,
  `template` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;


#
# Data contents of table `wp_cc_history`
#

INSERT INTO `wp_cc_history` VALUES ('1', '13', '886933', 'Resveratrol', '2009-05-25 00:45:28', '', '<div style=\"float:left; padding: 12px\">[image]</div><div>[post]<br/></div><br/><br/>[link]</div>\n') ;
INSERT INTO `wp_cc_history` VALUES ('2', '15', '899525', 'Resveratrol', '2009-05-25 00:45:28', '', '<div style=\"float:left; padding: 12px\">[image]</div><div>[post]<br/></div><br/><br/>[link]</div>\n') ;
INSERT INTO `wp_cc_history` VALUES ('3', '17', '877389', 'Resveratrol', '2009-05-25 00:45:29', '', '<div style=\"float:left; padding: 12px\">[image]</div><div>[post]<br/></div><br/><br/>[link]</div>\n') ;
INSERT INTO `wp_cc_history` VALUES ('4', '19', '867974', 'Resveratrol', '2009-05-25 00:45:29', '', '<div style=\"float:left; padding: 12px\">[image]</div><div>[post]<br/></div><br/><br/>[link]</div>\n') ;
INSERT INTO `wp_cc_history` VALUES ('5', '21', '746239', 'Resveratrol', '2009-05-25 00:45:30', '', '<div style=\"float:left; padding: 12px\">[image]</div><div>[post]<br/></div><br/><br/>[link]</div>\n') ;
INSERT INTO `wp_cc_history` VALUES ('6', '23', '263721', 'Resveratrol', '2009-05-25 00:45:30', '', '<div style=\"float:left; padding: 12px\">[image]</div><div>[post]<br/></div><br/><br/>[link]</div>\n') ;
INSERT INTO `wp_cc_history` VALUES ('7', '25', '779298', 'Resveratrol', '2009-05-25 00:45:30', '', '<div style=\"float:left; padding: 12px\">[image]</div><div>[post]<br/></div><br/><br/>[link]</div>\n') ;
INSERT INTO `wp_cc_history` VALUES ('8', '27', '537522', 'Resveratrol', '2009-05-25 00:45:31', '', '<div style=\"float:left; padding: 12px\">[image]</div><div>[post]<br/></div><br/><br/>[link]</div>\n') ;
INSERT INTO `wp_cc_history` VALUES ('9', '29', '415493', 'Resveratrol', '2009-05-25 00:45:31', '', '<div style=\"float:left; padding: 12px\">[image]</div><div>[post]<br/></div><br/><br/>[link]</div>\n') ;
INSERT INTO `wp_cc_history` VALUES ('10', '31', '262250', 'Resveratrol', '2009-05-25 00:45:32', '', '<div style=\"float:left; padding: 12px\">[image]</div><div>[post]<br/></div><br/><br/>[link]</div>\n') ;

#
# End of data contents of table `wp_cc_history`
# --------------------------------------------------------



# --------------------------------------------------------
# Table: `wp_comments`
# --------------------------------------------------------


#
# Delete any existing table `wp_comments`
#

DROP TABLE IF EXISTS `wp_comments`;


#
# Table structure of table `wp_comments`
#

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` int(11) NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8_unicode_ci 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 COLLATE utf8_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) NOT NULL DEFAULT '0',
  `user_id` bigint(20) 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=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;


#
# Data contents of table `wp_comments`
#

INSERT INTO `wp_comments` VALUES ('2', '21', 'Weight Loss &raquo; Blog Archive &raquo; Resveratrol Supplements: or Just Polish Off the Merlot', '', 'http://weightloss.dailytidbit.com/weight-loss/resveratrol-supplements-or-just-polish-off-the-merlot/', '174.132.225.204', '2009-05-24 23:52:52', '2009-05-25 06:52:52', '[...] Original post by Resveratrol Effects [...]', '0', '0', 'Incutio XML-RPC -- WordPress/2.3.1', 'pingback', '0', 0) ;

#
# End of data contents of table `wp_comments`
# --------------------------------------------------------



# --------------------------------------------------------
# Table: `wp_ez_articles`
# --------------------------------------------------------


#
# Delete any existing table `wp_ez_articles`
#

DROP TABLE IF EXISTS `wp_ez_articles`;


#
# Table structure of table `wp_ez_articles`
#

CREATE TABLE `wp_ez_articles` (
  `url` varchar(250) COLLATE utf8_unicode_ci NOT NULL,
  `title` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`url`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;


#
# Data contents of table `wp_ez_articles`
#

INSERT INTO `wp_ez_articles` VALUES ('/exotic-locations-articles/voyeuristic-activities-in-swinging-lifestyle-934766.html', 'Voyeuristic activities in Swinging Lifestyle') ;

#
# End of data contents of table `wp_ez_articles`
# --------------------------------------------------------



# --------------------------------------------------------
# Table: `wp_links`
# --------------------------------------------------------


#
# Delete any existing table `wp_links`
#

DROP TABLE IF EXISTS `wp_links`;


#
# Table structure of table `wp_links`
#

CREATE TABLE `wp_links` (
  `link_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_category` bigint(20) NOT NULL DEFAULT '0',
  `link_description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` int(11) 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) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8_unicode_ci 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 COLLATE=utf8_unicode_ci;


#
# Data contents of table `wp_links`
#

INSERT INTO `wp_links` VALUES ('1', 'http://codex.wordpress.org/', 'Documentation', '', '', '0', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', '') ;
INSERT INTO `wp_links` VALUES ('2', 'http://wordpress.org/development/', 'Development Blog', '', '', '0', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/feed/') ;
INSERT INTO `wp_links` VALUES ('3', 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '0', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', '') ;
INSERT INTO `wp_links` VALUES ('4', 'http://wordpress.org/support/', 'Support Forum', '', '', '0', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', '') ;
INSERT INTO `wp_links` VALUES ('5', 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '0', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', '') ;
INSERT INTO `wp_links` VALUES ('6', 'http://wordpress.org/extend/themes/', 'Themes', '', '', '0', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', '') ;
INSERT INTO `wp_links` VALUES ('7', 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '0', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', '') ;

#
# End of data contents of table `wp_links`
# --------------------------------------------------------



# --------------------------------------------------------
# Table: `wp_options`
# --------------------------------------------------------


#
# Delete any existing table `wp_options`
#

DROP TABLE IF EXISTS `wp_options`;


#
# Table structure of table `wp_options`
#

CREATE TABLE `wp_options` (
  `option_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `blog_id` int(11) NOT NULL DEFAULT '0',
  `option_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`,`blog_id`,`option_name`),
  KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=450 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;


#
# Data contents of table `wp_options`
#

INSERT INTO `wp_options` VALUES ('1', '0', 'siteurl', 'http://resveratrol-effects.com', 'yes') ;
INSERT INTO `wp_options` VALUES ('2', '0', 'blogname', 'Resveratrol Effects', 'yes') ;
INSERT INTO `wp_options` VALUES ('3', '0', 'blogdescription', 'Learn about the awesome effects of Resveratrol and get your trial today!', 'yes') ;
INSERT INTO `wp_options` VALUES ('4', '0', 'users_can_register', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('5', '0', 'admin_email', 'stray201@googlesniperreview.com', 'yes') ;
INSERT INTO `wp_options` VALUES ('6', '0', 'start_of_week', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('7', '0', 'use_balanceTags', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('8', '0', 'use_smilies', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('9', '0', 'require_name_email', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('10', '0', 'comments_notify', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('11', '0', 'posts_per_rss', '10', 'yes') ;
INSERT INTO `wp_options` VALUES ('12', '0', 'rss_excerpt_length', '50', 'yes') ;
INSERT INTO `wp_options` VALUES ('13', '0', 'rss_use_excerpt', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('14', '0', 'mailserver_url', 'mail.example.com', 'yes') ;
INSERT INTO `wp_options` VALUES ('15', '0', 'mailserver_login', 'login@example.com', 'yes') ;
INSERT INTO `wp_options` VALUES ('16', '0', 'mailserver_pass', 'password', 'yes') ;
INSERT INTO `wp_options` VALUES ('17', '0', 'mailserver_port', '110', 'yes') ;
INSERT INTO `wp_options` VALUES ('18', '0', 'default_category', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('19', '0', 'default_comment_status', 'open', 'yes') ;
INSERT INTO `wp_options` VALUES ('20', '0', 'default_ping_status', 'open', 'yes') ;
INSERT INTO `wp_options` VALUES ('21', '0', 'default_pingback_flag', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('22', '0', 'default_post_edit_rows', '10', 'yes') ;
INSERT INTO `wp_options` VALUES ('23', '0', 'posts_per_page', '4', 'yes') ;
INSERT INTO `wp_options` VALUES ('24', '0', 'what_to_show', 'posts', 'yes') ;
INSERT INTO `wp_options` VALUES ('25', '0', 'date_format', 'F j, Y', 'yes') ;
INSERT INTO `wp_options` VALUES ('26', '0', 'time_format', 'g:i a', 'yes') ;
INSERT INTO `wp_options` VALUES ('27', '0', 'links_updated_date_format', 'F j, Y g:i a', 'yes') ;
INSERT INTO `wp_options` VALUES ('28', '0', 'links_recently_updated_prepend', '<em>', 'yes') ;
INSERT INTO `wp_options` VALUES ('29', '0', 'links_recently_updated_append', '</em>', 'yes') ;
INSERT INTO `wp_options` VALUES ('30', '0', 'links_recently_updated_time', '120', 'yes') ;
INSERT INTO `wp_options` VALUES ('31', '0', 'comment_moderation', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('32', '0', 'moderation_notify', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('33', '0', 'permalink_structure', '/%postname%', 'yes') ;
INSERT INTO `wp_options` VALUES ('34', '0', 'gzipcompression', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('35', '0', 'hack_file', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('36', '0', 'blog_charset', 'UTF-8', 'yes') ;
INSERT INTO `wp_options` VALUES ('37', '0', 'moderation_keys', '', 'no') ;
INSERT INTO `wp_options` VALUES ('38', '0', 'active_plugins', 'a:8:{i:0;s:30:\"CC3.3.5/CaffeinatedContent.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:31:\"automaticblog/automaticblog.php\";i:4;s:36:\"google-sitemap-generator/sitemap.php\";i:5;s:33:\"privacy-policy/privacy-policy.php\";i:6;s:23:\"statpress/statpress.php\";i:7;s:42:\"yet-another-related-posts-plugin/yarpp.php\";}', 'yes') ;
INSERT INTO `wp_options` VALUES ('39', '0', 'home', 'http://resveratrol-effects.com', 'yes') ;
INSERT INTO `wp_options` VALUES ('40', '0', 'category_base', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('41', '0', 'ping_sites', 'http://rpc.pingomatic.com/\r\nhttp://blogsearch.google.com/ping/RPC2\r\nhttp://1470.net/api/ping\r\nhttp://api.feedster.com/ping\r\nhttp://api.moreover.com/RPC2\r\nhttp://api.moreover.com/ping\r\nhttp://api.my.yahoo.com/RPC2\r\nhttp://api.my.yahoo.com/rss/ping\r\nhttp://bblog.com/ping.php\r\nhttp://bitacoras.net/ping\r\nhttp://blog.goo.ne.jp/XMLRPC\r\nhttp://blogdb.jp/xmlrpc\r\nhttp://blogmatcher.com/u.php\r\nhttp://bulkfeeds.net/rpc\r\nhttp://coreblog.org/ping/\r\nhttp://mod-pubsub.org/kn_apps/blogchatt\r\nhttp://www.lasermemory.com/lsrpc/\r\nhttp://ping.amagle.com/\r\nhttp://ping.bitacoras.com\r\nhttp://ping.blo.gs/\r\nhttp://ping.bloggers.jp/rpc/\r\nhttp://ping.cocolog-nifty.com/xmlrpc\r\nhttp://ping.blogmura.jp/rpc/\r\nhttp://ping.exblog.jp/xmlrpc\r\nhttp://ping.feedburner.com\r\nhttp://ping.myblog.jp\r\nhttp://ping.rootblog.com/rpc.php\r\nhttp://ping.syndic8.com/xmlrpc.php\r\nhttp://ping.weblogalot.com/rpc.php\r\nhttp://ping.weblogs.se/\r\nhttp://pingoat.com/goat/RPC2\r\nhttp://rcs.datashed.net/RPC2/\r\nhttp://rpc.blogbuzzmachine.com/RPC2\r\nhttp://rpc.blogrolling.com/pinger/\r\nhttp://rpc.icerocket.com:10080/\r\nhttp://rpc.newsgator.com/\r\nhttp://rpc.pingomatic.com\r\nhttp://rpc.technorati.com/rpc/ping\r\nhttp://rpc.weblogs.com/RPC2\r\nhttp://topicexchange.com/RPC2\r\nhttp://trackback.bakeinu.jp/bakeping.php\r\nhttp://www.a2b.cc/setloc/bp.a2b\r\nhttp://www.bitacoles.net/ping.php\r\nhttp://www.blogdigger.com/RPC2\r\nhttp://www.blogoole.com/ping/\r\nhttp://www.blogoon.net/ping/\r\nhttp://www.blogpeople.net/servlet/weblogUpdates\r\nhttp://www.blogroots.com/tb_populi.blog?id=1\r\nhttp://www.blogshares.com/rpc.php\r\nhttp://www.blogsnow.com/ping\r\nhttp://www.blogstreet.com/xrbin/xmlrpc.cgi\r\nhttp://www.mod-pubsub.org/kn_apps/blogchatter/ping.php\r\nhttp://www.newsisfree.com/RPCCloud\r\nhttp://www.newsisfree.com/xmlrpctest.php\r\nhttp://www.popdex.com/addsite.php\r\nhttp://www.snipsnap.org/RPC2\r\nhttp://www.weblogues.com/RPC/\r\nhttp://xmlrpc.blogg.de\r\nhttp://xping.pubsub.com/ping/', 'yes') ;
INSERT INTO `wp_options` VALUES ('42', '0', 'advanced_edit', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('43', '0', 'comment_max_links', '2', 'yes') ;
INSERT INTO `wp_options` VALUES ('44', '0', 'gmt_offset', '-7', 'yes') ;
INSERT INTO `wp_options` VALUES ('45', '0', 'default_email_category', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('46', '0', 'recently_edited', 'a:3:{i:0;s:31:\"/themes/flexsqueeze/feature.php\";i:2;s:29:\"/themes/flexsqueeze/style.css\";i:3;s:0:\"\";}', 'no') ;
INSERT INTO `wp_options` VALUES ('47', '0', 'use_linksupdate', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('48', '0', 'template', 'flexsqueeze', 'yes') ;
INSERT INTO `wp_options` VALUES ('49', '0', 'stylesheet', 'flexsqueeze', 'yes') ;
INSERT INTO `wp_options` VALUES ('50', '0', 'comment_whitelist', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('51', '0', 'page_uris', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('52', '0', 'blacklist_keys', '', 'no') ;
INSERT INTO `wp_options` VALUES ('53', '0', 'comment_registration', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('54', '0', 'rss_language', 'en', 'yes') ;
INSERT INTO `wp_options` VALUES ('55', '0', 'html_type', 'text/html', 'yes') ;
INSERT INTO `wp_options` VALUES ('56', '0', 'use_trackback', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('57', '0', 'default_role', 'subscriber', 'yes') ;
INSERT INTO `wp_options` VALUES ('58', '0', 'db_version', '9872', 'yes') ;
INSERT INTO `wp_options` VALUES ('59', '0', 'uploads_use_yearmonth_folders', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('60', '0', 'upload_path', '/home/stray201/public_html/resveratrol-effects.com/wp-content/uploads', 'yes') ;
INSERT INTO `wp_options` VALUES ('61', '0', 'random_seed', '4b9373fcb936b28d3443933c574aebbc', 'yes') ;
INSERT INTO `wp_options` VALUES ('62', '0', 'secret', '^GTUgSpvmA^(A1sdLA7G1TKxF{2dtujh2C73RqLok7nhkWgphuR@!QN(O&mVk#ho5BbR', 'yes') ;
INSERT INTO `wp_options` VALUES ('63', '0', 'blog_public', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('64', '0', 'default_link_category', '2', 'yes') ;
INSERT INTO `wp_options` VALUES ('65', '0', 'show_on_front', 'posts', 'yes') ;
INSERT INTO `wp_options` VALUES ('66', '0', 'tag_base', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('67', '0', 'show_avatars', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('68', '0', 'avatar_rating', 'G', 'yes') ;
INSERT INTO `wp_options` VALUES ('69', '0', 'upload_url_path', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('70', '0', 'thumbnail_size_w', '150', 'yes') ;
INSERT INTO `wp_options` VALUES ('71', '0', 'thumbnail_size_h', '150', 'yes') ;
INSERT INTO `wp_options` VALUES ('72', '0', 'thumbnail_crop', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('73', '0', 'medium_size_w', '300', 'yes') ;
INSERT INTO `wp_options` VALUES ('74', '0', 'medium_size_h', '300', 'yes') ;
INSERT INTO `wp_options` VALUES ('75', '0', 'avatar_default', 'mystery', 'yes') ;
INSERT INTO `wp_options` VALUES ('76', '0', 'enable_app', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('77', '0', 'enable_xmlrpc', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('78', '0', 'large_size_w', '1024', 'yes') ;
INSERT INTO `wp_options` VALUES ('79', '0', 'large_size_h', '1024', 'yes') ;
INSERT INTO `wp_options` VALUES ('80', '0', 'image_default_link_type', 'file', 'yes') ;
INSERT INTO `wp_options` VALUES ('81', '0', 'image_default_size', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('82', '0', 'image_default_align', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('83', '0', 'close_comments_for_old_posts', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('84', '0', 'close_comments_days_old', '14', 'yes') ;
INSERT INTO `wp_options` VALUES ('85', '0', 'thread_comments', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('86', '0', 'thread_comments_depth', '5', 'yes') ;
INSERT INTO `wp_options` VALUES ('87', '0', 'page_comments', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('88', '0', 'comments_per_page', '50', 'yes') ;
INSERT INTO `wp_options` VALUES ('89', '0', 'default_comments_page', 'newest', 'yes') ;
INSERT INTO `wp_options` VALUES ('90', '0', 'comment_order', 'asc', 'yes') ;
INSERT INTO `wp_options` VALUES ('91', '0', 'use_ssl', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('92', '0', 'sticky_posts', 'a:0:{}', 'yes') ;
INSERT INTO `wp_options` VALUES ('93', '0', 'widget_categories', 'a:0:{}', 'yes') ;
INSERT INTO `wp_options` VALUES ('94', '0', 'widget_text', 'a:0:{}', 'yes') ;
INSERT INTO `wp_options` VALUES ('95', '0', 'widget_rss', 'a:0:{}', 'yes') ;
INSERT INTO `wp_options` VALUES ('97', '0', 'dismissed_update_core', 'a:0:{}', 'yes') ;
INSERT INTO `wp_options` VALUES ('98', '0', 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:23:\"Administrator|User role\";s:12:\"capabilities\";a:53:{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: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') ;
INSERT INTO `wp_options` VALUES ('100', '0', 'auth_salt', '@f^rt7%x%c0f', 'yes') ;
INSERT INTO `wp_options` VALUES ('101', '0', 'doing_cron', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('104', '0', 'logged_in_salt', 'AwPs(w92uOx0', 'yes') ;
INSERT INTO `wp_options` VALUES ('106', '0', 'nonce_salt', 'kXoE^h4Z(Z#f', 'yes') ;
INSERT INTO `wp_options` VALUES ('223', '0', 'current_theme', 'FlexSqueeze', 'yes') ;
INSERT INTO `wp_options` VALUES ('108', '0', 'sidebars_widgets', 'a:6:{s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:13:\"array_version\";i:3;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('111', '0', 'cron', 'a:6:{i:1243491332;a:1:{s:18:\"autmaticblog_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1243526481;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;}}}i:1243550321;a:1:{s:19:\"publish_future_post\";a:1:{s:32:\"9f67fcba77652419b2555f011ceaf7ac\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;s:2:\"29\";}}}}i:1243607694;a:1:{s:19:\"publish_future_post\";a:1:{s:32:\"374542fc15fd269b8d7f709630ee3b58\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;s:2:\"27\";}}}}i:1243656423;a:1:{s:19:\"publish_future_post\";a:1:{s:32:\"9d9437b67ddcab1176384772e916ff6d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;s:2:\"25\";}}}}s:7:\"version\";i:2;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('112', '0', 'update_core', 'O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":5:{s:8:\"response\";s:6:\"latest\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-2.7.1.zip\";s:7:\"current\";s:5:\"2.7.1\";s:6:\"locale\";s:5:\"en_US\";}}s:12:\"last_checked\";i:1243455964;s:15:\"version_checked\";s:5:\"2.7.1\";}', 'yes') ;
INSERT INTO `wp_options` VALUES ('116', '0', 'dashboard_widget_options', 'a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:30:\"http://resveratrol-effects.com\";s:4:\"link\";s:112:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://resveratrol-effects.com/\";s:3:\"url\";s:145:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://resveratrol-effects.com/\";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') ;
INSERT INTO `wp_options` VALUES ('214', '0', 'ithemes_feedburner_widget', 'a:2:{s:6:\"groups\";a:0:{}s:7:\"widgets\";a:0:{}}', 'yes') ;
INSERT INTO `wp_options` VALUES ('213', '0', 'ithemes_billboard', 'a:2:{s:6:\"groups\";a:0:{}s:7:\"widgets\";a:0:{}}', 'yes') ;
INSERT INTO `wp_options` VALUES ('114', '0', 'update_themes', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1243491183;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('222', '0', 'pagenavi_options', 'a:12:{s:10:\"pages_text\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:13:\"&laquo; First\";s:9:\"last_text\";s:12:\"Last &raquo;\";s:9:\"next_text\";s:7:\"&raquo;\";s:9:\"prev_text\";s:7:\"&laquo;\";s:13:\"dotright_text\";s:3:\"...\";s:12:\"dotleft_text\";s:3:\"...\";s:5:\"style\";i:1;s:9:\"num_pages\";i:5;s:11:\"always_show\";i:0;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('117', '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:37:\"horoscop2009 on \"WP-FlashTime Widget\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/wp-flashtime-widget/#post-8836\";s:7:\"pubdate\";s:31:\"Wed, 28 Jan 2009 14:42:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"horoscop2009\";}s:4:\"guid\";s:41:\"8836@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:115:\"With WP_FlashTime Widget you can add a flash clock to your wordpress.This plugin include 25 different flash clocks.\";s:7:\"summary\";s:115:\"With WP_FlashTime Widget you can add a flash clock to your wordpress.This plugin include 25 different flash clocks.\";}i:1;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:2;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:3;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:4;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: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: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:7;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:8;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: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:27:\"donncha on \"WP Super Cache\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572\";s:7:\"pubdate\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"donncha\";}s:4:\"guid\";s:41:\"2572@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"summary\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";}i:12;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:13;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:14;a:7:{s:5:\"title\";s:20:\"michelem on \"WassUp\"\";s:4:\"link\";s:53:\"http://wordpress.org/extend/plugins/wassup/#post-2475\";s:7:\"pubdate\";s:31:\"Wed, 10 Oct 2007 21:30:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"michelem\";}s:4:\"guid\";s:41:\"2475@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:120:\"Analyze your visitors traffic with real time statistics, chart, a lot of chronological information and a sidebar Widget.\";s:7:\"summary\";s:120:\"Analyze your visitors traffic with real time statistics, chart, a lot of chronological information and a sidebar Widget.\";}}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:\"Wed, 27 May 2009 15:56:27 +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') ;
INSERT INTO `wp_options` VALUES ('118', '0', 'rss_a5420c83891a9c88ad2a4f04584a5efc_ts', '1243439783', 'no') ;
INSERT INTO `wp_options` VALUES ('119', '0', 'rss_f9f8e392260f9b09be1ff3cceb081f13', '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:57:\"link:http://resveratrol-effects.com/ - Google Blog Search\";s:4:\"link\";s:115:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://resveratrol-effects.com/\";s:11:\"description\";s:91:\"Your search - <b>link:http://resveratrol-effects.com/</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:91:\"Your search - <b>link:http://resveratrol-effects.com/</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') ;
INSERT INTO `wp_options` VALUES ('120', '0', 'rss_f9f8e392260f9b09be1ff3cceb081f13_ts', '1243439782', 'no') ;
INSERT INTO `wp_options` VALUES ('121', '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: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:4033:\"<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 &#8220;I think I have hit the end of WordPress&#8217; capabilities.&#8221; 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>My perception is that this perception of &#8220;reaching the end of WordPress&#8221; 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<div class=\"im\">\n<blockquote class=\"gmail_quote\">\n<div lang=\"EN-US\">\n<div>\n<p><span><span>1)  Have found no good way to create &#8220;hidden&#8221; pages that do not show up on the menus<br />\n</span></span></div>\n</div>\n</blockquote>\n</div>\n<div>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></div>\n<div class=\"im\">\n<blockquote class=\"gmail_quote\">\n<div lang=\"EN-US\">\n<div>\n<p><span></span></p>\n<p><span><span>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. </span></span></div>\n</div>\n</blockquote>\n</div>\n<div>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></div>\n<div class=\"im\">\n<blockquote class=\"gmail_quote\">\n<div lang=\"EN-US\">\n<div>\n<p><span></span></div>\n</div>\n</blockquote>\n</div>\n<div class=\"im\">\n<blockquote class=\"gmail_quote\">\n<div lang=\"EN-US\">\n<div>\n<p><span></span></p>\n<p><span><span>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.</span></span></div>\n</div>\n</blockquote>\n</div>\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:4033:\"<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 &#8220;I think I have hit the end of WordPress&#8217; capabilities.&#8221; 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>My perception is that this perception of &#8220;reaching the end of WordPress&#8221; 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<div class=\"im\">\n<blockquote class=\"gmail_quote\">\n<div lang=\"EN-US\">\n<div>\n<p><span><span>1)  Have found no good way to create &#8220;hidden&#8221; pages that do not show up on the menus<br />\n</span></span></div>\n</div>\n</blockquote>\n</div>\n<div>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></div>\n<div class=\"im\">\n<blockquote class=\"gmail_quote\">\n<div lang=\"EN-US\">\n<div>\n<p><span></span></p>\n<p><span><span>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. </span></span></div>\n</div>\n</blockquote>\n</div>\n<div>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></div>\n<div class=\"im\">\n<blockquote class=\"gmail_quote\">\n<div lang=\"EN-US\">\n<div>\n<p><span></span></div>\n</div>\n</blockquote>\n</div>\n<div class=\"im\">\n<blockquote class=\"gmail_quote\">\n<div lang=\"EN-US\">\n<div>\n<p><span></span></p>\n<p><span><span>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.</span></span></div>\n</div>\n</blockquote>\n</div>\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:1;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&#8217;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>&lt;a href=&#8221;http://wordpress.org/&#8221; rel=&#8221;external&#8221;&gt;WordPress&lt;/a&gt;</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&amp;publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&amp;title=Shortcut+Macros+1.3&amp;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&#8217;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>&lt;a href=&#8221;http://wordpress.org/&#8221; rel=&#8221;external&#8221;&gt;WordPress&lt;/a&gt;</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&amp;publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&amp;title=Shortcut+Macros+1.3&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F27%2Fshortcut-macros-13\">ShareThis</a></p>\";}i:2;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&#8217;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&#8217;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:3;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&#8217;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&amp;publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&amp;title=Link+Harvest+1.2&amp;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&#8217;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&amp;publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&amp;title=Link+Harvest+1.2&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F26%2Flink-harvest-12\">ShareThis</a></p>\";}i:4;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:42226:\"<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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:42226:\"<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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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/\" 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:5;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:6;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&#8217;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 &#8211; but by other spam filtering plugins or features.  (Unfortunately WordPress doesn&#8217;t show the reason a comment was moved to the Spam filter, so there&#8217;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 &#8211; 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 &#8220;ru&#8221;, it will block any comment containing the words &#8220;truth&#8221; or &#8220;fruit&#8221;, or any other word with the letters &#8220;ru&#8221;.  And, since the blacklist takes precedence over Akismet, reporting those comments to Akismet as false positives won&#8217;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&#8217;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&#8217;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 &#8211; but by other spam filtering plugins or features.  (Unfortunately WordPress doesn&#8217;t show the reason a comment was moved to the Spam filter, so there&#8217;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 &#8211; 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 &#8220;ru&#8221;, it will block any comment containing the words &#8220;truth&#8221; or &#8220;fruit&#8221;, or any other word with the letters &#8220;ru&#8221;.  And, since the blacklist takes precedence over Akismet, reporting those comments to Akismet as false positives won&#8217;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&#8217;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:7;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&#8217;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 &amp; 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&#8217;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 &amp; 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:8;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.&#160; 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.&#160; 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.&#160; The Dynamic Headers plugin allows you to manage what media is shown in your header on each page and/or post.&#160; 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.&#160; 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.&#160; 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>.&#160; 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.&#160; 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.&#160; Well this plugin (7,546 downloads) allows your visitors to upload pictures to photo galleries on your website.&#160; 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?&#160; 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?&#160; 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.&#160; 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.&#160; 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.&#160; The Dynamic Headers plugin allows you to manage what media is shown in your header on each page and/or post.&#160; 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.&#160; 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.&#160; 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>.&#160; 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.&#160; 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.&#160; Well this plugin (7,546 downloads) allows your visitors to upload pictures to photo galleries on your website.&#160; 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?&#160; 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?&#160; 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:9;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&amp;mode=stop_on_copy&amp;rev=11440&amp;stop_rev=11366&amp;limit=100&amp;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&amp;mode=stop_on_copy&amp;rev=11440&amp;stop_rev=11366&amp;limit=100&amp;verbose=on\">changes</a> since beta 1.</p>\";}i:10;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&#8217;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&#8217;s time to revisit.</p>\n<p>I received an email on Tuesday from the &#8220;SourceForge.net Team&#8221; with the geeky and lame title of &#8220;SourceForge.net feature deprecation upcoming: forums, DocManager, TaskManager, Diary/Notes&#8221;. 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>&#8230;</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&#8217;s fantastic to see SourceForge getting back to open source &#8212; ironic, no. It will be interesting to see how active they are in particulating in those projects. I dont&#8217; think I&#8217;ve seen any SorceForge team members participating recently on <a href=\"http://core.trac.wordpress.org/\">WordPress&#8217;s Bug Tracker (Trac)</a>.</p>\n<p>It&#8217;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&#8217;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&#8217;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&#8217;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&#8217;s time to revisit.</p>\n<p>I received an email on Tuesday from the &#8220;SourceForge.net Team&#8221; with the geeky and lame title of &#8220;SourceForge.net feature deprecation upcoming: forums, DocManager, TaskManager, Diary/Notes&#8221;. 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>&#8230;</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&#8217;s fantastic to see SourceForge getting back to open source &#8212; ironic, no. It will be interesting to see how active they are in particulating in those projects. I dont&#8217; think I&#8217;ve seen any SorceForge team members participating recently on <a href=\"http://core.trac.wordpress.org/\">WordPress&#8217;s Bug Tracker (Trac)</a>.</p>\n<p>It&#8217;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&#8217;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&#8217;m excited to reconsider using <a href=\"http://sourceforge.net/\">SourceForge.net</a> again to future projects.</p>\";}i:11;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&#8217;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&#8217;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:12;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 &#8220;About me&#8221; 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 &#8220;About me&#8221; 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:13;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&#8217;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&#8217;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:14;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&#8217;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&#8217;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:15;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 &#8216;wp-content/themes&#8217; directory with a &#8216;wp-content/themes&#8217; 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 &#8216;wp-content/themes&#8217; 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&#8217;re good to go.</p>\n<p>I&#8217;ve opened a bug for this <a href=\"http://core.trac.wordpress.org/ticket/9865\" rel=\"external\">here</a>, so I&#8217;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&amp;publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&amp;title=WordPress+Theme+Admin+Page+Tip&amp;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 &#8216;wp-content/themes&#8217; directory with a &#8216;wp-content/themes&#8217; 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 &#8216;wp-content/themes&#8217; 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&#8217;re good to go.</p>\n<p>I&#8217;ve opened a bug for this <a href=\"http://core.trac.wordpress.org/ticket/9865\" rel=\"external\">here</a>, so I&#8217;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&amp;publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&amp;title=WordPress+Theme+Admin+Page+Tip&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F05%2F18%2Fwordpress-theme-admin-page-tip\">ShareThis</a></p>\";}i:16;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 &#8220;<a href=\"http://foolswisdom.com/wordcamp-sf-200/\">Get ready for WordCamp San Francisco 2009</a>&#8221; post from Lloyd. I almost completely forgot about the <a href=\"http://2009.sf.wordcamp.org/wordpress-anniversary-party/\">WordPress&#8217; 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 &#8220;<a href=\"http://foolswisdom.com/wordcamp-sf-200/\">Get ready for WordCamp San Francisco 2009</a>&#8221; post from Lloyd. I almost completely forgot about the <a href=\"http://2009.sf.wordcamp.org/wordpress-anniversary-party/\">WordPress&#8217; 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:17;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 &#8216;print_r&#8217; 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&#8217;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 &#8216;welcome&#8217; email.</p>\n<p><a href=\"http://www.jenruno.com/SpamTask/\">Spam Task</a></p>\n<p>SpamTask is the world&#8217;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 &#8216;print_r&#8217; 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&#8217;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 &#8216;welcome&#8217; email.</p>\n<p><a href=\"http://www.jenruno.com/SpamTask/\">Spam Task</a></p>\n<p>SpamTask is the world&#8217;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:18;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:19;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&#8217;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&#8217;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:20;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:21;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&#8217;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&#8217;ve found a fun approach, and so we&#8217;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&#8217;d like to see make their way into BuddyPress within the next 1-3 versions.</p>\n<p>Here&#8217;s where you, as a community member come in. We&#8217;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&#8217;ve built an interface over the last couple of days that will allow any BuddyPress.org member to log in and start &#8220;Roadmap Ranking&#8221;. 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&#8217;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&#8217;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&#8217;ve found a fun approach, and so we&#8217;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&#8217;d like to see make their way into BuddyPress within the next 1-3 versions.</p>\n<p>Here&#8217;s where you, as a community member come in. We&#8217;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&#8217;ve built an interface over the last couple of days that will allow any BuddyPress.org member to log in and start &#8220;Roadmap Ranking&#8221;. 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&#8217;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:22;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:23;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&#8217;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>&#8217;s elite together.</p>\n<p>They&#8217;re friendly people to boot! Thankfully, the elite are welcoming and generous with their time, knowledge, talent and bad jokes (puns). It&#8217;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 &#8211; <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 &#8212; the $25 cost doesn&#8217;t even cover the cost of the food. Thank you sponsors!</p>\n<p>Even if WordPress wasn&#8217;t your thing (shame!), if you&#8217;re in the web, it should be a must attend event. It&#8217;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&#8217;re hosting a barcamp-esque <a href=\"http://ma.tt/2009/05/wordcamp-developer-day/\">WordPress developer day</a>:</p>\n<blockquote><p>&#8230;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&#8230;</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&#8217;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>&#8217;s elite together.</p>\n<p>They&#8217;re friendly people to boot! Thankfully, the elite are welcoming and generous with their time, knowledge, talent and bad jokes (puns). It&#8217;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 &#8211; <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 &#8212; the $25 cost doesn&#8217;t even cover the cost of the food. Thank you sponsors!</p>\n<p>Even if WordPress wasn&#8217;t your thing (shame!), if you&#8217;re in the web, it should be a must attend event. It&#8217;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&#8217;re hosting a barcamp-esque <a href=\"http://ma.tt/2009/05/wordcamp-developer-day/\">WordPress developer day</a>:</p>\n<blockquote><p>&#8230;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&#8230;</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:24;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.&#160; 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>.&#160; 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.&#160; 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.&#160; 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!&#160; 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>&lt;P&gt;      <br />&lt;H2&gt;Active Plugins&lt;/H2&gt;       <br />[active_pluginsused] </p>\n<p>&lt;P&gt;      <br />&lt;H2&gt;Inactive Plugins&lt;/H2&gt;       <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.&#160; Just open up the <strong>wp-pluginsused.php</strong> and make this change:</p>\n<blockquote><p>Find - <em>define(&#8217;PLUGINSUSED_SHOW_VERSION&#8217;, true);</em> </p>\n<p>Change it to - <em>define(&#8217;PLUGINSUSED_SHOW_VERSION&#8217;, 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.&#160; The plugin name and author are linked to their respective sites as well.&#160; This will allow you to head directly to that plugin’s website when you see this page on someone else&#8217;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.&#160; 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.&#160; 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>.&#160; 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.&#160; 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.&#160; 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!&#160; 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>&lt;P&gt;      <br />&lt;H2&gt;Active Plugins&lt;/H2&gt;       <br />[active_pluginsused] </p>\n<p>&lt;P&gt;      <br />&lt;H2&gt;Inactive Plugins&lt;/H2&gt;       <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.&#160; Just open up the <strong>wp-pluginsused.php</strong> and make this change:</p>\n<blockquote><p>Find - <em>define(&#8217;PLUGINSUSED_SHOW_VERSION&#8217;, true);</em> </p>\n<p>Change it to - <em>define(&#8217;PLUGINSUSED_SHOW_VERSION&#8217;, 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.&#160; The plugin name and author are linked to their respective sites as well.&#160; This will allow you to head directly to that plugin’s website when you see this page on someone else&#8217;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.&#160; 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:25;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&#8230;</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&#8230;</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:26;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-0\">\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-0\">\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:27;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&#8217;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&#8217;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:28;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 &#8220;RC&#8221; 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&#8217;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&#8217;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 &#8220;RC&#8221; 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&#8217;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&#8217;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:29;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>-&#160; <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.&#160; 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>-&#160; <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.&#160; 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>-&#160; <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.&#160; 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.&#160; There are four settings you can change which include Title; Show Zodiac; Show age (not yours – the moons); and Show details.&#160; 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>-&#160; <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.&#160; 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>&#160;</p>\n<p>-&#160; <a href=\"http://wordpress.org/extend/plugins/twibadge/\">TwiBadge</a>: I guess this list would not be complete without a little Twitter love.&#160; Here is a sidebar widget plugin that lets you add your Twitter Badge to your own sidebar.&#160; It is very configurable and does not require your Twitter password to work.&#160; </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>&#160;</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>-&#160; <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.&#160; 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>-&#160; <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.&#160; 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>-&#160; <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.&#160; 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.&#160; There are four settings you can change which include Title; Show Zodiac; Show age (not yours – the moons); and Show details.&#160; 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>-&#160; <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.&#160; 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>&#160;</p>\n<p>-&#160; <a href=\"http://wordpress.org/extend/plugins/twibadge/\">TwiBadge</a>: I guess this list would not be complete without a little Twitter love.&#160; Here is a sidebar widget plugin that lets you add your Twitter Badge to your own sidebar.&#160; It is very configurable and does not require your Twitter password to work.&#160; </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>&#160;</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:30;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-1\">\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-1\">\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:31;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:32;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&#8217;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&#8217;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:33;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-2\">\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-2\">\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:34;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&#8217;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&#8217;s on the list and in fact, if you have anything you&#8217;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&#8217;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&#8217;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&#8217;s on the list and in fact, if you have anything you&#8217;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&#8217;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:35;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  &#8220;Five Best Journaling Tools&#8221;</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  &#8220;Five Best Journaling Tools&#8221;</a> at Lifehacker.</p>\";}i:36;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>\";}i:37;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 10/05\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5792\";s:4:\"link\";s:89:\"http://weblogtoolscollection.com/archives/2009/05/10/wordpress-theme-releases-for-1005-2/\";s:11:\"description\";s:3136:\"<h4><a href=\"http://wordpress.org/extend/themes/that-music-theme\">THAT Music</a></h4>\n<p><a href=\"http://www.thatagency.com/THATthemes/index.php?wptheme=THAT+Music+Theme\"><img title=\"THAT Music\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/thatmusic.png\" alt=\"THAT Music\" width=\"190\" height=\"200\" /></a></p>\n<p>Three column, red and dark theme with support for widgets, gravatars and WordPress 2.7.</p>\n<h4><a href=\"http://3oneseven.com/06/solitude-wpmu-buddypress-theme/\">Solitude wpMU</a></h4>\n<p><img title=\"Solitude\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/solitude.png\" alt=\"Solitude\" width=\"124\" height=\"200\" /></p>\n<p>The Solitude WP theme, create your own social network with the Solitude WordPress theme, loaded with a ”corporate” blue/white color scheme, an extensive options panel for full control over the frontpage layout, featuring a two column fluid layout with built in options panel, frontpage news slider and automatic SEO titles.</p>\n<h4><a href=\"http://wordpress-themes.onzig.com/simple-blue-theme\">Simple Blue</a></h4>\n<p><a href=\"http://wordpress-themes.onzig.com/?preview_theme=ModernBlue\"><img title=\"SimpleBlue\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/simpleblue.png\" alt=\"SimpleBlue\" width=\"200\" height=\"187\" /></a></p>\n<p>Two column, widget ready, blue theme</p>\n<h4><a href=\"http://7879designs.co.uk/downloads/free-wordpress-photoblog-theme-grace/\">Grace</a></h4>\n<p><img title=\"Grace\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/grace.jpg\" alt=\"Grace\" width=\"200\" height=\"149\" /></p>\n<p>It&#8217;s a stylish, 3 column, widgetized theme with a jQuery powered rotating gallery on home page.</p>\n<h4><a href=\"http://somadesign.ca/projects/the-erudite/\">The Erudite</a></h4>\n<p><img title=\"Erudite\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/erudite.jpg\" alt=\"Erudite\" width=\"200\" height=\"163\" /></p>\n<p>The Erudite is a two column theme for writers who want readers. Everything has been carefully crafted to provide the optimal reading experience, and no attention has been paid to people who need gimmicks to maintain an audience.</p>\n<h4><a href=\"http://www.colorwalk.com/small_biz_green/\">Small_Biz_Green</a></h4>\n<p><img title=\"small_biz_green\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/small-biz-green.jpg\" alt=\"small_biz_green\" width=\"200\" height=\"146\" /></p>\n<p>Small_biz_green is an elegent 2-column, professional looking free WordPress theme. It’s a perfect theme for small business blogs and personal blogs.</p>\n<h4><a href=\"http://wp-content-themes.com/doc-a-free-minimal-wordpress-27-theme/257\">Doc</a></h4>\n<p><img title=\"Doc\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/doc.png\" alt=\"Doc\" width=\"200\" height=\"150\" /></p>\n<p>Doc is a one-column theme, with a fixed width and lots of white space. It is intended to spoil your content and to satisfy your users’ reading pleasure.</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/wordpress-theme-releases-for-1005-2/\">WordPress Theme Releases for 10/05</a></p>\";s:7:\"pubdate\";s:31:\"Sun, 10 May 2009 18:20:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:3136:\"<h4><a href=\"http://wordpress.org/extend/themes/that-music-theme\">THAT Music</a></h4>\n<p><a href=\"http://www.thatagency.com/THATthemes/index.php?wptheme=THAT+Music+Theme\"><img title=\"THAT Music\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/thatmusic.png\" alt=\"THAT Music\" width=\"190\" height=\"200\" /></a></p>\n<p>Three column, red and dark theme with support for widgets, gravatars and WordPress 2.7.</p>\n<h4><a href=\"http://3oneseven.com/06/solitude-wpmu-buddypress-theme/\">Solitude wpMU</a></h4>\n<p><img title=\"Solitude\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/solitude.png\" alt=\"Solitude\" width=\"124\" height=\"200\" /></p>\n<p>The Solitude WP theme, create your own social network with the Solitude WordPress theme, loaded with a ”corporate” blue/white color scheme, an extensive options panel for full control over the frontpage layout, featuring a two column fluid layout with built in options panel, frontpage news slider and automatic SEO titles.</p>\n<h4><a href=\"http://wordpress-themes.onzig.com/simple-blue-theme\">Simple Blue</a></h4>\n<p><a href=\"http://wordpress-themes.onzig.com/?preview_theme=ModernBlue\"><img title=\"SimpleBlue\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/simpleblue.png\" alt=\"SimpleBlue\" width=\"200\" height=\"187\" /></a></p>\n<p>Two column, widget ready, blue theme</p>\n<h4><a href=\"http://7879designs.co.uk/downloads/free-wordpress-photoblog-theme-grace/\">Grace</a></h4>\n<p><img title=\"Grace\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/grace.jpg\" alt=\"Grace\" width=\"200\" height=\"149\" /></p>\n<p>It&#8217;s a stylish, 3 column, widgetized theme with a jQuery powered rotating gallery on home page.</p>\n<h4><a href=\"http://somadesign.ca/projects/the-erudite/\">The Erudite</a></h4>\n<p><img title=\"Erudite\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/erudite.jpg\" alt=\"Erudite\" width=\"200\" height=\"163\" /></p>\n<p>The Erudite is a two column theme for writers who want readers. Everything has been carefully crafted to provide the optimal reading experience, and no attention has been paid to people who need gimmicks to maintain an audience.</p>\n<h4><a href=\"http://www.colorwalk.com/small_biz_green/\">Small_Biz_Green</a></h4>\n<p><img title=\"small_biz_green\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/small-biz-green.jpg\" alt=\"small_biz_green\" width=\"200\" height=\"146\" /></p>\n<p>Small_biz_green is an elegent 2-column, professional looking free WordPress theme. It’s a perfect theme for small business blogs and personal blogs.</p>\n<h4><a href=\"http://wp-content-themes.com/doc-a-free-minimal-wordpress-27-theme/257\">Doc</a></h4>\n<p><img title=\"Doc\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/doc.png\" alt=\"Doc\" width=\"200\" height=\"150\" /></p>\n<p>Doc is a one-column theme, with a fixed width and lots of white space. It is intended to spoil your content and to satisfy your users’ reading pleasure.</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/wordpress-theme-releases-for-1005-2/\">WordPress Theme Releases for 10/05</a></p>\";}i:38;a:7:{s:5:\"title\";s:84:\"Weblog Tools Collection: How can I participate in WordPress Plugin Competition 2009?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5783\";s:4:\"link\";s:112:\"http://weblogtoolscollection.com/archives/2009/05/10/how-can-i-participate-in-wordpress-plugin-competition-2009/\";s:11:\"description\";s:2074:\"<p>Here are the simple steps:</p>\n<ol>\n<li>Register on the <a href=\"http://weblogtoolscollection.com/pluginblog\">Plugin Competition Blog</a>, wait to be given author permissions (within 24 hours)</li>\n<li>Make sure you check all the <a href=\"http://weblogtoolscollection.com/pluginblog/plugin-competition-2009-rules/\">Plugin Competition Rules</a> and adhere to them in order to be eligible</li>\n<li>Introduce your plugin(s) or your plans for writing plugins on the Plugin Competition blog</li>\n<li>Once your plugin is ready, publish it on the blog and make it available for download via <a href=\"http://wordpress.org/extend/plugins/\">WordPress Extend</a></li>\n<li>Provide initial support for the plugins through the Competition blog, your own blog or other place of publication and through WordPress Support and Extend.</li>\n<li>The last step, but the most important step, is to submit the final code for your plugin to us via email. We do not publish this email or the instructions on what to put in the email till the final few weeks of the competition. Check back with us or on the Plugin Competition blog for that email address about two weeks before the end of the competition.</li>\n</ol>\n<p>Alternatively you could do the following if you need new ideas for Plugin development towards the competition. You could:</p>\n<ul>\n<li>You could post your questions and your needs on <a href=\"http://midout.com/groups/wordpress-plugins/forum/topic/12\">this WLTC Community Forum Topic</a></li>\n<li>You could post your question on the WordPress Forums</li>\n<li>You could look at the most popular <a href=\"http://wordpress.org/extend/ideas/\">WordPress Ideas</a> and find one that has not been done in a plugin yet</li>\n<li><a href=\"http://wordpress.org/extend/kvetch/\">Adopt a Kvetch</a></li>\n</ul>\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/how-can-i-participate-in-wordpress-plugin-competition-2009/\">How can I participate in WordPress Plugin Competition 2009?</a></p>\";s:7:\"pubdate\";s:31:\"Sun, 10 May 2009 12:39:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:2074:\"<p>Here are the simple steps:</p>\n<ol>\n<li>Register on the <a href=\"http://weblogtoolscollection.com/pluginblog\">Plugin Competition Blog</a>, wait to be given author permissions (within 24 hours)</li>\n<li>Make sure you check all the <a href=\"http://weblogtoolscollection.com/pluginblog/plugin-competition-2009-rules/\">Plugin Competition Rules</a> and adhere to them in order to be eligible</li>\n<li>Introduce your plugin(s) or your plans for writing plugins on the Plugin Competition blog</li>\n<li>Once your plugin is ready, publish it on the blog and make it available for download via <a href=\"http://wordpress.org/extend/plugins/\">WordPress Extend</a></li>\n<li>Provide initial support for the plugins through the Competition blog, your own blog or other place of publication and through WordPress Support and Extend.</li>\n<li>The last step, but the most important step, is to submit the final code for your plugin to us via email. We do not publish this email or the instructions on what to put in the email till the final few weeks of the competition. Check back with us or on the Plugin Competition blog for that email address about two weeks before the end of the competition.</li>\n</ol>\n<p>Alternatively you could do the following if you need new ideas for Plugin development towards the competition. You could:</p>\n<ul>\n<li>You could post your questions and your needs on <a href=\"http://midout.com/groups/wordpress-plugins/forum/topic/12\">this WLTC Community Forum Topic</a></li>\n<li>You could post your question on the WordPress Forums</li>\n<li>You could look at the most popular <a href=\"http://wordpress.org/extend/ideas/\">WordPress Ideas</a> and find one that has not been done in a plugin yet</li>\n<li><a href=\"http://wordpress.org/extend/kvetch/\">Adopt a Kvetch</a></li>\n</ul>\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/how-can-i-participate-in-wordpress-plugin-competition-2009/\">How can I participate in WordPress Plugin Competition 2009?</a></p>\";}i:39;a:7:{s:5:\"title\";s:74:\"Weblog Tools Collection: Plugins to Spruce Up Your WordPress Based Website\";s:4:\"guid\";s:103:\"http://weblogtoolscollection.com/archives/2009/05/09/plugins-to-spruce-up-your-wordpress-based-website/\";s:4:\"link\";s:103:\"http://weblogtoolscollection.com/archives/2009/05/09/plugins-to-spruce-up-your-wordpress-based-website/\";s:11:\"description\";s:3818:\"<p>As many of you know – plugins can add significant functionality to your website.&#160; For instance there is a plugin that will add an entire forum to your site (<a href=\"http://simplepressforum.com/\">Simple:Press</a>) and there is another one that will allow your visitors to contact you via a customizable form (<a href=\"http://wordpress.org/extend/plugins/contact-form-7/\">Contact Form 7</a>).</p>\n<p>What if you were just looking for a few plugins to fancy up your site a little bit or maybe add a small piece of functionality or info?&#160; Well they exist as well and sometimes it is the simple touches that really finish a site off.&#160; </p>\n<p>Here are a few of my favorites:</p>\n<blockquote><p>-&#160; <a href=\"http://wordpress.org/extend/plugins/shockingly-simple-favicon/\">Shockingly Simple Favicon</a> changes your sites <a href=\"http://en.wikipedia.org/wiki/Favicon\">favicon</a> - that is the small graphic that shows up in the address bar of your web browser when your on a site. This even sticks when you switch themes after installing it.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/simplefaviconexample.jpg\"><img title=\"simplefaviconexample\" border=\"0\" alt=\"simplefaviconexample\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/simplefaviconexample-thumb.jpg\" width=\"375\" height=\"38\" /></a> </p>\n<p>-&#160; <a href=\"http://wordpress.org/extend/plugins/simple-feed-copyright/\">Simple Feed Copyright</a> inserts a copyright notice at the end of full text articles in your RSS feed.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/simplefeedcopyrightexample.jpg\"><img title=\"simplefeedcopyrightexample\" border=\"0\" alt=\"simplefeedcopyrightexample\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/simplefeedcopyrightexample-thumb.jpg\" width=\"380\" height=\"32\" /></a> </p>\n<p>-&#160; <a href=\"http://kerrywebster.com/index.php/design/branded-login-screen-plugin/\">Branded Login Screen</a> lets you add your own graphical logo or brand to your login screen.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/brandedloginscreen.jpg\"><img title=\"brandedloginscreen\" border=\"0\" alt=\"brandedloginscreen\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/brandedloginscreen-thumb.jpg\" width=\"379\" height=\"184\" /></a> </p>\n<p>-&#160; <a href=\"http://wordpress.org/extend/plugins/blogcopyright/\">Blog Copyright (BC)</a> inserts a copyright notice in your websites footer. It automatically updates the year range each new year and prevents you from having to manually go in and provide an update to the date range.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/blogcopyright.jpg\"><img title=\"blogcopyright\" border=\"0\" alt=\"blogcopyright\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/blogcopyright-thumb.jpg\" width=\"381\" height=\"112\" /></a> </p>\n<p>-&#160; <a href=\"http://wordpress.org/extend/plugins/wp-relativedate/\">WP Relative Date</a> uses terms like &#8216;Today&#8217;, &#8216;Yesterday&#8217;, &#8216;2 Days Ago&#8217;, &#8216;2 Weeks Ago&#8217;, &#8216;2 &#8216;Seconds Ago&#8217;, &#8216;2 Minutes Ago&#8217;, &#8216;2 Hours Ago&#8217; to describe when a post was written instead of just the date and time.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/relativedate.jpg\"><img title=\"relativedate\" border=\"0\" alt=\"relativedate\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/relativedate-thumb.jpg\" width=\"384\" height=\"55\" /></a>&#160;</p>\n</blockquote>\n<p>So what are some of your favorite simple plugins for WordPress?</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/09/plugins-to-spruce-up-your-wordpress-based-website/\">Plugins to Spruce Up Your WordPress Based Website</a></p>\";s:7:\"pubdate\";s:31:\"Sun, 10 May 2009 02:40:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"WindowsObserver\";}s:7:\"summary\";s:3818:\"<p>As many of you know – plugins can add significant functionality to your website.&#160; For instance there is a plugin that will add an entire forum to your site (<a href=\"http://simplepressforum.com/\">Simple:Press</a>) and there is another one that will allow your visitors to contact you via a customizable form (<a href=\"http://wordpress.org/extend/plugins/contact-form-7/\">Contact Form 7</a>).</p>\n<p>What if you were just looking for a few plugins to fancy up your site a little bit or maybe add a small piece of functionality or info?&#160; Well they exist as well and sometimes it is the simple touches that really finish a site off.&#160; </p>\n<p>Here are a few of my favorites:</p>\n<blockquote><p>-&#160; <a href=\"http://wordpress.org/extend/plugins/shockingly-simple-favicon/\">Shockingly Simple Favicon</a> changes your sites <a href=\"http://en.wikipedia.org/wiki/Favicon\">favicon</a> - that is the small graphic that shows up in the address bar of your web browser when your on a site. This even sticks when you switch themes after installing it.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/simplefaviconexample.jpg\"><img title=\"simplefaviconexample\" border=\"0\" alt=\"simplefaviconexample\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/simplefaviconexample-thumb.jpg\" width=\"375\" height=\"38\" /></a> </p>\n<p>-&#160; <a href=\"http://wordpress.org/extend/plugins/simple-feed-copyright/\">Simple Feed Copyright</a> inserts a copyright notice at the end of full text articles in your RSS feed.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/simplefeedcopyrightexample.jpg\"><img title=\"simplefeedcopyrightexample\" border=\"0\" alt=\"simplefeedcopyrightexample\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/simplefeedcopyrightexample-thumb.jpg\" width=\"380\" height=\"32\" /></a> </p>\n<p>-&#160; <a href=\"http://kerrywebster.com/index.php/design/branded-login-screen-plugin/\">Branded Login Screen</a> lets you add your own graphical logo or brand to your login screen.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/brandedloginscreen.jpg\"><img title=\"brandedloginscreen\" border=\"0\" alt=\"brandedloginscreen\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/brandedloginscreen-thumb.jpg\" width=\"379\" height=\"184\" /></a> </p>\n<p>-&#160; <a href=\"http://wordpress.org/extend/plugins/blogcopyright/\">Blog Copyright (BC)</a> inserts a copyright notice in your websites footer. It automatically updates the year range each new year and prevents you from having to manually go in and provide an update to the date range.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/blogcopyright.jpg\"><img title=\"blogcopyright\" border=\"0\" alt=\"blogcopyright\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/blogcopyright-thumb.jpg\" width=\"381\" height=\"112\" /></a> </p>\n<p>-&#160; <a href=\"http://wordpress.org/extend/plugins/wp-relativedate/\">WP Relative Date</a> uses terms like &#8216;Today&#8217;, &#8216;Yesterday&#8217;, &#8216;2 Days Ago&#8217;, &#8216;2 Weeks Ago&#8217;, &#8216;2 &#8216;Seconds Ago&#8217;, &#8216;2 Minutes Ago&#8217;, &#8216;2 Hours Ago&#8217; to describe when a post was written instead of just the date and time.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/relativedate.jpg\"><img title=\"relativedate\" border=\"0\" alt=\"relativedate\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/relativedate-thumb.jpg\" width=\"384\" height=\"55\" /></a>&#160;</p>\n</blockquote>\n<p>So what are some of your favorite simple plugins for WordPress?</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/09/plugins-to-spruce-up-your-wordpress-based-website/\">Plugins to Spruce Up Your WordPress Based Website</a></p>\";}i:40;a:7:{s:5:\"title\";s:71:\"Dev Blog: Contributing to WordPress, Part IV: Ideas, Opinions, Feedback\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=731\";s:4:\"link\";s:47:\"http://wordpress.org/development/2009/05/ideas/\";s:11:\"description\";s:7449:\"<p>&#8220;I wish they&#8217;d implement <em>feature x</em>.&#8221;</p>\n<p>&#8220;Why won&#8217;t they put <em>feature y</em> into core? It&#8217;s rated really high in the Ideas forum!&#8221;</p>\n<p>&#8220;It doesn&#8217;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.&#8221;</p>\n<p>These sentiments, and others like them, are the focus of today&#8217;s post. Setting aside the similarities between Ryan, Andrew, Mark and Peter to Charlie&#8217;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&#8217;s hard to keep up with them all and still focus on production. Here&#8217;s where we are now&#8230;</p>\n<p><strong>#wordpress-dev IRC channel</strong>: The IRC channel used to be more active. These days there&#8217;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&#8217;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 &#8220;official&#8221; 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 &#8220;official&#8221; outlet, in which the core team posts about any big code changes they&#8217;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&#8217;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&#8217;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&#8217;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&#8217;ll be gathering your input about how we can improve communication and participation, and then we&#8217;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&#8217;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&#8217;ll be there, taking notes and answering questions, and asking follow-up questions when someone pitches a good idea. An hour later, I&#8217;ll be joining the <a href=\"http://wordcastpodcast.com/\">WordCast Podcast</a> to talk about this issue. <span>They&#8217;re trying to set up a call-in format; if that pans out, we&#8217;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&#8217;t have a TalkShoe account): enter 1#</p>\n<p>We&#8217;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&#8217;s Angels. <img src=\"http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\";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:7:\"summary\";s:7449:\"<p>&#8220;I wish they&#8217;d implement <em>feature x</em>.&#8221;</p>\n<p>&#8220;Why won&#8217;t they put <em>feature y</em> into core? It&#8217;s rated really high in the Ideas forum!&#8221;</p>\n<p>&#8220;It doesn&#8217;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.&#8221;</p>\n<p>These sentiments, and others like them, are the focus of today&#8217;s post. Setting aside the similarities between Ryan, Andrew, Mark and Peter to Charlie&#8217;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&#8217;s hard to keep up with them all and still focus on production. Here&#8217;s where we are now&#8230;</p>\n<p><strong>#wordpress-dev IRC channel</strong>: The IRC channel used to be more active. These days there&#8217;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&#8217;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 &#8220;official&#8221; 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 &#8220;official&#8221; outlet, in which the core team posts about any big code changes they&#8217;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&#8217;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&#8217;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&#8217;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&#8217;ll be gathering your input about how we can improve communication and participation, and then we&#8217;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&#8217;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&#8217;ll be there, taking notes and answering questions, and asking follow-up questions when someone pitches a good idea. An hour later, I&#8217;ll be joining the <a href=\"http://wordcastpodcast.com/\">WordCast Podcast</a> to talk about this issue. <span>They&#8217;re trying to set up a call-in format; if that pans out, we&#8217;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&#8217;t have a TalkShoe account): enter 1#</p>\n<p>We&#8217;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&#8217;s Angels. <img src=\"http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\";}i:41;a:7:{s:5:\"title\";s:28:\"Matt: WordCamp Developer Day\";s:4:\"guid\";s:21:\"http://ma.tt/?p=14105\";s:4:\"link\";s:44:\"http://ma.tt/2009/05/wordcamp-developer-day/\";s:11:\"description\";s:680:\"<p>I have some cool news: On Sunday the day after <a href=\"http://2009.sf.wordcamp.org/\">WordCamp San Francisco</a> we&#8217;re going to host a WordPress developer day at the Automattic office on Pier 38. It will be Barcamp-style with no pre-announced schedule, but 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&#8217;s a topic you&#8217;d like to lead start thinking about it now, there should be plenty of room for everyone to connect. (Try to keep things local though, we&#8217;re not sure how the internet will hold up.)</p>\";s:7:\"pubdate\";s:31:\"Sat, 09 May 2009 02:06:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:680:\"<p>I have some cool news: On Sunday the day after <a href=\"http://2009.sf.wordcamp.org/\">WordCamp San Francisco</a> we&#8217;re going to host a WordPress developer day at the Automattic office on Pier 38. It will be Barcamp-style with no pre-announced schedule, but 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&#8217;s a topic you&#8217;d like to lead start thinking about it now, there should be plenty of room for everyone to connect. (Try to keep things local though, we&#8217;re not sure how the internet will hold up.)</p>\";}i:42;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 05/09\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5769\";s:4:\"link\";s:89:\"http://weblogtoolscollection.com/archives/2009/05/08/wordpress-theme-releases-for-0509-2/\";s:11:\"description\";s:2288:\"<h4><a href=\"http://themesphere.com/go-green-wordpress-theme.html\">Go Green</a></h4>\n<p><a href=\"http://themesphere.com/gogreen\"><img title=\"Go Green\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/gogreen.jpg\" alt=\"Go Green\" width=\"240\" height=\"120\" /></a></p>\n<p>Two column, widget ready theme with built-in ad management and support for Twitter.</p>\n<h4><a href=\"http://www.thepimppanther.com/tonight-we-party-free-wordpress-theme/\">Tonight We Party</a></h4>\n<p><a href=\"http://www.thepimppanther.com/wordpressthemesdemo/?preview_theme=Tonight%20We%20Party\"><img title=\"Tonight We Party\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/tonightweparty.png\" alt=\"Tonight We Party\" width=\"240\" height=\"192\" /></a></p>\n<p>&#8220;Tonight we party&#8221; is a fixed background, flexible width, cross-browser compatible free WP theme. One column layout. Has a collapsible sidebar on the left, always visible to the user and extendable on click.</p>\n<h4><a href=\"http://izzataziz.com/2009/05/01/twitheme-free-simple-wordpress-theme/\">Twitheme</a></h4>\n<p><a href=\"http://twitheme.izzataziz.com/\"><img title=\"twithemepic\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/twithemepic.jpg\" alt=\"twithemepic\" width=\"238\" height=\"240\" /></a></p>\n<p>Widget ready, gravatar ready, 2.7 ready, two column theme using custom field for thumbnail.</p>\n<h4><a href=\"http://themocracy.com/2009/04/panorama-free-wordpress-theme/\">Panorama</a></h4>\n<p><img title=\"Panorama\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/panorama.png\" alt=\"Panorama\" width=\"240\" height=\"180\" /></p>\n<p>Panorama is a two column theme with a right widgetized sidebar and a main gimmick of a customizable header image&#8230;</p>\n<h4><a href=\"http://www.tobacamp.com/templates/facebook-addict-wordpress-themes-is-available-for-free/\">Facebook Addict</a></h4>\n<p><img title=\"Facebook Addict\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/facebookaddict.jpg\" alt=\"Facebook Addict\" width=\"219\" height=\"240\" /></p>\n<p>Three column, widget ready, Facebook style theme.</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/08/wordpress-theme-releases-for-0509-2/\">WordPress Theme Releases for 05/09</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 08 May 2009 20:27:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:2288:\"<h4><a href=\"http://themesphere.com/go-green-wordpress-theme.html\">Go Green</a></h4>\n<p><a href=\"http://themesphere.com/gogreen\"><img title=\"Go Green\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/gogreen.jpg\" alt=\"Go Green\" width=\"240\" height=\"120\" /></a></p>\n<p>Two column, widget ready theme with built-in ad management and support for Twitter.</p>\n<h4><a href=\"http://www.thepimppanther.com/tonight-we-party-free-wordpress-theme/\">Tonight We Party</a></h4>\n<p><a href=\"http://www.thepimppanther.com/wordpressthemesdemo/?preview_theme=Tonight%20We%20Party\"><img title=\"Tonight We Party\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/tonightweparty.png\" alt=\"Tonight We Party\" width=\"240\" height=\"192\" /></a></p>\n<p>&#8220;Tonight we party&#8221; is a fixed background, flexible width, cross-browser compatible free WP theme. One column layout. Has a collapsible sidebar on the left, always visible to the user and extendable on click.</p>\n<h4><a href=\"http://izzataziz.com/2009/05/01/twitheme-free-simple-wordpress-theme/\">Twitheme</a></h4>\n<p><a href=\"http://twitheme.izzataziz.com/\"><img title=\"twithemepic\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/twithemepic.jpg\" alt=\"twithemepic\" width=\"238\" height=\"240\" /></a></p>\n<p>Widget ready, gravatar ready, 2.7 ready, two column theme using custom field for thumbnail.</p>\n<h4><a href=\"http://themocracy.com/2009/04/panorama-free-wordpress-theme/\">Panorama</a></h4>\n<p><img title=\"Panorama\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/panorama.png\" alt=\"Panorama\" width=\"240\" height=\"180\" /></p>\n<p>Panorama is a two column theme with a right widgetized sidebar and a main gimmick of a customizable header image&#8230;</p>\n<h4><a href=\"http://www.tobacamp.com/templates/facebook-addict-wordpress-themes-is-available-for-free/\">Facebook Addict</a></h4>\n<p><img title=\"Facebook Addict\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/facebookaddict.jpg\" alt=\"Facebook Addict\" width=\"219\" height=\"240\" /></p>\n<p>Three column, widget ready, Facebook style theme.</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/08/wordpress-theme-releases-for-0509-2/\">WordPress Theme Releases for 05/09</a></p>\";}i:43;a:7:{s:5:\"title\";s:29:\"Matt: How David Beats Goliath\";s:4:\"guid\";s:21:\"http://ma.tt/?p=14103\";s:4:\"link\";s:45:\"http://ma.tt/2009/05/how-david-beats-goliath/\";s:11:\"description\";s:249:\"<p><a href=\"http://www.newyorker.com/reporting/2009/05/11/090511fa_fact_gladwell?printable=true\">Annals of Innovation: How David Beats Goliath</a>, from Malcolm Gladwell. A really enjoyable read. Hat tip: <a href=\"http://raanan.com/\">Raanan</a>.</p>\";s:7:\"pubdate\";s:31:\"Fri, 08 May 2009 19:37:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:249:\"<p><a href=\"http://www.newyorker.com/reporting/2009/05/11/090511fa_fact_gladwell?printable=true\">Annals of Innovation: How David Beats Goliath</a>, from Malcolm Gladwell. A really enjoyable read. Hat tip: <a href=\"http://raanan.com/\">Raanan</a>.</p>\";}i:44;a:7:{s:5:\"title\";s:74:\"Lorelle on WP: Weblog Tools Collection Annual WordPress Plugin Competition\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=4089\";s:4:\"link\";s:100:\"http://lorelle.wordpress.com/2009/05/08/weblog-tools-collection-annual-wordpress-plugin-competition/\";s:11:\"description\";s:6633:\"<div class=\"snap_preview\"><br /><p><img src=\"http://www.blogherald.com/wp-content/uploads/2009/05/wtcwpplugincompetition.png\" alt=\"Weblog Tools Collection WordPress Plugin Competition logo\" title=\"Weblog Tools Collection WordPress Plugin Competition logo\" width=\"428\" height=\"169\" class=\"alignright size-full wp-image-12152\" />The best Plugin competition, <em>The <a href=\"http://weblogtoolscollection.com/archives/2009/04/26/announcing-wordpress-plugin-competition-2009-30/\" title=\"Announcing WordPress Plugin Competition 2009 (3.0)\">Weblog Tools Collection WordPress Plugin Competition 2009 (3.0)</a></em>, is underway. WordPress fans rejoice.</p>\n<p>The annual <a href=\"http://weblogtoolscollection.com/pluginblog\" title=\"WordPress Plugin Competition\">WTC WordPress Plugin Competition</a> has rocked the WordPress Community since 2005. Each event brings out the best and most creative WordPress Plugin authors competing for prizes, and many of the award winners and entrants are now among the most popular WordPress Plugins in the world. </p>\n<p>Some popular past winners and submissions include <a href=\"http://blog.realthemes.com/wp-easy-uploader/\" title=\"WP Easy Uploader\">WP Easy Uploader</a>, <a href=\"http://docs.google.com/Doc?id=dc2rmw69_302c8tvhhn\" title=\"OneClick\">OneClick</a>, <a href=\"http://planetozh.com/blog/my-projects/wordpress-plugin-who-sees-ads-control-adsense-display/\" title=\"Who Sees Ads\">Who Sees Ads</a>, <a href=\"http://pressography.com/plugins/wp-comment-remix/\" title=\"WP Comment Remix\">WP Comment Remix</a>, <a href=\"http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin-update.html\" title=\"WordPress Automatic Upgrade\">WordPress Automatic Upgrade</a>, and <a href=\"http://www.alexking.org/blog/2005/05/23/popularity-contest/\" title=\"Popularity Contest\">Popularity Contest</a>. </p>\n<p>As most of you know, I&#8217;m a huge WordPress Plugin fangirl. <a href=\"http://www.plagiarismtoday.com/\" title=\"Jonathan Bailey of Plagiarism Today\">Jonathan Bailey of Plagiarism Today</a> recently covered &#8220;<a href=\"http://www.blogherald.com/2009/04/27/5-wordpress-plugins-i-never-blog-without/\" title=\"5 WordPress Plugins I Never Blog Without\">5 WordPress Plugins I Never Blog Without</a>&#8221; on the <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a>, with some great recommendations, and in 2007, I spent <a href=\"http://lorelle.wordpress.com/2007/01/31/a-month-of-wordpress-plugins/\" title=\"A Month of WordPress Plugins\">an entire month writing daily about WordPress Plugins</a>, including showcasing <a href=\"http://lorelle.wordpress.com/2007/02/03/what-are-your-favorite-wordpress-plugins/\" title=\"What Are Your Favorite WordPress Plugins?\">your favorite WordPress Plugins</a> and a huge <a href=\"http://lorelle.wordpress.com/2007/02/02/lists-of-your-favorite-wordpress-plugins/\" title=\"Lists of Your Favorite WordPress Plugins\">list of your lists of WordPress Plugin recommendations</a>, since users often say more about WordPress Plugins then <a href=\"http://lorelle.wordpress.com/2007/02/06/a-love-letter-to-wordpress-plugin-authors/\" title=\"A Love Letter to WordPress Plugin Authors\">those who write them</a>. </p>\n<p>Please lend <a href=\"http://www.weblogtoolscollection.com/\" title=\"Weblog Tools Collection\" rel=\"tag\">Weblog Tools Collection</a> your support by helping to spread the word and the love, and help test the Plugin submissions and have your say on the ones you enjoy the most. If you would like to help sponsor the event, you are also welcome as this is a fantastic way to give back to the WordPress Community, especially to the Plugin authors who make our blogs run better and faster with little or no compensation.</p>\n<p>I expect to see some <a href=\"http://mu.wordpress.org/\" title=\"WordPressMU\" rel=\"tag\">WordPressMU</a> and <a href=\"http://buddypress.org/\" title=\"BuddyPress\" rel=\"tag\">BuddyPress</a> Plugins in addition to single hosted <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> Plugins in the list this year. It should be one of the most exciting WordPress Plugin Competitions ever!</p>\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>\nPosted in WordPress News, WordPress Plugins  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/4089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/4089/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/4089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/4089/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/4089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/4089/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/4089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/4089/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/4089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/4089/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4089&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Fri, 08 May 2009 15:18:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:6633:\"<div class=\"snap_preview\"><br /><p><img src=\"http://www.blogherald.com/wp-content/uploads/2009/05/wtcwpplugincompetition.png\" alt=\"Weblog Tools Collection WordPress Plugin Competition logo\" title=\"Weblog Tools Collection WordPress Plugin Competition logo\" width=\"428\" height=\"169\" class=\"alignright size-full wp-image-12152\" />The best Plugin competition, <em>The <a href=\"http://weblogtoolscollection.com/archives/2009/04/26/announcing-wordpress-plugin-competition-2009-30/\" title=\"Announcing WordPress Plugin Competition 2009 (3.0)\">Weblog Tools Collection WordPress Plugin Competition 2009 (3.0)</a></em>, is underway. WordPress fans rejoice.</p>\n<p>The annual <a href=\"http://weblogtoolscollection.com/pluginblog\" title=\"WordPress Plugin Competition\">WTC WordPress Plugin Competition</a> has rocked the WordPress Community since 2005. Each event brings out the best and most creative WordPress Plugin authors competing for prizes, and many of the award winners and entrants are now among the most popular WordPress Plugins in the world. </p>\n<p>Some popular past winners and submissions include <a href=\"http://blog.realthemes.com/wp-easy-uploader/\" title=\"WP Easy Uploader\">WP Easy Uploader</a>, <a href=\"http://docs.google.com/Doc?id=dc2rmw69_302c8tvhhn\" title=\"OneClick\">OneClick</a>, <a href=\"http://planetozh.com/blog/my-projects/wordpress-plugin-who-sees-ads-control-adsense-display/\" title=\"Who Sees Ads\">Who Sees Ads</a>, <a href=\"http://pressography.com/plugins/wp-comment-remix/\" title=\"WP Comment Remix\">WP Comment Remix</a>, <a href=\"http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin-update.html\" title=\"WordPress Automatic Upgrade\">WordPress Automatic Upgrade</a>, and <a href=\"http://www.alexking.org/blog/2005/05/23/popularity-contest/\" title=\"Popularity Contest\">Popularity Contest</a>. </p>\n<p>As most of you know, I&#8217;m a huge WordPress Plugin fangirl. <a href=\"http://www.plagiarismtoday.com/\" title=\"Jonathan Bailey of Plagiarism Today\">Jonathan Bailey of Plagiarism Today</a> recently covered &#8220;<a href=\"http://www.blogherald.com/2009/04/27/5-wordpress-plugins-i-never-blog-without/\" title=\"5 WordPress Plugins I Never Blog Without\">5 WordPress Plugins I Never Blog Without</a>&#8221; on the <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a>, with some great recommendations, and in 2007, I spent <a href=\"http://lorelle.wordpress.com/2007/01/31/a-month-of-wordpress-plugins/\" title=\"A Month of WordPress Plugins\">an entire month writing daily about WordPress Plugins</a>, including showcasing <a href=\"http://lorelle.wordpress.com/2007/02/03/what-are-your-favorite-wordpress-plugins/\" title=\"What Are Your Favorite WordPress Plugins?\">your favorite WordPress Plugins</a> and a huge <a href=\"http://lorelle.wordpress.com/2007/02/02/lists-of-your-favorite-wordpress-plugins/\" title=\"Lists of Your Favorite WordPress Plugins\">list of your lists of WordPress Plugin recommendations</a>, since users often say more about WordPress Plugins then <a href=\"http://lorelle.wordpress.com/2007/02/06/a-love-letter-to-wordpress-plugin-authors/\" title=\"A Love Letter to WordPress Plugin Authors\">those who write them</a>. </p>\n<p>Please lend <a href=\"http://www.weblogtoolscollection.com/\" title=\"Weblog Tools Collection\" rel=\"tag\">Weblog Tools Collection</a> your support by helping to spread the word and the love, and help test the Plugin submissions and have your say on the ones you enjoy the most. If you would like to help sponsor the event, you are also welcome as this is a fantastic way to give back to the WordPress Community, especially to the Plugin authors who make our blogs run better and faster with little or no compensation.</p>\n<p>I expect to see some <a href=\"http://mu.wordpress.org/\" title=\"WordPressMU\" rel=\"tag\">WordPressMU</a> and <a href=\"http://buddypress.org/\" title=\"BuddyPress\" rel=\"tag\">BuddyPress</a> Plugins in addition to single hosted <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> Plugins in the list this year. It should be one of the most exciting WordPress Plugin Competitions ever!</p>\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>\nPosted in WordPress News, WordPress Plugins  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/4089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/4089/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/4089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/4089/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/4089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/4089/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/4089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/4089/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/4089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/4089/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4089&subd=lorelle&ref=&feed=1\" /></div>\";}i:45;a:7:{s:5:\"title\";s:56:\"Lloyd: Mozilla SEO & Firefox Tips & Tricks Web Page Bugs\";s:4:\"guid\";s:30:\"http://foolswisdom.com/?p=1789\";s:4:\"link\";s:69:\"http://foolswisdom.com/mozilla-seo-firefox-tips-tricks-web-page-bugs/\";s:11:\"description\";s:4513:\"<p><strong>Update Thurs, May 7th</strong> (2 days later): Mozilla is working on the issue for Mozilla.com &#8220;<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=491985\">Bug 491985</a> &#8211;  Title tag changes for select product pages on Mozilla.com to help SEO rank &#8220;. To clarify, the improvement is more search engine clicks than ranking.</p>\n<p>I provided some feedback to Mozilla just over a month ago about the <a href=\"http://www.google.ca/firefox?client=firefox-a&amp;rls=org.mozilla:en-US:official\">Mozilla Firefox Start Page</a> tip of handy tips &amp; tricks (how meta):</p>\n<blockquote><p><span>&#8220;Get the most out of your Firefox! Improve your skills with some handy <a href=\"http://www.mozilla.com/en-US/firefox/tips/?utm_source=gsnippet&amp;utm_content=tip2&amp;utm_campaign=s032509\">tips &amp; tricks</a>.&#8221;</span></p></blockquote>\n<p>I&#8217;m sure web browser developers share my passion for these web page details, but nothing has changed yet.</p>\n<p>As I often see other sites with similar issues, I might as well share this web development tip &amp; trick <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" />  and other suggestions.</p>\n<p><strong>&lt;Title&gt; Tags</strong></p>\n<p>First, the &lt;title&gt; field is bad SEO. Says<br />\n<code>&lt;title&gt;Mozilla Products | Tips &amp;amp; Tricks&lt;/title&gt;</code><br />\ninstead of including &#8220;Firefox&#8221;:<br />\n<code>&lt;title&gt;Firefox Tips &amp;amp; Tricks | Mozilla Products &lt;/title&gt;<br />\n</code><br />\nActually, all the product pages are likely in need of switching the &#8220;Mozilla Products&#8221; to the end.</p>\n<p>This made a big difference for <a href=\"http://WordPress.com/\">WordPress.com</a> search traffic way back when.</p>\n<p>I work with many of our <a href=\"http://en.wordpress.com/vip-hosting/\">WordPress.com VIP</a> new customers on this issue. Their instinct is to always have their brand or blog name first. But think of which search result you would be more likely to click on? In fact, WordPress historically made it to easy to get this wrong, so in version 2.5 a 3rd parameter &#8217;seplocation&#8217; was added to wp_title() to make it easier to do it correctly.</p>\n<p>So <a href=\"http://www.mozilla.com/en-US/products/\">http://www.mozilla.com/en-US/products/</a> title would become</p>\n<p><code>&lt;title&gt;Firefox Web Browser &amp;amp; Thunderbird Email Client | Mozilla Products&lt;/title&gt;</code><br />\n(Plus title case for the win.)</p>\n<p>I suggested they give it try and see what happens <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" />  I&#8217;d be surprised if it does not squeeze a little more juice out.</p>\n<p>Wow, there are lousy &lt;title&gt; tags all over their sites <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" /> </p>\n<p>http://www.mozilla.org/projects/ title is just<code> &lt;title&gt;Featured Projects&lt;/title&gt;</code> Hopefully, <a href=\"http://davidwboswell.wordpress.com/\">David Boswell</a> will have a chance to coax out of someone some work here during the current <a href=\"http://redesignmozilla.org/\">redesign</a> <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" /> </p>\n<p><strong>Firefox Tips &amp; Tricks</strong></p>\n<p>The Manage Your Downloads is an advanced tip? Say what?</p>\n<p>&#8220;Find it a Flash&#8221; intermediate tip reads:</p>\n<blockquote><p>The Find As You Type feature is another handy timesaver. Rather than<br />\nusing the &#8220;find&#8221; bar to search for a word on page, just click anywhere<br />\non that page and start typing the word you want. Your cursor will<br />\nimmediately jump to the first instance of that term.</p>\n<p>&#8220;You can use it for links, too. For example, instead of moving your<br />\nmouse across the page to a &#8220;learn more&#8221; link, just start typing the<br />\nword and when the cursor finds it, press enter.</p></blockquote>\n<p>It does not say that this is disabled by default, and can be enabled at Advanced &gt; Accessibility or any other hint or tip <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" />  Also, the phrase &#8220;on page&#8221; feels awkward, maybe &#8220;on a page&#8221;.</p>\n<p>PS. I would not recommend enabling this, because it breaks some web apps that have click to edit.</p>\";s:7:\"pubdate\";s:31:\"Fri, 08 May 2009 02:30:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"Lloyd\";}s:7:\"summary\";s:4513:\"<p><strong>Update Thurs, May 7th</strong> (2 days later): Mozilla is working on the issue for Mozilla.com &#8220;<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=491985\">Bug 491985</a> &#8211;  Title tag changes for select product pages on Mozilla.com to help SEO rank &#8220;. To clarify, the improvement is more search engine clicks than ranking.</p>\n<p>I provided some feedback to Mozilla just over a month ago about the <a href=\"http://www.google.ca/firefox?client=firefox-a&amp;rls=org.mozilla:en-US:official\">Mozilla Firefox Start Page</a> tip of handy tips &amp; tricks (how meta):</p>\n<blockquote><p><span>&#8220;Get the most out of your Firefox! Improve your skills with some handy <a href=\"http://www.mozilla.com/en-US/firefox/tips/?utm_source=gsnippet&amp;utm_content=tip2&amp;utm_campaign=s032509\">tips &amp; tricks</a>.&#8221;</span></p></blockquote>\n<p>I&#8217;m sure web browser developers share my passion for these web page details, but nothing has changed yet.</p>\n<p>As I often see other sites with similar issues, I might as well share this web development tip &amp; trick <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" />  and other suggestions.</p>\n<p><strong>&lt;Title&gt; Tags</strong></p>\n<p>First, the &lt;title&gt; field is bad SEO. Says<br />\n<code>&lt;title&gt;Mozilla Products | Tips &amp;amp; Tricks&lt;/title&gt;</code><br />\ninstead of including &#8220;Firefox&#8221;:<br />\n<code>&lt;title&gt;Firefox Tips &amp;amp; Tricks | Mozilla Products &lt;/title&gt;<br />\n</code><br />\nActually, all the product pages are likely in need of switching the &#8220;Mozilla Products&#8221; to the end.</p>\n<p>This made a big difference for <a href=\"http://WordPress.com/\">WordPress.com</a> search traffic way back when.</p>\n<p>I work with many of our <a href=\"http://en.wordpress.com/vip-hosting/\">WordPress.com VIP</a> new customers on this issue. Their instinct is to always have their brand or blog name first. But think of which search result you would be more likely to click on? In fact, WordPress historically made it to easy to get this wrong, so in version 2.5 a 3rd parameter &#8217;seplocation&#8217; was added to wp_title() to make it easier to do it correctly.</p>\n<p>So <a href=\"http://www.mozilla.com/en-US/products/\">http://www.mozilla.com/en-US/products/</a> title would become</p>\n<p><code>&lt;title&gt;Firefox Web Browser &amp;amp; Thunderbird Email Client | Mozilla Products&lt;/title&gt;</code><br />\n(Plus title case for the win.)</p>\n<p>I suggested they give it try and see what happens <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" />  I&#8217;d be surprised if it does not squeeze a little more juice out.</p>\n<p>Wow, there are lousy &lt;title&gt; tags all over their sites <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" /> </p>\n<p>http://www.mozilla.org/projects/ title is just<code> &lt;title&gt;Featured Projects&lt;/title&gt;</code> Hopefully, <a href=\"http://davidwboswell.wordpress.com/\">David Boswell</a> will have a chance to coax out of someone some work here during the current <a href=\"http://redesignmozilla.org/\">redesign</a> <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" /> </p>\n<p><strong>Firefox Tips &amp; Tricks</strong></p>\n<p>The Manage Your Downloads is an advanced tip? Say what?</p>\n<p>&#8220;Find it a Flash&#8221; intermediate tip reads:</p>\n<blockquote><p>The Find As You Type feature is another handy timesaver. Rather than<br />\nusing the &#8220;find&#8221; bar to search for a word on page, just click anywhere<br />\non that page and start typing the word you want. Your cursor will<br />\nimmediately jump to the first instance of that term.</p>\n<p>&#8220;You can use it for links, too. For example, instead of moving your<br />\nmouse across the page to a &#8220;learn more&#8221; link, just start typing the<br />\nword and when the cursor finds it, press enter.</p></blockquote>\n<p>It does not say that this is disabled by default, and can be enabled at Advanced &gt; Accessibility or any other hint or tip <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" />  Also, the phrase &#8220;on page&#8221; feels awkward, maybe &#8220;on a page&#8221;.</p>\n<p>PS. I would not recommend enabling this, because it breaks some web apps that have click to edit.</p>\";}i:46;a:7:{s:5:\"title\";s:60:\"Lorelle on WP: WordCamp Toronto Raising the Bar This Weekend\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=4085\";s:4:\"link\";s:86:\"http://lorelle.wordpress.com/2009/05/07/wordcamp-toronto-raising-the-bar-this-weekend/\";s:11:\"description\";s:7668:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/?s=wordpress+events\" title=\"WordPress Events\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpevents.png\" alt=\"WordPress Events\" align=\"right\" /></a>Of all the WordCamp events to track, <a href=\"http://phug.ca/wordcamptoronto\" title=\"WordCamp Toronto\">WordCamp Toronto</a> this weekend, May 8-10, 2009, has been one of the most product and prolific. The <a href=\"http://phug.ca/wordcamptoronto/index.php/schedule\" title=\"Schedule\">Schedule</a> is three very packed days of events, speakers, and&#8230;everything. </p>\n<p>Starting at 8AM on Friday and closing Sunday afternoon with an awards ceremony, it&#8217;s going to be a packed weekend event &#8211; and I&#8217;ll be there to share in all the fun and adventure!</p>\n<p>One of the exciting parts of the conference is the <a href=\"http://phug.ca/wordcamptoronto/flashpress/\" title=\"FlashPress at WordCamp Toronto\">FlashPress</a> event. <a href=\"http://flashpress.ca/\" title=\"FlashPress\">FlashPress</a> is a WordPress Plugin which integrates a WordPress PHP based CMS and Flash site. <a href=\"http://onemethod.com/\" title=\"One Method\">One Method</a> and <a href=\"http://backspacestudios.com/\" title=\"BackSpaceStudios\">BackSpaceStudios</a> teamed up for this open source project which will feature the rebuilding of the One Method site from the ground up with the FlashPress bundle. They will be documenting the process, code, and challenges along the way as participants lend a hand in the process.</p>\n<p>There is plenty of social during this three day event, including the <a href=\"http://phug.ca/wordcamptoronto/updates/opening-night-party-lou-dogs/\" title=\"Opening Night Party @ Lou Dogs\">Opening Night Party at Lou Dogs</a> on Friday, a popular southern barbecue and blues locale. </p>\n<p>The <a href=\"http://phug.ca/wordcamptoronto/index.php/speakers\" title=\"Speakers\">Speakers</a> list is amazing, featuring some of the best of the best in WordPress and blogging from around Canada and the world. Speakers include:</p>\n<ul>\n<li><a title=\"Christopher Wulff\" href=\"http://www.socialplanningtoronto.org\">Christopher Wulff</a></li>\n<li><a title=\"Dan Zen\" href=\"http://danzen.wordpress.com\">Dan Zen</a></li>\n<li><a title=\"David Peralty\" href=\"http://brandingdavid.com\">David Peralty</a></li>\n<li><a title=\"Duncan\" href=\"http://digitaldeceptions.ca\">Duncan</a></li>\n<li><a title=\"Erin Blaskie\" href=\"http://www.bsetc.ca\">Erin Blaskie</a></li>\n<li><a title=\"Glenn McKnight\" href=\"http://oshawaremembers.wordpress.com\">Glenn McKnight</a></li>\n<li><a title=\"Ilya Grigorick\" href=\"http://www.igvita.com\">Ilya Grigorick</a></li>\n<li><a title=\"James Walker \" href=\"http://walkah.net/\">James Walker </a></li>\n<li><a title=\"Jeremy Clarke\" href=\"http://simianuprising.com\">Jeremy Clarke</a></li>\n<li><a title=\"Joe Taiabjee\" href=\"http://www.joetek.ca\">Joe Taiabjee</a></li>\n<li><a title=\"Joey DeVilla\" href=\"http://globalnerdy.com/\">Joey DeVilla</a></li>\n<li><a title=\"Nick La\" href=\"http://www.ndesign-studio.com/\">Nick La</a></li>\n<li><a title=\"Paul Laberge\" href=\"http://blogs.msdn.com/seesharp\">Paul Laberge</a></li>\n<li><a title=\"Paul Morrison\" href=\"http://www.iamunr.com\">Paul Morrison</a></li>\n<li><a title=\"Peter Flaschner\" href=\"http://www.theblogstudio.com\">Peter Flaschner</a></li>\n<li><a title=\"Rannie Turingan\" href=\"http://www.rannieturingan.com\">Rannie Turingan</a></li>\n<li><a title=\"Terry Smith\" href=\"http://www.icedteapowered.com\">Terry Smith</a></li>\n</ul>\n<p>Oh, and me, <a href=\"http://lorelle.wordpress.com/\" title=\"Lorelle on WordPress\" rel=\"tag\">Lorelle on WordPress</a>.</p>\n<p><a href=\"http://phug.ca/wordcamptoronto\" title=\"WordCamp Toronto\"><img src=\"http://phug.ca/wordcamptoronto/wp-content/themes/WCT2009/images/banners/wct_2009_blue_130x130.jpg\" alt=\"WordCamp Toronto\" class=\"alignright\" /></a>Members of the local <a title=\"b5media\" href=\"http://www.b5media.com\">b5media</a> team will also be speaking and in attendance, one of the popular blog networks built on WordPress.</p>\n<p>The event will feature three tracks each day, with the third &#8220;track&#8221; being mostly social interaction and barcamp style unconference meetups. Everything from the technical aspects to the creative design elements, to writing styles and social media will be covered &#8211; with a lot of partying and coding in between.</p>\n<p>I believe there are a few tickets left so hurry for this exciting WordPress adventure in Toronto, Canada.</p>\n<p>Throughout the past few months, there have been <a href=\"http://phug.ca/wordcamptoronto/updates/awesome-wct-t-shirts-first-50-to-sign-in-on-friday-get-one-free/\" title=\"Awesome WCT T-Shirts - First 50 to sign in on Friday get one FREE!\">t-shirt giveways</a> and <a href=\"http://phug.ca/wordcamptoronto/updates/phug-announces-wct-ticket-giveaway-contest-winners/\" title=\"PHUG Announces WCT Ticket Giveaway Contest Winners!!!\">ticket contests</a> and all kind of events and activity around the WordCamp event. I believe this is the second WordCamp in Toronto and they are truly setting a standard for WordCamps around the world. Raising the bar, they are!</p>\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>\nPosted in Blogging News, WordCamps, WordPress Events, WordPress News  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/4085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/4085/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/4085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/4085/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/4085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/4085/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/4085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/4085/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/4085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/4085/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4085&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Thu, 07 May 2009 20:50:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:7668:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/?s=wordpress+events\" title=\"WordPress Events\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpevents.png\" alt=\"WordPress Events\" align=\"right\" /></a>Of all the WordCamp events to track, <a href=\"http://phug.ca/wordcamptoronto\" title=\"WordCamp Toronto\">WordCamp Toronto</a> this weekend, May 8-10, 2009, has been one of the most product and prolific. The <a href=\"http://phug.ca/wordcamptoronto/index.php/schedule\" title=\"Schedule\">Schedule</a> is three very packed days of events, speakers, and&#8230;everything. </p>\n<p>Starting at 8AM on Friday and closing Sunday afternoon with an awards ceremony, it&#8217;s going to be a packed weekend event &#8211; and I&#8217;ll be there to share in all the fun and adventure!</p>\n<p>One of the exciting parts of the conference is the <a href=\"http://phug.ca/wordcamptoronto/flashpress/\" title=\"FlashPress at WordCamp Toronto\">FlashPress</a> event. <a href=\"http://flashpress.ca/\" title=\"FlashPress\">FlashPress</a> is a WordPress Plugin which integrates a WordPress PHP based CMS and Flash site. <a href=\"http://onemethod.com/\" title=\"One Method\">One Method</a> and <a href=\"http://backspacestudios.com/\" title=\"BackSpaceStudios\">BackSpaceStudios</a> teamed up for this open source project which will feature the rebuilding of the One Method site from the ground up with the FlashPress bundle. They will be documenting the process, code, and challenges along the way as participants lend a hand in the process.</p>\n<p>There is plenty of social during this three day event, including the <a href=\"http://phug.ca/wordcamptoronto/updates/opening-night-party-lou-dogs/\" title=\"Opening Night Party @ Lou Dogs\">Opening Night Party at Lou Dogs</a> on Friday, a popular southern barbecue and blues locale. </p>\n<p>The <a href=\"http://phug.ca/wordcamptoronto/index.php/speakers\" title=\"Speakers\">Speakers</a> list is amazing, featuring some of the best of the best in WordPress and blogging from around Canada and the world. Speakers include:</p>\n<ul>\n<li><a title=\"Christopher Wulff\" href=\"http://www.socialplanningtoronto.org\">Christopher Wulff</a></li>\n<li><a title=\"Dan Zen\" href=\"http://danzen.wordpress.com\">Dan Zen</a></li>\n<li><a title=\"David Peralty\" href=\"http://brandingdavid.com\">David Peralty</a></li>\n<li><a title=\"Duncan\" href=\"http://digitaldeceptions.ca\">Duncan</a></li>\n<li><a title=\"Erin Blaskie\" href=\"http://www.bsetc.ca\">Erin Blaskie</a></li>\n<li><a title=\"Glenn McKnight\" href=\"http://oshawaremembers.wordpress.com\">Glenn McKnight</a></li>\n<li><a title=\"Ilya Grigorick\" href=\"http://www.igvita.com\">Ilya Grigorick</a></li>\n<li><a title=\"James Walker \" href=\"http://walkah.net/\">James Walker </a></li>\n<li><a title=\"Jeremy Clarke\" href=\"http://simianuprising.com\">Jeremy Clarke</a></li>\n<li><a title=\"Joe Taiabjee\" href=\"http://www.joetek.ca\">Joe Taiabjee</a></li>\n<li><a title=\"Joey DeVilla\" href=\"http://globalnerdy.com/\">Joey DeVilla</a></li>\n<li><a title=\"Nick La\" href=\"http://www.ndesign-studio.com/\">Nick La</a></li>\n<li><a title=\"Paul Laberge\" href=\"http://blogs.msdn.com/seesharp\">Paul Laberge</a></li>\n<li><a title=\"Paul Morrison\" href=\"http://www.iamunr.com\">Paul Morrison</a></li>\n<li><a title=\"Peter Flaschner\" href=\"http://www.theblogstudio.com\">Peter Flaschner</a></li>\n<li><a title=\"Rannie Turingan\" href=\"http://www.rannieturingan.com\">Rannie Turingan</a></li>\n<li><a title=\"Terry Smith\" href=\"http://www.icedteapowered.com\">Terry Smith</a></li>\n</ul>\n<p>Oh, and me, <a href=\"http://lorelle.wordpress.com/\" title=\"Lorelle on WordPress\" rel=\"tag\">Lorelle on WordPress</a>.</p>\n<p><a href=\"http://phug.ca/wordcamptoronto\" title=\"WordCamp Toronto\"><img src=\"http://phug.ca/wordcamptoronto/wp-content/themes/WCT2009/images/banners/wct_2009_blue_130x130.jpg\" alt=\"WordCamp Toronto\" class=\"alignright\" /></a>Members of the local <a title=\"b5media\" href=\"http://www.b5media.com\">b5media</a> team will also be speaking and in attendance, one of the popular blog networks built on WordPress.</p>\n<p>The event will feature three tracks each day, with the third &#8220;track&#8221; being mostly social interaction and barcamp style unconference meetups. Everything from the technical aspects to the creative design elements, to writing styles and social media will be covered &#8211; with a lot of partying and coding in between.</p>\n<p>I believe there are a few tickets left so hurry for this exciting WordPress adventure in Toronto, Canada.</p>\n<p>Throughout the past few months, there have been <a href=\"http://phug.ca/wordcamptoronto/updates/awesome-wct-t-shirts-first-50-to-sign-in-on-friday-get-one-free/\" title=\"Awesome WCT T-Shirts - First 50 to sign in on Friday get one FREE!\">t-shirt giveways</a> and <a href=\"http://phug.ca/wordcamptoronto/updates/phug-announces-wct-ticket-giveaway-contest-winners/\" title=\"PHUG Announces WCT Ticket Giveaway Contest Winners!!!\">ticket contests</a> and all kind of events and activity around the WordCamp event. I believe this is the second WordCamp in Toronto and they are truly setting a standard for WordCamps around the world. Raising the bar, they are!</p>\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>\nPosted in Blogging News, WordCamps, WordPress Events, WordPress News  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/4085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/4085/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/4085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/4085/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/4085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/4085/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/4085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/4085/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/4085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/4085/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4085&subd=lorelle&ref=&feed=1\" /></div>\";}i:47;a:7:{s:5:\"title\";s:69:\"Lloyd: Watch Videos Online? I Download Later When the Tubes are Clear\";s:4:\"guid\";s:30:\"http://foolswisdom.com/?p=1801\";s:4:\"link\";s:38:\"http://foolswisdom.com/download-later/\";s:11:\"description\";s:1719:\"<p>I&#8217;m a web worker. My work is online, and it all slows to a snail&#8217;s pace if I&#8217;m streaming or downloading a video.</p>\n<p>I have &#8220;<a href=\"http://www.shaw.ca/en-ca/ProductsServices/Internet/Xtreme-I/\">High-Speed Xtreme-I</a>&#8221; which promises &#8220;up to&#8221; a-lot, but the metered download rate is much, much lower than advertised, about 1.5-2Mb/s up and 0.75Mb/s. Fire up a video download and I&#8217;m in slowmo.</p>\n<p>I want my favorite online video content delivered to me. Some of it is available on iTunes. Others like<a href=\"https://www.miroguide.com/feeds/9703\"> WordPress.tv is available on Miro</a>.</p>\n<p>Currently, I download a batch at the end of the day, but for my family the web is no fun if I&#8217;m downloading video podcasts in iTunes.</p>\n<p>Is there a way to self-throttle or meter specific streams, downloads or applications on Mac OS X?</p>\n<p>Unfortunately, there is a lot of content that isn&#8217;t even available for downloading. Mostly, I imagine because the content is supported by web page ads. I&#8217;d pay for that content, why is there no Audible.com for video podcasts? Or is there?</p>\n<p>Even if available on iTunes or Miro, there is not even a link back to the online discussion, let alone comments, inline comments and tags (<a href=\"http://www.viddler.com/\">Viddler</a>), and other resources. I would like it all to be pulled into my video player, except for YouTube comments <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" /> </p>\n<p>Am I alone? Any help <a href=\"http://webworkerdaily.com/\">fellow web workers</a>? Any help from <a href=\"http://newteevee.com/\">NewTeeVee pros</a>?</p>\";s:7:\"pubdate\";s:31:\"Thu, 07 May 2009 20:38:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"Lloyd\";}s:7:\"summary\";s:1719:\"<p>I&#8217;m a web worker. My work is online, and it all slows to a snail&#8217;s pace if I&#8217;m streaming or downloading a video.</p>\n<p>I have &#8220;<a href=\"http://www.shaw.ca/en-ca/ProductsServices/Internet/Xtreme-I/\">High-Speed Xtreme-I</a>&#8221; which promises &#8220;up to&#8221; a-lot, but the metered download rate is much, much lower than advertised, about 1.5-2Mb/s up and 0.75Mb/s. Fire up a video download and I&#8217;m in slowmo.</p>\n<p>I want my favorite online video content delivered to me. Some of it is available on iTunes. Others like<a href=\"https://www.miroguide.com/feeds/9703\"> WordPress.tv is available on Miro</a>.</p>\n<p>Currently, I download a batch at the end of the day, but for my family the web is no fun if I&#8217;m downloading video podcasts in iTunes.</p>\n<p>Is there a way to self-throttle or meter specific streams, downloads or applications on Mac OS X?</p>\n<p>Unfortunately, there is a lot of content that isn&#8217;t even available for downloading. Mostly, I imagine because the content is supported by web page ads. I&#8217;d pay for that content, why is there no Audible.com for video podcasts? Or is there?</p>\n<p>Even if available on iTunes or Miro, there is not even a link back to the online discussion, let alone comments, inline comments and tags (<a href=\"http://www.viddler.com/\">Viddler</a>), and other resources. I would like it all to be pulled into my video player, except for YouTube comments <img src=\"http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";-)\" class=\"wp-smiley\" /> </p>\n<p>Am I alone? Any help <a href=\"http://webworkerdaily.com/\">fellow web workers</a>? Any help from <a href=\"http://newteevee.com/\">NewTeeVee pros</a>?</p>\";}i:48;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 05/07\";s:4:\"guid\";s:89:\"http://weblogtoolscollection.com/archives/2009/05/07/wordpress-theme-releases-for-0507-2/\";s:4:\"link\";s:89:\"http://weblogtoolscollection.com/archives/2009/05/07/wordpress-theme-releases-for-0507-2/\";s:11:\"description\";s:2798:\"<p><a href=\"http://human3rror.com/2009/04/26/i-like-content-wordpress-theme-release/\">I Like Content</a></p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/image3.png\"><img title=\"image\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/image-thumb.png\" border=\"0\" alt=\"image\" width=\"244\" height=\"169\" /></a></p>\n<p>Two column, widgetized theme with a narrow sidebar in order to focus on content.</p>\n<p><a href=\"http://www.rvoodoo.com/2009/04/theme-release-voodooempire2-v-17-for-wordpress/\">VoodooEmpire2</a></p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/image4.png\"><img title=\"image\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/image-thumb1.png\" border=\"0\" alt=\"image\" width=\"244\" height=\"157\" /></a></p>\n<p>It&#8217;s a DJ influenced black and red 3 column theme. The sidebars are on the right. There is a customizable greeting message that can be configured from the Theme Options area in the admin menu. Also there are now 3 widget columns in the footer area that can be set up in the normal widget area.</p>\n<p>Inksplash <strong>[REMOVED, SPONSORED THEME] </strong></p>\n<p><a href=\"http://www.thepimppanther.com/wordpressthemesdemo/?preview_theme=Inksplash\"><img title=\"image\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/image5.png\" border=\"0\" alt=\"image\" width=\"244\" height=\"196\" /></a></p>\n<p>A bi-color (navy-blue/tan) simple WP theme. Fluid layout. Cross-browser compatible. Gives the user the option to resize the font size (no plugin needed). 2 columns, sidebar on the right side. Paper pattern.</p>\n<p><a href=\"http://www.download3000.com/free-wordpress-themes.html\">Red Carbon and other themes</a></p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/image6.png\"><img title=\"image\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/image-thumb2.png\" border=\"0\" alt=\"image\" width=\"244\" height=\"184\" /></a></p>\n<p>Red Carbon is a two column widget ready WordPress theme with header that mimics red carbon.</p>\n<p><a href=\"http://carringtontheme.com/2009/04/carrington-blog-20/\">Carrington 2.0</a></p>\n<p><img src=\"http://farm4.static.flickr.com/3602/3488206501_aedddf703c_o.png\" alt=\"Carrington Blog 2.0\" width=\"240\" height=\"180\" /></p>\n<p>Two column theme with support for threaded comments, custom colors and header images with lightbox for galleries.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to get featured in our daily releases. Remember to provide a link to the theme page as well as a demo or screenshot.</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/07/wordpress-theme-releases-for-0507-2/\">WordPress Theme Releases for 05/07</a></p>\";s:7:\"pubdate\";s:31:\"Thu, 07 May 2009 06:45:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Perurry\";}s:7:\"summary\";s:2798:\"<p><a href=\"http://human3rror.com/2009/04/26/i-like-content-wordpress-theme-release/\">I Like Content</a></p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/image3.png\"><img title=\"image\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/image-thumb.png\" border=\"0\" alt=\"image\" width=\"244\" height=\"169\" /></a></p>\n<p>Two column, widgetized theme with a narrow sidebar in order to focus on content.</p>\n<p><a href=\"http://www.rvoodoo.com/2009/04/theme-release-voodooempire2-v-17-for-wordpress/\">VoodooEmpire2</a></p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/image4.png\"><img title=\"image\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/image-thumb1.png\" border=\"0\" alt=\"image\" width=\"244\" height=\"157\" /></a></p>\n<p>It&#8217;s a DJ influenced black and red 3 column theme. The sidebars are on the right. There is a customizable greeting message that can be configured from the Theme Options area in the admin menu. Also there are now 3 widget columns in the footer area that can be set up in the normal widget area.</p>\n<p>Inksplash <strong>[REMOVED, SPONSORED THEME] </strong></p>\n<p><a href=\"http://www.thepimppanther.com/wordpressthemesdemo/?preview_theme=Inksplash\"><img title=\"image\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/image5.png\" border=\"0\" alt=\"image\" width=\"244\" height=\"196\" /></a></p>\n<p>A bi-color (navy-blue/tan) simple WP theme. Fluid layout. Cross-browser compatible. Gives the user the option to resize the font size (no plugin needed). 2 columns, sidebar on the right side. Paper pattern.</p>\n<p><a href=\"http://www.download3000.com/free-wordpress-themes.html\">Red Carbon and other themes</a></p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/image6.png\"><img title=\"image\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/image-thumb2.png\" border=\"0\" alt=\"image\" width=\"244\" height=\"184\" /></a></p>\n<p>Red Carbon is a two column widget ready WordPress theme with header that mimics red carbon.</p>\n<p><a href=\"http://carringtontheme.com/2009/04/carrington-blog-20/\">Carrington 2.0</a></p>\n<p><img src=\"http://farm4.static.flickr.com/3602/3488206501_aedddf703c_o.png\" alt=\"Carrington Blog 2.0\" width=\"240\" height=\"180\" /></p>\n<p>Two column theme with support for threaded comments, custom colors and header images with lightbox for galleries.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to get featured in our daily releases. Remember to provide a link to the theme page as well as a demo or screenshot.</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/07/wordpress-theme-releases-for-0507-2/\">WordPress Theme Releases for 05/07</a></p>\";}i:49;a:7:{s:5:\"title\";s:91:\"Weblog Tools Collection: Five Tools to Increase the RSS Subscribers for your WordPress Blog\";s:4:\"guid\";s:120:\"http://weblogtoolscollection.com/archives/2009/05/06/five-tools-to-increase-the-rss-subscribers-for-your-wordpress-blog/\";s:4:\"link\";s:120:\"http://weblogtoolscollection.com/archives/2009/05/06/five-tools-to-increase-the-rss-subscribers-for-your-wordpress-blog/\";s:11:\"description\";s:5734:\"<p>When you build a website one of the things most people want are visitors.&#160; New visitors are great because they tend to turn into return visitors.&#160; People will return to your website because they find the content entertaining, informative and worth their time. However, you know how busy we get these days.&#160; We save a link to our favorites for a website and promise that we will be back on a regular basis.&#160; How often do you really go to your favorites directory and go back visiting websites? I know my answer – rarely.</p>\n<p>So what can you offer that might draw your site visitors back to your site every once in a while?&#160; WordPress has this great ability to create RSS (stands for Really Simple Syndication) feeds.&#160; These RSS feeds are read through most modern internet browsers, stand alone free reader programs, web based reader programs and even office suites.</p>\n<p>An RSS feed is a dynamic summary of information.&#160; In WordPress it is either comments on your blog posts or the blog posts themselves.&#160; When you update your website or someone makes a comment the RSS feed is also updated with that information.&#160; Then when someone <em>reads your feed</em> they see that updated information.&#160; The next step is for them to click on the link to your original blog entry or comment and head back to your site.&#160; Now that first time visitor is now a return visitor and hopefully clicking on a few more pages of your site while they are there.</p>\n<p>So how can you attract more RSS subscribers to your blog feed?&#160; Well the beauty of WordPress and its community of plug in developers come into play then and give us some great tools to highlight an RSS feed on our sites to get those subscribers.</p>\n<p>Here are my five favorite RSS plug-ins for WordPress:</p>\n<blockquote><p><a href=\"http://www.trevorfitzgerald.com/projects/subscribe-remind\">Subscribe Remind</a> by <a href=\"http://www.trevorfitzgerald.com/\">Trevor Fitzgerald</a> – places a small reminder at the end of each post to remind readers to subscribe to your RSS feed. Check out the below screenshot’s&#160; very last line after the related posts. (11,689 all time downloads from the WordPress Plug-in Directory)</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/subscriberemind.jpg\"><img title=\"subscriberemind\" border=\"0\" alt=\"subscriberemind\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/subscriberemind-thumb.jpg\" width=\"280\" height=\"130\" /></a> </p>\n<p><a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a> by <a href=\"http://omninoggin.com/\">Thaya Kareeson</a> – This plugin inserts a welcome note with a link to your RSS feed at the beginning of a blog entry very similar to what the Subscribe Remind plugin does. However, this plug in is setup for referrals from Twitter (pictured below), Google, Yahoo!, Digg, sSumbleupon, Technorati, etc.&#160; Plus it has a admin page where you can create your own welcome message for other services. (26,352 all time downloads from the WordPress Plug-in Directory)</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/wpgreetbox.jpg\"><img title=\"wpgreetbox\" border=\"0\" alt=\"wpgreetbox\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wpgreetbox-thumb.jpg\" width=\"282\" height=\"72\" /></a> </p>\n<p><a href=\"http://yoast.com/wordpress/rss-footer/\">RSS Footer</a> by <a href=\"http://wordpress.org/extend/plugins/profile/joostdevalk\">Joost de Valk</a> – This is another plugin that adds an extra line to your blog posts that invite your visitors to become subscribers of your RSS feed. Very nice admin interface which allows you to customize the text and its location in your blog post. (22,671 all time downloads from the WordPress Plug-in Directory)</p>\n<p><a href=\"http://wordpress.org/extend/plugins/extra-feed-links/\">Extra Feed Links</a> by <a href=\"http://wordpress.org/extend/plugins/profile/scribu\">scribu</a> – This small plugin adds auto-discovery links for RSS feeds based on what type of page and content is displayed.&#160; It then shows that RSS feed to your browser and it will then add links to those various other RSS feeds for category, tag, search, author and comments.&#160; More options to subscribe will usually result in more subscriptions. (2,411 all time downloads from the WordPress Plug-in Directory)</p>\n<p>Feedburner Email Subscription Form in a Sidebar Widget.&#160; This one is not actually a plugin but a way I get an email RSS subscription form in my sidebar for visitors to sign up for email based delivery of <a href=\"http://www.windowsobserver.com/feed/\">my sites RSS feeds</a>.</p>\n<p>To get this form in the sidebar I simply choose a Text widget in the appearance admin panel and then paste in the email subscription form code from Feedburner’s website into its text area and save it.&#160; After that I now have the below text box in my sites sidebar.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/emailsubscriberssfeeds.jpg\"><img title=\"emailsubscriberssfeeds\" border=\"0\" alt=\"emailsubscriberssfeeds\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/emailsubscriberssfeeds-thumb.jpg\" width=\"212\" height=\"197\" /></a>&#160;</p>\n</blockquote>\n<p>So what is your favorite method of gaining RSS subscribers on your WordPress website? I look forward to hearing your ideas and suggestions in the 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/06/five-tools-to-increase-the-rss-subscribers-for-your-wordpress-blog/\">Five Tools to Increase the RSS Subscribers for your WordPress Blog</a></p>\";s:7:\"pubdate\";s:31:\"Thu, 07 May 2009 03:20:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"WindowsObserver\";}s:7:\"summary\";s:5734:\"<p>When you build a website one of the things most people want are visitors.&#160; New visitors are great because they tend to turn into return visitors.&#160; People will return to your website because they find the content entertaining, informative and worth their time. However, you know how busy we get these days.&#160; We save a link to our favorites for a website and promise that we will be back on a regular basis.&#160; How often do you really go to your favorites directory and go back visiting websites? I know my answer – rarely.</p>\n<p>So what can you offer that might draw your site visitors back to your site every once in a while?&#160; WordPress has this great ability to create RSS (stands for Really Simple Syndication) feeds.&#160; These RSS feeds are read through most modern internet browsers, stand alone free reader programs, web based reader programs and even office suites.</p>\n<p>An RSS feed is a dynamic summary of information.&#160; In WordPress it is either comments on your blog posts or the blog posts themselves.&#160; When you update your website or someone makes a comment the RSS feed is also updated with that information.&#160; Then when someone <em>reads your feed</em> they see that updated information.&#160; The next step is for them to click on the link to your original blog entry or comment and head back to your site.&#160; Now that first time visitor is now a return visitor and hopefully clicking on a few more pages of your site while they are there.</p>\n<p>So how can you attract more RSS subscribers to your blog feed?&#160; Well the beauty of WordPress and its community of plug in developers come into play then and give us some great tools to highlight an RSS feed on our sites to get those subscribers.</p>\n<p>Here are my five favorite RSS plug-ins for WordPress:</p>\n<blockquote><p><a href=\"http://www.trevorfitzgerald.com/projects/subscribe-remind\">Subscribe Remind</a> by <a href=\"http://www.trevorfitzgerald.com/\">Trevor Fitzgerald</a> – places a small reminder at the end of each post to remind readers to subscribe to your RSS feed. Check out the below screenshot’s&#160; very last line after the related posts. (11,689 all time downloads from the WordPress Plug-in Directory)</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/subscriberemind.jpg\"><img title=\"subscriberemind\" border=\"0\" alt=\"subscriberemind\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/subscriberemind-thumb.jpg\" width=\"280\" height=\"130\" /></a> </p>\n<p><a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a> by <a href=\"http://omninoggin.com/\">Thaya Kareeson</a> – This plugin inserts a welcome note with a link to your RSS feed at the beginning of a blog entry very similar to what the Subscribe Remind plugin does. However, this plug in is setup for referrals from Twitter (pictured below), Google, Yahoo!, Digg, sSumbleupon, Technorati, etc.&#160; Plus it has a admin page where you can create your own welcome message for other services. (26,352 all time downloads from the WordPress Plug-in Directory)</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/wpgreetbox.jpg\"><img title=\"wpgreetbox\" border=\"0\" alt=\"wpgreetbox\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/wpgreetbox-thumb.jpg\" width=\"282\" height=\"72\" /></a> </p>\n<p><a href=\"http://yoast.com/wordpress/rss-footer/\">RSS Footer</a> by <a href=\"http://wordpress.org/extend/plugins/profile/joostdevalk\">Joost de Valk</a> – This is another plugin that adds an extra line to your blog posts that invite your visitors to become subscribers of your RSS feed. Very nice admin interface which allows you to customize the text and its location in your blog post. (22,671 all time downloads from the WordPress Plug-in Directory)</p>\n<p><a href=\"http://wordpress.org/extend/plugins/extra-feed-links/\">Extra Feed Links</a> by <a href=\"http://wordpress.org/extend/plugins/profile/scribu\">scribu</a> – This small plugin adds auto-discovery links for RSS feeds based on what type of page and content is displayed.&#160; It then shows that RSS feed to your browser and it will then add links to those various other RSS feeds for category, tag, search, author and comments.&#160; More options to subscribe will usually result in more subscriptions. (2,411 all time downloads from the WordPress Plug-in Directory)</p>\n<p>Feedburner Email Subscription Form in a Sidebar Widget.&#160; This one is not actually a plugin but a way I get an email RSS subscription form in my sidebar for visitors to sign up for email based delivery of <a href=\"http://www.windowsobserver.com/feed/\">my sites RSS feeds</a>.</p>\n<p>To get this form in the sidebar I simply choose a Text widget in the appearance admin panel and then paste in the email subscription form code from Feedburner’s website into its text area and save it.&#160; After that I now have the below text box in my sites sidebar.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/05/emailsubscriberssfeeds.jpg\"><img title=\"emailsubscriberssfeeds\" border=\"0\" alt=\"emailsubscriberssfeeds\" src=\"http://weblogtoolscollection.com/b2-img/2009/05/emailsubscriberssfeeds-thumb.jpg\" width=\"212\" height=\"197\" /></a>&#160;</p>\n</blockquote>\n<p>So what is your favorite method of gaining RSS subscribers on your WordPress website? I look forward to hearing your ideas and suggestions in the 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/06/five-tools-to-increase-the-rss-subscribers-for-your-wordpress-blog/\">Five Tools to Increase the RSS Subscribers for your WordPress Blog</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') ;
INSERT INTO `wp_options` VALUES ('122', '0', 'rss_867bd5c64f85878d03a060509cd2f92c_ts', '1243439783', 'no') ;
INSERT INTO `wp_options` VALUES ('123', '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&amp;mode=stop_on_copy&amp;rev=11440&amp;stop_rev=11366&amp;limit=100&amp;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&amp;mode=stop_on_copy&amp;rev=11440&amp;stop_rev=11366&amp;limit=100&amp;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&#8217;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&#8217;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&#8217;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&#8217;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:\"&#8220;I wish they&#8217;d implement feature x.&#8221;\n&#8220;Why won&#8217;t they put feature y into core? It&#8217;s rated really high in the Ideas forum!&#8221;\n&#8220;It doesn&#8217;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.&#8221;\nThese sentiments, and others like them, are the [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7489:\"<p>&#8220;I wish they&#8217;d implement <em>feature x</em>.&#8221;</p>\n<p>&#8220;Why won&#8217;t they put <em>feature y</em> into core? It&#8217;s rated really high in the Ideas forum!&#8221;</p>\n<p>&#8220;It doesn&#8217;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.&#8221;</p>\n<p>These sentiments, and others like them, are the focus of today&#8217;s post. Setting aside the similarities between Ryan, Andrew, Mark and Peter to Charlie&#8217;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&#8217;s hard to keep up with them all and still focus on production. Here&#8217;s where we are now&#8230;</p>\n<p><strong>#wordpress-dev IRC channel</strong>: The IRC channel used to be more active. These days there&#8217;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&#8217;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 &#8220;official&#8221; 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 &#8220;official&#8221; outlet, in which the core team posts about any big code changes they&#8217;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&#8217;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&#8217;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&#8217;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&#8217;ll be gathering your input about how we can improve communication and participation, and then we&#8217;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&#8217;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&#8217;ll be there, taking notes and answering questions, and asking follow-up questions when someone pitches a good idea. An hour later, I&#8217;ll be joining the <a href=\"http://wordcastpodcast.com/\">WordCast Podcast</a> to talk about this issue. <span style=\"text-decoration: line-through;\">They&#8217;re trying to set up a call-in format; if that pans out, we&#8217;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&#8217;t have a TalkShoe account): enter 1#</p>\n<p>We&#8217;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&#8217;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:\"&#8220;I wish they&#8217;d implement feature x.&#8221;\n&#8220;Why won&#8217;t they put feature y into core? It&#8217;s rated really high in the Ideas forum!&#8221;\n&#8220;It doesn&#8217;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.&#8221;\nThese sentiments, and others like them, are the [...]\";s:12:\"atom_content\";s:7489:\"<p>&#8220;I wish they&#8217;d implement <em>feature x</em>.&#8221;</p>\n<p>&#8220;Why won&#8217;t they put <em>feature y</em> into core? It&#8217;s rated really high in the Ideas forum!&#8221;</p>\n<p>&#8220;It doesn&#8217;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.&#8221;</p>\n<p>These sentiments, and others like them, are the focus of today&#8217;s post. Setting aside the similarities between Ryan, Andrew, Mark and Peter to Charlie&#8217;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&#8217;s hard to keep up with them all and still focus on production. Here&#8217;s where we are now&#8230;</p>\n<p><strong>#wordpress-dev IRC channel</strong>: The IRC channel used to be more active. These days there&#8217;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&#8217;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 &#8220;official&#8221; 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 &#8220;official&#8221; outlet, in which the core team posts about any big code changes they&#8217;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&#8217;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&#8217;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&#8217;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&#8217;ll be gathering your input about how we can improve communication and participation, and then we&#8217;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&#8217;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&#8217;ll be there, taking notes and answering questions, and asking follow-up questions when someone pitches a good idea. An hour later, I&#8217;ll be joining the <a href=\"http://wordcastpodcast.com/\">WordCast Podcast</a> to talk about this issue. <span style=\"text-decoration: line-through;\">They&#8217;re trying to set up a call-in format; if that pans out, we&#8217;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&#8217;t have a TalkShoe account): enter 1#</p>\n<p>We&#8217;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&#8217;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&#8217;t familiar with the process behind usability testing, here&#8217;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&#8217;ve filled your desired quotas (for whatever segments you&#8217;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&#8217;t take much time to do all this. I&#8217;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&#8217;t need to test with more than 5 users because usability issues become clear right away. While I&#8217;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&#8217;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&#8217;re introducing a set of new contribution opportunities to expand our usability testing program. As with development and graphic design, we&#8217;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&#8217;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&#8217;t rocket science, but neither is it a simple task to reduce bias. Because of this, at first we&#8217;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&#8217;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&#8217;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&#8217;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&#8217;ll start with the moderators, and try to get volunteers with a decent geographic spread. Then, we&#8217;ll start signing up potential test participants in those areas (though we&#8217;ll also allow at-large registrations, since traveling testing will still be happening). We&#8217;re working on a registration process for potential participants. You&#8217;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&#8217;s a testing opportunity coming up that&#8217;s appropriate for you, a local moderator will get in touch to see if you&#8217;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&#8217;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&#8217;re interested in signing up as a potential test participant, watch this space. We&#8217;ll post a link to the registration survey once it&#8217;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&#8217;t familiar with the process behind usability testing, here&#8217;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&#8217;ve filled your desired quotas (for whatever segments you&#8217;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&#8217;t take much time to do all this. I&#8217;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&#8217;t need to test with more than 5 users because usability issues become clear right away. While I&#8217;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&#8217;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&#8217;re introducing a set of new contribution opportunities to expand our usability testing program. As with development and graphic design, we&#8217;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&#8217;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&#8217;t rocket science, but neither is it a simple task to reduce bias. Because of this, at first we&#8217;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&#8217;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&#8217;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&#8217;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&#8217;ll start with the moderators, and try to get volunteers with a decent geographic spread. Then, we&#8217;ll start signing up potential test participants in those areas (though we&#8217;ll also allow at-large registrations, since traveling testing will still be happening). We&#8217;re working on a registration process for potential participants. You&#8217;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&#8217;s a testing opportunity coming up that&#8217;s appropriate for you, a local moderator will get in touch to see if you&#8217;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&#8217;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&#8217;re interested in signing up as a potential test participant, watch this space. We&#8217;ll post a link to the registration survey once it&#8217;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&#8217;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&#8217;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&#8217;s been an explosion of social activity on the web, it&#8217;s probably the most important trend of the past few years, but there&#8217;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&#8217;ve come to expect from your favorite social network, like a Facebook-in-a-box.</p>\n<p>I don&#8217;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&#8217;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&#8217;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&#8217;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&#8217;s Andy&#8217;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&#8217;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&#8217;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&#8217;s been an explosion of social activity on the web, it&#8217;s probably the most important trend of the past few years, but there&#8217;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&#8217;ve come to expect from your favorite social network, like a Facebook-in-a-box.</p>\n<p>I don&#8217;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&#8217;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&#8217;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&#8217;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&#8217;s Andy&#8217;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&#8217;s Fluency-based submissions (two variations), the existing 2.7 interface, and Matt Thomas&#8217;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&#8217;s Fluency-based submissions (two variations), the existing 2.7 interface, and Matt Thomas&#8217;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&#8217;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&#8217;s more interesting to me is the overall style that seems to be preferred among voters, as Matt&#8217;s comp has some stylistic similarities to Dean&#8217;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&#8217;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&#8217;re going to leave the looks alone for 2.8. It&#8217;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&#8217;s Fluency-based submissions (two variations), the existing 2.7 interface, and Matt Thomas&#8217;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&#8217;s Fluency-based submissions (two variations), the existing 2.7 interface, and Matt Thomas&#8217;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&#8217;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&#8217;s more interesting to me is the overall style that seems to be preferred among voters, as Matt&#8217;s comp has some stylistic similarities to Dean&#8217;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&#8217;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&#8217;re going to leave the looks alone for 2.8. It&#8217;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&#8217;t make any major changes to style in 2.8, but if the vote leans toward a submission that proposes it, we&#8217;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&#8217;t make any major changes to style in 2.8, but if the vote leans toward a submission that proposes it, we&#8217;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&#8217;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&#8217;re going to leave it open for an extra day. The voting poll will now be closed at 8pm NY time on Wednesday (that&#8217;s 2am Thursday, UTC). If you want to discuss the entries&#8217; 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&#8217;t make any major changes to style in 2.8, but if the vote leans toward a submission that proposes it, we&#8217;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&#8217;t make any major changes to style in 2.8, but if the vote leans toward a submission that proposes it, we&#8217;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&#8217;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&#8217;re going to leave it open for an extra day. The voting poll will now be closed at 8pm NY time on Wednesday (that&#8217;s 2am Thursday, UTC). If you want to discuss the entries&#8217; 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 &#8220;dashboard&#8221; 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 &#8220;dashboard&#8221; 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. &#8220;This is the menu, this is the content.&#8221;</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&#8230;</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&#8217;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&#8217;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&#8217;s time to open this up to community designers? I know we&#8217;re in freeze, and it&#8217;s no notice, but you didn&#8217;t get any notice either when we dropped this styling request on your lap a few hours ago. That&#8217;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&#8217;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&#8217;ll ask Ryan about release date and see if there&#8217;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&#8217;s a small project and over the weekend, and wasn&#8217;t even something anyone was planning until a few hours ago, I&#8217;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&#8217;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&#8217;s 3 days notice for the vote. I&#8217;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&#8217;re thinking?</p>\n<p><strong>Jane:</strong> I&#8217;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&#8230;</strong><br />\nOkay, so here&#8217;s the deal. Modifying the nav/header to be a little nicer is was a last-minute design idea, and if it can&#8217;t be worked out in the time we have left before 2.8 (which is very little), we&#8217;ll just wait until 2.9 to work on it. But! If someone comes up with something the community really likes and it doesn&#8217;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&#8217;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&#8217;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&#8217;ll be in and out of the #wordpress-dev IRC channel between now and then.</p>\n<p>Once we&#8217;ve received the submissions, we&#8217;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&#8217;s online. We&#8217;ll only keep voting open for one day because of the 2.8 deadline, so put it on your calendar if you think you&#8217;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&#8217;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 &#8220;dashboard&#8221; 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 &#8220;dashboard&#8221; 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. &#8220;This is the menu, this is the content.&#8221;</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&#8230;</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&#8217;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&#8217;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&#8217;s time to open this up to community designers? I know we&#8217;re in freeze, and it&#8217;s no notice, but you didn&#8217;t get any notice either when we dropped this styling request on your lap a few hours ago. That&#8217;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&#8217;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&#8217;ll ask Ryan about release date and see if there&#8217;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&#8217;s a small project and over the weekend, and wasn&#8217;t even something anyone was planning until a few hours ago, I&#8217;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&#8217;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&#8217;s 3 days notice for the vote. I&#8217;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&#8217;re thinking?</p>\n<p><strong>Jane:</strong> I&#8217;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&#8230;</strong><br />\nOkay, so here&#8217;s the deal. Modifying the nav/header to be a little nicer is was a last-minute design idea, and if it can&#8217;t be worked out in the time we have left before 2.8 (which is very little), we&#8217;ll just wait until 2.9 to work on it. But! If someone comes up with something the community really likes and it doesn&#8217;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&#8217;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&#8217;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&#8217;ll be in and out of the #wordpress-dev IRC channel between now and then.</p>\n<p>Once we&#8217;ve received the submissions, we&#8217;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&#8217;s online. We&#8217;ll only keep voting open for one day because of the 2.8 deadline, so put it on your calendar if you think you&#8217;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&#8217;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&#8217;d like to thank all the students who applied, and we&#8217;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&#8217;d like to thank all the students who applied, and we&#8217;re sorry we couldn&#8217;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&#8217;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&#8217;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&#8217;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&#8217;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&#8217;d like to thank all the students who applied, and we&#8217;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&#8217;d like to thank all the students who applied, and we&#8217;re sorry we couldn&#8217;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&#8217;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&#8217;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&#8217;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&#8217;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 &#8211; 45</li>\n<li>Dupe &#8211; 16</li>\n<li> Wontfix &#8211; 10</li>\n<li>Invalid &#8211; 19</li>\n<li>Worksforme &#8211; 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&#8217;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&#8217;t enough notice to clear their schedules, but let&#8217;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&#8217;t be committed or rejected until they&#8217;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&#8217;t forget to leave the feedback!) if you have time. If there&#8217;s a ticket you&#8217;re sick of seeing there, write a patch and ask your fellow contributors to test it and comment on the ticket thread. We&#8217;ll announce an official bug hunt soon (and yes, there will be more than two days&#8217; notice), but the fact remains that addressing new bugs is easier if Trac isn&#8217;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 &#8211; 45</li>\n<li>Dupe &#8211; 16</li>\n<li> Wontfix &#8211; 10</li>\n<li>Invalid &#8211; 19</li>\n<li>Worksforme &#8211; 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&#8217;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&#8217;t enough notice to clear their schedules, but let&#8217;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&#8217;t be committed or rejected until they&#8217;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&#8217;t forget to leave the feedback!) if you have time. If there&#8217;s a ticket you&#8217;re sick of seeing there, write a patch and ask your fellow contributors to test it and comment on the ticket thread. We&#8217;ll announce an official bug hunt soon (and yes, there will be more than two days&#8217; notice), but the fact remains that addressing new bugs is easier if Trac isn&#8217;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-11456\";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') ;
INSERT INTO `wp_options` VALUES ('124', '0', 'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts', '1243439782', 'no') ;
INSERT INTO `wp_options` VALUES ('125', '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:37:\"csixty4 on \"My Recent YouTube Widget\"\";s:4:\"link\";s:72:\"http://wordpress.org/extend/plugins/my-recent-youtube-widget/#post-10872\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 05:38:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"csixty4\";}s:4:\"guid\";s:42:\"10872@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:60:\"Embed the most recent YouTube videos for a user in a sidebar\";s:7:\"summary\";s:60:\"Embed the most recent YouTube videos for a user in a sidebar\";}i:1;a:7:{s:5:\"title\";s:29:\"jureham on \"Banner Generator\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/banner-generator/#post-10871\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 00:49:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"jureham\";}s:4:\"guid\";s:42:\"10871@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:74:\"Banner generator generates banner with your blog name and last post title.\";s:7:\"summary\";s:74:\"Banner generator generates banner with your blog name and last post title.\";}i:2;a:7:{s:5:\"title\";s:57:\"christopherross on \"List Posts with Pingbacks and Tracks\"\";s:4:\"link\";s:84:\"http://wordpress.org/extend/plugins/list-posts-with-pingbacks-trackbacks/#post-10868\";s:7:\"pubdate\";s:31:\"Tue, 26 May 2009 17:49:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"christopherross\";}s:4:\"guid\";s:42:\"10868@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:142:\"This function is designed to allow you to add a list of popular posts to your website theme based on which posts have pingback and trackbacks.\";s:7:\"summary\";s:142:\"This function is designed to allow you to add a list of popular posts to your website theme based on which posts have pingback and trackbacks.\";}i:3;a:7:{s:5:\"title\";s:25:\"mhartford on \"BookLinker\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/booklinker/#post-10867\";s:7:\"pubdate\";s:31:\"Tue, 26 May 2009 16:41:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"mhartford\";}s:4:\"guid\";s:42:\"10867@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Give your visitors the freedom of choice with BookLinker, a WordPress plug-in that converts existing affiliate links (Amazon, IndieBound, Powell\'s) in\";s:7:\"summary\";s:150:\"Give your visitors the freedom of choice with BookLinker, a WordPress plug-in that converts existing affiliate links (Amazon, IndieBound, Powell\'s) in\";}i:4;a:7:{s:5:\"title\";s:41:\"davidoc on \"simpleSAMLphp Authentication\"\";s:4:\"link\";s:76:\"http://wordpress.org/extend/plugins/simplesamlphp-authentication/#post-10866\";s:7:\"pubdate\";s:31:\"Tue, 26 May 2009 15:38:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"davidoc\";}s:4:\"guid\";s:42:\"10866@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:75:\"Authenticate users using simpleSAMLphp (http://rnd.feide.no/simplesamlphp).\";s:7:\"summary\";s:75:\"Authenticate users using simpleSAMLphp (http://rnd.feide.no/simplesamlphp).\";}i:5;a:7:{s:5:\"title\";s:31:\"imagini on \"Display vDNA Shops\"\";s:4:\"link\";s:71:\"http://wordpress.org/extend/plugins/display-visualdna-shops/#post-10863\";s:7:\"pubdate\";s:31:\"Tue, 26 May 2009 07:22:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"imagini\";}s:4:\"guid\";s:42:\"10863@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:52:\"Displays your Visual DNA shop on your wordpress blog\";s:7:\"summary\";s:52:\"Displays your Visual DNA shop on your wordpress blog\";}i:6;a:7:{s:5:\"title\";s:20:\"zkorwin on \"Quizzin\"\";s:4:\"link\";s:82:\"http://wordpress.org/extend/plugins/271-update-to-quizzin-by-binny-v-a/#post-10862\";s:7:\"pubdate\";s:31:\"Tue, 26 May 2009 04:08:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"zkorwin\";}s:4:\"guid\";s:42:\"10862@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:149:\"Quizzin lets you add quizzes to your blog. This plugin is designed to be as easy to use as possible. Quizzes, questions and answers can be added from\";s:7:\"summary\";s:149:\"Quizzin lets you add quizzes to your blog. This plugin is designed to be as easy to use as possible. Quizzes, questions and answers can be added from\";}i:7;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:8;a:7:{s:5:\"title\";s:31:\"wzeallor on \"Visual Categories\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/visual-categories/#post-10857\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 18:46:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"wzeallor\";}s:4:\"guid\";s:42:\"10857@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:54:\"Take control over the way you display your categories.\";s:7:\"summary\";s:54:\"Take control over the way you display your categories.\";}i:9;a:7:{s:5:\"title\";s:26:\"lankybutmacho on \"WikiPop\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/wikipop/#post-10855\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 15:26:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"lankybutmacho\";}s:4:\"guid\";s:42:\"10855@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:183:\"Allows inline viewing of wikipedia articles for a tagged term. Uses FancyZoom for jQuery by Steve Smith at <a href=\"http://orderedlist.com/\" rel=\"nofollow\">http://orderedlist.com/</a>\";s:7:\"summary\";s:183:\"Allows inline viewing of wikipedia articles for a tagged term. Uses FancyZoom for jQuery by Steve Smith at <a href=\"http://orderedlist.com/\" rel=\"nofollow\">http://orderedlist.com/</a>\";}i:10;a:7:{s:5:\"title\";s:57:\"websmokers on \"FX-CurrencyConverter Plugin for Wordpress\"\";s:4:\"link\";s:89:\"http://wordpress.org/extend/plugins/fx-currencyconverter-plugin-for-wordpress/#post-10854\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 11:49:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"websmokers\";}s:4:\"guid\";s:42:\"10854@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:59:\"Simple lightweight currency converter plugin for Wordpress.\";s:7:\"summary\";s:59:\"Simple lightweight currency converter plugin for Wordpress.\";}i:11;a:7:{s:5:\"title\";s:24:\"Ajcrea on \"Link to Post\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/link-to-post/#post-10853\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 10:14:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Ajcrea\";}s:4:\"guid\";s:42:\"10853@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:104:\"This plugin allows you to easily create a link to an existing article or page in another article or page\";s:7:\"summary\";s:104:\"This plugin allows you to easily create a link to an existing article or page in another article or page\";}i:12;a:7:{s:5:\"title\";s:21:\"marco_b on \"Twittrup\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/twittrup/#post-10852\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 08:47:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"marco_b\";}s:4:\"guid\";s:42:\"10852@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:94:\"Updates Twitter when you create a new blog post utilizing an shortener service of your choice.\";s:7:\"summary\";s:94:\"Updates Twitter when you create a new blog post utilizing an shortener service of your choice.\";}i:13;a:7:{s:5:\"title\";s:26:\"barrena on \"Feed Globedia\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/feed-globedia/#post-10851\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 07:02:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"barrena\";}s:4:\"guid\";s:42:\"10851@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"This plugin will create a hidden and non-public extra feed, only visible for Globedia.com, so you can maintain your original feeds own configuration u\";s:7:\"summary\";s:150:\"This plugin will create a hidden and non-public extra feed, only visible for Globedia.com, so you can maintain your original feeds own configuration u\";}i:14;a:7:{s:5:\"title\";s:32:\"tiendaenlinea on \"WP e-Commerce\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/compras-en-linea/#post-10849\";s:7:\"pubdate\";s:31:\"Mon, 25 May 2009 01:12:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"tiendaenlinea\";}s:4:\"guid\";s:42:\"10849@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:101:\"WP e-Commerce is a Web 2.0 application designed with usability, aesthetics, and presentation in mind.\";s:7:\"summary\";s:101:\"WP e-Commerce is a Web 2.0 application designed with usability, aesthetics, and presentation in mind.\";}}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:\"Wed, 27 May 2009 15:56:27 +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') ;
INSERT INTO `wp_options` VALUES ('126', '0', 'rss_57bc725ad6568758915363af670fd8bc_ts', '1243439783', 'no') ;
INSERT INTO `wp_options` VALUES ('127', '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:19:\"Malaiac on \"zeList\"\";s:4:\"link\";s:53:\"http://wordpress.org/extend/plugins/zelist/#post-7600\";s:7:\"pubdate\";s:31:\"Sat, 08 Nov 2008 01:33:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Malaiac\";}s:4:\"guid\";s:41:\"7600@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:69:\"zeList is a plugin to run a directory on a WordPress powered website.\";s:7:\"summary\";s:69:\"zeList is a plugin to run a directory on a WordPress powered website.\";}i:1;a:7:{s:5:\"title\";s:21:\"freshout on \"Flutter\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/fresh-page/#post-2466\";s:7:\"pubdate\";s:31:\"Wed, 10 Oct 2007 16:40:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"freshout\";}s:4:\"guid\";s:41:\"2466@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:59:\"Flutter is a feature rich WordPress CMS plugin by Freshout.\";s:7:\"summary\";s:59:\"Flutter is a feature rich WordPress CMS plugin by Freshout.\";}i:2;a:7:{s:5:\"title\";s:29:\"jureham on \"Banner Generator\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/banner-generator/#post-10871\";s:7:\"pubdate\";s:31:\"Wed, 27 May 2009 00:49:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"jureham\";}s:4:\"guid\";s:42:\"10871@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:74:\"Banner generator generates banner with your blog name and last post title.\";s:7:\"summary\";s:74:\"Banner generator generates banner with your blog name and last post title.\";}i:3;a:7:{s:5:\"title\";s:26:\"hellocoton on \"Hellocoton\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/hellocoton/#post-10323\";s:7:\"pubdate\";s:31:\"Fri, 24 Apr 2009 14:57:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"hellocoton\";}s:4:\"guid\";s:42:\"10323@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:41:\"Ajoute un bouton \"J\'aime\" par hellocoton.\";s:7:\"summary\";s:41:\"Ajoute un bouton \"J\'aime\" par hellocoton.\";}i:4;a:7:{s:5:\"title\";s:39:\"Atsutane on \"Bbpress Latest Discussion\"\";s:4:\"link\";s:72:\"http://wordpress.org/extend/plugins/bbpress-latest-discussion/#post-9963\";s:7:\"pubdate\";s:31:\"Thu, 02 Apr 2009 14:57:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"Atsutane\";}s:4:\"guid\";s:41:\"9963@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:99:\"This plugin will generates Latest Discussion list from your bbpress forum into your wordpress page.\";s:7:\"summary\";s:99:\"This plugin will generates Latest Discussion list from your bbpress forum into your wordpress page.\";}i:5;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:6;a:7:{s:5:\"title\";s:27:\"GDragoN on \"GD Press Tools\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/gd-press-tools/#post-8301\";s:7:\"pubdate\";s:31:\"Tue, 30 Dec 2008 17:41:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"GDragoN\";}s:4:\"guid\";s:41:\"8301@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:123:\"GD Press Tools is a collection of various administration and security related tools that can help with everyday blog tasks.\";s:7:\"summary\";s:123:\"GD Press Tools is a collection of various administration and security related tools that can help with everyday blog tasks.\";}i:7;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:8;a:7:{s:5:\"title\";s:55:\"christopherross on \"Easy Technorati Tags for WordPress\"\";s:4:\"link\";s:82:\"http://wordpress.org/extend/plugins/easy-technorati-tags-for-wordpress/#post-10380\";s:7:\"pubdate\";s:31:\"Tue, 28 Apr 2009 16:53:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"christopherross\";}s:4:\"guid\";s:42:\"10380@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"There are a few other Technorati Tags generators for WordPress out there but I found most of them overly complicated and fairly difficult to use, ofte\";s:7:\"summary\";s:150:\"There are a few other Technorati Tags generators for WordPress out there but I found most of them overly complicated and fairly difficult to use, ofte\";}i:9;a:7:{s:5:\"title\";s:39:\"christopherross on \"Easy Popular Posts\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/easy-popular-posts/#post-10768\";s:7:\"pubdate\";s:31:\"Wed, 20 May 2009 23:12:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"christopherross\";}s:4:\"guid\";s:42:\"10768@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"An easy to use WordPress function to add popular posts to any theme. The results can be displayed in many ways and it has been tested with popular cac\";s:7:\"summary\";s:150:\"An easy to use WordPress function to add popular posts to any theme. The results can be displayed in many ways and it has been tested with popular cac\";}i:10;a:7:{s:5:\"title\";s:38:\"christopherross on \"Easy Random Posts\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/easy-random-posts/#post-10767\";s:7:\"pubdate\";s:31:\"Wed, 20 May 2009 22:40:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"christopherross\";}s:4:\"guid\";s:42:\"10767@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:67:\"An easy to use WordPress function to add random posts to any theme.\";s:7:\"summary\";s:67:\"An easy to use WordPress function to add random posts to any theme.\";}i:11;a:7:{s:5:\"title\";s:57:\"christopherross on \"List Posts with Pingbacks and Tracks\"\";s:4:\"link\";s:84:\"http://wordpress.org/extend/plugins/list-posts-with-pingbacks-trackbacks/#post-10868\";s:7:\"pubdate\";s:31:\"Tue, 26 May 2009 17:49:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"christopherross\";}s:4:\"guid\";s:42:\"10868@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:142:\"This function is designed to allow you to add a list of popular posts to your website theme based on which posts have pingback and trackbacks.\";s:7:\"summary\";s:142:\"This function is designed to allow you to add a list of popular posts to your website theme based on which posts have pingback and trackbacks.\";}i:12;a:7:{s:5:\"title\";s:48:\"businessxpand on \"Google Analytics Link Builder\"\";s:4:\"link\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-link-builder/#post-10775\";s:7:\"pubdate\";s:31:\"Thu, 21 May 2009 15:35:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"businessxpand\";}s:4:\"guid\";s:42:\"10775@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:80:\"Creates search engine friendly trackable links from within your WordPress admin.\";s:7:\"summary\";s:80:\"Creates search engine friendly trackable links from within your WordPress admin.\";}i:13;a:7:{s:5:\"title\";s:47:\"blepoxp on \"FT Password Protect Children Pages\"\";s:4:\"link\";s:82:\"http://wordpress.org/extend/plugins/ft-password-protect-children-pages/#post-10835\";s:7:\"pubdate\";s:31:\"Sat, 23 May 2009 23:58:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"blepoxp\";}s:4:\"guid\";s:42:\"10835@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:72:\"Applys the same protection to children pages applied to the parent page.\";s:7:\"summary\";s:72:\"Applys the same protection to children pages applied to the parent page.\";}i:14;a:7:{s:5:\"title\";s:19:\"jixor on \"XSLT RSS\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/xslt-rss/#post-7079\";s:7:\"pubdate\";s:31:\"Fri, 19 Sep 2008 05:00:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"jixor\";}s:4:\"guid\";s:41:\"7079@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Create advanced, fully customizable RSS feed widgets. You can use this to\nreplace the built in RSS widget or along side it. It is substantially more\np\";s:7:\"summary\";s:150:\"Create advanced, fully customizable RSS feed widgets. You can use this to\nreplace the built in RSS widget or along side it. It is substantially more\np\";}}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:\"Wed, 27 May 2009 15:56:28 +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') ;
INSERT INTO `wp_options` VALUES ('128', '0', 'rss_1a5f760f2e2b48827d4974a60857e7c2_ts', '1243439783', 'no') ;
INSERT INTO `wp_options` VALUES ('415', '0', 'rewrite_rules', 'a:68:{s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:14:\".*wp-atom.php$\";s:19:\"index.php?feed=atom\";s:13:\".*wp-rdf.php$\";s:18:\"index.php?feed=rdf\";s:13:\".*wp-rss.php$\";s:18:\"index.php?feed=rss\";s:14:\".*wp-rss2.php$\";s:19:\"index.php?feed=rss2\";s:14:\".*wp-feed.php$\";s:19:\"index.php?feed=feed\";s:22:\".*wp-commentsrss2.php$\";s:34:\"index.php?feed=rss2&withcomments=1\";s:36:\"privacy-policy/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"privacy-policy/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"privacy-policy/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"privacy-policy/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"privacy-policy/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"(privacy-policy)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:49:\"(privacy-policy)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:44:\"(privacy-policy)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:37:\"(privacy-policy)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:44:\"(privacy-policy)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:29:\"(privacy-policy)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:42:\"tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:37:\"tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"tag/(.+?)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:12:\"tag/(.+?)/?$\";s:25:\"index.php?tag=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$mat