# BlogColony MySQL Backup
#
# Generated: Friday 16. January 2009 09:07 CST
# Generated by: BlogColony.com
# Hostname: localhost
# Database: ckalbert_wrdp4
# --------------------------------------------------------


# --------------------------------------------------------
# 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 NOT NULL,
  `comment_author_email` varchar(100) NOT NULL default '',
  `comment_author_url` varchar(200) NOT NULL default '',
  `comment_author_IP` varchar(100) NOT NULL default '',
  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL default '0',
  `comment_approved` varchar(20) NOT NULL default '1',
  `comment_agent` varchar(255) NOT NULL default '',
  `comment_type` varchar(20) NOT NULL default '',
  `comment_parent` bigint(20) 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=latin1;


#
# Data contents of table `wp_comments`
#


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



# --------------------------------------------------------
# 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) NOT NULL default '',
  `link_name` varchar(255) NOT NULL default '',
  `link_image` varchar(255) NOT NULL default '',
  `link_target` varchar(25) NOT NULL default '',
  `link_category` bigint(20) NOT NULL default '0',
  `link_description` varchar(255) NOT NULL default '',
  `link_visible` varchar(20) NOT NULL default 'Y',
  `link_owner` 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) NOT NULL default '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`link_id`),
  KEY `link_category` (`link_category`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;


#
# 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) NOT NULL default '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL default 'yes',
  PRIMARY KEY  (`option_id`,`blog_id`,`option_name`),
  KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=267 DEFAULT CHARSET=latin1;


#
# Data contents of table `wp_options`
#

INSERT INTO `wp_options` VALUES ('1', '0', 'siteurl', 'http://duilawyerchicago.org', 'yes') ;
INSERT INTO `wp_options` VALUES ('2', '0', 'blogname', 'DUI Lawyer Chicago', 'yes') ;
INSERT INTO `wp_options` VALUES ('3', '0', 'blogdescription', 'DUI or DWI in Chicago is Serious Business', 'yes') ;
INSERT INTO `wp_options` VALUES ('4', '0', 'users_can_register', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('5', '0', 'admin_email', 'ckellyalbert@gmail.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', '10', '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', '', '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:24:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:29:\"blibahblubah/blibahblubah.php\";i:2;s:21:\"exec-php/exec-php.php\";i:3;s:28:\"feedburner/ol_feedburner.php\";i:4;s:23:\"full_feed/full_feed.php\";i:5;s:36:\"google-sitemap-generator/sitemap.php\";i:6;s:13:\"h1h2/h1h2.php\";i:7;s:47:\"kaltura-interactive-video/interactive_video.php\";i:8;s:25:\"linkcannon_links_page.php\";i:9;s:27:\"neg_xml_rpc/neg_xml_rpc.php\";i:10;s:38:\"ozh-who-sees-ads/wp_ozh_whoseesads.php\";i:11;s:31:\"php_speedy_wp/php_speedy_wp.php\";i:12;s:19:\"pxsmail/pxsmail.php\";i:13;s:33:\"related_videos/related_videos.php\";i:14;s:27:\"simple-tags/simple-tags.php\";i:15;s:31:\"social_poster/social_poster.php\";i:16;s:33:\"stumbleupon-it/stumbleupon-it.php\";i:17;s:41:\"wordpress-related-posts/related-posts.php\";i:18;s:25:\"wp-cumulus/wp-cumulus.php\";i:19;s:29:\"wp-db-backup/wp-db-backup.php\";i:20;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:21;s:27:\"wp-super-cache/wp-cache.php\";i:22;s:47:\"wp-tags-to-technorati/wp-tags-to-technorati.php\";i:23;s:19:\"youtube/youtube.php\";}', 'yes') ;
INSERT INTO `wp_options` VALUES ('39', '0', 'home', 'http://duilawyerchicago.org', 'yes') ;
INSERT INTO `wp_options` VALUES ('40', '0', 'category_base', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('41', '0', 'ping_sites', 'http://rpc.pingomatic.com/', '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', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('45', '0', 'default_email_category', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('46', '0', 'recently_edited', 'a:5:{i:0;s:29:\"/themes/lifestyle_20/home.php\";i:2;s:32:\"/themes/lifestyle_20/sidebar.php\";i:3;s:30:\"/themes/lifestyle_20/style.css\";i:4;s:34:\"/themes/lifestyle_20/functions.php\";i:5;s:34:\"/themes/lifestyle_20/page_blog.php\";}', 'no') ;
INSERT INTO `wp_options` VALUES ('47', '0', 'use_linksupdate', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('48', '0', 'template', 'lifestyle_20', 'yes') ;
INSERT INTO `wp_options` VALUES ('49', '0', 'stylesheet', 'lifestyle_20', '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/ckalbert/public_html/duilawyerchicago.org/wp-content/uploads', 'yes') ;
INSERT INTO `wp_options` VALUES ('61', '0', 'random_seed', 'e15c4247fa7e5eae32f47d1e34431064', 'yes') ;
INSERT INTO `wp_options` VALUES ('62', '0', 'secret', 'M@aUNq3LB&YV*i3&&PCC1^Unp*Bq8yIr4BNLtSgdo{WaQgjhKL7GPSt(8a4nxwh&0$wEfY4zS(Sf', '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:1:{i:329726171;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";b:0;s:12:\"hierarchical\";b:0;s:8:\"dropdown\";b: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:57:{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:8:\"exec_php\";b:1;s:15:\"edit_others_php\";b:1;s:11:\"simple_tags\";b:1;s:17:\"admin_simple_tags\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:16:\"Editor|User role\";s:12:\"capabilities\";a:35:{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:11:\"simple_tags\";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', 's)7672BwXOnP', 'yes') ;
INSERT INTO `wp_options` VALUES ('101', '0', 'doing_cron', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('104', '0', 'logged_in_salt', 'DYPZo(7rs#SJ', 'yes') ;
INSERT INTO `wp_options` VALUES ('106', '0', 'nonce_salt', 'b@tXwGKeMN@$', 'yes') ;
INSERT INTO `wp_options` VALUES ('137', '0', 'current_theme', 'Revolution Lifestyle', 'yes') ;
INSERT INTO `wp_options` VALUES ('108', '0', 'sidebars_widgets', 'a:4:{s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:2:{i:0;s:12:\"recent-posts\";i:1;s:20:\"categories-329726171\";}s:9:\"sidebar-3\";a:1:{i:0;s:5:\"links\";}s:13:\"array_version\";i:3;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('119', '0', 'cron', 'a:3:{i:1232142864;a:1:{s:4:\"cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1232146260;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('120', '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:38:\"http://wordpress.org/wordpress-2.7.zip\";s:7:\"current\";s:3:\"2.7\";s:6:\"locale\";s:5:\"en_US\";}}s:12:\"last_checked\";i:1232116065;s:15:\"version_checked\";s:3:\"2.7\";}', 'yes') ;
INSERT INTO `wp_options` VALUES ('124', '0', 'dashboard_widget_options', 'a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:27:\"http://duilawyerchicago.org\";s:4:\"link\";s:109:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://duilawyerchicago.org/\";s:3:\"url\";s:142:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://duilawyerchicago.org/\";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 ('142', '0', 'aiosp_use_categories', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('143', '0', 'aiosp_category_noindex', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('141', '0', 'aiosp_rewrite_titles', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('122', '0', 'update_themes', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1232116066;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('125', '0', 'rss_a5420c83891a9c88ad2a4f04584a5efc', 'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"pubdate\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"uberdose\";}s:4:\"guid\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"summary\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";}i:1;a:7:{s:5:\"title\";s: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:2;a:7:{s:5:\"title\";s:36:\"olivers on \"cformsII - contact form\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/cforms/#post-925\";s:7:\"pubdate\";s:31:\"Mon, 09 Apr 2007 22:12:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"olivers\";}s:4:\"guid\";s:40:\"925@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:119:\"cforms II is the most customizable, flexible &#038; powerful ajax supporting contact form plugin (&#038; comment form)!\";s:7:\"summary\";s:119:\"cforms II is the most customizable, flexible &#038; powerful ajax supporting contact form plugin (&#038; comment form)!\";}i:3;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:4;a:7:{s:5:\"title\";s:17:\"matt on \"Akismet\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"matt\";}s:4:\"guid\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"summary\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";}i:5;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:6;a:7:{s:5:\"title\";s:29:\"andy on \"WordPress.com Stats\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/stats/#post-1355\";s:7:\"pubdate\";s:31:\"Sun, 06 May 2007 02:15:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"andy\";}s:4:\"guid\";s:41:\"1355@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:119:\"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com\'s stat system.\";s:7:\"summary\";s:119:\"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com\'s stat system.\";}i:7;a:7:{s:5:\"title\";s: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:8;a:7:{s:5:\"title\";s:28:\"ringmaster on \"WP-DB-Backup\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/wp-db-backup/#post-472\";s:7:\"pubdate\";s:31:\"Sat, 17 Mar 2007 04:41:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"ringmaster\";}s:4:\"guid\";s:40:\"472@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:44:\"On-demand backup of your WordPress database.\";s:7:\"summary\";s:44:\"On-demand backup of your WordPress database.\";}i:9;a:7:{s:5:\"title\";s:30:\"freediver on \"SEO Smart Links\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/seo-automatic-links/#post-5850\";s:7:\"pubdate\";s:31:\"Wed, 04 Jun 2008 20:32:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"freediver\";}s:4:\"guid\";s:41:\"5850@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:122:\"SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more.\";s:7:\"summary\";s:122:\"SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more.\";}i:10;a:7:{s:5:\"title\";s:30:\"Michael_ on \"Maintenance Mode\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/maintenance-mode/#post-2088\";s:7:\"pubdate\";s:31:\"Sat, 30 Jun 2007 19:15:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"Michael_\";}s:4:\"guid\";s:41:\"2088@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:90:\"Adds a splash page to your blog that lets visitors know your blog is down for maintenance.\";s:7:\"summary\";s:90:\"Adds a splash page to your blog that lets visitors know your blog is down for maintenance.\";}i:11;a:7:{s:5:\"title\";s:25:\"joostdevalk on \"Sociable\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/sociable/#post-2865\";s:7:\"pubdate\";s:31:\"Thu, 31 Jan 2008 11:36:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"joostdevalk\";}s:4:\"guid\";s:41:\"2865@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:100:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.\";s:7:\"summary\";s:100:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.\";}i:12;a:7:{s:5:\"title\";s:51:\"micropat on \"Add to Any Share/Save/Bookmark 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:149:\"Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.\";s:7:\"summary\";s:149:\"Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.\";}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:\"Fri, 16 Jan 2009 14:28:04 +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 ('126', '0', 'rss_a5420c83891a9c88ad2a4f04584a5efc_ts', '1232116084', 'no') ;
INSERT INTO `wp_options` VALUES ('127', '0', 'rss_e584e097f698719d3012e9f53b429945', '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:54:\"link:http://duilawyerchicago.org/ - Google Blog Search\";s:4:\"link\";s:112:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://duilawyerchicago.org/\";s:11:\"description\";s:88:\"Your search - <b>link:http://duilawyerchicago.org/</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:88:\"Your search - <b>link:http://duilawyerchicago.org/</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 ('128', '0', 'rss_e584e097f698719d3012e9f53b429945_ts', '1232116084', 'no') ;
INSERT INTO `wp_options` VALUES ('129', '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:12:{s:5:\"title\";s:39:\"Prioritizing Features for WordPress 2.8\";s:4:\"link\";s:80:\"http://wordpress.org/development/2008/12/prioritizing-features-for-wordpress-28/\";s:8:\"comments\";s:89:\"http://wordpress.org/development/2008/12/prioritizing-features-for-wordpress-28/#comments\";s:7:\"pubdate\";s:31:\"Wed, 24 Dec 2008 00:17:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:32:\"DevelopmentFeatures2.8surveytrac\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=491\";s:11:\"description\";s:327:\"Everyone knows by now that WordPress 2.7 is packed with new features. Now that it&#8217;s available (almost 600,000 downloads as I write this!), it&#8217;s time to start working on 2.8. There were dozens of things that got tabled during 2.7 due to time constraints, and there are a lot of high-rated features in the Ideas [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2977:\"<p>Everyone knows by now that WordPress 2.7 is packed with new features. Now that it&#8217;s available (almost <a href=\"http://wordpress.org/download/counter/\">600,000 downloads</a> as I write this!), it&#8217;s time to start working on 2.8. There were dozens of things that got tabled during 2.7 due to time constraints, and there are a lot of high-rated features in the <a href=\"http://wordpress.org/extend/ideas\">Ideas forum</a>, so there are a lot of potential features under consideration.</p>\n<p>Right now, the lead developers are thinking the top priorities for 2.8 will be widget management, theme browser/installer and performance upgrades. The rest of the development time will be taken up with bug tickets and additional features/enhancements from a prioritized list. To that end, we&#8217;ve posted <a href=\"http://www.polldaddy.com/s/6FC3E15CDE20B5B5/\">a new survey</a> for you to help us prioritize features for 2.8. The list pulls from the developers&#8217; &#8220;2.7 leftovers&#8221; list as well as the most popular features from the Ideas forum. Just rank each feature and tell us your top pick (up to three). You also have the option of adding comments or additional suggestions, but this is not mandatory. For your response to count, you must rank all of the features in the list. The survey has only one page.  </p>\n<p>Note that media features are not included in this list as we will be posting a separate survey for media-specific features soon. </p>\n<p><a href=\"http://www.polldaddy.com/s/6FC3E15CDE20B5B5/\">Cast your votes</a> any time this week, but as always the sooner the better. This survey will close at noon on December 31, 2008 UTC.</p>\n<p>In the new year, we will be reviving scheduled IRC developer chats, where the lead developers will discuss the week&#8217;s progress on feature development, providing opportunities for people to ask questions or make suggestions. These will be held early in the day on Wednesdays (U.S. Wednesday), and the specific time will be posted here on the development blog once it&#8217;s been finalized. </p>\n<p>As a related aside, we spent a significant amount of time during 2.7 development sifting through Trac tickets that really shouldn&#8217;t have been there. Feature ideas and requests do not belong in Trac, they belong in the Ideas forum. Please reserve Trac for reporting bugs and things that need fixing (typos, code enhancements, etc.). If you are asking for a new UI, a new feature, or a new approach to coding something, that&#8217;s not an enhancement, it&#8217;s a new feature. New features will be entered into Trac by developers once it has been determined that the feature should be included in core. To help speed up development, moving forward we will close Trac tickets that are actually feature requests, with the comment that they should be posted in the Ideas forum instead. Please help the developers maximize their time by following this guideline. </p>\n<p>Thanks for your help!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:85:\"http://wordpress.org/development/2008/12/prioritizing-features-for-wordpress-28/feed/\";}s:7:\"summary\";s:327:\"Everyone knows by now that WordPress 2.7 is packed with new features. Now that it&#8217;s available (almost 600,000 downloads as I write this!), it&#8217;s time to start working on 2.8. There were dozens of things that got tabled during 2.7 due to time constraints, and there are a lot of high-rated features in the Ideas [...]\";s:12:\"atom_content\";s:2977:\"<p>Everyone knows by now that WordPress 2.7 is packed with new features. Now that it&#8217;s available (almost <a href=\"http://wordpress.org/download/counter/\">600,000 downloads</a> as I write this!), it&#8217;s time to start working on 2.8. There were dozens of things that got tabled during 2.7 due to time constraints, and there are a lot of high-rated features in the <a href=\"http://wordpress.org/extend/ideas\">Ideas forum</a>, so there are a lot of potential features under consideration.</p>\n<p>Right now, the lead developers are thinking the top priorities for 2.8 will be widget management, theme browser/installer and performance upgrades. The rest of the development time will be taken up with bug tickets and additional features/enhancements from a prioritized list. To that end, we&#8217;ve posted <a href=\"http://www.polldaddy.com/s/6FC3E15CDE20B5B5/\">a new survey</a> for you to help us prioritize features for 2.8. The list pulls from the developers&#8217; &#8220;2.7 leftovers&#8221; list as well as the most popular features from the Ideas forum. Just rank each feature and tell us your top pick (up to three). You also have the option of adding comments or additional suggestions, but this is not mandatory. For your response to count, you must rank all of the features in the list. The survey has only one page.  </p>\n<p>Note that media features are not included in this list as we will be posting a separate survey for media-specific features soon. </p>\n<p><a href=\"http://www.polldaddy.com/s/6FC3E15CDE20B5B5/\">Cast your votes</a> any time this week, but as always the sooner the better. This survey will close at noon on December 31, 2008 UTC.</p>\n<p>In the new year, we will be reviving scheduled IRC developer chats, where the lead developers will discuss the week&#8217;s progress on feature development, providing opportunities for people to ask questions or make suggestions. These will be held early in the day on Wednesdays (U.S. Wednesday), and the specific time will be posted here on the development blog once it&#8217;s been finalized. </p>\n<p>As a related aside, we spent a significant amount of time during 2.7 development sifting through Trac tickets that really shouldn&#8217;t have been there. Feature ideas and requests do not belong in Trac, they belong in the Ideas forum. Please reserve Trac for reporting bugs and things that need fixing (typos, code enhancements, etc.). If you are asking for a new UI, a new feature, or a new approach to coding something, that&#8217;s not an enhancement, it&#8217;s a new feature. New features will be entered into Trac by developers once it has been determined that the feature should be included in core. To help speed up development, moving forward we will close Trac tickets that are actually feature requests, with the comment that they should be posted in the Ideas forum instead. Please help the developers maximize their time by following this guideline. </p>\n<p>Thanks for your help!</p>\n\";}i:1;a:12:{s:5:\"title\";s:28:\"WordPress 2.7 “Coltrane”\";s:4:\"link\";s:50:\"http://wordpress.org/development/2008/12/coltrane/\";s:8:\"comments\";s:59:\"http://wordpress.org/development/2008/12/coltrane/#comments\";s:7:\"pubdate\";s:31:\"Thu, 11 Dec 2008 02:28:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=477\";s:11:\"description\";s:318:\"The first thing you&#8217;ll notice about 2.7 is its new interface. From the top down, we&#8217;ve listened to your feedback and thought deeply about the design and the result is a WordPress that&#8217;s just plain faster. Nearly every task you do on your blog will take fewer clicks and be faster in 2.7 than it [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:11933:\"<p>The first thing you&#8217;ll notice about 2.7 is its new interface. From the top down, we&#8217;ve listened to your feedback and thought deeply about the design and the result is a WordPress that&#8217;s just plain faster. Nearly every task you do on your blog will <strong>take fewer clicks and be faster</strong> in 2.7 than it did in a previous version. (<a href=\"http://wordpress.org/download/\">Download it now</a>, or read on for more.)</p>\n<p>Next you&#8217;ll begin to notice the new features subtly sprinkled through the new interface: the new dashboard that you can arrange with drag and drop to put the things most important to you on top, QuickPress, comment threading, paging, and the ability to reply to comments from your dashboard, the ability to install any plugin directly from WordPress.org with a single click, and sticky posts.</p>\n<p>Digging in further you might notice that every screen is customizable. Let&#8217;s say you never care about author on your post listings &#8212; just click &#8220;Screen Options&#8221; and uncheck it and it&#8217;s instantly gone from the page. The same for any module on the dashboard or write screen. If your screen is narrow and the menu is taking up too much horizontal room, click the arrow to minimize it to be icon-only, and then go to the write page and drag and drop everything from the right column into the main one, so your posting area is full-screen. (For example I like hiding everything except categories, tags, and publish. I put categories and tags on the right, and publish under the post box.)</p>\n<p>For a visual introduction to what 2.7 is, check out this video (available in HD, and full screen):</p>\n<p><object width=\"640\" height=\"360\" data=\"http://v.wordpress.com/hFr8Nyar\" type=\"application/x-shockwave-flash\"><param name=\"src\" value=\"http://v.wordpress.com/hFr8Nyar\" /><param name=\"allowfullscreen\" value=\"true\" /></object></p>\n<p>It&#8217;s all about you. It&#8217;s the next generation of WordPress, which is why we&#8217;ve bestowed it with the honor of being named for <a href=\"http://en.wikipedia.org/wiki/John_Coltrane\">John Coltrane</a>. <a href=\"http://wordpress.org/download/\">And you can download it today</a>.</p>\n<p>Last, but certainly not least, this may be the <strong>last time you ever have to manually upgrade WordPress again</strong>. We heard how tired you were of doing upgrades for yourself and your friends, so now WordPress includes a built-in upgrade that will automatically notify you of new releases, and when you&#8217;re ready it will download them, install them, and upgrade your blog with a single click.</p>\n<p>(As with any interface change it may take a little bit of time to acclimate yourself but soon you&#8217;ll find yourself whizzing through the screens. Even people who have hated it at first tell us after a few days they wonder how they got by before.)</p>\n<h3>The Story Behind 2.7</h3>\n<p>The real reason Coltrane is such a huge leap forward is because the community was so involved with every step of the process. <strong>Over 150 people contributed code directly to the release</strong>, our highest ever, with many tens of thousands more participating in the polls, surveys, tests, mailing lists, and other feedback mechanisms the WordPress dev team used in putting this release together.</p>\n<p>For some of the back story in the development of 2.7, check out these blog posts (thanks to <a href=\"http://weblogtoolscollection.com/\">WeblogToolsCollection</a> for the list):</p>\n<ul>\n<li><a href=\"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/\">Usability Testing Report: 2.5 and CrazyHorse</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-new-27-dashboard/\">The New 2.7 Dashboard</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-visual-design-of-27/\">The Visual Design of 2.7</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/wordpress-27-wireframes/\">WordPress 2.7 wireframes</a></li>\n<li><a href=\"http://codex.wordpress.org/Version_2.7\">Comprehensive Codex Article on WordPress 2.7</a></li>\n<li><a href=\"http://wpdevel.wordpress.com/author/jane/\">WordPress Development Updates from Jane Wells</a></li>\n<li><a href=\"http://en.blog.wordpress.com/2008/05/20/new-york-usability-testing/\">WordPress Usability Testing in New York</a></li>\n<li><a href=\"http://boren.nu/archives/2008/10/31/wordpress-27-ui-configurability/\">WordPress 2.7 UI Configurability from Ryan Boren</a></li>\n<li><a href=\"http://markjaquith.wordpress.com/2008/11/06/wordpress-27-feature-preview-customizable-post-editing-screen/\">Customizable Post Editing Screen from Mark Jaquith</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/09/15/wordpress-27-navigation-survey/\">WordPress 2.7 Navigation Survey from Jane Wells</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/10/16/shortcutsfavorites-menu/\">Shortcuts/Favorites Menu from Jane Wells</a></li>\n<li><a href=\"http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation\">CrazyHorse Presentation at WordCamp SF</a></li>\n<li><a href=\"http://www.centernetworks.com/wordpress-27-demo\">WordPress 2.7 Walkthrough by Matt</a></li>\n<li><a href=\"http://www.idratherbewriting.com/2008/09/27/wordpress-27-and-beyond-%E2%80%93-keynote-by-matt-mullenweg-at-wordcamp-utah-2008/\">WordPress 2.7 and beyond from Matt at WordCamp Utah</a></li>\n</ul>\n<p>This was interesting to us, a blogging software release we actually blogged about, but the process was hugely informative. Prior to its release today Crazyhorse and 2.7 had been tested by tens of thousands of people on their blogs, hundreds of thousands of you count .com. The volume of feedback was so high that we decided to push back the release date a month to take time to incorporate it all and do more revisions based on what you guys said.</p>\n<p>For those of you wondering why we didn&#8217;t call this release 3.0, it&#8217;s because we abhor version number inflation. 3.0 will just be the next release after 2.9. The major features in new point releases approach also works well for products like OS X, with huge changes between a 10.3 and 10.4.</p>\n<h3>The Future</h3>\n<p>Those of you following along at home might have noticed this was our second major redesign of WordPress this year. Whoa nelly! While that wasn&#8217;t ideal, and I especially sympathize with those of you creating books or tutorials around WordPress, there&#8217;s good news. The changes to WordPress in 2.5 and 2.7 were necessary for us to break free of much of the legacy cruft and interface bloat that had built up over the years (gradually) and more importantly provide us with a UI framework and interface language we can use at the foundation to build tomorrow&#8217;s WordPress on, to express ideas we haven&#8217;t been able to before. So at the end of 2009 I expect, interface-wise, WordPress to look largely the same as it does now.</p>\n<p>That said, we couldn&#8217;t be more excited about the future with regards to features. Now that we&#8217;ve cleared out more basic things, we are looking forward in the coming year to really tackling media handling including audio and video, better tools for plugin and theme developers, widgets, theme updates, more integrated and contextual help, and easier integration with projects like <a href=\"http://buddypress.org/\">BuddyPress</a> and <a href=\"http://bbpress.org/\">bbPress</a>.</p>\n<h3>Thank Yous</h3>\n<p>We would like to take a moment to thank the following WordPress.org users for being a part of 2.7: <a href=\"http://segert.net/\">Verena Segert</a>, <a href=\"http://www.fieldii.com/\">Ben Dunkle</a>, 082net, <a href=\"http://ckon.wordpress.com/\">_ck_</a>, <a href=\"http://technosailor.com/\">Aaron Brazell</a>, Aaron Campbell, Aaron Harp, aaron_guitar, abackstrom, <a href=\"http://alexrabe.boelinger.com/\">Alex Rabe</a>, <a href=\"http://flightpathblog.com/\">Alex Shiels</a>, anderswc, andr, <a href=\"http://azaozz.wordpress.com/\">Andrew Ozz</a>, andy, <a href=\"http://apeatling.wordpress.com/\">Andy Peatling</a>, <a href=\"http://ilfilosofo.com/\">Austin Matzko</a>, axelseaa, bendalton, <a href=\"http://extralogical.net/\">Benedict Eastaugh</a>, <a href=\"http://www.umaitech.com/\">Betsy Kimak</a>, <a href=\"http://www.burobjorn.nl/\">Björn Wijers</a>, <a href=\"http://bobrik.name/\">bobrik</a>, brianwhite, bubel, <a href=\"http://www.majordojo.com/\">Byrne Reese</a>, caesarsgrunt, capripot, <a href=\"http://maisonbisson.com/blog/\">Casey Bisson</a>, <a href=\"http://www.cefm.ca/\">Charles E. Frees-Melvin</a>, <a href=\"http://chrisjohnston.org\">Chris Johnston</a>, codestyling, corischlegel, count_0, <a href=\"http://www.red-sweater.com/blog/\">Daniel Jalkut</a>, Daniel Torreblanca, <a href=\"http://www.misthaven.org.uk/blog/\">David McFarlane</a>, dbuser123, <a href=\"http://op111.net/\">Demetris Kikizas</a>, <a href=\"http://dd32.id.au/\">Dion Hulse</a>, docwhat, <a href=\"http://ocaoimh.ie\">Donncha O Caoimh</a>, <a href=\"http://literalbarrage.org/blog/\">Doug Stewart</a>, <a href=\"http://dougal.gunters.org\">Dougal Campbell</a>, dsader, dtsn, dwc, g30rg3x, guillep2k, <a href=\"http://hailin.wordpress.com/\">Hailin Wu</a>, <a href=\"http://engel.uk.to/\">Hans Engel</a>, <a href=\"http://santosj.name/\">Jacob Santos</a>, <a href=\"http://jamierumbelow.net/\">Jamie Rumbelow</a>, <a href=\"http://www.janbrasna.com/\">Jan Brasna</a>, <a href=\"http://jane.wordpress.com/\">Jane Wells</a>, Jean-LucfromBrussels, <a href=\"http://poplarware.com/HodgBlog/\">Jennifer Hodgdon</a>, <a href=\"http://simianuprising.com/\">Jeremy Clarke</a>, <a href=\"http://jmini.fr/\">Jérémie Bresson</a>, jick, <a href=\"http://www.joetek.ca/\">Joe Taiabjee</a>, <a href=\"http://johnblackbourn.com/\">John Blackbourn</a>, John Conners, John Lamansky, johnhennmacc, <a href=\"http://yoast.com/\">Joost de Valk</a>, <a href=\"http://josephscott.org/\">Joseph Scott</a>, kashani, <a href=\"http://www.kpdesign.net/\">Kim Parsell</a>, <a href=\"http://foolswisdom.com/\">Lloyd Budd</a>, <a href=\"http://elektroelch.de/blog\">Lutz Schröer</a>, <a href=\"http://www.malaiac.net\">Malaiac</a>, <a href=\"http://markjaquith.com/\">Mark Jaquith</a>, <a href=\"http://www.blogitude.com/\">Mark Steel</a>, <a href=\"http://mattsblog.ca/\">Matt Freedman</a>, <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"htttp://iammattthomas.com/\">Matt Thomas</a>, matthewh84, mattyrob, mcs_trekkie, <a href=\"http://blogwaffe.com/\">Michael Adams</a>, <a href=\"http://www.ioerror.us/\">Michael Hampton</a>, <a href=\"http://codex.wordpress.org/User:MichaelH\">MichaelH</a>, mictasm, <a href=\"http://mikeschinkel.com/\">Mike Schinkel</a>, msi08, msw0418, mtekk, <a href=\"http://mtdewvirus.com/\">Nick Momrik</a>, <a href=\"http://nikolay.bg/\">Nikolay Bachiyski</a>, <a href=\"http://jcksn.com/\">Noel Jackson</a>, <a href=\"http://ottodestruct.com/\">Otto</a>, <a href=\"http://planetozh.com/\">Ozh</a>, paddya, paul, pedrop, pishmishy, Po0ky, RanYanivHartstein, raychampagne, rdworth, reinkim, rickoman, rm53, rnt, <a href=\"http://robert.accettura.com/\">Robert Accettura</a>, roganty, <a href=\"http://boren.nu/\">Ryan Boren</a>, <a href=\"http://cubegames.net/\">Ryan McCue</a>, <a href=\"http://unlettered.com/\">Sam Bauers</a>, Sam_a, schiller, <a href=\"http://www.scott-h.com/\">Scott Houst</a>, sekundek, <a href=\"http://bugssite.org/\">Shane</a>, Simek, <a href=\"http://www.simonwheatley.co.uk/\">Simon Wheatley</a>, <a href=\"http://sivel.net/\">sivel</a>, st_falcon, stefano, strider72, tai, takayukister, techcookies, Terragg, thinlight, tott, <a href=\"http://www.trevorfitzgerald.com/\">Trevor Fitzgerald</a>, tschai, Txanny, <a href=\"http://www.manionline.org/\">Valiallah (Mani) Monajjemi</a>, <a href=\"http://viper007bond.com/\">Viper007Bond</a>, <a href=\"http://wordpress.org/support/profile/1064655\">Vladimir Kolesnikov</a>, wasp, wet, wfrantz, x11tech, xknown, xorax, <a href=\"http://ydekproductions.com/\">ydekproductions</a>, yoavf, yonosoytu, yoshi, zedlander</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:55:\"http://wordpress.org/development/2008/12/coltrane/feed/\";}s:7:\"summary\";s:318:\"The first thing you&#8217;ll notice about 2.7 is its new interface. From the top down, we&#8217;ve listened to your feedback and thought deeply about the design and the result is a WordPress that&#8217;s just plain faster. Nearly every task you do on your blog will take fewer clicks and be faster in 2.7 than it [...]\";s:12:\"atom_content\";s:11933:\"<p>The first thing you&#8217;ll notice about 2.7 is its new interface. From the top down, we&#8217;ve listened to your feedback and thought deeply about the design and the result is a WordPress that&#8217;s just plain faster. Nearly every task you do on your blog will <strong>take fewer clicks and be faster</strong> in 2.7 than it did in a previous version. (<a href=\"http://wordpress.org/download/\">Download it now</a>, or read on for more.)</p>\n<p>Next you&#8217;ll begin to notice the new features subtly sprinkled through the new interface: the new dashboard that you can arrange with drag and drop to put the things most important to you on top, QuickPress, comment threading, paging, and the ability to reply to comments from your dashboard, the ability to install any plugin directly from WordPress.org with a single click, and sticky posts.</p>\n<p>Digging in further you might notice that every screen is customizable. Let&#8217;s say you never care about author on your post listings &#8212; just click &#8220;Screen Options&#8221; and uncheck it and it&#8217;s instantly gone from the page. The same for any module on the dashboard or write screen. If your screen is narrow and the menu is taking up too much horizontal room, click the arrow to minimize it to be icon-only, and then go to the write page and drag and drop everything from the right column into the main one, so your posting area is full-screen. (For example I like hiding everything except categories, tags, and publish. I put categories and tags on the right, and publish under the post box.)</p>\n<p>For a visual introduction to what 2.7 is, check out this video (available in HD, and full screen):</p>\n<p><object width=\"640\" height=\"360\" data=\"http://v.wordpress.com/hFr8Nyar\" type=\"application/x-shockwave-flash\"><param name=\"src\" value=\"http://v.wordpress.com/hFr8Nyar\" /><param name=\"allowfullscreen\" value=\"true\" /></object></p>\n<p>It&#8217;s all about you. It&#8217;s the next generation of WordPress, which is why we&#8217;ve bestowed it with the honor of being named for <a href=\"http://en.wikipedia.org/wiki/John_Coltrane\">John Coltrane</a>. <a href=\"http://wordpress.org/download/\">And you can download it today</a>.</p>\n<p>Last, but certainly not least, this may be the <strong>last time you ever have to manually upgrade WordPress again</strong>. We heard how tired you were of doing upgrades for yourself and your friends, so now WordPress includes a built-in upgrade that will automatically notify you of new releases, and when you&#8217;re ready it will download them, install them, and upgrade your blog with a single click.</p>\n<p>(As with any interface change it may take a little bit of time to acclimate yourself but soon you&#8217;ll find yourself whizzing through the screens. Even people who have hated it at first tell us after a few days they wonder how they got by before.)</p>\n<h3>The Story Behind 2.7</h3>\n<p>The real reason Coltrane is such a huge leap forward is because the community was so involved with every step of the process. <strong>Over 150 people contributed code directly to the release</strong>, our highest ever, with many tens of thousands more participating in the polls, surveys, tests, mailing lists, and other feedback mechanisms the WordPress dev team used in putting this release together.</p>\n<p>For some of the back story in the development of 2.7, check out these blog posts (thanks to <a href=\"http://weblogtoolscollection.com/\">WeblogToolsCollection</a> for the list):</p>\n<ul>\n<li><a href=\"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/\">Usability Testing Report: 2.5 and CrazyHorse</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-new-27-dashboard/\">The New 2.7 Dashboard</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-visual-design-of-27/\">The Visual Design of 2.7</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/wordpress-27-wireframes/\">WordPress 2.7 wireframes</a></li>\n<li><a href=\"http://codex.wordpress.org/Version_2.7\">Comprehensive Codex Article on WordPress 2.7</a></li>\n<li><a href=\"http://wpdevel.wordpress.com/author/jane/\">WordPress Development Updates from Jane Wells</a></li>\n<li><a href=\"http://en.blog.wordpress.com/2008/05/20/new-york-usability-testing/\">WordPress Usability Testing in New York</a></li>\n<li><a href=\"http://boren.nu/archives/2008/10/31/wordpress-27-ui-configurability/\">WordPress 2.7 UI Configurability from Ryan Boren</a></li>\n<li><a href=\"http://markjaquith.wordpress.com/2008/11/06/wordpress-27-feature-preview-customizable-post-editing-screen/\">Customizable Post Editing Screen from Mark Jaquith</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/09/15/wordpress-27-navigation-survey/\">WordPress 2.7 Navigation Survey from Jane Wells</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/10/16/shortcutsfavorites-menu/\">Shortcuts/Favorites Menu from Jane Wells</a></li>\n<li><a href=\"http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation\">CrazyHorse Presentation at WordCamp SF</a></li>\n<li><a href=\"http://www.centernetworks.com/wordpress-27-demo\">WordPress 2.7 Walkthrough by Matt</a></li>\n<li><a href=\"http://www.idratherbewriting.com/2008/09/27/wordpress-27-and-beyond-%E2%80%93-keynote-by-matt-mullenweg-at-wordcamp-utah-2008/\">WordPress 2.7 and beyond from Matt at WordCamp Utah</a></li>\n</ul>\n<p>This was interesting to us, a blogging software release we actually blogged about, but the process was hugely informative. Prior to its release today Crazyhorse and 2.7 had been tested by tens of thousands of people on their blogs, hundreds of thousands of you count .com. The volume of feedback was so high that we decided to push back the release date a month to take time to incorporate it all and do more revisions based on what you guys said.</p>\n<p>For those of you wondering why we didn&#8217;t call this release 3.0, it&#8217;s because we abhor version number inflation. 3.0 will just be the next release after 2.9. The major features in new point releases approach also works well for products like OS X, with huge changes between a 10.3 and 10.4.</p>\n<h3>The Future</h3>\n<p>Those of you following along at home might have noticed this was our second major redesign of WordPress this year. Whoa nelly! While that wasn&#8217;t ideal, and I especially sympathize with those of you creating books or tutorials around WordPress, there&#8217;s good news. The changes to WordPress in 2.5 and 2.7 were necessary for us to break free of much of the legacy cruft and interface bloat that had built up over the years (gradually) and more importantly provide us with a UI framework and interface language we can use at the foundation to build tomorrow&#8217;s WordPress on, to express ideas we haven&#8217;t been able to before. So at the end of 2009 I expect, interface-wise, WordPress to look largely the same as it does now.</p>\n<p>That said, we couldn&#8217;t be more excited about the future with regards to features. Now that we&#8217;ve cleared out more basic things, we are looking forward in the coming year to really tackling media handling including audio and video, better tools for plugin and theme developers, widgets, theme updates, more integrated and contextual help, and easier integration with projects like <a href=\"http://buddypress.org/\">BuddyPress</a> and <a href=\"http://bbpress.org/\">bbPress</a>.</p>\n<h3>Thank Yous</h3>\n<p>We would like to take a moment to thank the following WordPress.org users for being a part of 2.7: <a href=\"http://segert.net/\">Verena Segert</a>, <a href=\"http://www.fieldii.com/\">Ben Dunkle</a>, 082net, <a href=\"http://ckon.wordpress.com/\">_ck_</a>, <a href=\"http://technosailor.com/\">Aaron Brazell</a>, Aaron Campbell, Aaron Harp, aaron_guitar, abackstrom, <a href=\"http://alexrabe.boelinger.com/\">Alex Rabe</a>, <a href=\"http://flightpathblog.com/\">Alex Shiels</a>, anderswc, andr, <a href=\"http://azaozz.wordpress.com/\">Andrew Ozz</a>, andy, <a href=\"http://apeatling.wordpress.com/\">Andy Peatling</a>, <a href=\"http://ilfilosofo.com/\">Austin Matzko</a>, axelseaa, bendalton, <a href=\"http://extralogical.net/\">Benedict Eastaugh</a>, <a href=\"http://www.umaitech.com/\">Betsy Kimak</a>, <a href=\"http://www.burobjorn.nl/\">Björn Wijers</a>, <a href=\"http://bobrik.name/\">bobrik</a>, brianwhite, bubel, <a href=\"http://www.majordojo.com/\">Byrne Reese</a>, caesarsgrunt, capripot, <a href=\"http://maisonbisson.com/blog/\">Casey Bisson</a>, <a href=\"http://www.cefm.ca/\">Charles E. Frees-Melvin</a>, <a href=\"http://chrisjohnston.org\">Chris Johnston</a>, codestyling, corischlegel, count_0, <a href=\"http://www.red-sweater.com/blog/\">Daniel Jalkut</a>, Daniel Torreblanca, <a href=\"http://www.misthaven.org.uk/blog/\">David McFarlane</a>, dbuser123, <a href=\"http://op111.net/\">Demetris Kikizas</a>, <a href=\"http://dd32.id.au/\">Dion Hulse</a>, docwhat, <a href=\"http://ocaoimh.ie\">Donncha O Caoimh</a>, <a href=\"http://literalbarrage.org/blog/\">Doug Stewart</a>, <a href=\"http://dougal.gunters.org\">Dougal Campbell</a>, dsader, dtsn, dwc, g30rg3x, guillep2k, <a href=\"http://hailin.wordpress.com/\">Hailin Wu</a>, <a href=\"http://engel.uk.to/\">Hans Engel</a>, <a href=\"http://santosj.name/\">Jacob Santos</a>, <a href=\"http://jamierumbelow.net/\">Jamie Rumbelow</a>, <a href=\"http://www.janbrasna.com/\">Jan Brasna</a>, <a href=\"http://jane.wordpress.com/\">Jane Wells</a>, Jean-LucfromBrussels, <a href=\"http://poplarware.com/HodgBlog/\">Jennifer Hodgdon</a>, <a href=\"http://simianuprising.com/\">Jeremy Clarke</a>, <a href=\"http://jmini.fr/\">Jérémie Bresson</a>, jick, <a href=\"http://www.joetek.ca/\">Joe Taiabjee</a>, <a href=\"http://johnblackbourn.com/\">John Blackbourn</a>, John Conners, John Lamansky, johnhennmacc, <a href=\"http://yoast.com/\">Joost de Valk</a>, <a href=\"http://josephscott.org/\">Joseph Scott</a>, kashani, <a href=\"http://www.kpdesign.net/\">Kim Parsell</a>, <a href=\"http://foolswisdom.com/\">Lloyd Budd</a>, <a href=\"http://elektroelch.de/blog\">Lutz Schröer</a>, <a href=\"http://www.malaiac.net\">Malaiac</a>, <a href=\"http://markjaquith.com/\">Mark Jaquith</a>, <a href=\"http://www.blogitude.com/\">Mark Steel</a>, <a href=\"http://mattsblog.ca/\">Matt Freedman</a>, <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"htttp://iammattthomas.com/\">Matt Thomas</a>, matthewh84, mattyrob, mcs_trekkie, <a href=\"http://blogwaffe.com/\">Michael Adams</a>, <a href=\"http://www.ioerror.us/\">Michael Hampton</a>, <a href=\"http://codex.wordpress.org/User:MichaelH\">MichaelH</a>, mictasm, <a href=\"http://mikeschinkel.com/\">Mike Schinkel</a>, msi08, msw0418, mtekk, <a href=\"http://mtdewvirus.com/\">Nick Momrik</a>, <a href=\"http://nikolay.bg/\">Nikolay Bachiyski</a>, <a href=\"http://jcksn.com/\">Noel Jackson</a>, <a href=\"http://ottodestruct.com/\">Otto</a>, <a href=\"http://planetozh.com/\">Ozh</a>, paddya, paul, pedrop, pishmishy, Po0ky, RanYanivHartstein, raychampagne, rdworth, reinkim, rickoman, rm53, rnt, <a href=\"http://robert.accettura.com/\">Robert Accettura</a>, roganty, <a href=\"http://boren.nu/\">Ryan Boren</a>, <a href=\"http://cubegames.net/\">Ryan McCue</a>, <a href=\"http://unlettered.com/\">Sam Bauers</a>, Sam_a, schiller, <a href=\"http://www.scott-h.com/\">Scott Houst</a>, sekundek, <a href=\"http://bugssite.org/\">Shane</a>, Simek, <a href=\"http://www.simonwheatley.co.uk/\">Simon Wheatley</a>, <a href=\"http://sivel.net/\">sivel</a>, st_falcon, stefano, strider72, tai, takayukister, techcookies, Terragg, thinlight, tott, <a href=\"http://www.trevorfitzgerald.com/\">Trevor Fitzgerald</a>, tschai, Txanny, <a href=\"http://www.manionline.org/\">Valiallah (Mani) Monajjemi</a>, <a href=\"http://viper007bond.com/\">Viper007Bond</a>, <a href=\"http://wordpress.org/support/profile/1064655\">Vladimir Kolesnikov</a>, wasp, wet, wfrantz, x11tech, xknown, xorax, <a href=\"http://ydekproductions.com/\">ydekproductions</a>, yoavf, yonosoytu, yoshi, zedlander</p>\n\";}i:2;a:12:{s:5:\"title\";s:25:\"2.7 Release Candidate Two\";s:4:\"link\";s:66:\"http://wordpress.org/development/2008/12/27-release-candidate-two/\";s:8:\"comments\";s:75:\"http://wordpress.org/development/2008/12/27-release-candidate-two/#comments\";s:7:\"pubdate\";s:31:\"Wed, 10 Dec 2008 00:55:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=474\";s:11:\"description\";s:315:\"There comes a time in every WordPress release when it&#8217;s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.\nIt&#8217;s not quite that time yet, but we&#8217;re as close as we&#8217;ve ever been, hence the immediate availability of 2.7 Release [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:836:\"<p>There comes a time in every WordPress release when it&#8217;s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.</p>\n<p>It&#8217;s not quite that time yet, but we&#8217;re as close as we&#8217;ve ever been, hence the <a href=\"http://wordpress.org/wordpress-2.7-RC2.zip\">immediate availability of 2.7 Release Candidate 2, or RC2 for short</a>.</p>\n<p>Of course if you were already testing 2.7, you can just use the built-in core updater (Tools > Upgrade) to download and install RC2 for you (and later upgrade you to the final release when it&#8217;s available) but if not you can use the download link above.</p>\n<p>We feel this release is pretty much exactly what we&#8217;re going to ship as 2.7, barring any final bugs or polish tweaks that you report or we find.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:71:\"http://wordpress.org/development/2008/12/27-release-candidate-two/feed/\";}s:7:\"summary\";s:315:\"There comes a time in every WordPress release when it&#8217;s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.\nIt&#8217;s not quite that time yet, but we&#8217;re as close as we&#8217;ve ever been, hence the immediate availability of 2.7 Release [...]\";s:12:\"atom_content\";s:836:\"<p>There comes a time in every WordPress release when it&#8217;s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.</p>\n<p>It&#8217;s not quite that time yet, but we&#8217;re as close as we&#8217;ve ever been, hence the <a href=\"http://wordpress.org/wordpress-2.7-RC2.zip\">immediate availability of 2.7 Release Candidate 2, or RC2 for short</a>.</p>\n<p>Of course if you were already testing 2.7, you can just use the built-in core updater (Tools > Upgrade) to download and install RC2 for you (and later upgrade you to the final release when it&#8217;s available) but if not you can use the download link above.</p>\n<p>We feel this release is pretty much exactly what we&#8217;re going to ship as 2.7, barring any final bugs or polish tweaks that you report or we find.</p>\n\";}i:3;a:12:{s:5:\"title\";s:33:\"WordPress 2.7 Release Candidate 1\";s:4:\"link\";s:74:\"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/\";s:8:\"comments\";s:83:\"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/#comments\";s:7:\"pubdate\";s:31:\"Mon, 01 Dec 2008 22:26:14 +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=467\";s:11:\"description\";s:312:\"With the release of RC1, we&#8217;re in the final leg of development before the release of 2.7.  280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.\nWe think RC1 is ready for everyone to try [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:843:\"<p>With the release of RC1, we&#8217;re in the final leg of development before the release of 2.7.  <a href=\"http://trac.wordpress.org/timeline?from=12%2F01%2F08&amp;daysback=16&amp;changeset=on&amp;update=Update\">280 commits</a> since beta 3 have polished the new admin UI (including new menu icons created by the <a href=\"http://wordpress.org/development/2008/11/the-results-of-project-icon/\">winners of our icon design contest</a>) and fixed all known blocker bugs.</p>\n<p>We think RC1 is ready for everyone to try out.  Please <a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">download RC1</a> and help us make the final release the best it can be.  As always, <a href=\"http://codex.wordpress.org/WordPress_Backups\">back up your blog</a> before upgrading.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">Get RC1</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:79:\"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/feed/\";}s:7:\"summary\";s:312:\"With the release of RC1, we&#8217;re in the final leg of development before the release of 2.7.  280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.\nWe think RC1 is ready for everyone to try [...]\";s:12:\"atom_content\";s:843:\"<p>With the release of RC1, we&#8217;re in the final leg of development before the release of 2.7.  <a href=\"http://trac.wordpress.org/timeline?from=12%2F01%2F08&amp;daysback=16&amp;changeset=on&amp;update=Update\">280 commits</a> since beta 3 have polished the new admin UI (including new menu icons created by the <a href=\"http://wordpress.org/development/2008/11/the-results-of-project-icon/\">winners of our icon design contest</a>) and fixed all known blocker bugs.</p>\n<p>We think RC1 is ready for everyone to try out.  Please <a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">download RC1</a> and help us make the final release the best it can be.  As always, <a href=\"http://codex.wordpress.org/WordPress_Backups\">back up your blog</a> before upgrading.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">Get RC1</a>.</p>\n\";}i:4;a:12:{s:5:\"title\";s:15:\"WordPress 2.6.5\";s:4:\"link\";s:55:\"http://wordpress.org/development/2008/11/wordpress-265/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2008/11/wordpress-265/#comments\";s:7:\"pubdate\";s:31:\"Tue, 25 Nov 2008 17:33:56 +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=462\";s:11:\"description\";s:391:\"WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.\nThe security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1251:\"<p><a href=\"http://wordpress.org/download/\">WordPress 2.6.5 is immediately available and fixes one security problem and three bugs</a>. We recommend everyone upgrade to this release.</p>\n<p>The security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy <code>wp-includes/feed.php</code> and <code>wp-includes/version.php</code> from the 2.6.5 release package.</p>\n<p>2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.6.3&amp;old=&amp;new_path=tags%2F2.6.5&amp;new=\">full changeset</a> between 2.6.3 and 2.6.5.</p>\n<p>Note that we are skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.</p>\n<p><a href=\"http://wordpress.org/download/\">Get WordPress 2.6.5</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2008/11/wordpress-265/feed/\";}s:7:\"summary\";s:391:\"WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.\nThe security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from [...]\";s:12:\"atom_content\";s:1251:\"<p><a href=\"http://wordpress.org/download/\">WordPress 2.6.5 is immediately available and fixes one security problem and three bugs</a>. We recommend everyone upgrade to this release.</p>\n<p>The security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy <code>wp-includes/feed.php</code> and <code>wp-includes/version.php</code> from the 2.6.5 release package.</p>\n<p>2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.6.3&amp;old=&amp;new_path=tags%2F2.6.5&amp;new=\">full changeset</a> between 2.6.3 and 2.6.5.</p>\n<p>Note that we are skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.</p>\n<p><a href=\"http://wordpress.org/download/\">Get WordPress 2.6.5</a>.</p>\n\";}i:5;a:12:{s:5:\"title\";s:27:\"The Results of Project Icon\";s:4:\"link\";s:69:\"http://wordpress.org/development/2008/11/the-results-of-project-icon/\";s:8:\"comments\";s:78:\"http://wordpress.org/development/2008/11/the-results-of-project-icon/#comments\";s:7:\"pubdate\";s:31:\"Mon, 17 Nov 2008 17:02:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:29:\"User Interface2.7contesticons\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=441\";s:11:\"description\";s:345:\"The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID &#8220;BD,&#8221; otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we&#8217;ll be attaching that set to the alternate color palette that is selectable from [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:8013:\"<p><img title=\"Winning icon set by Ben Dunkle\" src=\"http://wpdotorg.files.wordpress.com/2008/11/bd_menu.png\" alt=\"\" width=\"147\" height=\"479\" align=\"left\" />The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID &#8220;BD,&#8221; otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we&#8217;ll be attaching that set to the alternate color palette that is selectable from the profile screen. As we prepare for RC1, Ben and Verena will be revising a couple of their icons so that both sets will use the same metaphors, creating the colored &#8220;on&#8221; states, and creating the larger size of each icon for use in the h2 screen headers. We are very grateful to have had the opportunity to select from so many great options, and would like to express again our appreciation for all the designers who participated in the contest. Thanks also to the more than 3700 people who completed the voting survey and took the time to weigh on on the individual icon sets.</p>\n<table border=\"0\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Q.18 Which one of the sets do you think we should use as a basis for the 2.7 icons?</strong></td>\n</tr>\n<tr>\n<td><strong>Icon Set</strong></td>\n<td><strong># of votes</strong></td>\n<td><strong>% of votes</strong></td>\n</tr>\n<tr>\n<td>BD</td>\n<td>1285</td>\n<td>35%</td>\n</tr>\n<tr>\n<td>VS</td>\n<td>1080</td>\n<td>29%</td>\n</tr>\n<tr>\n<td>GB2</td>\n<td>424</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>OSD</td>\n<td>376</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>300</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>GB1</td>\n<td>235</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<p>The wide lead of BD and VS made it clear that voters had a clear preference for these sets.</p>\n<table border=\"0\" cellspacing=\"3\">\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Q.20 If you could choose a runner-up, which would you choose?</strong></td>\n</tr>\n<tr>\n<td><strong>Icon Set</strong></td>\n<td><strong># of votes</strong></td>\n<td><strong>% of votes</strong></td>\n</tr>\n<tr>\n<td>VS</td>\n<td>916</td>\n<td>27%</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>647</td>\n<td>19%</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>522</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>OSD</td>\n<td>488</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>GB2</td>\n<td>462</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>GB1</td>\n<td>331</td>\n<td>10%</td>\n</tr>\n</tbody>\n</table>\n<p>Question 20 was not mandatory, so a few hundred people skipped it, but the responses we did get (3366 of them) reinforced the fact that the two most popular sets were also the most popular 2nd choices, which made the decision of the judges to go with the popular vote an easy one (take that, electoral college!).</p>\n<p>A few of the individual icon metaphors also had a significant lead over the other choices.<br />\n<strong>Dashboard:</strong> 1333 voters (40%) chose a house as the best metaphor. We agree, so both Ben and Verena will be replacing their Dashboard icons.</p>\n<p><strong>Media:</strong> 2097 voters (65%) chose the combination camera + musical note icon, which was part of Ben&#8217;s set. We also really loved it, and Verena will amend her media icon to incorporate this idea.</p>\n<p><strong>Plugins: </strong>1682 voters (53%) selected the outlet plug metaphor, which both Ben and Verena used in their sets.</p>\n<p><strong>Tools:</strong> 1581 voters (49%) liked the combination of two tools better than anything else, so Ben and Verena will try this approach.</p>\n<p>So those are the results, and soon you&#8217;ll see the new icons coming to a 2.7 installation near you.</p>\n<p>Need another look at the entries to remember which one you liked best? Here are some reminder images, as well as the identity of each set&#8217;s creator.</p>\n<table border=\"1\" cellpadding=\"10\">\n<tbody>\n<tr>\n<td valign=\"top\"><a href=\"http://www.fieldii.com\"><img title=\"Winning icon set by Ben Dunkle\" src=\"http://wpdotorg.files.wordpress.com/2008/11/bd_menu.png\" alt=\"Winning icon set by Ben Dunkle\" width=\"147\" height=\"479\" align=\"left\" /></a>BD was <a href=\"http://www.fieldii.com\">Ben Dunkle</a>, a designer, professor and artist from upstate/western New York State. In case you&#8217;ve already forgotten, Ben&#8217;s icon set is the winner of Project Icon and will become the default icon set after a few minor changes.</td>\n<td valign=\"top\"><a href=\"http://www.segert.net\"><img title=\"Verena Segert\'s blu icons\" src=\"http://wpdotorg.wordpress.com/files/2008/11/vs_main-navigation-blue.jpg\" alt=\"Verena Segert\'s blu icons\" width=\"165\" height=\"505\" align=\"left\" /></a>VS was <a href=\"http://www.segert.net\">Verena Segert</a>, our runner-up, a designer from Germany who presented sets in both grayscale and blue. Her blue icons received more specific voter comments than the gray ones, so we&#8217;re planning the second color palette to be in shades of blue so that we can use the blue icon set.</td>\n</tr>\n<tr>\n<td colspan=\"2\" valign=\"top\"><a href=\"http://guillaumeberry.wordpress.com\"><img title=\"Guillaume Berry\'s 1st set\" src=\"http://wpdotorg.wordpress.com/files/2008/11/menu_set01_gberry.gif\" alt=\"Guillaume Berry\'s 1st set\" width=\"157\" height=\"500\" align=\"left\" /></a><a href=\"http://guillaumeberry.wordpress.com\"><img title=\"Guillaume Berry\'s 2nd set\" src=\"http://wpdotorg.wordpress.com/files/2008/11/menu_set02_gberry.gif\" alt=\"Guillaume Berry\'s 2nd set\" width=\"157\" height=\"500\" align=\"right\" /></a>GB was <a href=\"http://guillaumeberry.wordpress.com\">Guillaume Berry</a>, a designer from France who submitted two sets in the same style in order to propose a couple of different metaphors. One of his sets came in third while the other came in last, but whether you only look at the higher scoring set or you combine their votes, Guillaume had the next highest percentage of votes, and many people liked the metaphors he used for various icons. In fact, given the  enthusiasm of the community for Guillaume&#8217;s icons, we think a great plugin would be one that would allow the user to upload the icon set of their choice. Any volunteers?</td>\n</tr>\n<tr>\n<td valign=\"top\"><a href=\"http://www.mushon.com/fall08/osd\"><img title=\"Menu icons by Open Source Design Class\" src=\"http://wpdotorg.wordpress.com/files/2008/11/osd_menu.jpg\" alt=\"Menu icons by Open Source Design Class\" width=\"139\" height=\"385\" align=\"left\" /></a>OSD was the <a href=\"http://www.mushon.com/fall08/osd\">Open Source Design class at Parson&#8217;s</a> in New york City, taught by Mushon Zer-Aviv and consisting of students Alexandra Zsigmond, Ed Nacional, Karen Messing, Khurram Bajwa, Leonie Leibenfrost. Teacher and students worked together to determine their metaphors and visual style.</td>\n<td valign=\"top\"><a href=\"http://userdesigngroup.com/custom-software-icons/\"><img title=\"Luke Smith\'s menu icons\" src=\"http://wpdotorg.wordpress.com/files/2008/11/ls_menu.jpg\" alt=\"Luke Smith\'s menu icons\" width=\"140\" height=\"367\" align=\"left\" /></a>LS was <a href=\"http://userdesigngroup.com/custom-software-icons/\">Luke Smith</a>, a designer from Iowa who specializes in icons among his other design pursuits.</td>\n</tr>\n</tbody>\n</table>\n<p>If you need to hire an icon designer any time soon, we highly recommend our Project Icon contestants, who all delivered great work in a very short timeframe. It was great to work with all of them, even for such a short assignment.</p>\n<p>So, to sum up:</p>\n<ol>\n<li>The winning icon sets by Ben Dunkle and Verena Segert will be incorporated into WordPress 2.7 RC1.</li>\n<li>Someone should write a plugin that would allow anyone to upload a custom icon set (I bet the other contestants could be convinced to release their icon sets for such a  purpose).</li>\n<li>2.7 is still trucking away, but we can always use help with patches, especially for IE6! (I know, that wasn&#8217;t in the main post, but it&#8217;s true, so hmph)</li>\n</ol>\n<p>Thanks again to everyone who participated in this experiment, and we hope you enjoyed it as much as we did. And congratulations again to Ben and Verena!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:74:\"http://wordpress.org/development/2008/11/the-results-of-project-icon/feed/\";}s:7:\"summary\";s:345:\"The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID &#8220;BD,&#8221; otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we&#8217;ll be attaching that set to the alternate color palette that is selectable from [...]\";s:12:\"atom_content\";s:8013:\"<p><img title=\"Winning icon set by Ben Dunkle\" src=\"http://wpdotorg.files.wordpress.com/2008/11/bd_menu.png\" alt=\"\" width=\"147\" height=\"479\" align=\"left\" />The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID &#8220;BD,&#8221; otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we&#8217;ll be attaching that set to the alternate color palette that is selectable from the profile screen. As we prepare for RC1, Ben and Verena will be revising a couple of their icons so that both sets will use the same metaphors, creating the colored &#8220;on&#8221; states, and creating the larger size of each icon for use in the h2 screen headers. We are very grateful to have had the opportunity to select from so many great options, and would like to express again our appreciation for all the designers who participated in the contest. Thanks also to the more than 3700 people who completed the voting survey and took the time to weigh on on the individual icon sets.</p>\n<table border=\"0\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Q.18 Which one of the sets do you think we should use as a basis for the 2.7 icons?</strong></td>\n</tr>\n<tr>\n<td><strong>Icon Set</strong></td>\n<td><strong># of votes</strong></td>\n<td><strong>% of votes</strong></td>\n</tr>\n<tr>\n<td>BD</td>\n<td>1285</td>\n<td>35%</td>\n</tr>\n<tr>\n<td>VS</td>\n<td>1080</td>\n<td>29%</td>\n</tr>\n<tr>\n<td>GB2</td>\n<td>424</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>OSD</td>\n<td>376</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>300</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>GB1</td>\n<td>235</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<p>The wide lead of BD and VS made it clear that voters had a clear preference for these sets.</p>\n<table border=\"0\" cellspacing=\"3\">\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Q.20 If you could choose a runner-up, which would you choose?</strong></td>\n</tr>\n<tr>\n<td><strong>Icon Set</strong></td>\n<td><strong># of votes</strong></td>\n<td><strong>% of votes</strong></td>\n</tr>\n<tr>\n<td>VS</td>\n<td>916</td>\n<td>27%</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>647</td>\n<td>19%</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>522</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>OSD</td>\n<td>488</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>GB2</td>\n<td>462</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>GB1</td>\n<td>331</td>\n<td>10%</td>\n</tr>\n</tbody>\n</table>\n<p>Question 20 was not mandatory, so a few hundred people skipped it, but the responses we did get (3366 of them) reinforced the fact that the two most popular sets were also the most popular 2nd choices, which made the decision of the judges to go with the popular vote an easy one (take that, electoral college!).</p>\n<p>A few of the individual icon metaphors also had a significant lead over the other choices.<br />\n<strong>Dashboard:</strong> 1333 voters (40%) chose a house as the best metaphor. We agree, so both Ben and Verena will be replacing their Dashboard icons.</p>\n<p><strong>Media:</strong> 2097 voters (65%) chose the combination camera + musical note icon, which was part of Ben&#8217;s set. We also really loved it, and Verena will amend her media icon to incorporate this idea.</p>\n<p><strong>Plugins: </strong>1682 voters (53%) selected the outlet plug metaphor, which both Ben and Verena used in their sets.</p>\n<p><strong>Tools:</strong> 1581 voters (49%) liked the combination of two tools better than anything else, so Ben and Verena will try this approach.</p>\n<p>So those are the results, and soon you&#8217;ll see the new icons coming to a 2.7 installation near you.</p>\n<p>Need another look at the entries to remember which one you liked best? Here are some reminder images, as well as the identity of each set&#8217;s creator.</p>\n<table border=\"1\" cellpadding=\"10\">\n<tbody>\n<tr>\n<td valign=\"top\"><a href=\"http://www.fieldii.com\"><img title=\"Winning icon set by Ben Dunkle\" src=\"http://wpdotorg.files.wordpress.com/2008/11/bd_menu.png\" alt=\"Winning icon set by Ben Dunkle\" width=\"147\" height=\"479\" align=\"left\" /></a>BD was <a href=\"http://www.fieldii.com\">Ben Dunkle</a>, a designer, professor and artist from upstate/western New York State. In case you&#8217;ve already forgotten, Ben&#8217;s icon set is the winner of Project Icon and will become the default icon set after a few minor changes.</td>\n<td valign=\"top\"><a href=\"http://www.segert.net\"><img title=\"Verena Segert\'s blu icons\" src=\"http://wpdotorg.wordpress.com/files/2008/11/vs_main-navigation-blue.jpg\" alt=\"Verena Segert\'s blu icons\" width=\"165\" height=\"505\" align=\"left\" /></a>VS was <a href=\"http://www.segert.net\">Verena Segert</a>, our runner-up, a designer from Germany who presented sets in both grayscale and blue. Her blue icons received more specific voter comments than the gray ones, so we&#8217;re planning the second color palette to be in shades of blue so that we can use the blue icon set.</td>\n</tr>\n<tr>\n<td colspan=\"2\" valign=\"top\"><a href=\"http://guillaumeberry.wordpress.com\"><img title=\"Guillaume Berry\'s 1st set\" src=\"http://wpdotorg.wordpress.com/files/2008/11/menu_set01_gberry.gif\" alt=\"Guillaume Berry\'s 1st set\" width=\"157\" height=\"500\" align=\"left\" /></a><a href=\"http://guillaumeberry.wordpress.com\"><img title=\"Guillaume Berry\'s 2nd set\" src=\"http://wpdotorg.wordpress.com/files/2008/11/menu_set02_gberry.gif\" alt=\"Guillaume Berry\'s 2nd set\" width=\"157\" height=\"500\" align=\"right\" /></a>GB was <a href=\"http://guillaumeberry.wordpress.com\">Guillaume Berry</a>, a designer from France who submitted two sets in the same style in order to propose a couple of different metaphors. One of his sets came in third while the other came in last, but whether you only look at the higher scoring set or you combine their votes, Guillaume had the next highest percentage of votes, and many people liked the metaphors he used for various icons. In fact, given the  enthusiasm of the community for Guillaume&#8217;s icons, we think a great plugin would be one that would allow the user to upload the icon set of their choice. Any volunteers?</td>\n</tr>\n<tr>\n<td valign=\"top\"><a href=\"http://www.mushon.com/fall08/osd\"><img title=\"Menu icons by Open Source Design Class\" src=\"http://wpdotorg.wordpress.com/files/2008/11/osd_menu.jpg\" alt=\"Menu icons by Open Source Design Class\" width=\"139\" height=\"385\" align=\"left\" /></a>OSD was the <a href=\"http://www.mushon.com/fall08/osd\">Open Source Design class at Parson&#8217;s</a> in New york City, taught by Mushon Zer-Aviv and consisting of students Alexandra Zsigmond, Ed Nacional, Karen Messing, Khurram Bajwa, Leonie Leibenfrost. Teacher and students worked together to determine their metaphors and visual style.</td>\n<td valign=\"top\"><a href=\"http://userdesigngroup.com/custom-software-icons/\"><img title=\"Luke Smith\'s menu icons\" src=\"http://wpdotorg.wordpress.com/files/2008/11/ls_menu.jpg\" alt=\"Luke Smith\'s menu icons\" width=\"140\" height=\"367\" align=\"left\" /></a>LS was <a href=\"http://userdesigngroup.com/custom-software-icons/\">Luke Smith</a>, a designer from Iowa who specializes in icons among his other design pursuits.</td>\n</tr>\n</tbody>\n</table>\n<p>If you need to hire an icon designer any time soon, we highly recommend our Project Icon contestants, who all delivered great work in a very short timeframe. It was great to work with all of them, even for such a short assignment.</p>\n<p>So, to sum up:</p>\n<ol>\n<li>The winning icon sets by Ben Dunkle and Verena Segert will be incorporated into WordPress 2.7 RC1.</li>\n<li>Someone should write a plugin that would allow anyone to upload a custom icon set (I bet the other contestants could be convinced to release their icon sets for such a  purpose).</li>\n<li>2.7 is still trucking away, but we can always use help with patches, especially for IE6! (I know, that wasn&#8217;t in the main post, but it&#8217;s true, so hmph)</li>\n</ol>\n<p>Thanks again to everyone who participated in this experiment, and we hope you enjoyed it as much as we did. And congratulations again to Ben and Verena!</p>\n\";}i:6;a:12:{s:5:\"title\";s:20:\"WordPress 2.7 Beta 3\";s:4:\"link\";s:61:\"http://wordpress.org/development/2008/11/wordpress-27-beta-3/\";s:8:\"comments\";s:70:\"http://wordpress.org/development/2008/11/wordpress-27-beta-3/#comments\";s:7:\"pubdate\";s:31:\"Sat, 15 Nov 2008 20:43:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:8:\"category\";s:11:\"Releases2.7\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=437\";s:11:\"description\";s:387:\"WordPress 2.7 Beta 3 has been released for your testing pleasure.  Here are some of the changes since Beta 2 (over 160 changes in total):\n\nNumerous style improvements and refinements.\nAll admin notices now go under the page title.\nPHP Notice fixes.\nDashboard widget options now properly save.\nMenu fixes.\nNew design for Quick Edit.\nCanonical feed URL fixes.\nWalker fixes.\nAn update [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1720:\"<p><a href=\"http://wordpress.org/wordpress-2.7-beta3.zip\">WordPress 2.7 Beta 3 has been released</a> for your testing pleasure.  Here are some of the changes since Beta 2 (over 160 changes in total):</p>\n<ul>\n<li>Numerous style improvements and refinements.</li>\n<li>All admin notices now go <em>under</em> the page title.</li>\n<li>PHP Notice fixes.</li>\n<li>Dashboard widget options now properly save.</li>\n<li>Menu fixes.</li>\n<li>New design for Quick Edit.</li>\n<li>Canonical feed URL fixes.</li>\n<li>Walker fixes.</li>\n<li>An update for Hello Dolly.</li>\n<li>Plugin installer updates.</li>\n<li>Numerous font updates.</li>\n<li>Updated login logo.</li>\n<li>Switch position of &#8220;Save Draft&#8221; and &#8220;Preview&#8221; buttons in publish module.</li>\n<li>File upload support for MS Office 2007+ file formats.</li>\n<li>Media upload buttons won&#8217;t show if the user doesn&#8217;t have the upload capability.</li>\n<li>Canonical redirects only do yes-www or no-www redirection for domains.</li>\n<li>Shift-click checkbox range selection improvement.</li>\n<li>Add New User page now separate.</li>\n<li>Tag suggest only suggests tags (not other taxonomy terms).</li>\n<li>QuickPress shows &#8220;Submit for Review&#8221; if user cannot publish.</li>\n<li>Private posts/pages, and password-protected posts/pages are rolled into new &#8220;Visibility&#8221; section of publish module.</li>\n</ul>\n<p>If you have already installed Beta 1 or Beta 2, you can update to Beta 3 via the Tools -&gt; Update menu.  If you have problems, or if this is your first time in the 2.7 beta ring, you can download and upgrade the old fashioned way.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-beta3.zip\">Get 2.7 Beta 3</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:66:\"http://wordpress.org/development/2008/11/wordpress-27-beta-3/feed/\";}s:7:\"summary\";s:387:\"WordPress 2.7 Beta 3 has been released for your testing pleasure.  Here are some of the changes since Beta 2 (over 160 changes in total):\n\nNumerous style improvements and refinements.\nAll admin notices now go under the page title.\nPHP Notice fixes.\nDashboard widget options now properly save.\nMenu fixes.\nNew design for Quick Edit.\nCanonical feed URL fixes.\nWalker fixes.\nAn update [...]\";s:12:\"atom_content\";s:1720:\"<p><a href=\"http://wordpress.org/wordpress-2.7-beta3.zip\">WordPress 2.7 Beta 3 has been released</a> for your testing pleasure.  Here are some of the changes since Beta 2 (over 160 changes in total):</p>\n<ul>\n<li>Numerous style improvements and refinements.</li>\n<li>All admin notices now go <em>under</em> the page title.</li>\n<li>PHP Notice fixes.</li>\n<li>Dashboard widget options now properly save.</li>\n<li>Menu fixes.</li>\n<li>New design for Quick Edit.</li>\n<li>Canonical feed URL fixes.</li>\n<li>Walker fixes.</li>\n<li>An update for Hello Dolly.</li>\n<li>Plugin installer updates.</li>\n<li>Numerous font updates.</li>\n<li>Updated login logo.</li>\n<li>Switch position of &#8220;Save Draft&#8221; and &#8220;Preview&#8221; buttons in publish module.</li>\n<li>File upload support for MS Office 2007+ file formats.</li>\n<li>Media upload buttons won&#8217;t show if the user doesn&#8217;t have the upload capability.</li>\n<li>Canonical redirects only do yes-www or no-www redirection for domains.</li>\n<li>Shift-click checkbox range selection improvement.</li>\n<li>Add New User page now separate.</li>\n<li>Tag suggest only suggests tags (not other taxonomy terms).</li>\n<li>QuickPress shows &#8220;Submit for Review&#8221; if user cannot publish.</li>\n<li>Private posts/pages, and password-protected posts/pages are rolled into new &#8220;Visibility&#8221; section of publish module.</li>\n</ul>\n<p>If you have already installed Beta 1 or Beta 2, you can update to Beta 3 via the Tools -&gt; Update menu.  If you have problems, or if this is your first time in the 2.7 beta ring, you can download and upgrade the old fashioned way.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-beta3.zip\">Get 2.7 Beta 3</a>.</p>\n\";}i:7;a:12:{s:5:\"title\";s:27:\"WordPress 2.7: Project Icon\";s:4:\"link\";s:67:\"http://wordpress.org/development/2008/11/wordpress-27-project-icon/\";s:8:\"comments\";s:76:\"http://wordpress.org/development/2008/11/wordpress-27-project-icon/#comments\";s:7:\"pubdate\";s:31:\"Thu, 13 Nov 2008 19:13:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:22:\"User Interface2.7icons\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=419\";s:11:\"description\";s:316:\"Earlier in the beta period, we put out a call here on the development blog for designers in the WordPress community who might be interested in designing custom icons for the 2.7 admin interface. Over a dozen icon designers from around the world responded, so rather than choose just one, we decided to turn the [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3398:\"<p>Earlier in the beta period, we put out a call here on the development blog for designers in the WordPress community who might be interested in designing custom icons for the 2.7 admin interface. Over a dozen icon designers from around the world responded, so rather than choose just one, we decided to turn the icon design assignment into a contest so that more people could participate and the community could have a vote in what the new icons should look like.</p>\n<p>Once we decided to go with a contest format instead of a single-designer gig, about half the original volunteers changed their minds. The remaining designers each submitted two icons (Posts, Links) in their proposed style. At this stage a couple of designers were thanked for their submissions but eliminated from the competition because their icons were considered too far afield from the WordPress visual style. The remaining designers were given feedback on the icons they had submitted and given about a week to complete the icon set for the menu as well as the list/excerpt icons that are shown on the Edit Posts screen. All but one of these designers finished a complete set, giving us five sets in total.</p>\n<p>So now we need to choose a direction. For each of the icon sets, we’ll show you the set itself, the designer’s introduction, and some feedback from the lead developers. After you’ve reviewed all five, place your vote for the set you think has the visual style that is the most suitable for WordPress 2.7. This will be followed by additional votes on specific icons, so if you like the specific image used in one set but like the style of another, you can vote to change the metaphor for a given icon. You’ll also be able to leave general feedback throughout the voting process. When voting has concluded, we’ll review the comments and the votes, and will declare a winner.</p>\n<p>Things to bear in mind when making your selections:<br />\nA week is not a long time to create 13 icons. The winning set will undergo a revision to be refined, and some icons may be substituted. We asked for all icons in grayscale for the contest. An “on” state and a larger size for screen headers will be designed by the winner. It seemed like too much work to have everyone do multiple states for so many icons.</p>\n<p>Ready? <span style=\"text-decoration: line-through;\">Go and take the icon survey.</span> <span style=\"color: #888888;\"><em>(The survey has now been closed.)</em></span> Voting will remain open for 48 hours from the time of this post to allow people from all time zones a chance to participate before we close the survey and make a decision (since we&#8217;d like to include the new icons in Beta 3).</p>\n<p><strong>A Note Regarding the 2.7 Release Date:</strong><br />\nAs we approach Beta 3, bug tickets continue to be added to Trac, the pain of making things look good in IE6 continues to be felt, and the need to improve accessibility looms. If you love WordPress, are a decent coder, and want to contribute like these icon designers contributed, please consider contributing a patch to help with one of these efforts. Jump right in on <a href=\"http://trac.wordpress.org/query?status=new&amp;status=assigned&amp;status=reopened&amp;milestone=2.7\">current Trac tickets</a>, or pop into the <a href=\"irc://irc.freenode.net/wordpress-dev\">#wordpress-dev IRC channel</a> to ask what to do.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:72:\"http://wordpress.org/development/2008/11/wordpress-27-project-icon/feed/\";}s:7:\"summary\";s:316:\"Earlier in the beta period, we put out a call here on the development blog for designers in the WordPress community who might be interested in designing custom icons for the 2.7 admin interface. Over a dozen icon designers from around the world responded, so rather than choose just one, we decided to turn the [...]\";s:12:\"atom_content\";s:3398:\"<p>Earlier in the beta period, we put out a call here on the development blog for designers in the WordPress community who might be interested in designing custom icons for the 2.7 admin interface. Over a dozen icon designers from around the world responded, so rather than choose just one, we decided to turn the icon design assignment into a contest so that more people could participate and the community could have a vote in what the new icons should look like.</p>\n<p>Once we decided to go with a contest format instead of a single-designer gig, about half the original volunteers changed their minds. The remaining designers each submitted two icons (Posts, Links) in their proposed style. At this stage a couple of designers were thanked for their submissions but eliminated from the competition because their icons were considered too far afield from the WordPress visual style. The remaining designers were given feedback on the icons they had submitted and given about a week to complete the icon set for the menu as well as the list/excerpt icons that are shown on the Edit Posts screen. All but one of these designers finished a complete set, giving us five sets in total.</p>\n<p>So now we need to choose a direction. For each of the icon sets, we’ll show you the set itself, the designer’s introduction, and some feedback from the lead developers. After you’ve reviewed all five, place your vote for the set you think has the visual style that is the most suitable for WordPress 2.7. This will be followed by additional votes on specific icons, so if you like the specific image used in one set but like the style of another, you can vote to change the metaphor for a given icon. You’ll also be able to leave general feedback throughout the voting process. When voting has concluded, we’ll review the comments and the votes, and will declare a winner.</p>\n<p>Things to bear in mind when making your selections:<br />\nA week is not a long time to create 13 icons. The winning set will undergo a revision to be refined, and some icons may be substituted. We asked for all icons in grayscale for the contest. An “on” state and a larger size for screen headers will be designed by the winner. It seemed like too much work to have everyone do multiple states for so many icons.</p>\n<p>Ready? <span style=\"text-decoration: line-through;\">Go and take the icon survey.</span> <span style=\"color: #888888;\"><em>(The survey has now been closed.)</em></span> Voting will remain open for 48 hours from the time of this post to allow people from all time zones a chance to participate before we close the survey and make a decision (since we&#8217;d like to include the new icons in Beta 3).</p>\n<p><strong>A Note Regarding the 2.7 Release Date:</strong><br />\nAs we approach Beta 3, bug tickets continue to be added to Trac, the pain of making things look good in IE6 continues to be felt, and the need to improve accessibility looms. If you love WordPress, are a decent coder, and want to contribute like these icon designers contributed, please consider contributing a patch to help with one of these efforts. Jump right in on <a href=\"http://trac.wordpress.org/query?status=new&amp;status=assigned&amp;status=reopened&amp;milestone=2.7\">current Trac tickets</a>, or pop into the <a href=\"irc://irc.freenode.net/wordpress-dev\">#wordpress-dev IRC channel</a> to ask what to do.</p>\n\";}i:8;a:12:{s:5:\"title\";s:20:\"WordPress 2.7 Beta 2\";s:4:\"link\";s:61:\"http://wordpress.org/development/2008/11/wordpress-27-beta-2/\";s:8:\"comments\";s:70:\"http://wordpress.org/development/2008/11/wordpress-27-beta-2/#comments\";s:7:\"pubdate\";s:31:\"Thu, 06 Nov 2008 09:03:57 +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=415\";s:11:\"description\";s:395:\"WordPress 2.7 Beta 2 is ready.  Here is a quick rundown of changes since beta 1.\n\nThe Upload button didn&#8217;t always show. Fixed.\nJS on the Dashboard broke for blogs with no comments, causing several UI elements to &#8220;freeze&#8221;. Fixed.\nRecent Drafts Dashboard module didn&#8217;t show correct times. Fixed.\nVarious Autosave fixes.\nRedirect after deleting a page from the editor [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1726:\"<p><a href=\"http://wordpress.org/wordpress-2.7-beta2.zip\">WordPress 2.7 Beta 2 is ready</a>.  Here is a quick rundown of changes since beta 1.</p>\n<ul>\n<li>The Upload button didn&#8217;t always show. Fixed.</li>\n<li>JS on the Dashboard broke for blogs with no comments, causing several UI elements to &#8220;freeze&#8221;. Fixed.</li>\n<li>Recent Drafts Dashboard module didn&#8217;t show correct times. Fixed.</li>\n<li>Various Autosave fixes.</li>\n<li>Redirect after deleting a page from the editor went back to the deleted page. Fixed.</li>\n<li>Fixed loading of translations for default TinyMCE plugins.</li>\n<li>Added avatars to the edit users list.</li>\n<li>Added some missing translations.</li>\n<li>Fixed some validation errors.</li>\n<li>Fixed some PHP warnings and notices.</li>\n<li>Handle inconsistent file permissions during auto upgrade</li>\n<li>Change Publish box layout to better accommodate internationalized text</li>\n<li>Fix quick editing of the last page in the Edit Pages list</li>\n<li>Fix Screen Options for IE</li>\n<li>Fixes for choose tag from tag cloud</li>\n<li>Rewrite rules fixes for certain hosts</li>\n<li>Don&#8217;t check for updates on every page load</li>\n<li>Easier post box dropping</li>\n<li>Preview fixes</li>\n<li>RTL fixes</li>\n<li>Fixed broken wp-mail</li>\n<li>Plugin update and install fixes</li>\n<li>First draft of contextual help tab</li>\n</ul>\n<p>If you have already installed beta 1, you can update to beta 2 via the Tools -&gt; Update menu.  Beta 1 does have a bug in the automatic upgrade that breaks certain setups, so be prepared to download and install Beta 2 manually if you experience problems.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-beta2.zip\">Get 2.7 Beta 2</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:66:\"http://wordpress.org/development/2008/11/wordpress-27-beta-2/feed/\";}s:7:\"summary\";s:395:\"WordPress 2.7 Beta 2 is ready.  Here is a quick rundown of changes since beta 1.\n\nThe Upload button didn&#8217;t always show. Fixed.\nJS on the Dashboard broke for blogs with no comments, causing several UI elements to &#8220;freeze&#8221;. Fixed.\nRecent Drafts Dashboard module didn&#8217;t show correct times. Fixed.\nVarious Autosave fixes.\nRedirect after deleting a page from the editor [...]\";s:12:\"atom_content\";s:1726:\"<p><a href=\"http://wordpress.org/wordpress-2.7-beta2.zip\">WordPress 2.7 Beta 2 is ready</a>.  Here is a quick rundown of changes since beta 1.</p>\n<ul>\n<li>The Upload button didn&#8217;t always show. Fixed.</li>\n<li>JS on the Dashboard broke for blogs with no comments, causing several UI elements to &#8220;freeze&#8221;. Fixed.</li>\n<li>Recent Drafts Dashboard module didn&#8217;t show correct times. Fixed.</li>\n<li>Various Autosave fixes.</li>\n<li>Redirect after deleting a page from the editor went back to the deleted page. Fixed.</li>\n<li>Fixed loading of translations for default TinyMCE plugins.</li>\n<li>Added avatars to the edit users list.</li>\n<li>Added some missing translations.</li>\n<li>Fixed some validation errors.</li>\n<li>Fixed some PHP warnings and notices.</li>\n<li>Handle inconsistent file permissions during auto upgrade</li>\n<li>Change Publish box layout to better accommodate internationalized text</li>\n<li>Fix quick editing of the last page in the Edit Pages list</li>\n<li>Fix Screen Options for IE</li>\n<li>Fixes for choose tag from tag cloud</li>\n<li>Rewrite rules fixes for certain hosts</li>\n<li>Don&#8217;t check for updates on every page load</li>\n<li>Easier post box dropping</li>\n<li>Preview fixes</li>\n<li>RTL fixes</li>\n<li>Fixed broken wp-mail</li>\n<li>Plugin update and install fixes</li>\n<li>First draft of contextual help tab</li>\n</ul>\n<p>If you have already installed beta 1, you can update to beta 2 via the Tools -&gt; Update menu.  Beta 1 does have a bug in the automatic upgrade that breaks certain setups, so be prepared to download and install Beta 2 manually if you experience problems.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-beta2.zip\">Get 2.7 Beta 2</a>.</p>\n\";}i:9;a:12:{s:5:\"title\";s:48:\"What’s your favorite thing about the 2.7 Beta?\";s:4:\"link\";s:85:\"http://wordpress.org/development/2008/11/whats-your-favorite-thing-about-the-27-beta/\";s:8:\"comments\";s:94:\"http://wordpress.org/development/2008/11/whats-your-favorite-thing-about-the-27-beta/#comments\";s:7:\"pubdate\";s:31:\"Sun, 02 Nov 2008 20:09:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:8:\"Features\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=396\";s:11:\"description\";s:317:\"There have been a lot of posts and twitter announcements by people checking out the WordPress 2.7 Beta since it was announced yesterday. What&#8217;s your favorite thing about 2.7 so far? Or if you haven&#8217;t made the leap yet, to which feature are you most looking forward? Tell us in the poll below. \n What [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1051:\"<p>There have been a lot of posts and <a href=\"http://search.twitter.com/search?q=wordpress+2.7\">twitter announcements</a> by people checking out the WordPress 2.7 Beta since it was announced yesterday. What&#8217;s your favorite thing about 2.7 so far? Or if you haven&#8217;t made the leap yet, to which feature are you most looking forward? Tell us in the poll below. </p>\n<p><script type=\"text/javascript\" language=\"javascript\" src=\"http://s3.polldaddy.com/p/1068887.js\"></script><noscript> <a href =\"http://answers.polldaddy.com/poll/1068887/\" >What is your favorite feature in WordPress 2.7?</a>  <br /> <span style=\"font-size:9px;\"> (<a href =\"http://www.polldaddy.com\">  polls</a>)</span></noscript></p>\n<p>If you have a extra minute or two, we&#8217;ve also put together a survey that lists all the new features and allows you to rate them, as well as give additional feedback if you&#8217;re so inclined. If you want to participate, <a href=\"http://www.polldaddy.com/s/96BC7ED0D63500E4/\">take the 2.7 Beta Favorite Features survey</a>. </p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:90:\"http://wordpress.org/development/2008/11/whats-your-favorite-thing-about-the-27-beta/feed/\";}s:7:\"summary\";s:317:\"There have been a lot of posts and twitter announcements by people checking out the WordPress 2.7 Beta since it was announced yesterday. What&#8217;s your favorite thing about 2.7 so far? Or if you haven&#8217;t made the leap yet, to which feature are you most looking forward? Tell us in the poll below. \n What [...]\";s:12:\"atom_content\";s:1051:\"<p>There have been a lot of posts and <a href=\"http://search.twitter.com/search?q=wordpress+2.7\">twitter announcements</a> by people checking out the WordPress 2.7 Beta since it was announced yesterday. What&#8217;s your favorite thing about 2.7 so far? Or if you haven&#8217;t made the leap yet, to which feature are you most looking forward? Tell us in the poll below. </p>\n<p><script type=\"text/javascript\" language=\"javascript\" src=\"http://s3.polldaddy.com/p/1068887.js\"></script><noscript> <a href =\"http://answers.polldaddy.com/poll/1068887/\" >What is your favorite feature in WordPress 2.7?</a>  <br /> <span style=\"font-size:9px;\"> (<a href =\"http://www.polldaddy.com\">  polls</a>)</span></noscript></p>\n<p>If you have a extra minute or two, we&#8217;ve also put together a survey that lists all the new features and allows you to rate them, as well as give additional feedback if you&#8217;re so inclined. If you want to participate, <a href=\"http://www.polldaddy.com/s/96BC7ED0D63500E4/\">take the 2.7 Beta Favorite Features survey</a>. </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:7:\"pubdate\";s:31:\"Wed, 24 Dec 2008 00:20:35 +0000\";s:9:\"generator\";s:41:\"http://wordpress.org/?v=2.8-bleeding-edge\";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 ('130', '0', 'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts', '1232116085', 'no') ;
INSERT INTO `wp_options` VALUES ('131', '0', 'rss_57bc725ad6568758915363af670fd8bc', 'O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:6:{s:5:\"title\";s:28:\"wihe on \"SEO Comment Paging\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/seo-comment-paging/#post-8585\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 15:19:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"wihe\";}s:4:\"guid\";s:41:\"8585@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:86:\"Mejora el posicionamiento en buscadores evitando el contenido duplicado en la paginaci\";}s:5:\"items\";a:12:{i:0;a:7:{s:5:\"title\";s:39:\"LiamGooding on \"wpNSC (Not Short Code)\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/wpnsc-not-short-code/#post-8611\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 05:05:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"LiamGooding\";}s:4:\"guid\";s:41:\"8611@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:140:\"Allows shortcodes to be escaped. Very useful for plugin authors who need to write documentation for their plugin on their blog. Very simple.\";s:7:\"summary\";s:140:\"Allows shortcodes to be escaped. Very useful for plugin authors who need to write documentation for their plugin on their blog. Very simple.\";}i:1;a:7:{s:5:\"title\";s:27:\"johanee on \"Faster Smilies\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/faster-smilies/#post-8608\";s:7:\"pubdate\";s:31:\"Thu, 15 Jan 2009 22:48:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"johanee\";}s:4:\"guid\";s:41:\"8608@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:69:\"Make WordPress posts 20-50% faster, in one step. Not needed for 2.8+.\";s:7:\"summary\";s:69:\"Make WordPress posts 20-50% faster, in one step. Not needed for 2.8+.\";}i:2;a:7:{s:5:\"title\";s:24:\"galluchot on \"o-x Badge\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/o-xfr-small-url/#post-8601\";s:7:\"pubdate\";s:31:\"Thu, 15 Jan 2009 10:00:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"galluchot\";}s:4:\"guid\";s:41:\"8601@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:81:\"Help your readers to reduce your posts links sizes. It\'s like TinyUrl with stats.\";s:7:\"summary\";s:81:\"Help your readers to reduce your posts links sizes. It\'s like TinyUrl with stats.\";}i:3;a:7:{s:5:\"title\";s:36:\"jamescollins on \"AWeber Integration\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/aweber-integration/#post-8600\";s:7:\"pubdate\";s:31:\"Thu, 15 Jan 2009 05:47:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"jamescollins\";}s:4:\"guid\";s:41:\"8600@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:148:\"A simple way to add one or more AWeber email subscription form(s) to your sidebar and optionally enable AWeber email web analytics for your website.\";s:7:\"summary\";s:148:\"A simple way to add one or more AWeber email subscription form(s) to your sidebar and optionally enable AWeber email web analytics for your website.\";}i:4;a:7:{s:5:\"title\";s:23:\"photozero on \"Page SEO\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/page-seo/#post-8598\";s:7:\"pubdate\";s:31:\"Thu, 15 Jan 2009 03:55:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"photozero\";}s:4:\"guid\";s:41:\"8598@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:62:\"Display Google Pagerank of each page of your blog in one page.\";s:7:\"summary\";s:62:\"Display Google Pagerank of each page of your blog in one page.\";}i:5;a:7:{s:5:\"title\";s:33:\"johanee on \"Limit Login Attempts\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/limit-login-attempts/#post-8597\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 22:33:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"johanee\";}s:4:\"guid\";s:41:\"8597@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:71:\"Limit rate of login attempts, including by way of cookies, for each IP.\";s:7:\"summary\";s:71:\"Limit rate of login attempts, including by way of cookies, for each IP.\";}i:6;a:7:{s:5:\"title\";s:64:\"Grumpydev on \"Stack Overflow \"GamerTag\" Style Reputation Widget\"\";s:4:\"link\";s:77:\"http://wordpress.org/extend/plugins/stack-overflow-gamertag-widget/#post-8596\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 21:46:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"Grumpydev\";}s:4:\"guid\";s:41:\"8596@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:72:\"XBox Live \"GameTag\" style widget for displaying your Stack Overflow rep.\";s:7:\"summary\";s:72:\"XBox Live \"GameTag\" style widget for displaying your Stack Overflow rep.\";}i:7;a:7:{s:5:\"title\";s:31:\"fr33bh on \"Easy Multiple Pages\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/easy-multiple-pages/#post-8591\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 20:28:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"fr33bh\";}s:4:\"guid\";s:41:\"8591@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:145:\"This plugins adds an button in the post editor that allows you to easily split post by pages and also adds link to pages in the post automaticly.\";s:7:\"summary\";s:145:\"This plugins adds an button in the post editor that allows you to easily split post by pages and also adds link to pages in the post automaticly.\";}i:8;a:7:{s:5:\"title\";s:20:\"jcasabona on \"Gloss\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/gloss/#post-8590\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 20:20:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"jcasabona\";}s:4:\"guid\";s:41:\"8590@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:81:\"A simple plugin that allows you to create a number of glossaries to add terms to.\";s:7:\"summary\";s:81:\"A simple plugin that allows you to create a number of glossaries to add terms to.\";}i:9;a:7:{s:5:\"title\";s:19:\"kolev on \"myOpenID\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/myopenid/#post-8589\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 20:15:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"kolev\";}s:4:\"guid\";s:41:\"8589@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:88:\"myOpenID plugin allows you to use your blog as your OpenID by delegating it to myOpenID.\";s:7:\"summary\";s:88:\"myOpenID plugin allows you to use your blog as your OpenID by delegating it to myOpenID.\";}i:10;a:7:{s:5:\"title\";s:26:\"vicmx on \"WP DB Optimizer\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/wp-db-optimizer/#post-8587\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 18:05:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"vicmx\";}s:4:\"guid\";s:41:\"8587@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:55:\"Optimize your WordPress database tables with one click.\";s:7:\"summary\";s:55:\"Optimize your WordPress database tables with one click.\";}i:11;a:7:{s:5:\"title\";s:23:\"deximer on \"Cross Post\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/cross-post/#post-8586\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 17:07:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"deximer\";}s:4:\"guid\";s:41:\"8586@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:78:\"Cross Post plugin for WordPress MU. Allows a post to appear in multiple blogs.\";s:7:\"summary\";s:78:\"Cross Post plugin for WordPress MU. Allows a post to appear in multiple blogs.\";}}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:\"Fri, 16 Jan 2009 14:28:04 +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:1:{i:0;s:11:\"description\";}s:9:\"inchannel\";b:1;s:6:\"initem\";b:1;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 ('132', '0', 'rss_57bc725ad6568758915363af670fd8bc_ts', '1232116084', 'no') ;
INSERT INTO `wp_options` VALUES ('133', '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:60:\"Weblog Tools Collection: WordPress Plugin Releases for 01/16\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4991\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/01/16/wordpress-plugin-releases-for-0116/\";s:11:\"description\";s:5344:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.allancollins.net/168/wordpress-plugin-no-update/\">No Update</a></p>\n<p>Got a version of a plugin that you want to stick with? Don’t want to upgrade? Want to kill that upgrade nag on the plugins page? “No Update” is for you.</p>\n<p><a href=\"http://goodingsweb.com/wp-plugins/29/wpnsc-not-short-code/\">wpNSC (Not Short Code)</a></p>\n<p>Allows shortcodes to be escaped. Very useful for plugin authors who need to write documentation for their plugin on their blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/o-xfr-small-url/\">o-x Badge</a></p>\n<p>Help your readers to reduce your posts links sizes. It&#8217;s like TinyUrl with stats.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/aweber-integration/\">AWeber Integration</a></p>\n<p>This plugin provides a simple way to add one or more <a href=\"http://www.aweber.com%20email%20subscription%20form%28s/\">AWeber</a> to your sidebar and optionally enable <a href=\"http://www.aweber.com/email-analytics.htm\">AWeber email web analytics</a> for your website.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/page-seo/\">Page SEO</a></p>\n<p>Display Google Pagerank of each page of your blog in one page.</p>\n<p><a href=\"http://devel.kostdoktorn.se/limit-login-attempts/\">Limit Login Attempts</a></p>\n<p>Limit rate of login attempts, including by way of cookies, for each IP.</p>\n<p><a href=\"http://www.grumpydev.com/2009/01/09/stack-overflow-wordpress-widget/\">Stack Overflow &#8220;GamerTag&#8221; Style Reputation Widget</a></p>\n<p>XBox Live &#8220;GameTag&#8221; style widget for displaying your <a href=\"http://stackoverflow.com/\">Stack Overflow</a> rep.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/easy-multiple-pages/\">Easy Multiple Pages</a></p>\n<p>This plugins adds an button in the post editor that allows you to easily split post by pages and also adds link to pages in the post automaticly.</p>\n<p><a href=\"http://www.casabona.org/?con=gloss\">Gloss</a></p>\n<p>A simple plugin that allows you to create a number of glossaries to add terms to.</p>\n<p><a href=\"http://www.lunasoft.com.mx/wp-plugins/wp-db-optimizer/\">WP DB Optimizer</a></p>\n<p>Optimize your WordPress database tables with one click.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://sw-guide.de/wordpress/maintenance-mode-plugin/\">Maintenance Mode</a></p>\n<p>This plugin adds a splash page to your blog that lets visitors know your blog is down for maintenance. Logged in administrators get full access to the blog including the front-end.</p>\n<p><a href=\"http://projects.bovendeur.org/2007/07/06/download-counter/\">Download Counter</a></p>\n<p>Since WordPress does offer attaching downloads to posts and pages, but does not keep track of statistical information about these downloads, I wrote this plugin. This plugin will keep track of the amount of downloads for specific files. It will also store the last time the file was downloaded. You can use tags to add the download url or download count to any page or post.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/antispam-bee/\">Antispam Bee</a></p>\n<p>Protects your blog from spam by replacing the comment field. It&#8217;s easy to use and extremely effective.</p>\n<p><a href=\"http://blog.decaf.de/2009/01/mailto-staff/\">Mailto Staff</a></p>\n<p>Multi-author blogs: Plugin generates mailto links on the dashboard referring to all user groups of the blog. Quite handy way of internal staff communication.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/thread-twitter/\">Thread Twitter</a></p>\n<p>Thread Twitter fetch your tweets and display them in thread style.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/tuis-category-intro-for-archive/\">Tui&#8217;s Category Intro For Archive</a></p>\n<p>This plugin has been written to insert a category introduction to each archive, based on its category title and description.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/tuis-category-intro-for-post/\">Tui&#8217;s Category Intro For Post</a></p>\n<p>This plugin has been written to insert a category introduction to each post, based on its main category and that categories description.</p>\n<p><a href=\"http://dzhus.com/development/paginator/\">Paginator</a></p>\n<p>Adds the &#8220;paginator3000&#8243; paging navigation to your WordPress blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/collapsing-categories/\">Collapsing Categories</a></p>\n<p>This plugin uses JavaScript to dynamically expand or collapsible the set of posts for each category.</p>\n<p><a href=\"http://blog.robfelty.com/plugins/collapsing-archives/\">Collapsing Archives</a></p>\n<p>This plugin uses Javascript to dynamically expand or collaps the set of months for each year and posts for each month in the archive listing.</p>\n<p><a href=\"http://jameslow.com/2008/01/28/private-files/\">Private Files</a></p>\n<p>Private Files makes sure only logged in users can see images and file attachments.</p>\n<p><a href=\"http://www.webveteran.com/blog/index.php/visual-code-editor/\">Visual Code Editor</a></p>\n<p>Visual Code Editor modifies WordPress&#8217;s behavior so that code format is preserved when using the visual editor.</p>\n<p><a href=\"http://jehan.zemarmot.net/blog/jabber-feed/\">Jabber Feed</a></p>\n<p>This plugin feeds Jabber server pubsub nodes when new posts are published on Wordpress and comments are added.</p>\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 10:45:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:5344:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.allancollins.net/168/wordpress-plugin-no-update/\">No Update</a></p>\n<p>Got a version of a plugin that you want to stick with? Don’t want to upgrade? Want to kill that upgrade nag on the plugins page? “No Update” is for you.</p>\n<p><a href=\"http://goodingsweb.com/wp-plugins/29/wpnsc-not-short-code/\">wpNSC (Not Short Code)</a></p>\n<p>Allows shortcodes to be escaped. Very useful for plugin authors who need to write documentation for their plugin on their blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/o-xfr-small-url/\">o-x Badge</a></p>\n<p>Help your readers to reduce your posts links sizes. It&#8217;s like TinyUrl with stats.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/aweber-integration/\">AWeber Integration</a></p>\n<p>This plugin provides a simple way to add one or more <a href=\"http://www.aweber.com%20email%20subscription%20form%28s/\">AWeber</a> to your sidebar and optionally enable <a href=\"http://www.aweber.com/email-analytics.htm\">AWeber email web analytics</a> for your website.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/page-seo/\">Page SEO</a></p>\n<p>Display Google Pagerank of each page of your blog in one page.</p>\n<p><a href=\"http://devel.kostdoktorn.se/limit-login-attempts/\">Limit Login Attempts</a></p>\n<p>Limit rate of login attempts, including by way of cookies, for each IP.</p>\n<p><a href=\"http://www.grumpydev.com/2009/01/09/stack-overflow-wordpress-widget/\">Stack Overflow &#8220;GamerTag&#8221; Style Reputation Widget</a></p>\n<p>XBox Live &#8220;GameTag&#8221; style widget for displaying your <a href=\"http://stackoverflow.com/\">Stack Overflow</a> rep.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/easy-multiple-pages/\">Easy Multiple Pages</a></p>\n<p>This plugins adds an button in the post editor that allows you to easily split post by pages and also adds link to pages in the post automaticly.</p>\n<p><a href=\"http://www.casabona.org/?con=gloss\">Gloss</a></p>\n<p>A simple plugin that allows you to create a number of glossaries to add terms to.</p>\n<p><a href=\"http://www.lunasoft.com.mx/wp-plugins/wp-db-optimizer/\">WP DB Optimizer</a></p>\n<p>Optimize your WordPress database tables with one click.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://sw-guide.de/wordpress/maintenance-mode-plugin/\">Maintenance Mode</a></p>\n<p>This plugin adds a splash page to your blog that lets visitors know your blog is down for maintenance. Logged in administrators get full access to the blog including the front-end.</p>\n<p><a href=\"http://projects.bovendeur.org/2007/07/06/download-counter/\">Download Counter</a></p>\n<p>Since WordPress does offer attaching downloads to posts and pages, but does not keep track of statistical information about these downloads, I wrote this plugin. This plugin will keep track of the amount of downloads for specific files. It will also store the last time the file was downloaded. You can use tags to add the download url or download count to any page or post.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/antispam-bee/\">Antispam Bee</a></p>\n<p>Protects your blog from spam by replacing the comment field. It&#8217;s easy to use and extremely effective.</p>\n<p><a href=\"http://blog.decaf.de/2009/01/mailto-staff/\">Mailto Staff</a></p>\n<p>Multi-author blogs: Plugin generates mailto links on the dashboard referring to all user groups of the blog. Quite handy way of internal staff communication.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/thread-twitter/\">Thread Twitter</a></p>\n<p>Thread Twitter fetch your tweets and display them in thread style.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/tuis-category-intro-for-archive/\">Tui&#8217;s Category Intro For Archive</a></p>\n<p>This plugin has been written to insert a category introduction to each archive, based on its category title and description.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/tuis-category-intro-for-post/\">Tui&#8217;s Category Intro For Post</a></p>\n<p>This plugin has been written to insert a category introduction to each post, based on its main category and that categories description.</p>\n<p><a href=\"http://dzhus.com/development/paginator/\">Paginator</a></p>\n<p>Adds the &#8220;paginator3000&#8243; paging navigation to your WordPress blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/collapsing-categories/\">Collapsing Categories</a></p>\n<p>This plugin uses JavaScript to dynamically expand or collapsible the set of posts for each category.</p>\n<p><a href=\"http://blog.robfelty.com/plugins/collapsing-archives/\">Collapsing Archives</a></p>\n<p>This plugin uses Javascript to dynamically expand or collaps the set of months for each year and posts for each month in the archive listing.</p>\n<p><a href=\"http://jameslow.com/2008/01/28/private-files/\">Private Files</a></p>\n<p>Private Files makes sure only logged in users can see images and file attachments.</p>\n<p><a href=\"http://www.webveteran.com/blog/index.php/visual-code-editor/\">Visual Code Editor</a></p>\n<p>Visual Code Editor modifies WordPress&#8217;s behavior so that code format is preserved when using the visual editor.</p>\n<p><a href=\"http://jehan.zemarmot.net/blog/jabber-feed/\">Jabber Feed</a></p>\n<p>This plugin feeds Jabber server pubsub nodes when new posts are published on Wordpress and comments are added.</p>\";}i:1;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: WordPress News for 1/15/2009\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4988\";s:4:\"link\";s:80:\"http://weblogtoolscollection.com/archives/2009/01/15/wordpress-news-for-1152009/\";s:11:\"description\";s:1521:\"<p><a href=\"http://pods.uproot.us/\">Matt</a> has put together a tool to easily access (most) of the WordPress.org Plugin stats API using a simple GET string. It returns data back as JSON, and you can see the docs + example at <a href=\"http://api.uproot.us/\" target=\"_blank\">http://api.uproot.us</a> Though the functionality is dependent on the future availability of the endpoint at uproot.us (I wish the source for the API was available), I can see lots of possibilities for plugin developers.</p>\n<p>Drew has put together a <a href=\"http://www.jestro.com/web-design/optimize-apache-slow-vps-wordpress/\">tutorial to optimize your Apache VPS for WordPress</a> that is worth a looksee if you are running a small VPS and need that extra oomph.</p>\n<p>Lastly, via <a href=\"http://zedomax.com/blog/2008/12/10/mysql-optimization-hack-how-to-increase-load-without-failing-your-mysql-server/\">Zedomax</a>, I came upon a small tweak for MySql that could (and has in my case) dramatically improve MySql performance. Check out <a href=\"http://blog.taragana.com/index.php/archive/one-mysql-configuration-tip-that-can-dramatically-improve-mysql-performance/\">Angsuman&#8217;s tip and explanation</a> if you are interested. Be forewarned that this might have other impacts on your MySql depending on the amount and type of load and queries, but it is definitely worth a shot. Moral of my story is that inserting into the database on every page init can be costly! Now I wish there was a way to accumulate inserts programmatically.</p>\";s:7:\"pubdate\";s:31:\"Thu, 15 Jan 2009 23:53:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1521:\"<p><a href=\"http://pods.uproot.us/\">Matt</a> has put together a tool to easily access (most) of the WordPress.org Plugin stats API using a simple GET string. It returns data back as JSON, and you can see the docs + example at <a href=\"http://api.uproot.us/\" target=\"_blank\">http://api.uproot.us</a> Though the functionality is dependent on the future availability of the endpoint at uproot.us (I wish the source for the API was available), I can see lots of possibilities for plugin developers.</p>\n<p>Drew has put together a <a href=\"http://www.jestro.com/web-design/optimize-apache-slow-vps-wordpress/\">tutorial to optimize your Apache VPS for WordPress</a> that is worth a looksee if you are running a small VPS and need that extra oomph.</p>\n<p>Lastly, via <a href=\"http://zedomax.com/blog/2008/12/10/mysql-optimization-hack-how-to-increase-load-without-failing-your-mysql-server/\">Zedomax</a>, I came upon a small tweak for MySql that could (and has in my case) dramatically improve MySql performance. Check out <a href=\"http://blog.taragana.com/index.php/archive/one-mysql-configuration-tip-that-can-dramatically-improve-mysql-performance/\">Angsuman&#8217;s tip and explanation</a> if you are interested. Be forewarned that this might have other impacts on your MySql depending on the amount and type of load and queries, but it is definitely worth a shot. Moral of my story is that inserting into the database on every page init can be costly! Now I wish there was a way to accumulate inserts programmatically.</p>\";}i:2;a:7:{s:5:\"title\";s:46:\"Weblog Tools Collection: Do You Post By Email?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4976\";s:4:\"link\";s:74:\"http://weblogtoolscollection.com/archives/2009/01/15/do-you-post-by-email/\";s:11:\"description\";s:3263:\"<p>There are a number of options available to publish articles to your blog outside of your WordPress Write panel such as through XML-RPC via a third party blogging client or through an application such as the one available for the iPhone. However, did you know that you can also publish posts through email? It&#8217;s true! The feature has been around for quite some time. For how long I&#8217;m not sure because I was unable to track down when it became a core feature but it looks like it has been around since <strong>1.5</strong> or below.</p>\n<p><center><a href=\"http://weblogtoolscollection.com/b2-img/2009/01/postbyemail.png\"><img class=\"alignnone size-medium wp-image-4980\" title=\"postbyemail\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/postbyemail-300x84.png\" alt=\"\" width=\"300\" height=\"84\" /></a></center></p>\n<p>For directions on how to use this unique feature, I recommend reading this comprehensive article on the Codex entitled <a href=\"http://codex.wordpress.org/Blog_by_Email\" target=\"_blank\">Blog By Email</a>. Posting by email in WordPress is limited to pretty much text only. Common HTML tags are stripped and attachments that are sent with the email will appear in their raw form in the blog post. You also can&#8217;t specify the category for which the blog post will be filed under at the time of creation as you are limited to just a default category for all email posts.</p>\n<p>I wasn&#8217;t sure if anyone actually used this feature so when I asked my followers on Twitter if they &#8220;<strong>Have or know someone who has published a post via email in WordPress?</strong>&#8221; I was surprised to see many people say yes. There use for the feature varied but people do in fact use it.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/01/posterouslogo.png\"><img class=\"alignright size-full wp-image-4978\" title=\"posterouslogo\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/posterouslogo.png\" alt=\"\" width=\"155\" height=\"45\" /></a>On the WordPress hackers mailing list a few days ago, it was suggested that photo attachment support should be added to the blog by email feature. As someone in the thread replied, this type of additional support would be killer for photobloggers. As it stands, there is actually a service available to bloggers called <a href=\"http://posterous.com/\" target=\"_blank\">Posterous</a> which supports the ability to attach just about anything to a post. Last but not least, there is a <a href=\"http://trac.wordpress.org/ticket/4965\" target=\"_blank\">bug report in the WordPress Trac</a> that still needs a patch in order for images and attachments to be shown inline within the blog post.</p>\n<p>With all of that in mind, my questions to you, the WordPress community are these:</p>\n<ol>\n<li>Do you or have you used the blog by email functionality in WordPress?</li>\n<li>Would you like to see that feature enhanced? For instance, support the ability to determine a category on the fly, attach more than just images, etc.</li>\n<li>Should the feature be left alone and those looking for this functionality use something like Posterous?</li>\n</ol>\n<p>I&#8217;m pretty curious as to how some of you have used this feature as well as the demand for building upon this functionality.</p>\";s:7:\"pubdate\";s:31:\"Thu, 15 Jan 2009 07:37:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:3263:\"<p>There are a number of options available to publish articles to your blog outside of your WordPress Write panel such as through XML-RPC via a third party blogging client or through an application such as the one available for the iPhone. However, did you know that you can also publish posts through email? It&#8217;s true! The feature has been around for quite some time. For how long I&#8217;m not sure because I was unable to track down when it became a core feature but it looks like it has been around since <strong>1.5</strong> or below.</p>\n<p><center><a href=\"http://weblogtoolscollection.com/b2-img/2009/01/postbyemail.png\"><img class=\"alignnone size-medium wp-image-4980\" title=\"postbyemail\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/postbyemail-300x84.png\" alt=\"\" width=\"300\" height=\"84\" /></a></center></p>\n<p>For directions on how to use this unique feature, I recommend reading this comprehensive article on the Codex entitled <a href=\"http://codex.wordpress.org/Blog_by_Email\" target=\"_blank\">Blog By Email</a>. Posting by email in WordPress is limited to pretty much text only. Common HTML tags are stripped and attachments that are sent with the email will appear in their raw form in the blog post. You also can&#8217;t specify the category for which the blog post will be filed under at the time of creation as you are limited to just a default category for all email posts.</p>\n<p>I wasn&#8217;t sure if anyone actually used this feature so when I asked my followers on Twitter if they &#8220;<strong>Have or know someone who has published a post via email in WordPress?</strong>&#8221; I was surprised to see many people say yes. There use for the feature varied but people do in fact use it.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/01/posterouslogo.png\"><img class=\"alignright size-full wp-image-4978\" title=\"posterouslogo\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/posterouslogo.png\" alt=\"\" width=\"155\" height=\"45\" /></a>On the WordPress hackers mailing list a few days ago, it was suggested that photo attachment support should be added to the blog by email feature. As someone in the thread replied, this type of additional support would be killer for photobloggers. As it stands, there is actually a service available to bloggers called <a href=\"http://posterous.com/\" target=\"_blank\">Posterous</a> which supports the ability to attach just about anything to a post. Last but not least, there is a <a href=\"http://trac.wordpress.org/ticket/4965\" target=\"_blank\">bug report in the WordPress Trac</a> that still needs a patch in order for images and attachments to be shown inline within the blog post.</p>\n<p>With all of that in mind, my questions to you, the WordPress community are these:</p>\n<ol>\n<li>Do you or have you used the blog by email functionality in WordPress?</li>\n<li>Would you like to see that feature enhanced? For instance, support the ability to determine a category on the fly, attach more than just images, etc.</li>\n<li>Should the feature be left alone and those looking for this functionality use something like Posterous?</li>\n</ol>\n<p>I&#8217;m pretty curious as to how some of you have used this feature as well as the demand for building upon this functionality.</p>\";}i:3;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 01/14\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4971\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/01/14/wordpress-theme-releases-for-0114/\";s:11:\"description\";s:2998:\"<p><a href=\"http://www.webminimalist.com/web-minimalist-200901-wordpress-theme.htm\"><strong>Web Minimalist</strong></a></p>\n<p><a href=\"http://demo27.webminimalist.com/index.php?wptheme=Web+Minimalist+200901\"><img title=\"web-minimalist-for-adsense-400\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/webminimalistforadsense400.jpg\" border=\"0\" alt=\"web-minimalist-for-adsense-400\" width=\"88\" height=\"114\" /></a></p>\n<p>Web Minimalist 200901 is a minimalist, imageless, three column, widget and gravatar ready WordPress Theme from WebMinimalist.com. This theme is supporting threaded comments for Wordpress 2.7.</p>\n<p><a href=\"http://www.samirkamble.com/buddhism-wordpress-theme/\"><strong>Buddhism</strong></a></p>\n<p><a href=\"http://www.demo.samirkamble.com/index.php?wptheme=Buddhism\"><img title=\"buddhism\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/buddhism.png\" border=\"0\" alt=\"buddhism\" width=\"152\" height=\"114\" /></a></p>\n<p>Two column, widget and tag ready theme.</p>\n<p><a href=\"http://zacklive.com/new-black-and-white-wordpress-theme/300/\"><strong>Black and White</strong></a></p>\n<p><img title=\"Black \'n\' White\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/blanknwhite-400x311.png\" alt=\"Black \'n\' White\" width=\"200\" height=\"155\" /></p>\n<p>2 columns, Fixed width, Widget ready, Right sidebar, Black, White</p>\n<p><a href=\"http://jetpackpilot.com/pickle-a-free-wordpress-theme/\"><strong>Pickle</strong></a></p>\n<p><a href=\"http://jetpackpilot.com/demo/?wptheme=Pickle\"><img title=\"pickleimg\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/pickleimg.png\" border=\"0\" alt=\"pickleimg\" width=\"137\" height=\"114\" /></a></p>\n<p>Green, Grey, 2-3 Column, Widget Ready, Gravatar ready theme</p>\n<p><a href=\"http://www.mymobiles.com/wordpress-themes/gear\"><strong>Gear</strong></a></p>\n<p><img title=\"Gear\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/gear.png\" border=\"0\" alt=\"Gear\" width=\"152\" height=\"114\" /></p>\n<p>Two columns, widget ready theme. Includes a very customizable banner. Change visibility, banner&#8217;s image (includes 6 variations: gear, bird, bulb, user, user2, binoculars), text through an options page. You may also change theme&#8217;s background with available 8 patterns. Compatible with WordPress 2.7.</p>\n<p><a href=\"http://www.uchillatheme.com/?page_id=2\"><strong>Uchilla</strong></a></p>\n<p><img title=\"uchilla\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/uchilla.png\" border=\"0\" alt=\"uchilla\" width=\"172\" height=\"114\" /></p>\n<p>Two column widget ready theme</p>\n<p><a href=\"http://www.isoftwarereviews.com/wind-blow-free-wordpress-theme/\"><strong>Wind Blow</strong></a></p>\n<p><img title=\"wind-blow-screenshot-1-291x300\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/windblowscreenshot1291x300.png\" border=\"0\" alt=\"wind-blow-screenshot-1-291x300\" width=\"111\" height=\"114\" /></p>\n<p>Fixed width, two column, widget and gravatar ready WordPress theme available in three styles: Sea Wind, Nature Wind and Night Wind.</p>\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 14:45:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2998:\"<p><a href=\"http://www.webminimalist.com/web-minimalist-200901-wordpress-theme.htm\"><strong>Web Minimalist</strong></a></p>\n<p><a href=\"http://demo27.webminimalist.com/index.php?wptheme=Web+Minimalist+200901\"><img title=\"web-minimalist-for-adsense-400\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/webminimalistforadsense400.jpg\" border=\"0\" alt=\"web-minimalist-for-adsense-400\" width=\"88\" height=\"114\" /></a></p>\n<p>Web Minimalist 200901 is a minimalist, imageless, three column, widget and gravatar ready WordPress Theme from WebMinimalist.com. This theme is supporting threaded comments for Wordpress 2.7.</p>\n<p><a href=\"http://www.samirkamble.com/buddhism-wordpress-theme/\"><strong>Buddhism</strong></a></p>\n<p><a href=\"http://www.demo.samirkamble.com/index.php?wptheme=Buddhism\"><img title=\"buddhism\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/buddhism.png\" border=\"0\" alt=\"buddhism\" width=\"152\" height=\"114\" /></a></p>\n<p>Two column, widget and tag ready theme.</p>\n<p><a href=\"http://zacklive.com/new-black-and-white-wordpress-theme/300/\"><strong>Black and White</strong></a></p>\n<p><img title=\"Black \'n\' White\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/blanknwhite-400x311.png\" alt=\"Black \'n\' White\" width=\"200\" height=\"155\" /></p>\n<p>2 columns, Fixed width, Widget ready, Right sidebar, Black, White</p>\n<p><a href=\"http://jetpackpilot.com/pickle-a-free-wordpress-theme/\"><strong>Pickle</strong></a></p>\n<p><a href=\"http://jetpackpilot.com/demo/?wptheme=Pickle\"><img title=\"pickleimg\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/pickleimg.png\" border=\"0\" alt=\"pickleimg\" width=\"137\" height=\"114\" /></a></p>\n<p>Green, Grey, 2-3 Column, Widget Ready, Gravatar ready theme</p>\n<p><a href=\"http://www.mymobiles.com/wordpress-themes/gear\"><strong>Gear</strong></a></p>\n<p><img title=\"Gear\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/gear.png\" border=\"0\" alt=\"Gear\" width=\"152\" height=\"114\" /></p>\n<p>Two columns, widget ready theme. Includes a very customizable banner. Change visibility, banner&#8217;s image (includes 6 variations: gear, bird, bulb, user, user2, binoculars), text through an options page. You may also change theme&#8217;s background with available 8 patterns. Compatible with WordPress 2.7.</p>\n<p><a href=\"http://www.uchillatheme.com/?page_id=2\"><strong>Uchilla</strong></a></p>\n<p><img title=\"uchilla\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/uchilla.png\" border=\"0\" alt=\"uchilla\" width=\"172\" height=\"114\" /></p>\n<p>Two column widget ready theme</p>\n<p><a href=\"http://www.isoftwarereviews.com/wind-blow-free-wordpress-theme/\"><strong>Wind Blow</strong></a></p>\n<p><img title=\"wind-blow-screenshot-1-291x300\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/windblowscreenshot1291x300.png\" border=\"0\" alt=\"wind-blow-screenshot-1-291x300\" width=\"111\" height=\"114\" /></p>\n<p>Fixed width, two column, widget and gravatar ready WordPress theme available in three styles: Sea Wind, Nature Wind and Night Wind.</p>\";}i:4;a:7:{s:5:\"title\";s:49:\"Mark Jaquith: Tip for merging two WordPress blogs\";s:4:\"guid\";s:39:\"http://markjaquith.wordpress.com/?p=243\";s:4:\"link\";s:80:\"http://markjaquith.wordpress.com/2009/01/14/tip-for-merging-two-wordpress-blogs/\";s:11:\"description\";s:2376:\"<div class=\"snap_preview\"><br /><p>WordPress&#8217; built-in export/import functionality makes it a snap to merge two blogs into one. You simply export from the blog you&#8217;re going to retire, import into the blog you&#8217;re going to keep, and then forward the old domain to the new one.</p>\n<p>Here&#8217;s my tip: do <strong>not</strong> select an existing blog user to &#8220;own&#8221; the imported content! Instead, create a new temporary user just for that content. Here is why: the imported posts may need some manual cleanup, like integration into the new blog&#8217;s category structure, or adding/removing tags. By importing into a new author, you&#8217;re creating a way to view only the posts imported in that batch. Simply go to the Users &rarr; Edit screen and then click the number of posts next to the temporary import author. Boom, you&#8217;re looking at only the imported posts. Then, as you clean up their categories and tags using 2.7&#8217;s bulk edit or quick edit features, you can simultaneously reassign the posts to their proper author. Once there are no more posts for that temporary import author, delete that author, and you&#8217;re done!</p>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/243/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/243/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/243/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/243/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/243/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/243/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/243/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/243/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/243/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/243/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=243&subd=markjaquith&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 05:34:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:7:\"summary\";s:2376:\"<div class=\"snap_preview\"><br /><p>WordPress&#8217; built-in export/import functionality makes it a snap to merge two blogs into one. You simply export from the blog you&#8217;re going to retire, import into the blog you&#8217;re going to keep, and then forward the old domain to the new one.</p>\n<p>Here&#8217;s my tip: do <strong>not</strong> select an existing blog user to &#8220;own&#8221; the imported content! Instead, create a new temporary user just for that content. Here is why: the imported posts may need some manual cleanup, like integration into the new blog&#8217;s category structure, or adding/removing tags. By importing into a new author, you&#8217;re creating a way to view only the posts imported in that batch. Simply go to the Users &rarr; Edit screen and then click the number of posts next to the temporary import author. Boom, you&#8217;re looking at only the imported posts. Then, as you clean up their categories and tags using 2.7&#8217;s bulk edit or quick edit features, you can simultaneously reassign the posts to their proper author. Once there are no more posts for that temporary import author, delete that author, and you&#8217;re done!</p>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/243/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/243/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/243/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/243/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/243/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/243/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/243/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/243/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/243/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/243/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=243&subd=markjaquith&ref=&feed=1\" /></div>\";}i:5;a:7:{s:5:\"title\";s:17:\"Matt: Virgin Wifi\";s:4:\"guid\";s:21:\"http://ma.tt/?p=10059\";s:4:\"link\";s:33:\"http://ma.tt/2009/01/virgin-wifi/\";s:11:\"description\";s:367:\"<p>I&#8217;m on a Virgin America flight from Las Vegas to San Francisco and there&#8217;s wifi! I was on one of the test international flights where they did wifi like 5 years ago but I haven&#8217;t been on a flight that has had it since. I wish this flight was actually longer. I&#8217;m getting 140ms ping times to wordpress.com, it&#8217;s a great connection.</p>\";s:7:\"pubdate\";s:31:\"Wed, 14 Jan 2009 00:18:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:367:\"<p>I&#8217;m on a Virgin America flight from Las Vegas to San Francisco and there&#8217;s wifi! I was on one of the test international flights where they did wifi like 5 years ago but I haven&#8217;t been on a flight that has had it since. I wish this flight was actually longer. I&#8217;m getting 140ms ping times to wordpress.com, it&#8217;s a great connection.</p>\";}i:6;a:7:{s:5:\"title\";s:22:\"Matt: WordPress Skills\";s:4:\"guid\";s:20:\"http://ma.tt/?p=9930\";s:4:\"link\";s:38:\"http://ma.tt/2009/01/wordpress-skills/\";s:11:\"description\";s:170:\"<p><a href=\"http://publisherblog.automattic.com/2009/01/12/odesk-wordpress-most-in-demand/\">oDesk Reports “WordPress” Fastest Growing In-Demand Skill in 2008</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 13 Jan 2009 19:09:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:170:\"<p><a href=\"http://publisherblog.automattic.com/2009/01/12/odesk-wordpress-most-in-demand/\">oDesk Reports “WordPress” Fastest Growing In-Demand Skill in 2008</a>.</p>\";}i:7;a:7:{s:5:\"title\";s:49:\"Mike Little: WordCamp UK 2009 Looking for a venue\";s:4:\"guid\";s:35:\"http://zed1.com/journalized/?p=1315\";s:4:\"link\";s:71:\"http://zed1.com/journalized/archives/2009/01/13/wordcamp-uk-2009-venue/\";s:11:\"description\";s:498:\"<p>Bids are being invited for this year&#8217;s WordCamp UK event targeted for July. Last years event was held in Birmingham and was a fantastic success.</p>\n<p>This year I hope we can top that and make it bigger and better. The details can be found over at <a href=\"http://tonyscott.org.uk/2009/01/12/wanted-venue-for-wordcamp-uk-2009/\">Tony Scott&#8217;s site</a>.</p>\n<p>Note, there is a deadline for submissions of midnight GMT on Sunday 25 January 2009 so that&#8217;s less than two weeks!</p>\";s:7:\"pubdate\";s:31:\"Tue, 13 Jan 2009 12:46:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"mike\";}s:7:\"summary\";s:498:\"<p>Bids are being invited for this year&#8217;s WordCamp UK event targeted for July. Last years event was held in Birmingham and was a fantastic success.</p>\n<p>This year I hope we can top that and make it bigger and better. The details can be found over at <a href=\"http://tonyscott.org.uk/2009/01/12/wanted-venue-for-wordcamp-uk-2009/\">Tony Scott&#8217;s site</a>.</p>\n<p>Note, there is a deadline for submissions of midnight GMT on Sunday 25 January 2009 so that&#8217;s less than two weeks!</p>\";}i:8;a:7:{s:5:\"title\";s:32:\"Matt: Work on Stuff that Matters\";s:4:\"guid\";s:20:\"http://ma.tt/?p=9873\";s:4:\"link\";s:48:\"http://ma.tt/2009/01/work-on-stuff-that-matters/\";s:11:\"description\";s:142:\"<p>Tim O&#8217;Reilly on <a href=\"http://radar.oreilly.com/2009/01/work-on-stuff-that-matters-fir.html\">working on stuff that matters</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 13 Jan 2009 02:28:31 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:142:\"<p>Tim O&#8217;Reilly on <a href=\"http://radar.oreilly.com/2009/01/work-on-stuff-that-matters-fir.html\">working on stuff that matters</a>.</p>\";}i:9;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 01/12\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4961\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/01/12/wordpress-plugin-releases-for-0112/\";s:11:\"description\";s:3451:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.stephenbaugh.com/blog/wordpress-plugins/find-thumb/\">Thumb Finder</a></p>\n<p>It&#8217;s purpose is to replace the Image function currently used in your theme with one that is lot more clever. With these new functions available you can do everything from a randomly select an image, or return a URL or IMG tag source specifically for that post.</p>\n<p><a href=\"http://yoast.com/wordpress/tweetbacks/\">Tweetbacks</a></p>\n<p>This plugin imports those tweets about your posts as comments. You can display them in between the other comments on your blog, or display them separately.</p>\n<p><a href=\"http://omninoggin.com/projects/wordpress-plugins/anti-adblock-wordpress-plugin/\">Anti-AdBlock</a></p>\n<p>This plugin displays a notification message to visitors with AdBlock on, humbly asking them to turn it off.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/session-manager/\">Session Manager</a></p>\n<p>A Plugin to give the administrators some simple page hit stats that aren&#8217;t at all confusing.</p>\n<p><a href=\"http://www.sean-barton.co.uk/2009/01/sb-child-list-plugin/\">SB Child List</a></p>\n<p>A Plugin to introduce some shortcodes to use on parent pages which give dynamic information on it&#8217;s children</p>\n<p><a href=\"http://www.seanbluestone.com/customizing-the_excerpt\">Custom Excerpts</a></p>\n<p>Custom Excerpts allows you to create a custom excerpt length, choose HTML tags to allow and whether to make the link nofollow or dofollow.</p>\n<p><a href=\"http://www.infinetsoftware.com/blog/40-wp-my-twitter-plugin/\">WP My Twitter</a></p>\n<p>Display your Twitter Tweets on your blog.</p>\n<p><a href=\"http://wordpress.net.ua/db-cache\">DB Cache</a></p>\n<p>The fastest cache engine for WordPress, that produces cache of database queries with easy configuration.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://kerrywebster.com/design/branded-login-screen-for-wordpress-27/\">Branded Login Screen</a></p>\n<p>Replace the plain original WordPress Admin login screen with your own brand.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/category-images-ii/\">Category Images</a></p>\n<p>This plugin allows you to upload images for categories, and provides a template tag to show the image(s) in your theme.</p>\n<p><a href=\"http://www.webopticon.com/archives/148\">Flickr Tag</a></p>\n<p>Insert Flickr sets, tags or individual photos in your posts by using a special tag.</p>\n<p><a href=\"http://www.peteholiday.com/wp-sentry/\">WP Sentry</a></p>\n<p>WP Sentry allows WordPress authors to grant access to individual private posts to users and groups of users.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/draw-comments/\">Draw Comments</a></p>\n<p>This plugin allows your visitors to draw an image as extra comment.</p>\n<p><a href=\"http://www.gate303.net/2007/12/17/video-embedder/\">Video Embedder</a></p>\n<p>Video Embedder lets you easily add movies from a wide variety of online services, without breaking validation. Currently supporting over 20 services.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wordpresscom-video-server/\">WordPress Video Solution Framework</a></p>\n<p>Video solutions framework, including player, transcoder and administration interface utilities as wpmu plugin.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wassup/\">WassUp</a></p>\n<p>Analyze your visitors traffic with real time statistics, chart, a lot of chronological information and a sidebar Widget.</p>\";s:7:\"pubdate\";s:31:\"Mon, 12 Jan 2009 19:00:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:3451:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.stephenbaugh.com/blog/wordpress-plugins/find-thumb/\">Thumb Finder</a></p>\n<p>It&#8217;s purpose is to replace the Image function currently used in your theme with one that is lot more clever. With these new functions available you can do everything from a randomly select an image, or return a URL or IMG tag source specifically for that post.</p>\n<p><a href=\"http://yoast.com/wordpress/tweetbacks/\">Tweetbacks</a></p>\n<p>This plugin imports those tweets about your posts as comments. You can display them in between the other comments on your blog, or display them separately.</p>\n<p><a href=\"http://omninoggin.com/projects/wordpress-plugins/anti-adblock-wordpress-plugin/\">Anti-AdBlock</a></p>\n<p>This plugin displays a notification message to visitors with AdBlock on, humbly asking them to turn it off.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/session-manager/\">Session Manager</a></p>\n<p>A Plugin to give the administrators some simple page hit stats that aren&#8217;t at all confusing.</p>\n<p><a href=\"http://www.sean-barton.co.uk/2009/01/sb-child-list-plugin/\">SB Child List</a></p>\n<p>A Plugin to introduce some shortcodes to use on parent pages which give dynamic information on it&#8217;s children</p>\n<p><a href=\"http://www.seanbluestone.com/customizing-the_excerpt\">Custom Excerpts</a></p>\n<p>Custom Excerpts allows you to create a custom excerpt length, choose HTML tags to allow and whether to make the link nofollow or dofollow.</p>\n<p><a href=\"http://www.infinetsoftware.com/blog/40-wp-my-twitter-plugin/\">WP My Twitter</a></p>\n<p>Display your Twitter Tweets on your blog.</p>\n<p><a href=\"http://wordpress.net.ua/db-cache\">DB Cache</a></p>\n<p>The fastest cache engine for WordPress, that produces cache of database queries with easy configuration.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://kerrywebster.com/design/branded-login-screen-for-wordpress-27/\">Branded Login Screen</a></p>\n<p>Replace the plain original WordPress Admin login screen with your own brand.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/category-images-ii/\">Category Images</a></p>\n<p>This plugin allows you to upload images for categories, and provides a template tag to show the image(s) in your theme.</p>\n<p><a href=\"http://www.webopticon.com/archives/148\">Flickr Tag</a></p>\n<p>Insert Flickr sets, tags or individual photos in your posts by using a special tag.</p>\n<p><a href=\"http://www.peteholiday.com/wp-sentry/\">WP Sentry</a></p>\n<p>WP Sentry allows WordPress authors to grant access to individual private posts to users and groups of users.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/draw-comments/\">Draw Comments</a></p>\n<p>This plugin allows your visitors to draw an image as extra comment.</p>\n<p><a href=\"http://www.gate303.net/2007/12/17/video-embedder/\">Video Embedder</a></p>\n<p>Video Embedder lets you easily add movies from a wide variety of online services, without breaking validation. Currently supporting over 20 services.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wordpresscom-video-server/\">WordPress Video Solution Framework</a></p>\n<p>Video solutions framework, including player, transcoder and administration interface utilities as wpmu plugin.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wassup/\">WassUp</a></p>\n<p>Analyze your visitors traffic with real time statistics, chart, a lot of chronological information and a sidebar Widget.</p>\";}i:10;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: Google Blog Converters 1.0 Released\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2009/01/11/google-blog-converters-10-released/\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/01/11/google-blog-converters-10-released/\";s:11:\"description\";s:849:\"<p><a href=\"http://google-opensource.blogspot.com/2009/01/google-blog-converters-10-released.html\">Google Open Source Blog: Google Blog Converters 1.0 Released</a>: <em>Blogger (now) allows users the ability to export all contents of their blog, the Data Liberation team would like to announce the <a href=\"http://code.google.com/p/google-blog-converters-appengine/\">Google Blog Converters</a> project. This new Open Source project provides the ability to easily move blog posts and comments from service to service. This initial release provides Python libraries and runnable scripts that convert between the export formats of Blogger, LiveJournal, MovableType, and WordPress.</em> This is after Google decided to <a href=\"http://buzz.blogger.com/2008/12/your-blog-your-data.html\">allow Blogger users to import and export data from Blogger</a>.</p>\";s:7:\"pubdate\";s:31:\"Sun, 11 Jan 2009 23:11:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:849:\"<p><a href=\"http://google-opensource.blogspot.com/2009/01/google-blog-converters-10-released.html\">Google Open Source Blog: Google Blog Converters 1.0 Released</a>: <em>Blogger (now) allows users the ability to export all contents of their blog, the Data Liberation team would like to announce the <a href=\"http://code.google.com/p/google-blog-converters-appengine/\">Google Blog Converters</a> project. This new Open Source project provides the ability to easily move blog posts and comments from service to service. This initial release provides Python libraries and runnable scripts that convert between the export formats of Blogger, LiveJournal, MovableType, and WordPress.</em> This is after Google decided to <a href=\"http://buzz.blogger.com/2008/12/your-blog-your-data.html\">allow Blogger users to import and export data from Blogger</a>.</p>\";}i:11;a:7:{s:5:\"title\";s:17:\"Matt: Twenty-Five\";s:4:\"guid\";s:20:\"http://ma.tt/?p=9860\";s:4:\"link\";s:33:\"http://ma.tt/2009/01/twenty-five/\";s:11:\"description\";s:3507:\"<p>Today I am a quarter of a century old. To be honest I never thought I would be this old, it was a number beyond where I could imagine or visualize but the last few years have just gone by in a blur and here I am, 25 years young and finally able to rent a car without paying an age penalty.<strong></strong></p>\n<p>Following up from the <a href=\"http://ma.tt/2009/01/open-sourcing-resolutions/\">open source resolutions</a>, here&#8217;s what I&#8217;m going to aim for this year in no particular order:</p>\n<ul>\n<li>Learn a language where WP has a big impact (probably Spanish).</li>\n<li>Take more videos, post at least 2 a month.</li>\n<li>Post 10,000 photos in 2009.</li>\n<li>Post at least one book a month I&#8217;ve enjoyed.</li>\n<li>Don&#8217;t try to do everything myself.</li>\n<li>Redesign Ma.tt! (And get back up in the search engine rankings for &#8220;Matt&#8221; on Google.)</li>\n<li>Post more personal stuff. (Like this.)</li>\n<li>Spend more time working with and coaching other young entrepreneurs and startups.</li>\n<li>Donate to 5 Open Source projects that touch my life daily.</li>\n<li>Learn to make/prepare one food item a month.</li>\n<li>Launch, launch, launch! (<a href=\"http://www.folklore.org/StoryView.py?story=Real_Artists_Ship.txt\">Real artists ship</a>.)</li>\n<li>Get people to capitalize WordPress correctly, and stop using the <a href=\"http://s.ma.tt/files/2009/01/wordpress-logo.png\">fake mis-proportioned W</a>.  <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" />  (Here <a href=\"http://wordpress.org/about/logos/\">are some correct ones</a>.)</li>\n<li>Print my favorite picture of another person every month and send it to that person in a picture frame.</li>\n<li>Reinstate WordPress Wednesdays and make it easier to do an amazing photoblog with WP.</li>\n</ul>\n<p>(Hat tip to <a class=\"url\" rel=\"external nofollow\" href=\"http://bmannconsulting.com\">Boris Mann</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://benjamincano.com\">Benji</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://www.niallkennedy.com/\">Niall Kennedy</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://pencoyd.com/clock\">John Roberts</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://www.pestaola.gr\">Titanas</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://www.ryumaou.com/hoffman/netgeek/\">Network Geek</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://avinashv.net\">Avinash</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://blog.kirb.us/\">Kirb</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://www.julie.wordpress.com\">Julie</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://markjaquith.com/\">Mark Jaquith</a>, and <a class=\"url\" rel=\"external nofollow\" href=\"http://www.kabatology.com\">Kabatology</a> for the resolutions.)</p>\n<p>This is the seventh year I&#8217;ve blogged my birthday: <a href=\"http://ma.tt/2003/01/bday/\">19</a>, <a href=\"http://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"http://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"http://ma.tt/2006/01/matt-22/\">22</a>, and <a href=\"http://ma.tt/2007/01/twenty-three/\">23</a>, and <a href=\"http://ma.tt/2008/01/twenty-four/\">24</a>. If you had asked me 7 years ago where I would be today I couldn&#8217;t have imagined all of the amazing things that have happened, the incredible people I&#8217;ve met, and the communities that I&#8217;ve become a part of. <strong>Thank you. </strong> Here&#8217;s to the next 25.</p>\";s:7:\"pubdate\";s:31:\"Sun, 11 Jan 2009 22:24:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:3507:\"<p>Today I am a quarter of a century old. To be honest I never thought I would be this old, it was a number beyond where I could imagine or visualize but the last few years have just gone by in a blur and here I am, 25 years young and finally able to rent a car without paying an age penalty.<strong></strong></p>\n<p>Following up from the <a href=\"http://ma.tt/2009/01/open-sourcing-resolutions/\">open source resolutions</a>, here&#8217;s what I&#8217;m going to aim for this year in no particular order:</p>\n<ul>\n<li>Learn a language where WP has a big impact (probably Spanish).</li>\n<li>Take more videos, post at least 2 a month.</li>\n<li>Post 10,000 photos in 2009.</li>\n<li>Post at least one book a month I&#8217;ve enjoyed.</li>\n<li>Don&#8217;t try to do everything myself.</li>\n<li>Redesign Ma.tt! (And get back up in the search engine rankings for &#8220;Matt&#8221; on Google.)</li>\n<li>Post more personal stuff. (Like this.)</li>\n<li>Spend more time working with and coaching other young entrepreneurs and startups.</li>\n<li>Donate to 5 Open Source projects that touch my life daily.</li>\n<li>Learn to make/prepare one food item a month.</li>\n<li>Launch, launch, launch! (<a href=\"http://www.folklore.org/StoryView.py?story=Real_Artists_Ship.txt\">Real artists ship</a>.)</li>\n<li>Get people to capitalize WordPress correctly, and stop using the <a href=\"http://s.ma.tt/files/2009/01/wordpress-logo.png\">fake mis-proportioned W</a>.  <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" />  (Here <a href=\"http://wordpress.org/about/logos/\">are some correct ones</a>.)</li>\n<li>Print my favorite picture of another person every month and send it to that person in a picture frame.</li>\n<li>Reinstate WordPress Wednesdays and make it easier to do an amazing photoblog with WP.</li>\n</ul>\n<p>(Hat tip to <a class=\"url\" rel=\"external nofollow\" href=\"http://bmannconsulting.com\">Boris Mann</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://benjamincano.com\">Benji</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://www.niallkennedy.com/\">Niall Kennedy</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://pencoyd.com/clock\">John Roberts</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://www.pestaola.gr\">Titanas</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://www.ryumaou.com/hoffman/netgeek/\">Network Geek</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://avinashv.net\">Avinash</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://blog.kirb.us/\">Kirb</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://www.julie.wordpress.com\">Julie</a>, <a class=\"url\" rel=\"external nofollow\" href=\"http://markjaquith.com/\">Mark Jaquith</a>, and <a class=\"url\" rel=\"external nofollow\" href=\"http://www.kabatology.com\">Kabatology</a> for the resolutions.)</p>\n<p>This is the seventh year I&#8217;ve blogged my birthday: <a href=\"http://ma.tt/2003/01/bday/\">19</a>, <a href=\"http://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"http://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"http://ma.tt/2006/01/matt-22/\">22</a>, and <a href=\"http://ma.tt/2007/01/twenty-three/\">23</a>, and <a href=\"http://ma.tt/2008/01/twenty-four/\">24</a>. If you had asked me 7 years ago where I would be today I couldn&#8217;t have imagined all of the amazing things that have happened, the incredible people I&#8217;ve met, and the communities that I&#8217;ve become a part of. <strong>Thank you. </strong> Here&#8217;s to the next 25.</p>\";}i:12;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: Plugin Review: Referrer Detector\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4955\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\";s:11:\"description\";s:5845:\"<p>The second plugin in our <a href=\"http://weblogtoolscollection.com/archives/category/apad/\">weekly plugin review series</a> is not a one that helps you win over a few visitors who arrive from search engines and other sites.</p>\n<h3>What is Referrer Detector?</h3>\n<p><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> is a WordPress Plugin that displays a greeting message to visitors that come from different urls (known as referrers).</p>\n<p>For example, you may want to welcome Diggers with a message that reminds them to digg your story, or you may want to ask Del.icio.us users to bookmark your post, and so on.</p>\n<h3>Features</h3>\n<ul>\n<li>A pure AJAXed admin interface with elements tidily divided into tabs. Entries can be added/modified/(de)activated/deleted without the need to reload the entire page, or even with just one click.</li>\n<li>The greet box position can be set to before or after the post. A <a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/#custom_tag\">[custom tag]</a> can also be used in case you don&#8217;t want to show greetings on every post.</li>\n<li>Users can also put a tag (<code>&lt;?php if (function_exists(\'referrer_detector\')) referrer_detector(); ?&gt;</code>) into the template to show the greet box anywhere of choice.</li>\n<li>Excluded URLs can be specified in order to hide the greet box from specific users (like ones from Google Reader).</li>\n<li>Ability to include WordPress attributes like url, title, author, category etc. into the greetings.</li>\n<li>A STAT panel to get data reporting about the visitor statistic.</li>\n<li>Compatible with caching plugins, since the core is written and run in JavaScript which is normally not cached.</li>\n<li>Many installed-by-default entries (which can be restored anytime with one click). Upon installing, you will have these entries available:\n<ul>\n<li>9 rules</li>\n<li>Del.icio.us and Delicious.com</li>\n<li>Digg</li>\n<li>Gizmodo</li>\n<li>Google Search</li>\n<li>Lifehacker</li>\n<li>Live Search</li>\n<li>Reddit</li>\n<li>StumbleUpon</li>\n<li>TechCrunch</li>\n<li>Technograti</li>\n<li>TechRadar</li>\n<li>Twitter</li>\n<li>Yahoo Search</li>\n</ul>\n</li>\n</ul>\n<h3>Demo</h3>\n<p>The real way to test this plugin is to go to Google or Yahoo and then search for &#8220;phoenixheart.net&#8221; [<a href=\"http://search.yahoo.com/search?p=\">Yahoo! Search Results</a>] Click on the link to the site and check out the cool greeting image.</p>\n<p>I performed a <a href=\"http://search.yahoo.com/search?p=\">Yahoo! Search</a> and got this cool greeting box.</p>\n<p><img title=\"referrerdetector\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/referrerdetector.jpg\" border=\"0\" alt=\"referrerdetector\" width=\"500\" height=\"63\" /></p>\n<p>Google Search worked only when the referrer was Google.com and not Google.co.in which is default since I am from India.</p>\n<h3>Our Review</h3>\n<p>The plugin is easy to use and install. It comes with out-of-the-box support for 14 sites which should cover a good portion of the traffic that you would receive.</p>\n<p>This makes it a install and forget plugin unless you really want to bother about customizing it.</p>\n<p>The <a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">plugin release post</a> is well detailed, complete with examples on how to go about configuring / editing the welcome messages.</p>\n<p>Adding a new entry is extremely easy. You need to enter details of the site where you are entering traffic from. The site has to be entered without the http or www e.g. digg.com or google.com.</p>\n<p>The AJAX interface makes it easy to add / edit referrers. I was able to Edit and Add at the same time without visiting a new page. My detailed testing did raise a few points, which I have listed under improvements below.</p>\n<p>Each tab has a small help section, so you’re not left clueless if you get stuck somewhere. The option for Excluded URLs is good since you can exclude those who are subscribed to online feed readers.</p>\n<h3>Suggested Improvements</h3>\n<p>Now, this is the important part, or I hope to think so! Some improvements I felt this plugin could use:</p>\n<ol>\n<li>Making any modification i.e. adding / editing referrers requires write permissions for a JavaScript file. It also requires the user to know how to chmod and also increases one step in the installation process. I’d be happier if everything was stored in the database.</li>\n<li>You can choose to deactivate certain referrers. Would be good if there was a checkbox for bulk actions, something like we now have in WordPress 2.7 management of posts, pages, comments, plugins etc.</li>\n<li>Like I mentioned above Google.com worked but not Google.co.in. Google Search is such that it automatically changes the default search engine domain based on your location. The plugin should take care of this automatically. It’s a humongous task to add all the individual domains. One possible solution could be a wildcard entry i.e. google.* or *.yahoo.com</li>\n<li>Default Message for domains not in the list of referrers. I believe the author plans on updating this in a future version.</li>\n<li>Lastly, not an important point but it would be great to see the plugin have its own page instead of post. I’m not a big fan of posts being the default location for a plugin or theme since your plugin/theme is permanent and so needs a permanent location on your site. It also helps in standardization when you release more than one plugin. E.g. in my case I have <a href=\"http://ajaydsouza.com/wordpress/plugins/\">all plugins on separate pages on my blog</a>. Again, this is a matter of preference.</li>\n</ol>\n<p>And, now it’s your turn. Have you been using this plugin? What has been your experience with it? Do you have any feature requests?</p>\n<p>The plugin author is reading…</p>\";s:7:\"pubdate\";s:31:\"Sun, 11 Jan 2009 07:00:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:5845:\"<p>The second plugin in our <a href=\"http://weblogtoolscollection.com/archives/category/apad/\">weekly plugin review series</a> is not a one that helps you win over a few visitors who arrive from search engines and other sites.</p>\n<h3>What is Referrer Detector?</h3>\n<p><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> is a WordPress Plugin that displays a greeting message to visitors that come from different urls (known as referrers).</p>\n<p>For example, you may want to welcome Diggers with a message that reminds them to digg your story, or you may want to ask Del.icio.us users to bookmark your post, and so on.</p>\n<h3>Features</h3>\n<ul>\n<li>A pure AJAXed admin interface with elements tidily divided into tabs. Entries can be added/modified/(de)activated/deleted without the need to reload the entire page, or even with just one click.</li>\n<li>The greet box position can be set to before or after the post. A <a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/#custom_tag\">[custom tag]</a> can also be used in case you don&#8217;t want to show greetings on every post.</li>\n<li>Users can also put a tag (<code>&lt;?php if (function_exists(\'referrer_detector\')) referrer_detector(); ?&gt;</code>) into the template to show the greet box anywhere of choice.</li>\n<li>Excluded URLs can be specified in order to hide the greet box from specific users (like ones from Google Reader).</li>\n<li>Ability to include WordPress attributes like url, title, author, category etc. into the greetings.</li>\n<li>A STAT panel to get data reporting about the visitor statistic.</li>\n<li>Compatible with caching plugins, since the core is written and run in JavaScript which is normally not cached.</li>\n<li>Many installed-by-default entries (which can be restored anytime with one click). Upon installing, you will have these entries available:\n<ul>\n<li>9 rules</li>\n<li>Del.icio.us and Delicious.com</li>\n<li>Digg</li>\n<li>Gizmodo</li>\n<li>Google Search</li>\n<li>Lifehacker</li>\n<li>Live Search</li>\n<li>Reddit</li>\n<li>StumbleUpon</li>\n<li>TechCrunch</li>\n<li>Technograti</li>\n<li>TechRadar</li>\n<li>Twitter</li>\n<li>Yahoo Search</li>\n</ul>\n</li>\n</ul>\n<h3>Demo</h3>\n<p>The real way to test this plugin is to go to Google or Yahoo and then search for &#8220;phoenixheart.net&#8221; [<a href=\"http://search.yahoo.com/search?p=\">Yahoo! Search Results</a>] Click on the link to the site and check out the cool greeting image.</p>\n<p>I performed a <a href=\"http://search.yahoo.com/search?p=\">Yahoo! Search</a> and got this cool greeting box.</p>\n<p><img title=\"referrerdetector\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/referrerdetector.jpg\" border=\"0\" alt=\"referrerdetector\" width=\"500\" height=\"63\" /></p>\n<p>Google Search worked only when the referrer was Google.com and not Google.co.in which is default since I am from India.</p>\n<h3>Our Review</h3>\n<p>The plugin is easy to use and install. It comes with out-of-the-box support for 14 sites which should cover a good portion of the traffic that you would receive.</p>\n<p>This makes it a install and forget plugin unless you really want to bother about customizing it.</p>\n<p>The <a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">plugin release post</a> is well detailed, complete with examples on how to go about configuring / editing the welcome messages.</p>\n<p>Adding a new entry is extremely easy. You need to enter details of the site where you are entering traffic from. The site has to be entered without the http or www e.g. digg.com or google.com.</p>\n<p>The AJAX interface makes it easy to add / edit referrers. I was able to Edit and Add at the same time without visiting a new page. My detailed testing did raise a few points, which I have listed under improvements below.</p>\n<p>Each tab has a small help section, so you’re not left clueless if you get stuck somewhere. The option for Excluded URLs is good since you can exclude those who are subscribed to online feed readers.</p>\n<h3>Suggested Improvements</h3>\n<p>Now, this is the important part, or I hope to think so! Some improvements I felt this plugin could use:</p>\n<ol>\n<li>Making any modification i.e. adding / editing referrers requires write permissions for a JavaScript file. It also requires the user to know how to chmod and also increases one step in the installation process. I’d be happier if everything was stored in the database.</li>\n<li>You can choose to deactivate certain referrers. Would be good if there was a checkbox for bulk actions, something like we now have in WordPress 2.7 management of posts, pages, comments, plugins etc.</li>\n<li>Like I mentioned above Google.com worked but not Google.co.in. Google Search is such that it automatically changes the default search engine domain based on your location. The plugin should take care of this automatically. It’s a humongous task to add all the individual domains. One possible solution could be a wildcard entry i.e. google.* or *.yahoo.com</li>\n<li>Default Message for domains not in the list of referrers. I believe the author plans on updating this in a future version.</li>\n<li>Lastly, not an important point but it would be great to see the plugin have its own page instead of post. I’m not a big fan of posts being the default location for a plugin or theme since your plugin/theme is permanent and so needs a permanent location on your site. It also helps in standardization when you release more than one plugin. E.g. in my case I have <a href=\"http://ajaydsouza.com/wordpress/plugins/\">all plugins on separate pages on my blog</a>. Again, this is a matter of preference.</li>\n</ol>\n<p>And, now it’s your turn. Have you been using this plugin? What has been your experience with it? Do you have any feature requests?</p>\n<p>The plugin author is reading…</p>\";}i:13;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 01/10\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4952\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/01/10/wordpress-theme-releases-for-0110/\";s:11:\"description\";s:2806:\"<p><a href=\"http://www.thatagency.com/solutions/blog-templates.php\"><strong>Golf</strong></a></p>\n<p><a href=\"http://www.thatagency.com/THATthemes/index.php?wptheme=THATgolf+Theme\"><img title=\"golf-blog-template\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/golfblogtemplate.jpg\" border=\"0\" alt=\"golf-blog-template\" width=\"162\" height=\"114\" /></a></p>\n<p>Simple, three-column free WordPress theme with golf imagery. The background and header images of this free theme for WordPress display images related to golfing. This is a great WordPress theme for golf blogs and bloggers who are golf enthusiasts.</p>\n<p><a href=\"http://www.wpcontempo.com/free-zeofire-brown-wordpress-theme/\"><strong>Zeofire Brown</strong></a></p>\n<p><a href=\"http://demo.wpcontempo.com/?wptheme=zeofirebrown\"><img title=\"zeofire-brown\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/zeofirebrown.jpg\" border=\"0\" alt=\"zeofire-brown\" width=\"170\" height=\"114\" /></a></p>\n<p>Three column, brown WordPress theme optimized with 8 widget ready advertising spots.</p>\n<p><a href=\"http://www.iheartpc.com/i-heart-pc-wordpress-theme/\"><strong>I Heart PC</strong></a></p>\n<p><a href=\"http://demo.iheartpc.com/\"><img title=\"iheartpcscreen11\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/iheartpcscreen11.jpg\" border=\"0\" alt=\"iheartpcscreen11\" width=\"151\" height=\"114\" /></a></p>\n<p>I Heart PC is a 3 column theme, that comes in blue, white and red. It&#8217;s widget and gravatar ready, with fixed width. Looks best at resolutions of minimum 1024&#215;768.</p>\n<p><a href=\"http://www.wp-them.es/wp-themes-magazine/\"><strong>WP Themes Magazine</strong></a></p>\n<p><img title=\"wpthemesmagazine\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/wpthemesmagazine.png\" border=\"0\" alt=\"wpthemesmagazine\" width=\"152\" height=\"114\" /></p>\n<p>Wp-Themes Magazine is a magazine style two column WordPress Theme designed to load fast with NO graphics contained. Very easy to customize and ready for advertisement management from the theme custom options menu. The homepage featured content also can be easily be customized from the theme’s menu.</p>\n<p><a href=\"http://jetpackpilot.com/free-wordpress-theme-download-blue-lite/\"><strong>Blue Lite</strong></a></p>\n<p><a href=\"http://jetpackpilot.com/demo/?wptheme=Blue%20Lite\"><img title=\"blueliteimg\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/blueliteimg.png\" border=\"0\" alt=\"blueliteimg\" width=\"152\" height=\"114\" /></a></p>\n<p>Two column, widget ready, WordPress 2.7 compatible with theme with nice green, blue, and grey colors, and even has a tiny splash of yellow in the comments section.</p>\n<p> </p>\n<p>Are you a theme author? <a href=\"http://www.weblogtoolscollection.com/submit-news/\">Submit your theme</a> to us to get featured in our Theme release posts.</p>\";s:7:\"pubdate\";s:31:\"Sat, 10 Jan 2009 14:30:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2806:\"<p><a href=\"http://www.thatagency.com/solutions/blog-templates.php\"><strong>Golf</strong></a></p>\n<p><a href=\"http://www.thatagency.com/THATthemes/index.php?wptheme=THATgolf+Theme\"><img title=\"golf-blog-template\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/golfblogtemplate.jpg\" border=\"0\" alt=\"golf-blog-template\" width=\"162\" height=\"114\" /></a></p>\n<p>Simple, three-column free WordPress theme with golf imagery. The background and header images of this free theme for WordPress display images related to golfing. This is a great WordPress theme for golf blogs and bloggers who are golf enthusiasts.</p>\n<p><a href=\"http://www.wpcontempo.com/free-zeofire-brown-wordpress-theme/\"><strong>Zeofire Brown</strong></a></p>\n<p><a href=\"http://demo.wpcontempo.com/?wptheme=zeofirebrown\"><img title=\"zeofire-brown\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/zeofirebrown.jpg\" border=\"0\" alt=\"zeofire-brown\" width=\"170\" height=\"114\" /></a></p>\n<p>Three column, brown WordPress theme optimized with 8 widget ready advertising spots.</p>\n<p><a href=\"http://www.iheartpc.com/i-heart-pc-wordpress-theme/\"><strong>I Heart PC</strong></a></p>\n<p><a href=\"http://demo.iheartpc.com/\"><img title=\"iheartpcscreen11\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/iheartpcscreen11.jpg\" border=\"0\" alt=\"iheartpcscreen11\" width=\"151\" height=\"114\" /></a></p>\n<p>I Heart PC is a 3 column theme, that comes in blue, white and red. It&#8217;s widget and gravatar ready, with fixed width. Looks best at resolutions of minimum 1024&#215;768.</p>\n<p><a href=\"http://www.wp-them.es/wp-themes-magazine/\"><strong>WP Themes Magazine</strong></a></p>\n<p><img title=\"wpthemesmagazine\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/wpthemesmagazine.png\" border=\"0\" alt=\"wpthemesmagazine\" width=\"152\" height=\"114\" /></p>\n<p>Wp-Themes Magazine is a magazine style two column WordPress Theme designed to load fast with NO graphics contained. Very easy to customize and ready for advertisement management from the theme custom options menu. The homepage featured content also can be easily be customized from the theme’s menu.</p>\n<p><a href=\"http://jetpackpilot.com/free-wordpress-theme-download-blue-lite/\"><strong>Blue Lite</strong></a></p>\n<p><a href=\"http://jetpackpilot.com/demo/?wptheme=Blue%20Lite\"><img title=\"blueliteimg\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/blueliteimg.png\" border=\"0\" alt=\"blueliteimg\" width=\"152\" height=\"114\" /></a></p>\n<p>Two column, widget ready, WordPress 2.7 compatible with theme with nice green, blue, and grey colors, and even has a tiny splash of yellow in the comments section.</p>\n<p> </p>\n<p>Are you a theme author? <a href=\"http://www.weblogtoolscollection.com/submit-news/\">Submit your theme</a> to us to get featured in our Theme release posts.</p>\";}i:14;a:7:{s:5:\"title\";s:44:\"Weblog Tools Collection: PHPBB And WordPress\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4942\";s:4:\"link\";s:73:\"http://weblogtoolscollection.com/archives/2009/01/10/phpbb-and-wordpress/\";s:11:\"description\";s:2104:\"<p><img src=\"http://weblogtoolscollection.com/b2-img/2008/10/newwwpweeklylogo.png\" align=\"right\" /> Joining me this week on WordPress Weekly was <strong>Douglas Bell</strong> who operates <a href=\"http://www.webmacster87.info/\" target=\"_blank\">Webmacster87.info</a> as well as hosts the <a href=\"http://www.talkshoe.com/talkshoe/web/talkCast.jsp?masterId=12418&amp;cmd=tc\" target=\"_blank\">PHPBBWeekly podcast</a>. In this episode, David and I chatted about a number of subjects including:</p>\n<ul>\n<li>WordPress User Interface History</li>\n<li>BBPress</li>\n<li>PHPBB3</li>\n<li>The possibilities of the WordPress team working with PHPBB to develope a bridge between the two</li>\n<li>Security of PHPBB3 and WordPress</li>\n</ul>\n<p>And a whole lot more. While PHPBB and WordPress are two different pieces of open source software serving different needs, I find it interesting to discuss the differences in strategy as well as the similarities between the two. </p>\n<p><strong>Plugin Of The Week:</strong> <a href=\"http://sw-guide.de/wordpress/plugins/maintenance-mode/\">Maintenance Mode</a> – Adds a splash page to your blog that lets visitors know your blog is down for maintenance. Logged in administrators get full access to the blog including the front-end. When the maintenance mode is activated, a custom defined message is shown to site visitors</p>\n<p><strong>Announcements:</strong> On <strong>January 16th</strong>, Jonathan Davis who has created a comprehensive e-commerce plugin for WordPress called <a href=\"http://shopplugin.net/\" target=\"_blank\">Shopp</a> will be our special guest.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday January 16th, 2008</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"itpc://recordings.talkshoe.com/rss34224.xml\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Length Of Episode:</strong> 1 Hour</p>\n<p><strong>Download The Show:</strong> <a href=\"http://recordings.talkshoe.com/TC-34224/TS-179420.mp3\" target=\"_blank\">WordPressWeeklyEpisode36.mp3</a></p>\n<p><strong>Listen To Episode #36:</strong><br />\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 10 Jan 2009 05:27:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:2104:\"<p><img src=\"http://weblogtoolscollection.com/b2-img/2008/10/newwwpweeklylogo.png\" align=\"right\" /> Joining me this week on WordPress Weekly was <strong>Douglas Bell</strong> who operates <a href=\"http://www.webmacster87.info/\" target=\"_blank\">Webmacster87.info</a> as well as hosts the <a href=\"http://www.talkshoe.com/talkshoe/web/talkCast.jsp?masterId=12418&amp;cmd=tc\" target=\"_blank\">PHPBBWeekly podcast</a>. In this episode, David and I chatted about a number of subjects including:</p>\n<ul>\n<li>WordPress User Interface History</li>\n<li>BBPress</li>\n<li>PHPBB3</li>\n<li>The possibilities of the WordPress team working with PHPBB to develope a bridge between the two</li>\n<li>Security of PHPBB3 and WordPress</li>\n</ul>\n<p>And a whole lot more. While PHPBB and WordPress are two different pieces of open source software serving different needs, I find it interesting to discuss the differences in strategy as well as the similarities between the two. </p>\n<p><strong>Plugin Of The Week:</strong> <a href=\"http://sw-guide.de/wordpress/plugins/maintenance-mode/\">Maintenance Mode</a> – Adds a splash page to your blog that lets visitors know your blog is down for maintenance. Logged in administrators get full access to the blog including the front-end. When the maintenance mode is activated, a custom defined message is shown to site visitors</p>\n<p><strong>Announcements:</strong> On <strong>January 16th</strong>, Jonathan Davis who has created a comprehensive e-commerce plugin for WordPress called <a href=\"http://shopplugin.net/\" target=\"_blank\">Shopp</a> will be our special guest.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday January 16th, 2008</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"itpc://recordings.talkshoe.com/rss34224.xml\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Length Of Episode:</strong> 1 Hour</p>\n<p><strong>Download The Show:</strong> <a href=\"http://recordings.talkshoe.com/TC-34224/TS-179420.mp3\" target=\"_blank\">WordPressWeeklyEpisode36.mp3</a></p>\n<p><strong>Listen To Episode #36:</strong><br />\n</p>\";}i:15;a:7:{s:5:\"title\";s:29:\"Donncha: WP Super Cache 0.8.7\";s:4:\"guid\";s:29:\"http://ocaoimh.ie/?p=89494376\";s:4:\"link\";s:48:\"http://ocaoimh.ie/2009/01/09/wp-super-cache-087/\";s:11:\"description\";s:1574:\"<p><a href=\"http://ocaoimh.ie/wp-super-cache/\">WP Super Cache</a> version 0.8.7 is now <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/\">available</a>. WP Super Cache is a page caching plugin for WordPress that will significantly speed up your website.</p>\n<p>This release addresses some issues large or busy sites had with deleting expired cache files. Some sites generated so many cache files that there were two many files generated, even when those files were cleared out every hour. To fix that I limited the recursive function that deletes the files to 100 deletions at a time. That function is called until all the cache files are deleted (or strictly speaking, no files are deleted. That&#8217;s how the expired file cleanup works).<br />\nIt&#8217;s also possible to set the garbage collection interval to 10 minutes now which will also help.</p>\n<p><img src=\"http://ocaoimh.ie/?voyeur=1\" /></p><p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href=\"http://ocaoimh.ie/2008/10/08/wp-super-cache-083-speedy/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.3 &#8220;Speedy&#8221;\">WP Super Cache 0.8.3 &#8220;Speedy&#8221;</a></li><li><a href=\"http://ocaoimh.ie/2008/09/29/want-to-test-super-speed-caching/\" rel=\"bookmark\" title=\"Permanent Link: Want to test super speed caching?\">Want to test super speed caching?</a></li></ul></p>\";s:7:\"pubdate\";s:31:\"Fri, 09 Jan 2009 21:52:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:1574:\"<p><a href=\"http://ocaoimh.ie/wp-super-cache/\">WP Super Cache</a> version 0.8.7 is now <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/\">available</a>. WP Super Cache is a page caching plugin for WordPress that will significantly speed up your website.</p>\n<p>This release addresses some issues large or busy sites had with deleting expired cache files. Some sites generated so many cache files that there were two many files generated, even when those files were cleared out every hour. To fix that I limited the recursive function that deletes the files to 100 deletions at a time. That function is called until all the cache files are deleted (or strictly speaking, no files are deleted. That&#8217;s how the expired file cleanup works).<br />\nIt&#8217;s also possible to set the garbage collection interval to 10 minutes now which will also help.</p>\n<p><img src=\"http://ocaoimh.ie/?voyeur=1\" /></p><p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href=\"http://ocaoimh.ie/2008/10/08/wp-super-cache-083-speedy/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.3 &#8220;Speedy&#8221;\">WP Super Cache 0.8.3 &#8220;Speedy&#8221;</a></li><li><a href=\"http://ocaoimh.ie/2008/09/29/want-to-test-super-speed-caching/\" rel=\"bookmark\" title=\"Permanent Link: Want to test super speed caching?\">Want to test super speed caching?</a></li></ul></p>\";}i:16;a:7:{s:5:\"title\";s:63:\"Mark Jaquith: Subscribe to Comments plugin now on WordPress.com\";s:4:\"guid\";s:39:\"http://markjaquith.wordpress.com/?p=240\";s:4:\"link\";s:93:\"http://markjaquith.wordpress.com/2009/01/09/subscribe-to-comments-plugin-now-on-wordpresscom/\";s:11:\"description\";s:2170:\"<div class=\"snap_preview\"><br /><p>My popular <a href=\"http://txfx.net/code/wordpress/subscribe-to-comments/\">Subscribe to Comments</a> plugin has now <a href=\"http://en.blog.wordpress.com/2009/01/09/subscribe-to-comments/\">been enabled on the millions of WordPress.com blogs</a>! Subscribe to Comments puts a checkbox in your comments form that, if checked when leaving a comment, will e-mail that commenter all followup comments on that post.</p>\n<p>Give it a try! It&#8217;s a really simple and easy way to stay involved with a comment thread and actually have a conversation, instead of making what I call &#8220;drive-by comments.&#8221; Remember that you can unsubscribe at any time.</p>\n<p>For people with their own WordPress installs, I&#8217;ll have an update to the plugin out soon, and may follow that with another if Donncha gets me the changes made to the WordPress.com version and I think the general WordPress community would benefit from those changes.</p>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/240/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/240/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/240/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/240/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/240/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=240&subd=markjaquith&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Fri, 09 Jan 2009 19:19:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:7:\"summary\";s:2170:\"<div class=\"snap_preview\"><br /><p>My popular <a href=\"http://txfx.net/code/wordpress/subscribe-to-comments/\">Subscribe to Comments</a> plugin has now <a href=\"http://en.blog.wordpress.com/2009/01/09/subscribe-to-comments/\">been enabled on the millions of WordPress.com blogs</a>! Subscribe to Comments puts a checkbox in your comments form that, if checked when leaving a comment, will e-mail that commenter all followup comments on that post.</p>\n<p>Give it a try! It&#8217;s a really simple and easy way to stay involved with a comment thread and actually have a conversation, instead of making what I call &#8220;drive-by comments.&#8221; Remember that you can unsubscribe at any time.</p>\n<p>For people with their own WordPress installs, I&#8217;ll have an update to the plugin out soon, and may follow that with another if Donncha gets me the changes made to the WordPress.com version and I think the general WordPress community would benefit from those changes.</p>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/240/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/240/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/240/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/240/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/240/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/240/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=240&subd=markjaquith&ref=&feed=1\" /></div>\";}i:17;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 01/09\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4937\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/01/09/wordpress-plugin-releases-for-0109/\";s:11:\"description\";s:4457:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.tmrw.co.uk/blog/wp-admin-quicklinks-plugin/\">WP-Admin Quick Links</a></p>\n<p>WP Admin Quicklinks is a very simple little WordPress plugin that adds an intelligent, unobtrusive little admin panel to the top-right of all your site’s pages and posts giving you shortcuts to the most commonly used WP Admin sections.</p>\n<p><a href=\"http://decaf.de/mailto-staff/\">Mailto-staff</a></p>\n<p>For multi-author blogs. Plugin generates mailto links on the dashboard referring to all user groups of the blog. Quite handy way of internal staff communication.</p>\n<p><a href=\"http://geeklad.com/wordpress-pagerank-widget-plugin\">WordPress PageRank Widget Plugin</a></p>\n<p>Allows you to display a PageRank badge as a widget. It is much more convenient than having modify your templates to include such a badge. It can be used either at a page/post level, or a top site level.</p>\n<p><a href=\"http://www.red-root.com/wordpress/wordpress-plugin-is-child-of/\">Is Child Of</a></p>\n<p>This plugin implements a function called ‘is_child_of’, which can check if a page is a descendant page of another page, regardless of how many levels there are in between them.</p>\n<p><a href=\"http://www.improvingtheweb.com/tweet-stats-most-tweeted-posts-and-more/\">Tweet Stats</a></p>\n<p>Tweet Stats adds two widgets to your blog: “Most Tweeted Posts” and “Recently Tweeted Posts”. It works hand in hand with the newly released “Tweetbacks” plugin.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/default-categories/\">Default Categories</a></p>\n<p>Allows authors to set their default categories for authoring new posts.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/comment-form-quicktags/\">Comment Form Quicktags</a></p>\n<p>This plugin inserts a quicktag toolbar on the comment form.</p>\n<p><a href=\"http://www.allancollins.net/168/wordpress-plugin-no-update/\">No Update</a></p>\n<p>This plugin will allow you to disable plugin upgrade options for selected plugins.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://blog.clearskys.net/2008/05/28/google-ajax-libraries-api-plugin/\">Google AJAX Libraries API</a></p>\n<p>The Google Ajax Libraries API Plugin is designed to make it easy to use the Google hosted libraries without the need to mess with your theme and plugin code.</p>\n<p><a href=\"http://www.blogtrafficexchange.com/wordpress-backup/\">WordPress Backup</a></p>\n<p>WordPress backup zips the uploads (images), plugin, and current theme directories. Optionally emailing the zip files to an email address of choice. v1.4 Exposes the folders and permissions used for the backup.</p>\n<p><a href=\"http://www.dountsis.com/projects/social-bookmarks\">Social Bookmarks</a></p>\n<p>The Social Bookmarks plugin for WordPress adds a list of XHTML compliant graphic links at the end of your posts and/or pages that allow your visitors to easily submit them to a number of social bookmarking sites.</p>\n<p><a href=\"http://cart.kolix.de/?page_id=61\">Visit Counter</a></p>\n<p>Visitcounter is a small WordPress 2++ plugin which counts the visits of your weblog on a daily base. There a several functions which can show different stats: all visits, currently online, daily visits.</p>\n<p><a href=\"http://cart.kolix.de/?page_id=112\">Linklist</a></p>\n<p>This plugin allows you to create a personal linklist as a new page. It&#8217;s easy to manage and gives you a lot of features. You can control and manage it with the WordPress admin, edit links and categories and much more!</p>\n<p><a href=\"http://rauru.com/wordpress-popular-posts/\">Wordpress Popular Posts</a></p>\n<p>With Wordpress Popular Posts, you can show your visitors what are the most popular entries on your blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/duplicate-post/\">Duplicate Post</a></p>\n<p>Create a copy of a post.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/shockingly-simple-favicon/\">Shockingly Simple Favicon</a></p>\n<p>A shockingly simple favicon for your site. it changes de favicon of your blog without having to edit the theme files</p>\n<p><a href=\"http://wordpress.org/extend/plugins/custom-field-template/\">Custom Field Template</a></p>\n<p>This plugin adds the default custom fields on the Write Post/Page.</p>\n<p><a href=\"http://rick.jinlabs.com/code/dashboard-technorati-reactions-extended/\">Dashboard: Technorati Reactions Extended</a></p>\n<p>Widget for the WordPress +2.7 dashboard to display the latest technorati reactions.</p>\";s:7:\"pubdate\";s:31:\"Fri, 09 Jan 2009 15:15:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4457:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.tmrw.co.uk/blog/wp-admin-quicklinks-plugin/\">WP-Admin Quick Links</a></p>\n<p>WP Admin Quicklinks is a very simple little WordPress plugin that adds an intelligent, unobtrusive little admin panel to the top-right of all your site’s pages and posts giving you shortcuts to the most commonly used WP Admin sections.</p>\n<p><a href=\"http://decaf.de/mailto-staff/\">Mailto-staff</a></p>\n<p>For multi-author blogs. Plugin generates mailto links on the dashboard referring to all user groups of the blog. Quite handy way of internal staff communication.</p>\n<p><a href=\"http://geeklad.com/wordpress-pagerank-widget-plugin\">WordPress PageRank Widget Plugin</a></p>\n<p>Allows you to display a PageRank badge as a widget. It is much more convenient than having modify your templates to include such a badge. It can be used either at a page/post level, or a top site level.</p>\n<p><a href=\"http://www.red-root.com/wordpress/wordpress-plugin-is-child-of/\">Is Child Of</a></p>\n<p>This plugin implements a function called ‘is_child_of’, which can check if a page is a descendant page of another page, regardless of how many levels there are in between them.</p>\n<p><a href=\"http://www.improvingtheweb.com/tweet-stats-most-tweeted-posts-and-more/\">Tweet Stats</a></p>\n<p>Tweet Stats adds two widgets to your blog: “Most Tweeted Posts” and “Recently Tweeted Posts”. It works hand in hand with the newly released “Tweetbacks” plugin.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/default-categories/\">Default Categories</a></p>\n<p>Allows authors to set their default categories for authoring new posts.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/comment-form-quicktags/\">Comment Form Quicktags</a></p>\n<p>This plugin inserts a quicktag toolbar on the comment form.</p>\n<p><a href=\"http://www.allancollins.net/168/wordpress-plugin-no-update/\">No Update</a></p>\n<p>This plugin will allow you to disable plugin upgrade options for selected plugins.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://blog.clearskys.net/2008/05/28/google-ajax-libraries-api-plugin/\">Google AJAX Libraries API</a></p>\n<p>The Google Ajax Libraries API Plugin is designed to make it easy to use the Google hosted libraries without the need to mess with your theme and plugin code.</p>\n<p><a href=\"http://www.blogtrafficexchange.com/wordpress-backup/\">WordPress Backup</a></p>\n<p>WordPress backup zips the uploads (images), plugin, and current theme directories. Optionally emailing the zip files to an email address of choice. v1.4 Exposes the folders and permissions used for the backup.</p>\n<p><a href=\"http://www.dountsis.com/projects/social-bookmarks\">Social Bookmarks</a></p>\n<p>The Social Bookmarks plugin for WordPress adds a list of XHTML compliant graphic links at the end of your posts and/or pages that allow your visitors to easily submit them to a number of social bookmarking sites.</p>\n<p><a href=\"http://cart.kolix.de/?page_id=61\">Visit Counter</a></p>\n<p>Visitcounter is a small WordPress 2++ plugin which counts the visits of your weblog on a daily base. There a several functions which can show different stats: all visits, currently online, daily visits.</p>\n<p><a href=\"http://cart.kolix.de/?page_id=112\">Linklist</a></p>\n<p>This plugin allows you to create a personal linklist as a new page. It&#8217;s easy to manage and gives you a lot of features. You can control and manage it with the WordPress admin, edit links and categories and much more!</p>\n<p><a href=\"http://rauru.com/wordpress-popular-posts/\">Wordpress Popular Posts</a></p>\n<p>With Wordpress Popular Posts, you can show your visitors what are the most popular entries on your blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/duplicate-post/\">Duplicate Post</a></p>\n<p>Create a copy of a post.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/shockingly-simple-favicon/\">Shockingly Simple Favicon</a></p>\n<p>A shockingly simple favicon for your site. it changes de favicon of your blog without having to edit the theme files</p>\n<p><a href=\"http://wordpress.org/extend/plugins/custom-field-template/\">Custom Field Template</a></p>\n<p>This plugin adds the default custom fields on the Write Post/Page.</p>\n<p><a href=\"http://rick.jinlabs.com/code/dashboard-technorati-reactions-extended/\">Dashboard: Technorati Reactions Extended</a></p>\n<p>Widget for the WordPress +2.7 dashboard to display the latest technorati reactions.</p>\";}i:18;a:7:{s:5:\"title\";s:27:\"Matt: WordPress Installfest\";s:4:\"guid\";s:20:\"http://ma.tt/?p=9856\";s:4:\"link\";s:43:\"http://ma.tt/2009/01/wordpress-installfest/\";s:11:\"description\";s:189:\"<p>Berkeley Coworking and cog motive are hosting a <a href=\"http://upcoming.yahoo.com/event/1478578/\">WordPress Installfest on January 15</a> to help folks get going with WordPress 2.7.</p>\";s:7:\"pubdate\";s:31:\"Fri, 09 Jan 2009 02:08:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"heather\";}s:7:\"summary\";s:189:\"<p>Berkeley Coworking and cog motive are hosting a <a href=\"http://upcoming.yahoo.com/event/1478578/\">WordPress Installfest on January 15</a> to help folks get going with WordPress 2.7.</p>\";}i:19;a:7:{s:5:\"title\";s:25:\"Matt: La Nacion Interview\";s:4:\"guid\";s:20:\"http://ma.tt/?p=9852\";s:4:\"link\";s:43:\"http://ma.tt/2009/01/la-nacion-interview-2/\";s:11:\"description\";s:218:\"<p>When I was in Buenos Aires last I sat down in the morning with La Nacion and <a href=\"http://www.lanacion.com.ar/nota.asp?nota_id=1085801\">here is the resulting video in English and transcription in Spanish</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 08 Jan 2009 14:46:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:218:\"<p>When I was in Buenos Aires last I sat down in the morning with La Nacion and <a href=\"http://www.lanacion.com.ar/nota.asp?nota_id=1085801\">here is the resulting video in English and transcription in Spanish</a>.</p>\";}i:20;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 01/08\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4935\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/01/08/wordpress-theme-releases-for-0108/\";s:11:\"description\";s:2341:\"<p><a href=\"http://www.blogohblog.com/wordpress-theme-clearpress/\"><strong>Clearpress</strong></a></p>\n<p><a href=\"http://wpthemes.blogohblog.net/index.php?wptheme=clearpress\"><img title=\"clearpress\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/clearpress.jpg\" border=\"0\" alt=\"clearpress\" width=\"165\" height=\"114\" /></a></p>\n<p>The unique feature about this theme is that it divides the blog posts into three separate column. The theme also features a pull-down sidebar which is totally unobtrusive and contains three widgetized sidebars. ClearPress is Gravatar-ready, Image Gallery ready, and consists of beautifully styled comments and archive pages.</p>\n<p><a href=\"http://en.wpthemes.org.ua/?p=13\"><strong>Color Plus</strong></a></p>\n<p><img title=\"ColorPlus\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/colorplus.png\" border=\"0\" alt=\"ColorPlus\" width=\"157\" height=\"114\" /></p>\n<p>Template consists of two columns, supports widgets, comments, is static in size. In the pattern dominated by black, blue, green and red. Good design, which is suitable for any blog.</p>\n<p><a href=\"http://www.samirkamble.com/satin-rose-wordpress-theme/\"><strong>Satin Rose</strong></a></p>\n<p><a href=\"http://www.demo.samirkamble.com/index.php?wptheme=Satin_Rose\"><img title=\"SatinRose\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/satinrose.png\" border=\"0\" alt=\"SatinRose\" width=\"152\" height=\"114\" /></a></p>\n<p>Satin Rose is a simple two column, widget ready theme compatible with WordPress 2.7</p>\n<p><a href=\"http://desizntech.info/theme/\"><strong>Pellucid Dashed</strong></a></p>\n<p><img title=\"PellucidDashed\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/pelluciddashed.jpg\" border=\"0\" alt=\"PellucidDashed\" width=\"179\" height=\"114\" /></p>\n<p>Two column, widget ready theme with support for Twitter</p>\n<p><a href=\"http://yukei.net/proyectos/satorii/english-doc\"><strong>Satorii</strong></a></p>\n<p><a href=\"http://lab.yukei.net/wp-demo\"><img title=\"satorii\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/satorii.png\" border=\"0\" alt=\"satorii\" width=\"114\" height=\"114\" /></a></p>\n<p>Satorii is a theme for WordPress (2.7 or higher) with a minimalist, simple, elegant and clean style, a strong focus on contents and readability, with one centered column for content and three widgetized columns in the footer.</p>\";s:7:\"pubdate\";s:31:\"Thu, 08 Jan 2009 13:45:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2341:\"<p><a href=\"http://www.blogohblog.com/wordpress-theme-clearpress/\"><strong>Clearpress</strong></a></p>\n<p><a href=\"http://wpthemes.blogohblog.net/index.php?wptheme=clearpress\"><img title=\"clearpress\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/clearpress.jpg\" border=\"0\" alt=\"clearpress\" width=\"165\" height=\"114\" /></a></p>\n<p>The unique feature about this theme is that it divides the blog posts into three separate column. The theme also features a pull-down sidebar which is totally unobtrusive and contains three widgetized sidebars. ClearPress is Gravatar-ready, Image Gallery ready, and consists of beautifully styled comments and archive pages.</p>\n<p><a href=\"http://en.wpthemes.org.ua/?p=13\"><strong>Color Plus</strong></a></p>\n<p><img title=\"ColorPlus\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/colorplus.png\" border=\"0\" alt=\"ColorPlus\" width=\"157\" height=\"114\" /></p>\n<p>Template consists of two columns, supports widgets, comments, is static in size. In the pattern dominated by black, blue, green and red. Good design, which is suitable for any blog.</p>\n<p><a href=\"http://www.samirkamble.com/satin-rose-wordpress-theme/\"><strong>Satin Rose</strong></a></p>\n<p><a href=\"http://www.demo.samirkamble.com/index.php?wptheme=Satin_Rose\"><img title=\"SatinRose\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/satinrose.png\" border=\"0\" alt=\"SatinRose\" width=\"152\" height=\"114\" /></a></p>\n<p>Satin Rose is a simple two column, widget ready theme compatible with WordPress 2.7</p>\n<p><a href=\"http://desizntech.info/theme/\"><strong>Pellucid Dashed</strong></a></p>\n<p><img title=\"PellucidDashed\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/pelluciddashed.jpg\" border=\"0\" alt=\"PellucidDashed\" width=\"179\" height=\"114\" /></p>\n<p>Two column, widget ready theme with support for Twitter</p>\n<p><a href=\"http://yukei.net/proyectos/satorii/english-doc\"><strong>Satorii</strong></a></p>\n<p><a href=\"http://lab.yukei.net/wp-demo\"><img title=\"satorii\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/satorii.png\" border=\"0\" alt=\"satorii\" width=\"114\" height=\"114\" /></a></p>\n<p>Satorii is a theme for WordPress (2.7 or higher) with a minimalist, simple, elegant and clean style, a strong focus on contents and readability, with one centered column for content and three widgetized columns in the footer.</p>\";}i:21;a:7:{s:5:\"title\";s:80:\"Lorelle on WP: WordCamp Las Vegas Will Rock the WordPress Community This Weekend\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3568\";s:4:\"link\";s:106:\"http://lorelle.wordpress.com/2009/01/07/wordcamp-las-vegas-will-rock-the-wordpress-community-this-weekend/\";s:11:\"description\";s:8820:\"<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>I&#8217;m off on a plane to Vegas for <a href=\"http://lasvegaswordcamp.com/\" title=\"WordCamp Las Vegas\">WordCamp Las Vegas</a>, the very first WordCamp of 2009. I&#8217;m so excited. It is happening at the same time as the <a href=\"http://www.cesweb.org/\" title=\"2009 International CES , January 8-11\">2009 International CES (Consumer Electronics Show)</a>, the largest technology and electronics show in the world. It may be competition, but WordPress fans can hold their own. I&#8217;ve already heard from a bunch of people going to CES that they want to escape to hit WordCamp Las Vegas, so get your ticket before it&#8217;s sold out.</p>\n<p>There are only a few tickets left for WordCamp Las Vegas, so <a href=\"http://lvwordcamp.eventbrite.com/\" title=\"Register for WordCamp Las Vegas\">register now</a>. </p>\n<p>I will be speaking on Saturday at 3PM on web analytics and <a href=\"http://www.woopra.com/\" title=\"Woopra - blog statistics package\" rel=\"tag\">Woopra</a>, and things you need to consider when staring at all those numbers about your blog&#8217;s activities. </p>\n<p><a href=\"http://www.successful-blog.com/\" title=\"Liz Strauss - Successful and Outstanding Bloggers\" rel=\"tag\">Liz Strauss</a> will be speaking on Sunday, one of the hottest days of the event. I just talked to her and she has a really exciting program lined up. Makes me rethink what I&#8217;m offering, it&#8217;s that good. Don&#8217;t miss it.</p>\n<p><a href=\"http://lasvegaswordcamp.com/\" title=\"WordCamp Las Vegas\"><img src=\"http://www.blogherald.com/wp-content/uploads/2008/12/wordcamplasvegas.jpg\" alt=\"WordCamp Las Vegas\" title=\"WordCamp Las Vegas\" width=\"266\" height=\"72\" class=\"alignright size-full wp-image-9768\" /></a>Many of us will be talking about WordPress 2.7, the hottest and best release of WordPress in ages. We&#8217;ll be covering WordPress tips, new SEO strategies, WordPress Theme design and development, WordPress Plugins, integrating multimedia and social into your WordPress blog, monetizing your WordPress blog, and a lot more. </p>\n<p>The rest of my <a href=\"http://lasvegaswordcamp.com/agenda/\" title=\"full agenda here\">fellow speakers</a> are very impressive, bringing the best of the best of blogging and WordPress to you. They include: </p>\n<ul>\n<li><a href=\"http://ma.tt/\" title=\"Matt Mullenweg\">Matt Mullenweg</a></li>\n<li><a href=\"http://joseph.randomnetworks.com/\" title=\"Joseph Scott\">Joseph Scott</a></li>\n<li><a href=\"http://www.aaronhockley.com/\" title=\"Aaron Hockley\">Aaron Hockley</a></li>\n<li><a href=\"http://www.jimkukral.com/\" title=\"Jim Kukral\">Jim Kukral</a></li>\n<li><a href=\"http://geoff.kleinman.com/\" title=\"Geoff Kleinman\">Geoff Kleinman</a></li>\n<li><a href=\"http://blog.planetc1.com/\" title=\"Planet Chiropractic\">Michael Dorausch</a></li>\n<li><a href=\"http://learntoduck.com/\" title=\"Micah Baldwin\">Micah Baldwin</a></li>\n<li><a href=\"http://askdavetaylor.com/\" title=\"Dave Taylor\">Dave Taylor</a></li>\n<li><a href=\"http://learntoduck.com/\" title=\"Micah Baldwin\">Micah Baldwin</a></li>\n<li><a href=\"http://www.stasticdesigns.com/\" title=\"Shayne Sanderson\">Shayne Sanderson</a></li>\n<li><a href=\"http://lasvegaswordcamp.com/new-speaker-niran-amir-from-picapp/\" title=\"Niran Amir from Picapp\">Niran Amir from Picapp</a></li>\n<li><a href=\"http://lasvegaswordcamp.com/new-speaker-added-jim-turner/\" title=\"Jim Turner\">Jim Turner of OneByOne Media</a></li>\n<li><a href=\"http://lasvegaswordcamp.com/new-speaker-ethan-gahng-from-psolenoid/\" title=\"Ethan Gahng from Psolenoid\">Ethan Gahng from Psolenoid</a></li>\n<li><a href=\"http://lasvegaswordcamp.com/new-speaker-added-chris-brogan/\" title=\"New Speaker Added - Chris Brogan\">Chris Brogan</a></li>\n</ul>\n<p>Chris Brogan will be at CES and he&#8217;s made special arrangements to come over to speak, a great last minute addition to the schedule.</p>\n<p>All are invited, but if you can&#8217;t come, help <a href=\"http://lasvegaswordcamp.com/help-promote-wordcamplas-vegas/\" title=\"Las Vegas\">WordCamp Las Vegas promote the event</a>.</p>\n<p>Don&#8217;t forget to register for the <a href=\"http://lasvegaswordcamp.com/register-for-the-wordcamp-live-stream/\" title=\"Register for the WordCamp Live Stream\">WordCamp Las Vegas Live Stream</a> with ustream so you can watch and participate in the event no matter where you are. </p>\n<p>The <a href=\"http://lasvegaswordcamp.com/hashtag-for-wordcamp-las-vegas/\" title=\"Las Vegas\">Hashtag and tag for WordCamp Las Vegas</a> is #wordcamplv. </p>\n<p>Check out the <a href=\"http://lasvegaswordcamp.com/wordcamp-after-party/\" title=\"WordCamp after party\">WordCamp after party</a> for any WordPress fans in the area at Jack’s Irish Pub inside of Palace Station. <a href=\"http://www.facebook.com/event.php?eid=53927164516\" title=\"RSVP for the event on Facebook\">RSVP for the after party event on Facebook</a>. </p>\n<p>I will have only a few of my books, <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>, available for sale and autographs, and a few of the last private invitations to use <a href=\"http://www.woopra.com/\" title=\"Woopra - blog statistics package\" rel=\"tag\">Woopra</a>. Come see me there!</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp\" rel=\"tag\">wordcamp</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp+las+vegas\" rel=\"tag\">wordcamp las vegas</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=las+vegas\" rel=\"tag\">las vegas</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speak\" rel=\"tag\">speak</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speaking\" rel=\"tag\">speaking</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=keynote\" rel=\"tag\">keynote</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp+news\" rel=\"tag\">wordcamp news</a> </p>\n<p><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> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the 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, WordPress News&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3568/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3568/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3568/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3568/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3568/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3568&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Thu, 08 Jan 2009 06:58:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:8820:\"<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>I&#8217;m off on a plane to Vegas for <a href=\"http://lasvegaswordcamp.com/\" title=\"WordCamp Las Vegas\">WordCamp Las Vegas</a>, the very first WordCamp of 2009. I&#8217;m so excited. It is happening at the same time as the <a href=\"http://www.cesweb.org/\" title=\"2009 International CES , January 8-11\">2009 International CES (Consumer Electronics Show)</a>, the largest technology and electronics show in the world. It may be competition, but WordPress fans can hold their own. I&#8217;ve already heard from a bunch of people going to CES that they want to escape to hit WordCamp Las Vegas, so get your ticket before it&#8217;s sold out.</p>\n<p>There are only a few tickets left for WordCamp Las Vegas, so <a href=\"http://lvwordcamp.eventbrite.com/\" title=\"Register for WordCamp Las Vegas\">register now</a>. </p>\n<p>I will be speaking on Saturday at 3PM on web analytics and <a href=\"http://www.woopra.com/\" title=\"Woopra - blog statistics package\" rel=\"tag\">Woopra</a>, and things you need to consider when staring at all those numbers about your blog&#8217;s activities. </p>\n<p><a href=\"http://www.successful-blog.com/\" title=\"Liz Strauss - Successful and Outstanding Bloggers\" rel=\"tag\">Liz Strauss</a> will be speaking on Sunday, one of the hottest days of the event. I just talked to her and she has a really exciting program lined up. Makes me rethink what I&#8217;m offering, it&#8217;s that good. Don&#8217;t miss it.</p>\n<p><a href=\"http://lasvegaswordcamp.com/\" title=\"WordCamp Las Vegas\"><img src=\"http://www.blogherald.com/wp-content/uploads/2008/12/wordcamplasvegas.jpg\" alt=\"WordCamp Las Vegas\" title=\"WordCamp Las Vegas\" width=\"266\" height=\"72\" class=\"alignright size-full wp-image-9768\" /></a>Many of us will be talking about WordPress 2.7, the hottest and best release of WordPress in ages. We&#8217;ll be covering WordPress tips, new SEO strategies, WordPress Theme design and development, WordPress Plugins, integrating multimedia and social into your WordPress blog, monetizing your WordPress blog, and a lot more. </p>\n<p>The rest of my <a href=\"http://lasvegaswordcamp.com/agenda/\" title=\"full agenda here\">fellow speakers</a> are very impressive, bringing the best of the best of blogging and WordPress to you. They include: </p>\n<ul>\n<li><a href=\"http://ma.tt/\" title=\"Matt Mullenweg\">Matt Mullenweg</a></li>\n<li><a href=\"http://joseph.randomnetworks.com/\" title=\"Joseph Scott\">Joseph Scott</a></li>\n<li><a href=\"http://www.aaronhockley.com/\" title=\"Aaron Hockley\">Aaron Hockley</a></li>\n<li><a href=\"http://www.jimkukral.com/\" title=\"Jim Kukral\">Jim Kukral</a></li>\n<li><a href=\"http://geoff.kleinman.com/\" title=\"Geoff Kleinman\">Geoff Kleinman</a></li>\n<li><a href=\"http://blog.planetc1.com/\" title=\"Planet Chiropractic\">Michael Dorausch</a></li>\n<li><a href=\"http://learntoduck.com/\" title=\"Micah Baldwin\">Micah Baldwin</a></li>\n<li><a href=\"http://askdavetaylor.com/\" title=\"Dave Taylor\">Dave Taylor</a></li>\n<li><a href=\"http://learntoduck.com/\" title=\"Micah Baldwin\">Micah Baldwin</a></li>\n<li><a href=\"http://www.stasticdesigns.com/\" title=\"Shayne Sanderson\">Shayne Sanderson</a></li>\n<li><a href=\"http://lasvegaswordcamp.com/new-speaker-niran-amir-from-picapp/\" title=\"Niran Amir from Picapp\">Niran Amir from Picapp</a></li>\n<li><a href=\"http://lasvegaswordcamp.com/new-speaker-added-jim-turner/\" title=\"Jim Turner\">Jim Turner of OneByOne Media</a></li>\n<li><a href=\"http://lasvegaswordcamp.com/new-speaker-ethan-gahng-from-psolenoid/\" title=\"Ethan Gahng from Psolenoid\">Ethan Gahng from Psolenoid</a></li>\n<li><a href=\"http://lasvegaswordcamp.com/new-speaker-added-chris-brogan/\" title=\"New Speaker Added - Chris Brogan\">Chris Brogan</a></li>\n</ul>\n<p>Chris Brogan will be at CES and he&#8217;s made special arrangements to come over to speak, a great last minute addition to the schedule.</p>\n<p>All are invited, but if you can&#8217;t come, help <a href=\"http://lasvegaswordcamp.com/help-promote-wordcamplas-vegas/\" title=\"Las Vegas\">WordCamp Las Vegas promote the event</a>.</p>\n<p>Don&#8217;t forget to register for the <a href=\"http://lasvegaswordcamp.com/register-for-the-wordcamp-live-stream/\" title=\"Register for the WordCamp Live Stream\">WordCamp Las Vegas Live Stream</a> with ustream so you can watch and participate in the event no matter where you are. </p>\n<p>The <a href=\"http://lasvegaswordcamp.com/hashtag-for-wordcamp-las-vegas/\" title=\"Las Vegas\">Hashtag and tag for WordCamp Las Vegas</a> is #wordcamplv. </p>\n<p>Check out the <a href=\"http://lasvegaswordcamp.com/wordcamp-after-party/\" title=\"WordCamp after party\">WordCamp after party</a> for any WordPress fans in the area at Jack’s Irish Pub inside of Palace Station. <a href=\"http://www.facebook.com/event.php?eid=53927164516\" title=\"RSVP for the event on Facebook\">RSVP for the after party event on Facebook</a>. </p>\n<p>I will have only a few of my books, <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>, available for sale and autographs, and a few of the last private invitations to use <a href=\"http://www.woopra.com/\" title=\"Woopra - blog statistics package\" rel=\"tag\">Woopra</a>. Come see me there!</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp\" rel=\"tag\">wordcamp</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp+las+vegas\" rel=\"tag\">wordcamp las vegas</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=las+vegas\" rel=\"tag\">las vegas</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speak\" rel=\"tag\">speak</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speaking\" rel=\"tag\">speaking</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=keynote\" rel=\"tag\">keynote</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp+news\" rel=\"tag\">wordcamp news</a> </p>\n<p><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> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the 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, WordPress News&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3568/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3568/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3568/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3568/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3568/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3568&subd=lorelle&ref=&feed=1\" /></div>\";}i:22;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: Sunpress Plugin Competition\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4926\";s:4:\"link\";s:81:\"http://weblogtoolscollection.com/archives/2009/01/08/sunpress-plugin-competition/\";s:11:\"description\";s:789:\"<p><b>Joost De Valk</b> who operates <a href=\"http://yoast.com\">Yoast.com</a> in conjunction with the guys behind <a href=\"http://www.sunshine.co.uk/affiliates/wordpress/\" target=\"_blank\">SunPress</a> has launched a competition in which a Macbook Air is up for grabs. The competition is centered around expanding SunPress. This could be a plugin, a theme, a widget, nothing is off limits. The contest will end on <strong>February 16th</strong>. If you win but are unable to accept the Macbook Air as the prize, you&#8217;ll receive the cash equivalent. All entries must be created under the GPL License. For more information regarding the contest, please read the fine print on the <a href=\"http://yoast.com/wordpress-plugin-competition/\" target=\"_blank\">contest announcement page</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 08 Jan 2009 05:09:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:789:\"<p><b>Joost De Valk</b> who operates <a href=\"http://yoast.com\">Yoast.com</a> in conjunction with the guys behind <a href=\"http://www.sunshine.co.uk/affiliates/wordpress/\" target=\"_blank\">SunPress</a> has launched a competition in which a Macbook Air is up for grabs. The competition is centered around expanding SunPress. This could be a plugin, a theme, a widget, nothing is off limits. The contest will end on <strong>February 16th</strong>. If you win but are unable to accept the Macbook Air as the prize, you&#8217;ll receive the cash equivalent. All entries must be created under the GPL License. For more information regarding the contest, please read the fine print on the <a href=\"http://yoast.com/wordpress-plugin-competition/\" target=\"_blank\">contest announcement page</a>.</p>\";}i:23;a:7:{s:5:\"title\";s:31:\"Matt: Open Sourcing Resolutions\";s:4:\"guid\";s:20:\"http://ma.tt/?p=9841\";s:4:\"link\";s:47:\"http://ma.tt/2009/01/open-sourcing-resolutions/\";s:11:\"description\";s:697:\"<p>Every year <a href=\"http://ma.tt/2007/02/2007-resolutions/\">I make resolutions</a>. Some years I do them. This year I want to try something different and open source them by opening it up to you guys. Here&#8217;s how we&#8217;ll try it: <strong><a href=\"http://ma.tt/2009/01/open-sourcing-resolutions/\">leave a comment</a> with what you think my resolution(s) should be for 2009.</strong> I&#8217;ll pick the best ones, and if you&#8217;re the first to propose one I pick I&#8217;ll credit you in the follow-up post. I&#8217;ll print out the winning resolutions and put them on my desk for the year, so hopefully they&#8217;ll have a lasting effect. Remember, measurable things are better!</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Jan 2009 20:17:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:697:\"<p>Every year <a href=\"http://ma.tt/2007/02/2007-resolutions/\">I make resolutions</a>. Some years I do them. This year I want to try something different and open source them by opening it up to you guys. Here&#8217;s how we&#8217;ll try it: <strong><a href=\"http://ma.tt/2009/01/open-sourcing-resolutions/\">leave a comment</a> with what you think my resolution(s) should be for 2009.</strong> I&#8217;ll pick the best ones, and if you&#8217;re the first to propose one I pick I&#8217;ll credit you in the follow-up post. I&#8217;ll print out the winning resolutions and put them on my desk for the year, so hopefully they&#8217;ll have a lasting effect. Remember, measurable things are better!</p>\";}i:24;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 01/06\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4923\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/01/06/wordpress-plugin-releases-for-0106/\";s:11:\"description\";s:4373:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.blogtrafficexchange.com/wordpress-backup/\">WordPress Backup</a></p>\n<p>Performs regular backups of your upload (images) and current theme directories. Backup files are available for download and optionally emailed to a specified email. Don’t get caught without a recent backup of your theme or images.</p>\n<p><a href=\"http://www.improvingtheweb.com/automatic-blog-stats/\">Automatic Blog Stats</a></p>\n<p>This plugin makes available a number of statistics about your blog, including pagerank, Alexa rank, Technorati rank, Feedburner RSS count and more which you can use as shortcodes in your posts. Automatically updates all statistics daily.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/plain-gtalk-status-sync/\">Plain Gtalk Status Sync</a></p>\n<p>This plugin will automatically show your GTalk status on your WordPress blog. You can set a max-shown number and the cache interval to make it works more smoothly.</p>\n<p><a href=\"http://www.tobias-battenberg.de/add-a-separator-wordpress-plugin/\">Add a Separator</a></p>\n<p>Simple Plugin to add a separator between the intro and the (more&#8230;) content. This plugin adds a separator between the intro text and the extended (more&#8230;) text of the content of a post. It simply replaces the span id more tag with the separator that is set in the plugins php file.</p>\n<p><a href=\"http://blog.ericlamb.net/wp-click-track/\">WP Click Track</a></p>\n<p>Scans posts and extracts all the hrefs, rewrites them to include an onclick event which handles the tracking. Basic reports are displayed on the post and page modification areas.</p>\n<p><a href=\"http://playground.ebiene.de/1137/antispam-bee-wordpress-plugin/#download\">Antispam Bee</a></p>\n<p>Protects your blog from spam by replacing the comment field. <em>Page in German</em></p>\n<p><a href=\"http://wordpress.org/extend/plugins/email-alerts/\">Email Alerts</a></p>\n<p>Allows users to configure whether they wish to be alerted when a comment is added, comment held, post posted.</p>\n<p><a href=\"http://transientmonkey.com/wp-slimbox2\">WP-Slimbox2</a></p>\n<p>An WordPress implementation of the Slimbox2 JavaScript.</p>\n<p><a href=\"http://www.gudlyf.com/2009/01/05/wordpress-plugin-pending-posts-indicator/\">Pending Posts Indicator</a></p>\n<p>Will show a bubble in the left-hand admin menu of the number of posts pending review, if more than zero.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.michael-baker.com/simple_shortcodes.html\">Simple Shortcodes</a></p>\n<p>Simple Shortcodes provides an easy to use mechanism for creating and using custom shortcodes. Added in this version are options to control how the configuration page works and the 255 character limit on shortcode values has been removed.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/addthis/\">AddThis</a></p>\n<p>The AddThis Social Bookmarking Widget allows your users to bookmark your site easily with over 45 popular services, and to share it with friends via email.</p>\n<p><a href=\"http://www.alleba.com/blog/2007/03/27/wordpress-plugin-daily-top-10-posts/\">Daily Top 10</a></p>\n<p>Track the hits of each blog post for the current day and cumulatively at the same time. You may also display sidebar widgets containing a list of the most popular posts for the day and most popular posts overall.</p>\n<p><a href=\"http://wordpresssupplies.com/wordpress-plugins/wp-decoratr/\">WP Decoratr</a></p>\n<p>WP Decoratr can automatically find images relevant to your post content from Flickr to spice up your posts.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/dandyid-services/\">DandyID Services</a></p>\n<p>Displays all of your online identities (Twitter, Facebook, Flickr, LinkedIn, YouTube, more) as clickable links in your sidebar.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/textile-live-preview-ajax-version/\">Textile Live Preview</a></p>\n<p>Allows you to place a realtime comment preview with support for Textile.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/quote-comments/\">Quote Comments</a></p>\n<p>Creates a little quote icon in comment boxes which, when clicked, copies that comment to the comment box wrapped in blockquote.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/sem-admin-menu/\">Admin Menu</a></p>\n<p>The admin menu plugin for WordPress sticks key admin menu links to the top of your blog&#8217;s screen.</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Jan 2009 15:30:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4373:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.blogtrafficexchange.com/wordpress-backup/\">WordPress Backup</a></p>\n<p>Performs regular backups of your upload (images) and current theme directories. Backup files are available for download and optionally emailed to a specified email. Don’t get caught without a recent backup of your theme or images.</p>\n<p><a href=\"http://www.improvingtheweb.com/automatic-blog-stats/\">Automatic Blog Stats</a></p>\n<p>This plugin makes available a number of statistics about your blog, including pagerank, Alexa rank, Technorati rank, Feedburner RSS count and more which you can use as shortcodes in your posts. Automatically updates all statistics daily.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/plain-gtalk-status-sync/\">Plain Gtalk Status Sync</a></p>\n<p>This plugin will automatically show your GTalk status on your WordPress blog. You can set a max-shown number and the cache interval to make it works more smoothly.</p>\n<p><a href=\"http://www.tobias-battenberg.de/add-a-separator-wordpress-plugin/\">Add a Separator</a></p>\n<p>Simple Plugin to add a separator between the intro and the (more&#8230;) content. This plugin adds a separator between the intro text and the extended (more&#8230;) text of the content of a post. It simply replaces the span id more tag with the separator that is set in the plugins php file.</p>\n<p><a href=\"http://blog.ericlamb.net/wp-click-track/\">WP Click Track</a></p>\n<p>Scans posts and extracts all the hrefs, rewrites them to include an onclick event which handles the tracking. Basic reports are displayed on the post and page modification areas.</p>\n<p><a href=\"http://playground.ebiene.de/1137/antispam-bee-wordpress-plugin/#download\">Antispam Bee</a></p>\n<p>Protects your blog from spam by replacing the comment field. <em>Page in German</em></p>\n<p><a href=\"http://wordpress.org/extend/plugins/email-alerts/\">Email Alerts</a></p>\n<p>Allows users to configure whether they wish to be alerted when a comment is added, comment held, post posted.</p>\n<p><a href=\"http://transientmonkey.com/wp-slimbox2\">WP-Slimbox2</a></p>\n<p>An WordPress implementation of the Slimbox2 JavaScript.</p>\n<p><a href=\"http://www.gudlyf.com/2009/01/05/wordpress-plugin-pending-posts-indicator/\">Pending Posts Indicator</a></p>\n<p>Will show a bubble in the left-hand admin menu of the number of posts pending review, if more than zero.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.michael-baker.com/simple_shortcodes.html\">Simple Shortcodes</a></p>\n<p>Simple Shortcodes provides an easy to use mechanism for creating and using custom shortcodes. Added in this version are options to control how the configuration page works and the 255 character limit on shortcode values has been removed.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/addthis/\">AddThis</a></p>\n<p>The AddThis Social Bookmarking Widget allows your users to bookmark your site easily with over 45 popular services, and to share it with friends via email.</p>\n<p><a href=\"http://www.alleba.com/blog/2007/03/27/wordpress-plugin-daily-top-10-posts/\">Daily Top 10</a></p>\n<p>Track the hits of each blog post for the current day and cumulatively at the same time. You may also display sidebar widgets containing a list of the most popular posts for the day and most popular posts overall.</p>\n<p><a href=\"http://wordpresssupplies.com/wordpress-plugins/wp-decoratr/\">WP Decoratr</a></p>\n<p>WP Decoratr can automatically find images relevant to your post content from Flickr to spice up your posts.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/dandyid-services/\">DandyID Services</a></p>\n<p>Displays all of your online identities (Twitter, Facebook, Flickr, LinkedIn, YouTube, more) as clickable links in your sidebar.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/textile-live-preview-ajax-version/\">Textile Live Preview</a></p>\n<p>Allows you to place a realtime comment preview with support for Textile.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/quote-comments/\">Quote Comments</a></p>\n<p>Creates a little quote icon in comment boxes which, when clicked, copies that comment to the comment box wrapped in blockquote.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/sem-admin-menu/\">Admin Menu</a></p>\n<p>The admin menu plugin for WordPress sticks key admin menu links to the top of your blog&#8217;s screen.</p>\";}i:25;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 01/05\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4918\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/01/05/wordpress-theme-releases-for-0105/\";s:11:\"description\";s:3705:\"<p><a href=\"http://www.samirkamble.com/pcworld-wordpress-theme/\"><strong>PCworld</strong></a></p>\n<p><a href=\"http://www.demo.samirkamble.com/index.php?wptheme=PC+World\"><img title=\"pcworld\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/pcworld.png\" border=\"0\" alt=\"pcworld\" width=\"152\" height=\"114\" /></a></p>\n<p>PC World two column, widget ready theme is built for technology oriented guys who wants to devote their blogs for computer technology. Blog uses a beautiful header image with great typography.</p>\n<p><strong>WP Commerce Steel [Removed, Sponsored]<br />\n</strong></p>\n<p><a href=\"http://demo.wpcontempo.com/?wptheme=WP_Commerce_Steel\"> <img title=\"wp-commerce-steel\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/wpcommercesteel.jpg\" border=\"0\" alt=\"wp-commerce-steel\" width=\"158\" height=\"114\" /></a></p>\n<p>Sleek and versatile Wordpress theme specifically designed to work with eBay and Amazon affiliate programs, also works great for regular Blogs.</p>\n<p><a href=\"http://andreamignolo.com/oulipo\"><strong>Oulipo</strong></a></p>\n<p><a href=\"http://labs.andreamignolo.com/oulipo\"><img title=\"oulipo\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/oulipo.jpg\" border=\"0\" alt=\"oulipo\" width=\"200\" height=\"73\" /></a></p>\n<p>Oulipo is a clean, minimal, thee-column, widget-ready theme with great typography and a grid-based layout. Oulipo supports threaded comments and sticky posts in WordPress 2.7.</p>\n<p><a href=\"http://techysociety.com/technology-blog-free-wordpress-theme/\"><strong>Technology Blog</strong></a></p>\n<p><a href=\"http://www.acosmin.com/wptest/?theme=technology_blog\"><img title=\"technologyblog\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/technologyblog.jpg\" border=\"0\" alt=\"technologyblog\" width=\"177\" height=\"114\" /></a></p>\n<p>Three column, widget ready, gravatar ready theme.</p>\n<p><a href=\"http://3oneseven.com/10/nash-wp-theme/\"><strong>Nash Magazine</strong></a></p>\n<p><a href=\"http://wp2.3oneseven.com/index.php?wptheme=Nash\"><img title=\"NashMag\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/nashmag.png\" border=\"0\" alt=\"NashMag\" width=\"84\" height=\"114\" /></a></p>\n<p>The Nash WP theme comes along with with a multi column red / black / white color scheme, eleven recent posts and two bars for the splash page with pagination enabled, one lead posts, followed by your twitter messages, &#8220;about blurbs&#8221; and six random posts with additional six posts underneath,<br />\nthe sidebar is meant to be as an additional ads place and it shows only at the front page.</p>\n<p><a href=\"http://3oneseven.com/04/raw-business-wordpress-theme/\"><strong>Raw Corporate</strong></a></p>\n<p><a href=\"http://wp2.3oneseven.com/index.php?wptheme=RAW\"><img title=\"RawCorporate\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/rawcorporate.png\" border=\"0\" alt=\"RawCorporate\" width=\"155\" height=\"114\" /></a></p>\n<p>The Raw WP theme comes along with with a red / black / white color scheme, three recent posts and one widgetized bar for the inner pages with pagination enabled, the front slider is meant to be as an additional info place and it shows only at the front page. Configurable via the themes admin panel to show your custom messages</p>\n<p><a href=\"http://thethemeblog.com/theme/kallista-10-a-quality-minimal-free-wordpress-theme\"><strong>Kallista</strong></a></p>\n<p><a href=\"http://thethemeblog.com/demo/\"><img title=\"Kallista\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/kallista.png\" border=\"0\" alt=\"Kallista\" width=\"152\" height=\"114\" /></a></p>\n<p>A minimalistic wordpress theme, Kallista features Gravatar support, microformats, widgets and great typography. Content focused, an excellent theme for any blog.</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Jan 2009 14:30:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:3705:\"<p><a href=\"http://www.samirkamble.com/pcworld-wordpress-theme/\"><strong>PCworld</strong></a></p>\n<p><a href=\"http://www.demo.samirkamble.com/index.php?wptheme=PC+World\"><img title=\"pcworld\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/pcworld.png\" border=\"0\" alt=\"pcworld\" width=\"152\" height=\"114\" /></a></p>\n<p>PC World two column, widget ready theme is built for technology oriented guys who wants to devote their blogs for computer technology. Blog uses a beautiful header image with great typography.</p>\n<p><strong>WP Commerce Steel [Removed, Sponsored]<br />\n</strong></p>\n<p><a href=\"http://demo.wpcontempo.com/?wptheme=WP_Commerce_Steel\"> <img title=\"wp-commerce-steel\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/wpcommercesteel.jpg\" border=\"0\" alt=\"wp-commerce-steel\" width=\"158\" height=\"114\" /></a></p>\n<p>Sleek and versatile Wordpress theme specifically designed to work with eBay and Amazon affiliate programs, also works great for regular Blogs.</p>\n<p><a href=\"http://andreamignolo.com/oulipo\"><strong>Oulipo</strong></a></p>\n<p><a href=\"http://labs.andreamignolo.com/oulipo\"><img title=\"oulipo\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/oulipo.jpg\" border=\"0\" alt=\"oulipo\" width=\"200\" height=\"73\" /></a></p>\n<p>Oulipo is a clean, minimal, thee-column, widget-ready theme with great typography and a grid-based layout. Oulipo supports threaded comments and sticky posts in WordPress 2.7.</p>\n<p><a href=\"http://techysociety.com/technology-blog-free-wordpress-theme/\"><strong>Technology Blog</strong></a></p>\n<p><a href=\"http://www.acosmin.com/wptest/?theme=technology_blog\"><img title=\"technologyblog\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/technologyblog.jpg\" border=\"0\" alt=\"technologyblog\" width=\"177\" height=\"114\" /></a></p>\n<p>Three column, widget ready, gravatar ready theme.</p>\n<p><a href=\"http://3oneseven.com/10/nash-wp-theme/\"><strong>Nash Magazine</strong></a></p>\n<p><a href=\"http://wp2.3oneseven.com/index.php?wptheme=Nash\"><img title=\"NashMag\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/nashmag.png\" border=\"0\" alt=\"NashMag\" width=\"84\" height=\"114\" /></a></p>\n<p>The Nash WP theme comes along with with a multi column red / black / white color scheme, eleven recent posts and two bars for the splash page with pagination enabled, one lead posts, followed by your twitter messages, &#8220;about blurbs&#8221; and six random posts with additional six posts underneath,<br />\nthe sidebar is meant to be as an additional ads place and it shows only at the front page.</p>\n<p><a href=\"http://3oneseven.com/04/raw-business-wordpress-theme/\"><strong>Raw Corporate</strong></a></p>\n<p><a href=\"http://wp2.3oneseven.com/index.php?wptheme=RAW\"><img title=\"RawCorporate\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/rawcorporate.png\" border=\"0\" alt=\"RawCorporate\" width=\"155\" height=\"114\" /></a></p>\n<p>The Raw WP theme comes along with with a red / black / white color scheme, three recent posts and one widgetized bar for the inner pages with pagination enabled, the front slider is meant to be as an additional info place and it shows only at the front page. Configurable via the themes admin panel to show your custom messages</p>\n<p><a href=\"http://thethemeblog.com/theme/kallista-10-a-quality-minimal-free-wordpress-theme\"><strong>Kallista</strong></a></p>\n<p><a href=\"http://thethemeblog.com/demo/\"><img title=\"Kallista\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/kallista.png\" border=\"0\" alt=\"Kallista\" width=\"152\" height=\"114\" /></a></p>\n<p>A minimalistic wordpress theme, Kallista features Gravatar support, microformats, widgets and great typography. Content focused, an excellent theme for any blog.</p>\";}i:26;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: Great Explanation Of Community\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4904\";s:4:\"link\";s:84:\"http://weblogtoolscollection.com/archives/2009/01/05/great-explanation-of-community/\";s:11:\"description\";s:1439:\"<p>Just over two weeks ago, the community was abuzz about the disappearance of 200 to 300 themes being removed from the theme repository. During that blip of time, there were many posts dedicated to covering the subject of not only the theme removals, but of community, GPL and much more. Andrew Rickmann who I consider to be a &#8216;<strong>thought leader</strong>&#8216; within the WordPress community <a href=\"http://www.wp-fun.co.uk/2008/12/17/whats-the-point-of-community/\" target=\"_blank\">published an excellent post</a> which has had my head churning through thoughts and ideas ever since I read it. The article goes into detail on what the point of community is.</p>\n<p>However, despite the overall article being a great read, question number five that Andrew raises is the one that continuously has me thinking. In question five, Andrew asks what is it that you value? He then gives eight different perspectives which I find to be very interesting. Here is one of them:</p>\n<blockquote><p>Do you agree that: A person that makes a plugin freely available is appropriately compensated by the thousands of other plugins and themes that are available to him for free?</p></blockquote>\n<p>Just that thought alone was enough to stop me in my tracks and really think about it. I wanted to share this article to the WordPress community because I think Andrew did a great job raising some interesting points worthy of more discussion.</p>\";s:7:\"pubdate\";s:31:\"Mon, 05 Jan 2009 11:28:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:1439:\"<p>Just over two weeks ago, the community was abuzz about the disappearance of 200 to 300 themes being removed from the theme repository. During that blip of time, there were many posts dedicated to covering the subject of not only the theme removals, but of community, GPL and much more. Andrew Rickmann who I consider to be a &#8216;<strong>thought leader</strong>&#8216; within the WordPress community <a href=\"http://www.wp-fun.co.uk/2008/12/17/whats-the-point-of-community/\" target=\"_blank\">published an excellent post</a> which has had my head churning through thoughts and ideas ever since I read it. The article goes into detail on what the point of community is.</p>\n<p>However, despite the overall article being a great read, question number five that Andrew raises is the one that continuously has me thinking. In question five, Andrew asks what is it that you value? He then gives eight different perspectives which I find to be very interesting. Here is one of them:</p>\n<blockquote><p>Do you agree that: A person that makes a plugin freely available is appropriately compensated by the thousands of other plugins and themes that are available to him for free?</p></blockquote>\n<p>Just that thought alone was enough to stop me in my tracks and really think about it. I wanted to share this article to the WordPress community because I think Andrew did a great job raising some interesting points worthy of more discussion.</p>\";}i:27;a:7:{s:5:\"title\";s:72:\"Lorelle on WP: WordCamp Las Vegas: Gambling on WordPress in the New Year\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3560\";s:4:\"link\";s:97:\"http://lorelle.wordpress.com/2009/01/04/wordcamp-las-vegas-gambling-on-wordpress-in-the-new-year/\";s:11:\"description\";s:9423:\"<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>We&#8217;re starting the WordPress year out right with an exciting <a href=\"http://lasvegaswordcamp.com/\" title=\"WordCamp Las Vegas\">WordCamp Las Vegas</a>, the very first WordCamp of 2009. I&#8217;m flying out this week for this weekend&#8217;s star-studded blogger event.</p>\n<p>The two day event on January 10-11 has an awesome <a href=\"http://lasvegaswordcamp.com/agenda/\" title=\"full agenda here\">line up of speakers</a> covering all things blogging, social media, and WordPress:</p>\n<ul>\n<li><a href=\"http://ma.tt/\" title=\"Matt Mullenweg\">Matt Mullenweg</a></li>\n<li><a href=\"http://joseph.randomnetworks.com/\" title=\"Joseph Scott\">Joseph Scott</a></li>\n<li><a href=\"http://www.aaronhockley.com/\" title=\"Aaron Hockley\">Aaron Hockley</a></li>\n<li><a href=\"http://lorelle.wordpress.com/\" title=\"Lorelle VanFossen\">Lorelle VanFossen</a></li>\n<li><a href=\"http://www.jimkukral.com/\" title=\"Jim Kukral\">Jim Kukral</a></li>\n<li><a href=\"http://geoff.kleinman.com/\" title=\"Geoff Kleinman\">Geoff Kleinman</a></li>\n<li><a href=\"http://successful-blog.com/\" title=\"Liz Strauss\">Liz Strauss</a></li>\n<li><a href=\"http://blog.planetc1.com/\" title=\"Planet Chiropractic\">Michael Dorausch</a></li>\n<li><a href=\"http://learntoduck.com/\" title=\"Micah Baldwin\">Micah Baldwin</a></li>\n<li><a href=\"http://askdavetaylor.com/\" title=\"Dave Taylor\">Dave Taylor</a></li>\n<li><a href=\"http://learntoduck.com/\" title=\"Micah Baldwin\">Micah Baldwin</a></li>\n<li><a href=\"http://www.stasticdesigns.com/\" title=\"Shayne Sanderson\">Shayne Sanderson</a></li>\n</ul>\n<p><a href=\"http://lasvegaswordcamp.com/\" title=\"WordCamp Las Vegas\"><img src=\"http://lorelle.files.wordpress.com/2008/12/wordcamplasvegas.jpg\" alt=\"WordCamp Las Vegas\" title=\"WordCamp Las Vegas\" width=\"266\" height=\"72\" class=\"alignright size-full wp-image-9768\" /></a><a href=\"http://lvwordcamp.eventbrite.com/\" title=\"Register for WordCamp Las Vegas\">Register now</a> to start your year off focused on WordPress and to get your blog in line with the latest technologies and trends in blogging.</p>\n<p>Recently, many WordPress events and WordCamps have been livestreaming their presentations, and the <a href=\"http://lasvegaswordcamp.com/register-for-the-wordcamp-live-stream/\" title=\"Register for the WordCamp Live Stream\">WordCamp Las Vegas Live Stream</a> will be on for what we hope is the entire event. You need to register to watch the event live at <a href=\"http://www.ustream.tv/channel/wordcamp-las-vegas\" title=\"Live Ustream of WordCamp Las Vegas\">Ustream WordCamp Las Vegas</a>, so you can enjoy the program and participate no matter where you are in the world. </p>\n<p>With top social media experts like Liz Strauss onboard, social will be a key topic. To encourage more social, participants are urged to <a href=\"http://lasvegaswordcamp.com/attendees-add-your-twitter-id/\" title=\"Attendees - Add your twitter id\">submit their Twitter ID</a> so everyone can track each other during the event. </p>\n<p>The <a href=\"http://lasvegaswordcamp.com/hashtag-for-wordcamp-las-vegas/\" title=\"Las Vegas\">Hashtag and tag for WordCamp Las Vegas</a> is #wordcamplv. </p>\n<p>Also check out the <a href=\"http://lasvegaswordcamp.com/wordcamp-after-party/\" title=\"WordCamp after party\">WordCamp after party</a> for any WordPress fans in the area at Jack’s Irish Pub inside of Palace Station. <a href=\"http://www.facebook.com/event.php?eid=53927164516\" title=\"RSVP for the event on Facebook\">RSVP for the after party event on Facebook</a>. </p>\n<p>All are invited, but if you can&#8217;t come, help <a href=\"http://lasvegaswordcamp.com/help-promote-wordcamplas-vegas/\" title=\"Las Vegas\">WordCamp Las Vegas promote the event</a>.</p>\n<p>Don&#8217;t forget that I&#8217;ll also be the keynote at <a href=\"http://www.wordcampwhistler.com/\" title=\"WordCamp Whistler official site\">WordCamp Whistler</a> on January 24 in Whistler, British Columbia, Canada.</p>\n<h4>Lorelle Speaks at WordCamp Las Vegas</h4>\n<p>I will be taking about &#8220;numbers&#8221; and basic web analytics at WordCamp Las Vegas, showing examples of how to use <a href=\"http://www.woopra.com/\" title=\"Woopra - blog statistics package\" rel=\"tag\">Woopra</a>, the hottest web analytics tool around. Woopra tracks your blog traffic and activity live, in real time. Currently, Woopra is in closed beta, but I will have a limited number of beta invitations available.</p>\n<p>The price of my book, <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>, is going up, but I will have copies available for sale at the introductory price. Unless the publisher says otherwise, this will be the last chance to get the book at the lower price - and avoid shipping costs!</p>\n<p>I love going to Vegas and the last few times I&#8217;ve not had time to see a single show - one of the most important reasons to go. This time, watch out Barry Manilow and Bette Midler - I&#8217;m planning on coming to see you. Don&#8217;t know how but that&#8217;s my goal. Anyone got any Las Vegas ticket finding tips?  <img src=\"http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif\" alt=\":D\" class=\"wp-smiley\" />  </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+events\" rel=\"tag\">wordpress events</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp\" rel=\"tag\">wordcamp</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp+las+vegas\" rel=\"tag\">wordcamp las vegas</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=las+vegas\" rel=\"tag\">las vegas</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speak\" rel=\"tag\">speak</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speaking\" rel=\"tag\">speaking</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=lorelle\" rel=\"tag\">lorelle</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=nevada\" rel=\"tag\">nevada</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=woopra\" rel=\"tag\">woopra</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=web+analytics\" rel=\"tag\">web analytics</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+social\" rel=\"tag\">wordpress social</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=social+media\" rel=\"tag\">social media</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+help\" rel=\"tag\">wordpress help</a> </p>\n<p><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> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the 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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3560/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3560/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3560/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3560/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3560/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3560&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Sun, 04 Jan 2009 21:39:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:9423:\"<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>We&#8217;re starting the WordPress year out right with an exciting <a href=\"http://lasvegaswordcamp.com/\" title=\"WordCamp Las Vegas\">WordCamp Las Vegas</a>, the very first WordCamp of 2009. I&#8217;m flying out this week for this weekend&#8217;s star-studded blogger event.</p>\n<p>The two day event on January 10-11 has an awesome <a href=\"http://lasvegaswordcamp.com/agenda/\" title=\"full agenda here\">line up of speakers</a> covering all things blogging, social media, and WordPress:</p>\n<ul>\n<li><a href=\"http://ma.tt/\" title=\"Matt Mullenweg\">Matt Mullenweg</a></li>\n<li><a href=\"http://joseph.randomnetworks.com/\" title=\"Joseph Scott\">Joseph Scott</a></li>\n<li><a href=\"http://www.aaronhockley.com/\" title=\"Aaron Hockley\">Aaron Hockley</a></li>\n<li><a href=\"http://lorelle.wordpress.com/\" title=\"Lorelle VanFossen\">Lorelle VanFossen</a></li>\n<li><a href=\"http://www.jimkukral.com/\" title=\"Jim Kukral\">Jim Kukral</a></li>\n<li><a href=\"http://geoff.kleinman.com/\" title=\"Geoff Kleinman\">Geoff Kleinman</a></li>\n<li><a href=\"http://successful-blog.com/\" title=\"Liz Strauss\">Liz Strauss</a></li>\n<li><a href=\"http://blog.planetc1.com/\" title=\"Planet Chiropractic\">Michael Dorausch</a></li>\n<li><a href=\"http://learntoduck.com/\" title=\"Micah Baldwin\">Micah Baldwin</a></li>\n<li><a href=\"http://askdavetaylor.com/\" title=\"Dave Taylor\">Dave Taylor</a></li>\n<li><a href=\"http://learntoduck.com/\" title=\"Micah Baldwin\">Micah Baldwin</a></li>\n<li><a href=\"http://www.stasticdesigns.com/\" title=\"Shayne Sanderson\">Shayne Sanderson</a></li>\n</ul>\n<p><a href=\"http://lasvegaswordcamp.com/\" title=\"WordCamp Las Vegas\"><img src=\"http://lorelle.files.wordpress.com/2008/12/wordcamplasvegas.jpg\" alt=\"WordCamp Las Vegas\" title=\"WordCamp Las Vegas\" width=\"266\" height=\"72\" class=\"alignright size-full wp-image-9768\" /></a><a href=\"http://lvwordcamp.eventbrite.com/\" title=\"Register for WordCamp Las Vegas\">Register now</a> to start your year off focused on WordPress and to get your blog in line with the latest technologies and trends in blogging.</p>\n<p>Recently, many WordPress events and WordCamps have been livestreaming their presentations, and the <a href=\"http://lasvegaswordcamp.com/register-for-the-wordcamp-live-stream/\" title=\"Register for the WordCamp Live Stream\">WordCamp Las Vegas Live Stream</a> will be on for what we hope is the entire event. You need to register to watch the event live at <a href=\"http://www.ustream.tv/channel/wordcamp-las-vegas\" title=\"Live Ustream of WordCamp Las Vegas\">Ustream WordCamp Las Vegas</a>, so you can enjoy the program and participate no matter where you are in the world. </p>\n<p>With top social media experts like Liz Strauss onboard, social will be a key topic. To encourage more social, participants are urged to <a href=\"http://lasvegaswordcamp.com/attendees-add-your-twitter-id/\" title=\"Attendees - Add your twitter id\">submit their Twitter ID</a> so everyone can track each other during the event. </p>\n<p>The <a href=\"http://lasvegaswordcamp.com/hashtag-for-wordcamp-las-vegas/\" title=\"Las Vegas\">Hashtag and tag for WordCamp Las Vegas</a> is #wordcamplv. </p>\n<p>Also check out the <a href=\"http://lasvegaswordcamp.com/wordcamp-after-party/\" title=\"WordCamp after party\">WordCamp after party</a> for any WordPress fans in the area at Jack’s Irish Pub inside of Palace Station. <a href=\"http://www.facebook.com/event.php?eid=53927164516\" title=\"RSVP for the event on Facebook\">RSVP for the after party event on Facebook</a>. </p>\n<p>All are invited, but if you can&#8217;t come, help <a href=\"http://lasvegaswordcamp.com/help-promote-wordcamplas-vegas/\" title=\"Las Vegas\">WordCamp Las Vegas promote the event</a>.</p>\n<p>Don&#8217;t forget that I&#8217;ll also be the keynote at <a href=\"http://www.wordcampwhistler.com/\" title=\"WordCamp Whistler official site\">WordCamp Whistler</a> on January 24 in Whistler, British Columbia, Canada.</p>\n<h4>Lorelle Speaks at WordCamp Las Vegas</h4>\n<p>I will be taking about &#8220;numbers&#8221; and basic web analytics at WordCamp Las Vegas, showing examples of how to use <a href=\"http://www.woopra.com/\" title=\"Woopra - blog statistics package\" rel=\"tag\">Woopra</a>, the hottest web analytics tool around. Woopra tracks your blog traffic and activity live, in real time. Currently, Woopra is in closed beta, but I will have a limited number of beta invitations available.</p>\n<p>The price of my book, <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>, is going up, but I will have copies available for sale at the introductory price. Unless the publisher says otherwise, this will be the last chance to get the book at the lower price - and avoid shipping costs!</p>\n<p>I love going to Vegas and the last few times I&#8217;ve not had time to see a single show - one of the most important reasons to go. This time, watch out Barry Manilow and Bette Midler - I&#8217;m planning on coming to see you. Don&#8217;t know how but that&#8217;s my goal. Anyone got any Las Vegas ticket finding tips?  <img src=\"http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif\" alt=\":D\" class=\"wp-smiley\" />  </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+events\" rel=\"tag\">wordpress events</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp\" rel=\"tag\">wordcamp</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp+las+vegas\" rel=\"tag\">wordcamp las vegas</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=las+vegas\" rel=\"tag\">las vegas</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speak\" rel=\"tag\">speak</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speaking\" rel=\"tag\">speaking</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=lorelle\" rel=\"tag\">lorelle</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=nevada\" rel=\"tag\">nevada</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=woopra\" rel=\"tag\">woopra</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=web+analytics\" rel=\"tag\">web analytics</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+social\" rel=\"tag\">wordpress social</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=social+media\" rel=\"tag\">social media</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+help\" rel=\"tag\">wordpress help</a> </p>\n<p><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> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the 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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3560/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3560/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3560/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3560/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3560/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3560&subd=lorelle&ref=&feed=1\" /></div>\";}i:28;a:7:{s:5:\"title\";s:47:\"Lorelle on WP: Ski With Me to WordCamp Whistler\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3556\";s:4:\"link\";s:73:\"http://lorelle.wordpress.com/2009/01/04/ski-with-me-to-wordcamp-whistler/\";s:11:\"description\";s:10053:\"<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>One of the most unique WordCamps ever will be January 24, 2009, in Whistler, British Columbia, Canada. <a href=\"http://www.wordcampwhistler.com/\" title=\"WordCamp Whistler official site\">WordCamp Whistler</a> is a combination ski, photowalk, and WordCamp event for winter and blogging fans around the world at the <a href=\"http://www.fairmont.com/whistler/\" title=\"Fairmont Chateau Whistler Resort\">Fairmont Chateau Whistler Resort</a>.</p>\n<p><a href=\"http://en.wikipedia.org/wiki/Whistler,_British_Columbia\" title=\"Whistler , British Columbia - Wikipedia, the free encyclopedia\">Whistler, British Columbia</a>, is a very popular and beautiful ski resort in the Pacific Range of the Coast Mountains of Canada, only a few hours drive from Vancouver. In the early 1960s, a group was determined to bring the Winter Olympics to Whistler, and their dream comes true as Whistler is the host mountain for the <a href=\"http://en.wikipedia.org/wiki/2010_Winter_Olympics\" title=\"Vancouver 2010 Winter Olympic\">Vancouver 2010 Winter Olympic Games</a>. This is your chance to visit and ski a world class mountain before the crowds arrive next year.</p>\n<p>I grew up in Seattle, a few hours south of Vancouver and Whistler, and skied all the mountains including Whistler and its sister, Blackcomb. It has changed a lot as it prepares for the upcoming Olympics, so this is a very exciting opportunity for me to visit not only a world class ski range, but also one of the most beautiful places in the world. </p>\n<p><a href=\"http://www.wordcampwhistler.com/\" title=\"WordCamp Whistler official site\"><img src=\"http://www.blogherald.com/wp-content/uploads/2008/12/wordcampwhistler.jpg\" alt=\"WordCamp Whistler\" title=\"WordCamp Whistler\" width=\"286\" height=\"118\" class=\"alignnone size-full wp-image-9769\" /></a></p>\n<p>This WordCamp event is different from the others because while its focus is on WordPress, it&#8217;s also ideal for photography and photo bloggers. Not only is the area eye candy galore, there will be time for photography and some of the speakers will be covering photography, video, and photo blogging. </p>\n<p>As the event <a href=\"http://www.wordcampwhistler.com/2009/01/were-getting-close/\" title=\"We’re Getting Close!\">grows near</a>, WordCamp Whistler planners announced that there are still <a href=\"http://www.wordcampwhistler.com/sponsorship/\" title=\"sponsorship spots available\">sponsorship spots available</a>. A <a href=\"http://www.facebook.com/event.php?eid=32574477561\" title=\"Facebook event that you can sign up to\">Facebook event</a> is up. The <a href=\"http://www.wordcampwhistler.com/speakers/\" title=\"line-up in the works\">list of speakers is great</a> and <a href=\"http://wordcampwhistler.eventbrite.com/\" title=\"the time to pick up your tickets\">registration is going fast</a> for this limited seating event. They&#8217;ve planned photo walks and skiing events along with the WordPress fun. </p>\n<p>The speakers are also top notch, covering some interesting WordPress and blogging topics, including:</p>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/\" title=\"Lorelle VanFossen\">Lorelle VanFossen</a> - WordPress Power Blogging Tips</li>\n<li>Andy Peatling of <a href=\"http://buddypress.org/\" title=\"BuddyPress\">BuddyPress</a></li>\n<li>Dave Olson of <a href=\"http://uncleweed.com/\" title=\"uncleweed\">uncleweed</a> - Are you Worthy?</li>\n<li>Dale Mugford of <a href=\"http://bravenewcode.com/\" title=\"BraveNewCode\">BraveNewCode</a> - WordPress On The Go</li>\n<li>John Biehler  - How To Sex Up Your Blog With Photos And Video</li>\n</ul>\n<p>For those who registered early, there was a discount rate for the hotel, so check to see if it is still available. I&#8217;ve checked with <a href=\"http://www.kayak.com/\" title=\"Kayak travel discounts\">Kayak</a> and found hotel rooms are still available starting at $99 and going up, though staying at the <a href=\"http://www.fairmont.com/whistler/\" title=\"Fairmont Chateau Whistler Resort\">Fairmont Chateau Whistler Resort</a> puts you right near the skiing access and is a top class hotel. </p>\n<p>Transportation to Whistler currently is by vehicle, bus, or train. Flights come into Vancouver, and Whistler is a 2-hour drive along the Sea to Sky Highway (Highway 99) from Vancouver, or two to three hour bus or train ride.</p>\n<p>There are a variety of <a title=\"Tourism Whistler transportation options\" href=\"http://www.tourismwhistler.com/www/plan_your_trip/transportation/\">transportation options</a> for travel to Whistler. Many fly into Vancouver and rent a car, while others fly to Seattle and rent a car from there. Check to ensure the car rental company permits taking the car across the border. <a href=\"http://www.greyhound.ca/\" title=\"Greyhound\">Greyhound</a>, <a href=\"http://tickets.amtrak.com/itd/amtrak/FareFinder?_tripType=Return&amp;_origin=Vancouver%2C+BC+(VAC)&amp;_depmonthyear=2009-01&amp;_depday=23&amp;_dephourmin=&amp;_destination=wsl&amp;_retmonthyear=2009-01&amp;_retday=25&amp;_rethourmin=&amp;_adults=1&amp;_children=0&amp;_infants=0&amp;_searchBy=fare&amp;x=27&amp;y=12\" title=\"Amtrak from Vancouver to Whistler\">Amtrak</a>, and <a href=\"http://www.pacificcoach.com/\" title=\"Pacific Coast\">Pacific Coast</a> offer bus service. </p>\n<p><a href=\"http://www.whistlermountaineer.com/destinations/whistler/\" title=\"Whistler Mountaineer Train\">Whistler Mountaineer Train</a> offers a three hour &#8220;tour&#8221; train ride to Whistler which leaves in the morning and returns in the afternoon, which you can plan your trip around. They also offer a four day, three nights <a href=\"http://www.whistlermountaineer.com/vacation_packages/escapes/tour_6.aspx\" title=\"Whistler Rail Escape\">Whistler Rail Escape</a>, with accomodation at the Hilton Whistler. <a href=\"http://www.westcoastair.com/\" title=\"West Coast Air\">West Coast Air</a> has a <a href=\"http://www.westcoastair.com/HTML/Documents/StandbySpecial.pdf\" title=\"West Coast Air Standby Special\">Standby Special</a> with a 50% discount for those flying between 10AM and 2PM daily with flights from Victoria to Whistler only.</p>\n<p>This kind of WordCamp event is rare, placed in a lovely landscape with so many winter activities wrapped around it. Don&#8217;t miss it. </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+events\" rel=\"tag\">wordpress events</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp\" rel=\"tag\">wordcamp</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp+whistler\" rel=\"tag\">wordcamp whistler</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speak\" rel=\"tag\">speak</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speaking\" rel=\"tag\">speaking</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=keynote\" rel=\"tag\">keynote</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=lorelle\" rel=\"tag\">lorelle</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=canada\" rel=\"tag\">canada</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=british+columbia\" rel=\"tag\">british columbia</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+conference\" rel=\"tag\">wordpress conference</a> </p>\n<p><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> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the 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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3556/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3556/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3556/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3556/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3556/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3556/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3556/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3556/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3556/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3556/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3556&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Sun, 04 Jan 2009 18:23:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:10053:\"<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>One of the most unique WordCamps ever will be January 24, 2009, in Whistler, British Columbia, Canada. <a href=\"http://www.wordcampwhistler.com/\" title=\"WordCamp Whistler official site\">WordCamp Whistler</a> is a combination ski, photowalk, and WordCamp event for winter and blogging fans around the world at the <a href=\"http://www.fairmont.com/whistler/\" title=\"Fairmont Chateau Whistler Resort\">Fairmont Chateau Whistler Resort</a>.</p>\n<p><a href=\"http://en.wikipedia.org/wiki/Whistler,_British_Columbia\" title=\"Whistler , British Columbia - Wikipedia, the free encyclopedia\">Whistler, British Columbia</a>, is a very popular and beautiful ski resort in the Pacific Range of the Coast Mountains of Canada, only a few hours drive from Vancouver. In the early 1960s, a group was determined to bring the Winter Olympics to Whistler, and their dream comes true as Whistler is the host mountain for the <a href=\"http://en.wikipedia.org/wiki/2010_Winter_Olympics\" title=\"Vancouver 2010 Winter Olympic\">Vancouver 2010 Winter Olympic Games</a>. This is your chance to visit and ski a world class mountain before the crowds arrive next year.</p>\n<p>I grew up in Seattle, a few hours south of Vancouver and Whistler, and skied all the mountains including Whistler and its sister, Blackcomb. It has changed a lot as it prepares for the upcoming Olympics, so this is a very exciting opportunity for me to visit not only a world class ski range, but also one of the most beautiful places in the world. </p>\n<p><a href=\"http://www.wordcampwhistler.com/\" title=\"WordCamp Whistler official site\"><img src=\"http://www.blogherald.com/wp-content/uploads/2008/12/wordcampwhistler.jpg\" alt=\"WordCamp Whistler\" title=\"WordCamp Whistler\" width=\"286\" height=\"118\" class=\"alignnone size-full wp-image-9769\" /></a></p>\n<p>This WordCamp event is different from the others because while its focus is on WordPress, it&#8217;s also ideal for photography and photo bloggers. Not only is the area eye candy galore, there will be time for photography and some of the speakers will be covering photography, video, and photo blogging. </p>\n<p>As the event <a href=\"http://www.wordcampwhistler.com/2009/01/were-getting-close/\" title=\"We’re Getting Close!\">grows near</a>, WordCamp Whistler planners announced that there are still <a href=\"http://www.wordcampwhistler.com/sponsorship/\" title=\"sponsorship spots available\">sponsorship spots available</a>. A <a href=\"http://www.facebook.com/event.php?eid=32574477561\" title=\"Facebook event that you can sign up to\">Facebook event</a> is up. The <a href=\"http://www.wordcampwhistler.com/speakers/\" title=\"line-up in the works\">list of speakers is great</a> and <a href=\"http://wordcampwhistler.eventbrite.com/\" title=\"the time to pick up your tickets\">registration is going fast</a> for this limited seating event. They&#8217;ve planned photo walks and skiing events along with the WordPress fun. </p>\n<p>The speakers are also top notch, covering some interesting WordPress and blogging topics, including:</p>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/\" title=\"Lorelle VanFossen\">Lorelle VanFossen</a> - WordPress Power Blogging Tips</li>\n<li>Andy Peatling of <a href=\"http://buddypress.org/\" title=\"BuddyPress\">BuddyPress</a></li>\n<li>Dave Olson of <a href=\"http://uncleweed.com/\" title=\"uncleweed\">uncleweed</a> - Are you Worthy?</li>\n<li>Dale Mugford of <a href=\"http://bravenewcode.com/\" title=\"BraveNewCode\">BraveNewCode</a> - WordPress On The Go</li>\n<li>John Biehler  - How To Sex Up Your Blog With Photos And Video</li>\n</ul>\n<p>For those who registered early, there was a discount rate for the hotel, so check to see if it is still available. I&#8217;ve checked with <a href=\"http://www.kayak.com/\" title=\"Kayak travel discounts\">Kayak</a> and found hotel rooms are still available starting at $99 and going up, though staying at the <a href=\"http://www.fairmont.com/whistler/\" title=\"Fairmont Chateau Whistler Resort\">Fairmont Chateau Whistler Resort</a> puts you right near the skiing access and is a top class hotel. </p>\n<p>Transportation to Whistler currently is by vehicle, bus, or train. Flights come into Vancouver, and Whistler is a 2-hour drive along the Sea to Sky Highway (Highway 99) from Vancouver, or two to three hour bus or train ride.</p>\n<p>There are a variety of <a title=\"Tourism Whistler transportation options\" href=\"http://www.tourismwhistler.com/www/plan_your_trip/transportation/\">transportation options</a> for travel to Whistler. Many fly into Vancouver and rent a car, while others fly to Seattle and rent a car from there. Check to ensure the car rental company permits taking the car across the border. <a href=\"http://www.greyhound.ca/\" title=\"Greyhound\">Greyhound</a>, <a href=\"http://tickets.amtrak.com/itd/amtrak/FareFinder?_tripType=Return&amp;_origin=Vancouver%2C+BC+(VAC)&amp;_depmonthyear=2009-01&amp;_depday=23&amp;_dephourmin=&amp;_destination=wsl&amp;_retmonthyear=2009-01&amp;_retday=25&amp;_rethourmin=&amp;_adults=1&amp;_children=0&amp;_infants=0&amp;_searchBy=fare&amp;x=27&amp;y=12\" title=\"Amtrak from Vancouver to Whistler\">Amtrak</a>, and <a href=\"http://www.pacificcoach.com/\" title=\"Pacific Coast\">Pacific Coast</a> offer bus service. </p>\n<p><a href=\"http://www.whistlermountaineer.com/destinations/whistler/\" title=\"Whistler Mountaineer Train\">Whistler Mountaineer Train</a> offers a three hour &#8220;tour&#8221; train ride to Whistler which leaves in the morning and returns in the afternoon, which you can plan your trip around. They also offer a four day, three nights <a href=\"http://www.whistlermountaineer.com/vacation_packages/escapes/tour_6.aspx\" title=\"Whistler Rail Escape\">Whistler Rail Escape</a>, with accomodation at the Hilton Whistler. <a href=\"http://www.westcoastair.com/\" title=\"West Coast Air\">West Coast Air</a> has a <a href=\"http://www.westcoastair.com/HTML/Documents/StandbySpecial.pdf\" title=\"West Coast Air Standby Special\">Standby Special</a> with a 50% discount for those flying between 10AM and 2PM daily with flights from Victoria to Whistler only.</p>\n<p>This kind of WordCamp event is rare, placed in a lovely landscape with so many winter activities wrapped around it. Don&#8217;t miss it. </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+events\" rel=\"tag\">wordpress events</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp\" rel=\"tag\">wordcamp</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp+whistler\" rel=\"tag\">wordcamp whistler</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speak\" rel=\"tag\">speak</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=speaking\" rel=\"tag\">speaking</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=keynote\" rel=\"tag\">keynote</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=lorelle\" rel=\"tag\">lorelle</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=canada\" rel=\"tag\">canada</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=british+columbia\" rel=\"tag\">british columbia</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+conference\" rel=\"tag\">wordpress conference</a> </p>\n<p><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> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the 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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3556/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3556/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3556/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3556/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3556/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3556/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3556/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3556/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3556/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3556/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3556&subd=lorelle&ref=&feed=1\" /></div>\";}i:29;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: Plugin Review: Simple:Press Forum\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4896\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2009/01/04/plugin-review-simplepress-forum/\";s:11:\"description\";s:4697:\"<p>We’re kicking of our <a href=\"http://weblogtoolscollection.com/archives/2008/12/25/merry-christmas-its-plugin-review-time-again-at-wltc/\">plugin review process</a> with a feature rich plugin labeled <a href=\"http://simplepressforum.com/\">Simple:Press Forum</a>. This was also the first plugin review request that we received.</p>\n<h3>So what is Simple:Press?</h3>\n<p>Simple:Press is a feature rich forum plugin for WordPress. It fully integrates into your WP based site utilizing the same user records and database and displaying on a single WP page. It is fully customizable and comes with a number of skins and sets of icons to get your started. Current users have shown it to be fully scalable whether your site membership numbers the tens or the thousands.</p>\n<p>Through it’s powerful and flexible permissions system it is suitable for those who wish to run private, specialist forums with invited members but is equally able to accommodate open, public forums that allow guest posting.</p>\n<p>Also included is a Private Messaging sub-system, the ability to link blog posts with forum topics, the capability to extend the forum display with custom code, a number of template tags for use outside of the forums, extensive online help that explains every option and full language support.</p>\n<h3>Features:</h3>\n<ul>\n<li>Fully integrated with WordPress user registrations and logins</li>\n<li>Creates &#8216;pretty/SEO friendly&#8217; permalinks</li>\n<li>Underpinned by a powerful user and permission system</li>\n<li>Can create private forums</li>\n<li>Forums can be &#8216;Members Only&#8217; or can allow for Guests</li>\n<li>Private Messaging system</li>\n<li>Admins can allow for post moderation (approval)</li>\n<li>Built in Search tool</li>\n<li>Fully customizable skins and icons</li>\n<li>Most rendering functions are &#8216;pluggable&#8217;</li>\n<li>Member Profile updating - users can change own passwords</li>\n<li>Choice of Editors (RTE, HTML, bbCODE)</li>\n<li>Options Signatures, Signature Image, Avatars, and Rankings</li>\n<li>A variety of Template Tags - recent posts etc</li>\n<li>Programmable Hooks for user extension</li>\n<li>Optional Spam Prevention tools</li>\n<li>Optional Cookies to track Guests and Members</li>\n<li>Fully Localized for language support</li>\n<li>Optional and various RSS feeds and email subscription to topics</li>\n<li>Various display options to suit your needs and theme</li>\n<li>An Admin toolset to perform many tasks from within the forum itself</li>\n<li>Blog Posts and Forum Topics can be linked</li>\n<li>Support for the Democracy Polls plugin</li>\n<li>Support for the Gravatars 2 plugin</li>\n<li>Forum Statistics - including who is online</li>\n<li>Complete uninstall/removal option</li>\n<li>Support for the All In One SEO Pack Plugin (Browser title bar)</li>\n<li>View Admins New Post Queue from ALL views with &#8216;Quick Reply&#8217;</li>\n<li>Right-to-left language support in the TinyMCE editor</li>\n<li>Topic Status Tracking</li>\n<li>Custom Smileys</li>\n<li>RTE Toolbar Customization</li>\n<li>Pre-registration Policy display option</li>\n<li>Post Ratings</li>\n<li>Add Custom Profile data items</li>\n<li>&#8216;Watched&#8217; topics</li>\n<li>Multiple forum Admins</li>\n<li>Members List</li>\n</ul>\n<h3>Demo</h3>\n<p>A live demo of the forum is the <a href=\"http://simplepressforum.com/support-forum\">Support Forum for the plugin</a> itself on the developers’ site.</p>\n<h3>Our Review</h3>\n<p>Simple:Press forum is a staunch competitor of <a href=\"http://bbpress.org/\">bbPress</a>. Looking at the features and from the demo, it seems like Simple:Press has a lot more to offer than bbPress.</p>\n<p>Installation of the plugin is extremely simple. You install it just like you would any other WordPress plugin. Upload the entire folder (2.2MB) to your plugins folder of your blog and activate the plugin. The forum has an inbuilt installation program.</p>\n<p>You can then use the administration interface of the forum to create new forums.</p>\n<h3>Improvements?</h3>\n<p>As for the plugin, one feature could be the ability to install it on a separate domain as in the case with bbPress.</p>\n<p>Looking beyond the plugin, one thing we advocate is a well kept plugin page. Simple:Press does well in this respect as it has its very own domain and support system.</p>\n<p>What I would love to see is a detailed installation page with screenshots. As well as detailed tutorials and documentation on using and customizing the forum.</p>\n<p> </p>\n<p>Are you a user of Simple:Press Forum? What has been your experience with the same? Why did you choose this plugin over other full-fledged forums? What features would you like to see added / improved / removed?</p>\";s:7:\"pubdate\";s:31:\"Sun, 04 Jan 2009 16:30:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4697:\"<p>We’re kicking of our <a href=\"http://weblogtoolscollection.com/archives/2008/12/25/merry-christmas-its-plugin-review-time-again-at-wltc/\">plugin review process</a> with a feature rich plugin labeled <a href=\"http://simplepressforum.com/\">Simple:Press Forum</a>. This was also the first plugin review request that we received.</p>\n<h3>So what is Simple:Press?</h3>\n<p>Simple:Press is a feature rich forum plugin for WordPress. It fully integrates into your WP based site utilizing the same user records and database and displaying on a single WP page. It is fully customizable and comes with a number of skins and sets of icons to get your started. Current users have shown it to be fully scalable whether your site membership numbers the tens or the thousands.</p>\n<p>Through it’s powerful and flexible permissions system it is suitable for those who wish to run private, specialist forums with invited members but is equally able to accommodate open, public forums that allow guest posting.</p>\n<p>Also included is a Private Messaging sub-system, the ability to link blog posts with forum topics, the capability to extend the forum display with custom code, a number of template tags for use outside of the forums, extensive online help that explains every option and full language support.</p>\n<h3>Features:</h3>\n<ul>\n<li>Fully integrated with WordPress user registrations and logins</li>\n<li>Creates &#8216;pretty/SEO friendly&#8217; permalinks</li>\n<li>Underpinned by a powerful user and permission system</li>\n<li>Can create private forums</li>\n<li>Forums can be &#8216;Members Only&#8217; or can allow for Guests</li>\n<li>Private Messaging system</li>\n<li>Admins can allow for post moderation (approval)</li>\n<li>Built in Search tool</li>\n<li>Fully customizable skins and icons</li>\n<li>Most rendering functions are &#8216;pluggable&#8217;</li>\n<li>Member Profile updating - users can change own passwords</li>\n<li>Choice of Editors (RTE, HTML, bbCODE)</li>\n<li>Options Signatures, Signature Image, Avatars, and Rankings</li>\n<li>A variety of Template Tags - recent posts etc</li>\n<li>Programmable Hooks for user extension</li>\n<li>Optional Spam Prevention tools</li>\n<li>Optional Cookies to track Guests and Members</li>\n<li>Fully Localized for language support</li>\n<li>Optional and various RSS feeds and email subscription to topics</li>\n<li>Various display options to suit your needs and theme</li>\n<li>An Admin toolset to perform many tasks from within the forum itself</li>\n<li>Blog Posts and Forum Topics can be linked</li>\n<li>Support for the Democracy Polls plugin</li>\n<li>Support for the Gravatars 2 plugin</li>\n<li>Forum Statistics - including who is online</li>\n<li>Complete uninstall/removal option</li>\n<li>Support for the All In One SEO Pack Plugin (Browser title bar)</li>\n<li>View Admins New Post Queue from ALL views with &#8216;Quick Reply&#8217;</li>\n<li>Right-to-left language support in the TinyMCE editor</li>\n<li>Topic Status Tracking</li>\n<li>Custom Smileys</li>\n<li>RTE Toolbar Customization</li>\n<li>Pre-registration Policy display option</li>\n<li>Post Ratings</li>\n<li>Add Custom Profile data items</li>\n<li>&#8216;Watched&#8217; topics</li>\n<li>Multiple forum Admins</li>\n<li>Members List</li>\n</ul>\n<h3>Demo</h3>\n<p>A live demo of the forum is the <a href=\"http://simplepressforum.com/support-forum\">Support Forum for the plugin</a> itself on the developers’ site.</p>\n<h3>Our Review</h3>\n<p>Simple:Press forum is a staunch competitor of <a href=\"http://bbpress.org/\">bbPress</a>. Looking at the features and from the demo, it seems like Simple:Press has a lot more to offer than bbPress.</p>\n<p>Installation of the plugin is extremely simple. You install it just like you would any other WordPress plugin. Upload the entire folder (2.2MB) to your plugins folder of your blog and activate the plugin. The forum has an inbuilt installation program.</p>\n<p>You can then use the administration interface of the forum to create new forums.</p>\n<h3>Improvements?</h3>\n<p>As for the plugin, one feature could be the ability to install it on a separate domain as in the case with bbPress.</p>\n<p>Looking beyond the plugin, one thing we advocate is a well kept plugin page. Simple:Press does well in this respect as it has its very own domain and support system.</p>\n<p>What I would love to see is a detailed installation page with screenshots. As well as detailed tutorials and documentation on using and customizing the forum.</p>\n<p> </p>\n<p>Are you a user of Simple:Press Forum? What has been your experience with the same? Why did you choose this plugin over other full-fledged forums? What features would you like to see added / improved / removed?</p>\";}i:30;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 01/03\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4902\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/01/03/wordpress-plugin-releases-for-0103/\";s:11:\"description\";s:3906:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.webmaster-source.com/wordpress-favorites-menu-manager/\">Favorites Menu Manager</a></p>\n<p>Favorites Menu Manager allows you to easily add, remove, and reorder items in the dropdown favorites menu.</p>\n<p><a href=\"http://www.bretteleben.de/lang-en/wordpress/google-anzeigenmanager-plugin.html\">WP Google Ad Manager</a></p>\n<p>The bretteleben.de &#8220;WP Google Ad Manager Plugin&#8221; for Wordpress allows to use the Google Ad Manager with Wordpress. It gives you the possibility to add ads to your posts, widgets and template.</p>\n<p><a href=\"http://themoneymakingwebsite.com/wp-directory-list/\">WP Directory List</a></p>\n<p>All your users to submit links to a directory. This could be used for a business directory when you allow full address and contact information on the form.</p>\n<p><a href=\"http://www.semiologic.com/software/publishing/auto-thickbox/\">Auto Thickbox</a></p>\n<p>The Auto Thickbox plugin for WordPress automatically enables thickbox on thumbnail images (i.e. opens the images in a fancy pop-up), through the use of WordPress&#8217; built-in thickbox library.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/private-only/\">Private Only</a></p>\n<p>Do you have a private blog that you only want your friends and family to see and read it? This plugin will redirect all users who aren&#8217;t logged in to the login form where they are shown a user-friendly message.</p>\n<p><a href=\"http://www.hityou.net/wp-note/\">WP-Note</a></p>\n<p>Make nice notes with WP-Note in your post.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\">Auto Close Comments, Pingbacks and Trackbacks</a></p>\n<p>Automatically close comments, pingbacks and trackbacks on posts and pages of your WordPress blog. v1.3.1 now allows you to close these separately on posts and pages.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/mystat/\">mySTAT</a></p>\n<p>myStat is a flexible and versatile system intended for accumulation and analysis of the site attendance statistics.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/sermon-browser/\">Sermon Browser</a></p>\n<p>Upload sermons to your website, where they can be searched, listened to, and downloaded. Easy to use with comprehensive help and tutorials.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/parent-category-toggler/\">Parent Category Toggler</a></p>\n<p>Automatically toggle the parent categories when a sub category is selected.</p>\n<p><a href=\"http://pods.uproot.us/\">Pods</a></p>\n<p>Pods is a CMS (Content Management System) plugin for Wordpress.</p>\n<p><a href=\"http://urbangiraffe.com/plugins/headspace2/\">HeadSpace2</a></p>\n<p>Controls almost every aspect of your site&#8217;s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!</p>\n<p><a href=\"http://urbangiraffe.com/plugins/redirection/\">Redirection</a></p>\n<p>Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.</p>\n<p><a href=\"http://urbangiraffe.com/plugins/drain-hole/\">Drain Hole</a></p>\n<p>Drain Hole is a centralized download manager with full monitoring, statistics, versioning, SVN support, and proper SEO download URLs.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wordpress-video-plugin/\">Wordpress Video Plugin</a></p>\n<p>A filter for WordPress that displays videos from myvideo.de, youtube, google video, Brightcove, Aniboom, 123video.nl, MyspaceTV, Yahoo! Video.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/podcast-channels/\">Podcast Channels</a></p>\n<p>Podcast Channels lets you setup &#8216;Category-Casting&#8217; &#8212; a different podcast per category.</p>\n<p><a href=\"http://www.district30.net/random-image-widget\">Random Image widget</a></p>\n<p>Display a random image from a directory located on the webserver.</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Jan 2009 18:15:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:3906:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.webmaster-source.com/wordpress-favorites-menu-manager/\">Favorites Menu Manager</a></p>\n<p>Favorites Menu Manager allows you to easily add, remove, and reorder items in the dropdown favorites menu.</p>\n<p><a href=\"http://www.bretteleben.de/lang-en/wordpress/google-anzeigenmanager-plugin.html\">WP Google Ad Manager</a></p>\n<p>The bretteleben.de &#8220;WP Google Ad Manager Plugin&#8221; for Wordpress allows to use the Google Ad Manager with Wordpress. It gives you the possibility to add ads to your posts, widgets and template.</p>\n<p><a href=\"http://themoneymakingwebsite.com/wp-directory-list/\">WP Directory List</a></p>\n<p>All your users to submit links to a directory. This could be used for a business directory when you allow full address and contact information on the form.</p>\n<p><a href=\"http://www.semiologic.com/software/publishing/auto-thickbox/\">Auto Thickbox</a></p>\n<p>The Auto Thickbox plugin for WordPress automatically enables thickbox on thumbnail images (i.e. opens the images in a fancy pop-up), through the use of WordPress&#8217; built-in thickbox library.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/private-only/\">Private Only</a></p>\n<p>Do you have a private blog that you only want your friends and family to see and read it? This plugin will redirect all users who aren&#8217;t logged in to the login form where they are shown a user-friendly message.</p>\n<p><a href=\"http://www.hityou.net/wp-note/\">WP-Note</a></p>\n<p>Make nice notes with WP-Note in your post.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\">Auto Close Comments, Pingbacks and Trackbacks</a></p>\n<p>Automatically close comments, pingbacks and trackbacks on posts and pages of your WordPress blog. v1.3.1 now allows you to close these separately on posts and pages.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/mystat/\">mySTAT</a></p>\n<p>myStat is a flexible and versatile system intended for accumulation and analysis of the site attendance statistics.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/sermon-browser/\">Sermon Browser</a></p>\n<p>Upload sermons to your website, where they can be searched, listened to, and downloaded. Easy to use with comprehensive help and tutorials.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/parent-category-toggler/\">Parent Category Toggler</a></p>\n<p>Automatically toggle the parent categories when a sub category is selected.</p>\n<p><a href=\"http://pods.uproot.us/\">Pods</a></p>\n<p>Pods is a CMS (Content Management System) plugin for Wordpress.</p>\n<p><a href=\"http://urbangiraffe.com/plugins/headspace2/\">HeadSpace2</a></p>\n<p>Controls almost every aspect of your site&#8217;s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!</p>\n<p><a href=\"http://urbangiraffe.com/plugins/redirection/\">Redirection</a></p>\n<p>Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.</p>\n<p><a href=\"http://urbangiraffe.com/plugins/drain-hole/\">Drain Hole</a></p>\n<p>Drain Hole is a centralized download manager with full monitoring, statistics, versioning, SVN support, and proper SEO download URLs.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wordpress-video-plugin/\">Wordpress Video Plugin</a></p>\n<p>A filter for WordPress that displays videos from myvideo.de, youtube, google video, Brightcove, Aniboom, 123video.nl, MyspaceTV, Yahoo! Video.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/podcast-channels/\">Podcast Channels</a></p>\n<p>Podcast Channels lets you setup &#8216;Category-Casting&#8217; &#8212; a different podcast per category.</p>\n<p><a href=\"http://www.district30.net/random-image-widget\">Random Image widget</a></p>\n<p>Display a random image from a directory located on the webserver.</p>\";}i:31;a:7:{s:5:\"title\";s:28:\"Matt: Top Emailers 2008, etc\";s:4:\"guid\";s:20:\"http://ma.tt/?p=9822\";s:4:\"link\";s:43:\"http://ma.tt/2009/01/top-emailers-2008-etc/\";s:11:\"description\";s:3232:\"<p>As an update to <a href=\"http://ma.tt/2008/01/top-emailers/\">last year&#8217;s post</a>:</p>\n<ol>\n<li><a href=\"http://toni.org/\">Toni Schneider</a> &#8212; 1,052</li>\n<li><a href=\"http://mayadesai.wordpress.com/\">Maya Desai</a> &#8212; 826</li>\n<li>Mom &#8212; 659</li>\n<li><a href=\"http://raanan.com/\">Raanan Bar-Cohen</a> &#8212; 452</li>\n<li><a href=\"http://ocaoimh.ie/\">Donncha O Caoimh</a> &#8212; 424</li>\n<li><a href=\"http://barry.wordpress.com/\">Barry Abrahamson</a> &#8212; 386</li>\n<li><a href=\"http://romanticrobot.net/\">Mark Riley</a> &#8212; 222</li>\n<li><a href=\"http://jane.wordpress.com/\">Jane Wells</a> &#8212; 218</li>\n<li><a href=\"http://boren.nu\">Ryan Boren</a> &#8212; 200</li>\n<li><a href=\"http://www.laptoptips.ca/\">Andrew Ozz</a> &#8212; 197</li>\n<li><a href=\"http://iammattthomas.com/\">Matt Thomas</a> &#8212; 193</li>\n<li><a href=\"http://bobulate.com/\">Liz Danzico</a> &#8212; 148</li>\n<li><a href=\"http://vcmike.wordpress.com/\">Mike Hirshland</a> &#8212; 144</li>\n<li><a href=\"http://www.heather-rasley.com/\">Heather Rasley</a> &#8212; 139</li>\n<li><a href=\"http://josephscott.org/\">Joseph Scott</a> &#8212; 129</li>\n</ol>\n<p>I&#8217;ve expanded the list to 15. A lot of the same folks at the very top, but new faces in Liz and Jane from 2.5 and 2.7 usability cycles. Also three people on the list have changed their domain in the past year, just like I did. It must have been a year for that.</p>\n<p>Also for fun here are some yearly posting stats courtesy of <a href=\"http://alexking.org/blog/2007/01/01/sql-for-blog-stats\">Alex&#8217;s queries</a>:</p>\n<table cellspacing=\"10\">\n<tr>\n<th width=\"50\"></th>\n<th>Posts</th>\n<th>Avg. Words</th>\n<th>Total Words</th>\n<th>Avg. Comments</th>\n<th>Total Comments</th>\n</tr>\n<tr>\n<td>2002</td>\n<td align=\"right\">360</td>\n<td align=\"right\">139</td>\n<td align=\"right\">50,190</td>\n<td align=\"right\">1</td>\n<td align=\"right\">390</td>\n</tr>\n<tr>\n<td>2003</td>\n<td align=\"right\">429</td>\n<td align=\"right\">168</td>\n<td align=\"right\">72,359</td>\n<td align=\"right\">3</td>\n<td align=\"right\">1,287</td>\n</tr>\n<tr>\n<td>2004</td>\n<td align=\"right\">990</td>\n<td align=\"right\">54</td>\n<td align=\"right\">54,257</td>\n<td align=\"right\">6</td>\n<td align=\"right\">6,236</td>\n</tr>\n<tr>\n<td>2005</td>\n<td align=\"right\">624</td>\n<td align=\"right\">48</td>\n<td align=\"right\">30,090</td>\n<td align=\"right\">9</td>\n<td align=\"right\">5,963</td>\n</tr>\n<tr>\n<td>2006</td>\n<td align=\"right\">313</td>\n<td align=\"right\">70</td>\n<td align=\"right\">22,010</td>\n<td align=\"right\">11</td>\n<td align=\"right\">3,503</td>\n</tr>\n<tr>\n<td>2007</td>\n<td align=\"right\">334</td>\n<td align=\"right\">60</td>\n<td align=\"right\">20,267</td>\n<td align=\"right\">17</td>\n<td align=\"right\">5,919</td>\n</tr>\n<tr>\n<td>2008</td>\n<td align=\"right\">302</td>\n<td align=\"right\">50</td>\n<td align=\"right\">15,206</td>\n<td align=\"right\">21</td>\n<td align=\"right\">6,493</td>\n</tr>\n</table>\n<p>As you can see I&#8217;m doing fewer posts with fewer words than ever, but getting more comments. At this rate I&#8217;ll be down to 40 words per post next year. Yay brevity. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> </p>\n<p>Working on collating some travel / WordCamp stats.</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Jan 2009 17:27:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:3232:\"<p>As an update to <a href=\"http://ma.tt/2008/01/top-emailers/\">last year&#8217;s post</a>:</p>\n<ol>\n<li><a href=\"http://toni.org/\">Toni Schneider</a> &#8212; 1,052</li>\n<li><a href=\"http://mayadesai.wordpress.com/\">Maya Desai</a> &#8212; 826</li>\n<li>Mom &#8212; 659</li>\n<li><a href=\"http://raanan.com/\">Raanan Bar-Cohen</a> &#8212; 452</li>\n<li><a href=\"http://ocaoimh.ie/\">Donncha O Caoimh</a> &#8212; 424</li>\n<li><a href=\"http://barry.wordpress.com/\">Barry Abrahamson</a> &#8212; 386</li>\n<li><a href=\"http://romanticrobot.net/\">Mark Riley</a> &#8212; 222</li>\n<li><a href=\"http://jane.wordpress.com/\">Jane Wells</a> &#8212; 218</li>\n<li><a href=\"http://boren.nu\">Ryan Boren</a> &#8212; 200</li>\n<li><a href=\"http://www.laptoptips.ca/\">Andrew Ozz</a> &#8212; 197</li>\n<li><a href=\"http://iammattthomas.com/\">Matt Thomas</a> &#8212; 193</li>\n<li><a href=\"http://bobulate.com/\">Liz Danzico</a> &#8212; 148</li>\n<li><a href=\"http://vcmike.wordpress.com/\">Mike Hirshland</a> &#8212; 144</li>\n<li><a href=\"http://www.heather-rasley.com/\">Heather Rasley</a> &#8212; 139</li>\n<li><a href=\"http://josephscott.org/\">Joseph Scott</a> &#8212; 129</li>\n</ol>\n<p>I&#8217;ve expanded the list to 15. A lot of the same folks at the very top, but new faces in Liz and Jane from 2.5 and 2.7 usability cycles. Also three people on the list have changed their domain in the past year, just like I did. It must have been a year for that.</p>\n<p>Also for fun here are some yearly posting stats courtesy of <a href=\"http://alexking.org/blog/2007/01/01/sql-for-blog-stats\">Alex&#8217;s queries</a>:</p>\n<table cellspacing=\"10\">\n<tr>\n<th width=\"50\"></th>\n<th>Posts</th>\n<th>Avg. Words</th>\n<th>Total Words</th>\n<th>Avg. Comments</th>\n<th>Total Comments</th>\n</tr>\n<tr>\n<td>2002</td>\n<td align=\"right\">360</td>\n<td align=\"right\">139</td>\n<td align=\"right\">50,190</td>\n<td align=\"right\">1</td>\n<td align=\"right\">390</td>\n</tr>\n<tr>\n<td>2003</td>\n<td align=\"right\">429</td>\n<td align=\"right\">168</td>\n<td align=\"right\">72,359</td>\n<td align=\"right\">3</td>\n<td align=\"right\">1,287</td>\n</tr>\n<tr>\n<td>2004</td>\n<td align=\"right\">990</td>\n<td align=\"right\">54</td>\n<td align=\"right\">54,257</td>\n<td align=\"right\">6</td>\n<td align=\"right\">6,236</td>\n</tr>\n<tr>\n<td>2005</td>\n<td align=\"right\">624</td>\n<td align=\"right\">48</td>\n<td align=\"right\">30,090</td>\n<td align=\"right\">9</td>\n<td align=\"right\">5,963</td>\n</tr>\n<tr>\n<td>2006</td>\n<td align=\"right\">313</td>\n<td align=\"right\">70</td>\n<td align=\"right\">22,010</td>\n<td align=\"right\">11</td>\n<td align=\"right\">3,503</td>\n</tr>\n<tr>\n<td>2007</td>\n<td align=\"right\">334</td>\n<td align=\"right\">60</td>\n<td align=\"right\">20,267</td>\n<td align=\"right\">17</td>\n<td align=\"right\">5,919</td>\n</tr>\n<tr>\n<td>2008</td>\n<td align=\"right\">302</td>\n<td align=\"right\">50</td>\n<td align=\"right\">15,206</td>\n<td align=\"right\">21</td>\n<td align=\"right\">6,493</td>\n</tr>\n</table>\n<p>As you can see I&#8217;m doing fewer posts with fewer words than ever, but getting more comments. At this rate I&#8217;ll be down to 40 words per post next year. Yay brevity. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> </p>\n<p>Working on collating some travel / WordCamp stats.</p>\";}i:32;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: Maximum WordPress Security\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4898\";s:4:\"link\";s:80:\"http://weblogtoolscollection.com/archives/2009/01/03/maximum-wordpress-security/\";s:11:\"description\";s:2390:\"<p><img src=\"http://weblogtoolscollection.com/b2-img/2008/10/newwwpweeklylogo.png\" align=\"right\" /> I flew solo for episode 35 while Keith cranked out some college work. In this episode, I interviewed Mark E. who is just about ready to release the first beta of his comprehensive WordPress Security plugin called <a href=\"http://wpsecurity.net\" target=\"_blank\">Maximum Security</a>. During our discussion, it was easy to see that this plugin contains just about everything except the kitchen sink as it relates to security and WordPress. If you don&#8217;t believe me, <a href=\"http://wpsecurity.net/wordpress-maximum-security-features/\" target=\"_blank\">view the long list of features this plugin has</a> with more on the way. We also discussed security through obscurity, basic WordPress security practices and much more. Mark has 15 years of experience in network and system security and within this episode, he gave us about 4 years worth of experience in less than an hour!</p>\n<p><strong>Plugin Of The Week:</strong><a href=\"http://www.fiddyp.co.uk/commentluv-wordpress-plugin/ \">Comment Luv</a> – Comments are a wonderful thing to receive on your blog and while adding the dofollow plugin is one way to reward your commenter&#8217;s, why not place a link to their last post under their comment. With CommentLuv, you can do that automatically! This is an excellent way to promote comments from your readers. The CommentLuv Wordpress Plugin will visit the feed of the comment author and attempt to scrape the last post they made and display it under their comment, this way you can encourage people to join in the discussion of your posts and give something back straight away. WordPress.</p>\n<p><strong>Announcements:</strong> <a href=\"http://www.webmacster87.info/\" target=\"_blank\">Douglas Bell</a> will be our special guest on <strong>January 9th</strong>.</a>.  </p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday January 9th, 2008</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"itpc://recordings.talkshoe.com/rss34224.xml\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Length Of Episode:</strong> 1 Hour 23 Minutes</p>\n<p><strong>Download The Show:</strong> <a href=\"http://recordings.talkshoe.com/TC-34224/TS-176073.mp3\" target=\"_blank\">WordPressWeeklyEpisode35.mp3</a></p>\n<p><strong>Listen To Episode #35:</strong><br />\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Jan 2009 08:11:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:2390:\"<p><img src=\"http://weblogtoolscollection.com/b2-img/2008/10/newwwpweeklylogo.png\" align=\"right\" /> I flew solo for episode 35 while Keith cranked out some college work. In this episode, I interviewed Mark E. who is just about ready to release the first beta of his comprehensive WordPress Security plugin called <a href=\"http://wpsecurity.net\" target=\"_blank\">Maximum Security</a>. During our discussion, it was easy to see that this plugin contains just about everything except the kitchen sink as it relates to security and WordPress. If you don&#8217;t believe me, <a href=\"http://wpsecurity.net/wordpress-maximum-security-features/\" target=\"_blank\">view the long list of features this plugin has</a> with more on the way. We also discussed security through obscurity, basic WordPress security practices and much more. Mark has 15 years of experience in network and system security and within this episode, he gave us about 4 years worth of experience in less than an hour!</p>\n<p><strong>Plugin Of The Week:</strong><a href=\"http://www.fiddyp.co.uk/commentluv-wordpress-plugin/ \">Comment Luv</a> – Comments are a wonderful thing to receive on your blog and while adding the dofollow plugin is one way to reward your commenter&#8217;s, why not place a link to their last post under their comment. With CommentLuv, you can do that automatically! This is an excellent way to promote comments from your readers. The CommentLuv Wordpress Plugin will visit the feed of the comment author and attempt to scrape the last post they made and display it under their comment, this way you can encourage people to join in the discussion of your posts and give something back straight away. WordPress.</p>\n<p><strong>Announcements:</strong> <a href=\"http://www.webmacster87.info/\" target=\"_blank\">Douglas Bell</a> will be our special guest on <strong>January 9th</strong>.</a>.  </p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday January 9th, 2008</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"itpc://recordings.talkshoe.com/rss34224.xml\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Length Of Episode:</strong> 1 Hour 23 Minutes</p>\n<p><strong>Download The Show:</strong> <a href=\"http://recordings.talkshoe.com/TC-34224/TS-176073.mp3\" target=\"_blank\">WordPressWeeklyEpisode35.mp3</a></p>\n<p><strong>Listen To Episode #35:</strong><br />\n</p>\";}i:33;a:7:{s:5:\"title\";s:138:\"Lorelle on WP: Blog Herald WordPress News: WordPress Scholarship, 800,000 WordPress 2.7 Downloads, XML-RPC Problem, and Top Plugin Authors\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3553\";s:4:\"link\";s:158:\"http://lorelle.wordpress.com/2009/01/02/blog-herald-wordpress-news-wordpress-scholarship-800000-wordpress-27-downloads-xml-rpc-problem-and-top-plugin-authors/\";s:11:\"description\";s:15697:\"<div class=\"snap_preview\"><br /><p>I just published <a href=\"http://www.blogherald.com/2009/01/02/wordpress-news-weblog-tools-collection-scholarship-fund-wordpress-at-the-supreme-court-top-plugin-authors-xml-rpc-trouble-and-more/\" title=\"Weblog Tools Collection Scholarship Fund, WordPress at the Supreme Court, Top Plugin Authors, XML-RPC Trouble, and More\">WordPress News: Weblog Tools Collection Scholarship Fund, WordPress at the Supreme Court, Top Plugin Authors, XML-RPC Trouble, and More</a>, this week&#8217;s <a href=\"http://www.blogherald.com/tag/wordpress-news/\" title=\"Articles on WordPress News on the Blog Herald\" rel=\"tag\">Blog Herald WordPress News</a> report. </p>\n<blockquote><p>WordPress 2.7 downloads now passing 800,000. WordPress goes to the Supreme Court. Weblog Tools Collection announces college scholarship fund for WordPress students. WordPress 2.7 problems with XML-RPC. WordPress.com annual wrap up features dramatic statistics and features. Analysis of top WordPress Plugin authors in the WordPress Plugin Directory - who is on top? Chicago Breast Cancer Marathon call for WordPress men to march. And more WordPress news, security information, Plugins, Themes, and tips.</p></blockquote>\n<p>The following is a point summary of the key bits of WordPress news you may find interesting. The news report also includes information and news on various WordPress fan blogs, WordPress Plugins, WordPress Themes, development news, WordPress tips, and more.</p>\n<h4>Problems with WordPress 2.7 XML-RPC</h4>\n<p>Joseph Scott reports on <a href=\"http://josephscott.org/archives/2008/12/problems-with-libxml2-for-wordpress-xml-rpc-users/\" title=\"Problems With libxml2 For WordPress XML-RPC Users\">problems with libxml2 For WordPress XML-RPC users</a> that he&#8217;s been finding on the <a href=\"http://www.wordpress.org/support\" title=\"WordPress Support Forums\" rel=\"tag\">WordPress Support Forums</a> and elsewhere. </p>\n<h4>One Million Downloads of WordPress 2.7</h4>\n<p>Two weeks ago, there were <a href=\"http://lorelle.wordpress.com/2008/12/19/500000-wordpress-27-downloads/\" title=\"500,000 WordPress 2.7 Downloads\">500,000 WordPress 2.7 Downloads</a> and as I write this, there are now over 800,000 downloads, moving fast for 1 million. Bets are on <a href=\"http://www.twitter.com/lorelleonwp/\" title=\"Twitter Lorelleonwp\">Twitter</a> as to when one million downloads will be counted on the <a href=\"http://wordpress.org/download/counter/\" title=\"WordPress Download Counter\">WordPress Download Counter</a>.</p>\n<h4>Weblog Tools Collection WordPress College Scholarship</h4>\n<p><a href=\"http://www.weblogtoolscollection.com/\" title=\"Weblog Tools Collection\" rel=\"tag\">Weblog Tools Collection</a> has <a href=\"http://weblogtoolscollection.com/archives/2009/01/01/shubho-nobo-borsho/\" title=\"Shubho Nobo Borsho!\">announced plans for a Weblog Tools Collection College Scholarship</a> to promote &#8220;WordPress development and help students dip their toe in WordPress.&#8221; </p>\n<h4>WordPress Theme Intruder Hack Attack</h4>\n<p>A <a href=\"http://sasha-says.com/2008/11/27/alien-file-remvphp/\" title=\"Remv.php\">lot</a> of <a href=\"http://bancodereyna.com/?p=368\" title=\"Lessons learned\">people</a> are reporting notifications from their web hosts regarding the <code>remv.php</code> file creating malicious behavior on your WordPress blog. <a href=\"http://jasoncosper.com/archives/wordpress-remvphp-and-you/\" title=\"WordPress, remv.php and You\">Jason Cosper offers a good step-by-step tutorial</a> and <a href=\"http://ronalddavies.com/warning-how-to-remove-the-remvphp-exploit-hack-from-wordpress\" title=\"WARNING! How to Remove the remv.php Exploit Hack from WordPress\">Ronald Davies has a video tutorial</a> on how to remove this malicious file from your WordPress Theme folder. After removal of the file from your server via FTP, update your site immediately to WordPress 2.7. For more information, see these discussions on the WordPress Support Forums: <a href=\"http://wordpress.org/support/topic/224042\" title=\"Blog hacked, host said to upgrade\">Blog hacked, host said to upgrade</a> and <a href=\"http://wordpress.org/support/topic/219439\" title=\"WTF is remv.php in wp-content/themes folder\">WTF is remv.php in wp-content/themes folder</a>.</p>\n<h4>Weblog Tools Collection Changes Ad Policy to Favor GPL Themes and Plugins</h4>\n<p><a href=\"http://www.weblogtoolscollection.com/\" title=\"Weblog Tools Collection\" rel=\"tag\">Weblog Tools Collection</a> announces it will <a href=\"http://weblogtoolscollection.com/archives/2009/01/01/shubho-nobo-borsho/\" title=\"Shubho Nobo Borsho!\">no longer accept ads from advertisers promoting non-GPL WordPress Themes and Plugins</a>. </p>\n<h4>Fake WordPress Malicious Site</h4>\n<p>Look out for a fake WordPress site. Wordpresz.org looks like the <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> site but isn&#8217;t. The version of WordPress you download has malicious code in the download that opens a backdoor to your blog. <a href=\"http://www.viper007bond.com/2008/11/07/there-is-no-such-thing-as-wordpress-264/\" title=\"Fake WordPress Upgrade\">If you upgraded WordPress to 2.6.4</a>, you are running a fake version. There is no WordPress 2.6.4. The latest version is WordPress 2.7, and in the 2.6 line, it is 2.6.5, skipping 2.6.4 due to this threat.</p>\n<h4>WordPress Events Coming Soon</h4>\n<p>Space if often limited for these WordPress Events, WordCamps, and blog events, so register early. </p>\n<ul>\n<li><a href=\"http://wordpress.meetup.com/185/calendar/9294165/\" title=\"Toronto WordPress - WordCamp Toronto January Meetup\">Toronto WordPress Meetup - January 3, 2009</a></li>\n<li><a href=\"http://wordpress.meetup.com/184/calendar/9088229/\" title=\"Installing &amp; Upgrading to 2.7\">Atlanta WordPress 2.7 Party - Installing and Upgrading - January 6, 2009</a></li>\n<li><a href=\"http://www.meetup.com/The-New-Jersey-WordPress-Meetup-Group/calendar/9304141/\" title=\"The New Jersey WordPress January Meetup\">The New Jersey WordPress January Meetup - January 7, 2009</a></li>\n<li><a href=\"http://lasvegaswordcamp.com/\" title=\"WordCamp Las Vegas 2009\">WordCamp Las Vegas 2009 - Las Vegas, Nevada - January 10-11, 2009</a></li>\n<li><a href=\"http://www.meetup.com/LasVegasWordPress/calendar/9387058/\" title=\"Happy Hour after WordCamp\">Happy Hour after WordCamp Las Vegas - January 10, 2009</a></li>\n<li><a href=\"http://upcoming.yahoo.com/event/1438166/\" title=\"Los Angeles WordPress Users Group at Philippe\'s French Dip\">Los Angeles WordPress Users Group - January 11, 2009</a></li>\n<li><a href=\"http://www.meetup.com/SF-WordPress-Users/calendar/9311336/\" title=\"Search Engine Optimization for WordPress\">South Florida WordPress Meetup Group - Pompano Beach - Search Engine Optimization for WordPress - January 15, 2009</a></li>\n<li><a href=\"http://www.wordcampindonesia.com/\" title=\"WordCamp Indonesia 2009\">WordCamp Indonesia 2009 - Jakarta, Indonesia - January 17-18, 2009</a></li>\n<li><a href=\"http://www.meetup.com/boston-wordpress-meetup/calendar/9401039/\" title=\"Boston WordPress Kick-off\">Boston WordPress Meetup - Boston, Massachusetts - January 19, 2009</a></li>\n<li><a href=\"http://www.meetup.com/wordpressnyc/calendar/9258373/\" title=\"The Strategy of Content Publishing\">New York WordPress Meetup Group - WordPress as a CMS: The Strategy of Content Publishing - January 20, 2009</a></li>\n<li><a href=\"http://wordcampwhistler.com/\" title=\"WordCamp Whistler 2009\">WordCamp Whistler 2009 - Whistler, BC, Canada - January 24, 2009</a> (<a href=\"http://www.facebook.com/event.php?eid=32574477561\" title=\"WordCamp Whistler\">Facebook</a>)</li>\n<li><a href=\"http://wordpress.meetup.com/186/calendar/9394147/\" title=\"Toronto WordPress January Meetup\">Toronto WordPress Meetup - January 24, 2009</a></li>\n<li><a href=\"http://www.meetup.com/mywplife/calendar/9380790/\" title=\"The Chicago WordPress January Meetup\">Chicago WordPress January Meetup - January 24, 2009</a></li>\n<li><a href=\"http://www.meetup.com/dfwwordpress/calendar/9369639/\" title=\"The Dallas/Ft. Worth Area WordPress January Meetup\">The Dallas/Ft. Worth Area WordPress January Meetup - Texas - January 24, 2009</a></li>\n</ul>\n<h4>Top 10 WordPress Plugin Authors</h4>\n<p>Based upon cumulative downloads, White Shadow offers the <a href=\"http://w-shadow.com/blog/2008/12/28/top-10-wordpress-plugin-developers/\" title=\"Top 10 WordPress Plugin Developers\">Top 10 WordPress Plugin Developers</a> within the <a href=\"http://wordpress.org/extend/plugins/\" title=\"WordPress Plugins Extends\">WordPress Plugin Directory</a>. </p>\n<h4>Optimize All Those Scripts in WordPress 2.7 Themes and Plugins</h4>\n<p>WordPress 2.7 now features a lot of AJAX and JavaScript. Ozz offers a technical article on the WordPress Development Blog for <a href=\"http://wpdevel.wordpress.com/2008/12/27/optimizing-script-loading/\" title=\"Optimizing script loading\">optimizing script loading</a> that is a must-read for all WordPress Plugin and Theme developers.</p>\n<h4>Installing WordPressMU EBook</h4>\n<p><a href=\"http://wpmututorials.com\" title=\"Andrea Rennick of wpmu Tutorials\">Andrea Rennick of WPMU Tutorials</a> has just published <a href=\"http://feedproxy.google.com/~r/WpmuTutorials/~3/ZP8dVo6ppBU/\" title=\"Installing WordPressMu - The E-Book\">Installing WordPressMU - The E-Book</a>, a guide to helping you install the popular multi-blog version of WordPress called <a href=\"http://mu.wordpress.org/\" title=\"WordPressMU\" rel=\"tag\">WordPressMU</a>. The book is available in PDF form for free download. </p>\n<h4>WordPress.com 2009 Year Wrap-Up</h4>\n<p>In <a href=\"http://en.blog.wordpress.com/2009/01/02/2008-year-end-wrap-up/\" title=\"2008 Year-End Wrap-Up\">2008 Year-End Wrap-Up</a>, Matt Mullenweg sums up the year listing many of the new features, staff, statistics, and changes in the free blog hosting service of WordPress. </p>\n<h4>WordPress News on the Blog Herald</h4>\n<p>Each week, I gather up all the WordPress and event information I can find and publish it on the <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a> in the <a href=\"http://www.blogherald.com/tag/wordpress-news/\" title=\"Articles on WordPress News on the Blog Herald\" rel=\"tag\">Blog Herald WordPress News</a> category. Past WordPress News reports include:</p>\n<ul>\n<li><a href=\"http://www.blogherald.com/2009/01/02/wordpress-news-weblog-tools-collection-scholarship-fund-wordpress-at-the-supreme-court-top-plugin-authors-xml-rpc-trouble-and-more/\" title=\"Weblog Tools Collection Scholarship Fund, WordPress at the Supreme Court, Top Plugin Authors, XML-RPC Trouble, and More\">WordPress News: Weblog Tools Collection Scholarship Fund, WordPress at the Supreme Court, Top Plugin Authors, XML-RPC Trouble, and More</a></li>\n<li><a href=\"http://www.blogherald.com/2008/12/26/wordpress-news-650000-wp-27-downloads-buddypress-theme-threat-schwag-and-more/\" title=\"650,000 WP 2.7 Downloads, BuddyPress, Theme Threat, Schwag, and More\">WordPress News: 650,000 WP 2.7 Downloads, BuddyPress, Theme Threat, Schwag, and More</a></li>\n<li><a href=\"http://www.blogherald.com/2008/12/18/wordpress-news-wordpress-27-awesome-wordpresscom-5-million-plugins-updated-and-wordcamp-news/\" title=\"WordPress 2.7 Awesome, WordPress.com 5 Million, Plugins Updated, and WordCamp News\">WordPress News: WordPress 2.7 Awesome, WordPress.com 5 Million, Plugins Updated, and WordCamp News</a></li>\n<li><a href=\"http://www.blogherald.com/2008/12/10/wordpress-news-wordpress-27-released/\" title=\"WordPress 2.7 Released\">WordPress News: WordPress 2.7 Released</a></li>\n<li><a href=\"http://www.blogherald.com/2008/12/04/wordpress-news-wordpress-27-out-on-wordpresscom-wordpress-27-news-wordcamps-wordpress-plugins-and-themes-updated/\" title=\"WordPress 2.7 Out on WordPress.com, WordPress 2.7 News, WordCamps, WordPress Plugins and Themes Updated\">WordPress News: WordPress 2.7 Out on WordPress.com, WordPress 2.7 News, WordCamps, WordPress Plugins and Themes Updated</a></li>\n<li><a href=\"http://www.blogherald.com/2008/11/27/wordpress-news-wordpress-27-new-login-wordcamp-australia-wordpress-265-security-update-buddypress-and-more/\" title=\"WordPress 2.7 New Login, WordCamp Australia, WordPress 2.6.5 Security Update, BuddyPress, and More\">WordPress News: WordPress 2.7 New Login, WordCamp Australia, WordPress 2.6.5 Security Update, BuddyPress, and More</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+herald\" rel=\"tag\">blog herald</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+herald+wordpress+news\" rel=\"tag\">blog herald wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+plugins\" rel=\"tag\">wordpress plugins</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+themes\" rel=\"tag\">wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+security\" rel=\"tag\">wordpress security</a> </p>\n<p><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> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the 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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3553/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3553/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3553/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3553/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3553/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3553&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Sat, 03 Jan 2009 04:22:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:15697:\"<div class=\"snap_preview\"><br /><p>I just published <a href=\"http://www.blogherald.com/2009/01/02/wordpress-news-weblog-tools-collection-scholarship-fund-wordpress-at-the-supreme-court-top-plugin-authors-xml-rpc-trouble-and-more/\" title=\"Weblog Tools Collection Scholarship Fund, WordPress at the Supreme Court, Top Plugin Authors, XML-RPC Trouble, and More\">WordPress News: Weblog Tools Collection Scholarship Fund, WordPress at the Supreme Court, Top Plugin Authors, XML-RPC Trouble, and More</a>, this week&#8217;s <a href=\"http://www.blogherald.com/tag/wordpress-news/\" title=\"Articles on WordPress News on the Blog Herald\" rel=\"tag\">Blog Herald WordPress News</a> report. </p>\n<blockquote><p>WordPress 2.7 downloads now passing 800,000. WordPress goes to the Supreme Court. Weblog Tools Collection announces college scholarship fund for WordPress students. WordPress 2.7 problems with XML-RPC. WordPress.com annual wrap up features dramatic statistics and features. Analysis of top WordPress Plugin authors in the WordPress Plugin Directory - who is on top? Chicago Breast Cancer Marathon call for WordPress men to march. And more WordPress news, security information, Plugins, Themes, and tips.</p></blockquote>\n<p>The following is a point summary of the key bits of WordPress news you may find interesting. The news report also includes information and news on various WordPress fan blogs, WordPress Plugins, WordPress Themes, development news, WordPress tips, and more.</p>\n<h4>Problems with WordPress 2.7 XML-RPC</h4>\n<p>Joseph Scott reports on <a href=\"http://josephscott.org/archives/2008/12/problems-with-libxml2-for-wordpress-xml-rpc-users/\" title=\"Problems With libxml2 For WordPress XML-RPC Users\">problems with libxml2 For WordPress XML-RPC users</a> that he&#8217;s been finding on the <a href=\"http://www.wordpress.org/support\" title=\"WordPress Support Forums\" rel=\"tag\">WordPress Support Forums</a> and elsewhere. </p>\n<h4>One Million Downloads of WordPress 2.7</h4>\n<p>Two weeks ago, there were <a href=\"http://lorelle.wordpress.com/2008/12/19/500000-wordpress-27-downloads/\" title=\"500,000 WordPress 2.7 Downloads\">500,000 WordPress 2.7 Downloads</a> and as I write this, there are now over 800,000 downloads, moving fast for 1 million. Bets are on <a href=\"http://www.twitter.com/lorelleonwp/\" title=\"Twitter Lorelleonwp\">Twitter</a> as to when one million downloads will be counted on the <a href=\"http://wordpress.org/download/counter/\" title=\"WordPress Download Counter\">WordPress Download Counter</a>.</p>\n<h4>Weblog Tools Collection WordPress College Scholarship</h4>\n<p><a href=\"http://www.weblogtoolscollection.com/\" title=\"Weblog Tools Collection\" rel=\"tag\">Weblog Tools Collection</a> has <a href=\"http://weblogtoolscollection.com/archives/2009/01/01/shubho-nobo-borsho/\" title=\"Shubho Nobo Borsho!\">announced plans for a Weblog Tools Collection College Scholarship</a> to promote &#8220;WordPress development and help students dip their toe in WordPress.&#8221; </p>\n<h4>WordPress Theme Intruder Hack Attack</h4>\n<p>A <a href=\"http://sasha-says.com/2008/11/27/alien-file-remvphp/\" title=\"Remv.php\">lot</a> of <a href=\"http://bancodereyna.com/?p=368\" title=\"Lessons learned\">people</a> are reporting notifications from their web hosts regarding the <code>remv.php</code> file creating malicious behavior on your WordPress blog. <a href=\"http://jasoncosper.com/archives/wordpress-remvphp-and-you/\" title=\"WordPress, remv.php and You\">Jason Cosper offers a good step-by-step tutorial</a> and <a href=\"http://ronalddavies.com/warning-how-to-remove-the-remvphp-exploit-hack-from-wordpress\" title=\"WARNING! How to Remove the remv.php Exploit Hack from WordPress\">Ronald Davies has a video tutorial</a> on how to remove this malicious file from your WordPress Theme folder. After removal of the file from your server via FTP, update your site immediately to WordPress 2.7. For more information, see these discussions on the WordPress Support Forums: <a href=\"http://wordpress.org/support/topic/224042\" title=\"Blog hacked, host said to upgrade\">Blog hacked, host said to upgrade</a> and <a href=\"http://wordpress.org/support/topic/219439\" title=\"WTF is remv.php in wp-content/themes folder\">WTF is remv.php in wp-content/themes folder</a>.</p>\n<h4>Weblog Tools Collection Changes Ad Policy to Favor GPL Themes and Plugins</h4>\n<p><a href=\"http://www.weblogtoolscollection.com/\" title=\"Weblog Tools Collection\" rel=\"tag\">Weblog Tools Collection</a> announces it will <a href=\"http://weblogtoolscollection.com/archives/2009/01/01/shubho-nobo-borsho/\" title=\"Shubho Nobo Borsho!\">no longer accept ads from advertisers promoting non-GPL WordPress Themes and Plugins</a>. </p>\n<h4>Fake WordPress Malicious Site</h4>\n<p>Look out for a fake WordPress site. Wordpresz.org looks like the <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> site but isn&#8217;t. The version of WordPress you download has malicious code in the download that opens a backdoor to your blog. <a href=\"http://www.viper007bond.com/2008/11/07/there-is-no-such-thing-as-wordpress-264/\" title=\"Fake WordPress Upgrade\">If you upgraded WordPress to 2.6.4</a>, you are running a fake version. There is no WordPress 2.6.4. The latest version is WordPress 2.7, and in the 2.6 line, it is 2.6.5, skipping 2.6.4 due to this threat.</p>\n<h4>WordPress Events Coming Soon</h4>\n<p>Space if often limited for these WordPress Events, WordCamps, and blog events, so register early. </p>\n<ul>\n<li><a href=\"http://wordpress.meetup.com/185/calendar/9294165/\" title=\"Toronto WordPress - WordCamp Toronto January Meetup\">Toronto WordPress Meetup - January 3, 2009</a></li>\n<li><a href=\"http://wordpress.meetup.com/184/calendar/9088229/\" title=\"Installing &amp; Upgrading to 2.7\">Atlanta WordPress 2.7 Party - Installing and Upgrading - January 6, 2009</a></li>\n<li><a href=\"http://www.meetup.com/The-New-Jersey-WordPress-Meetup-Group/calendar/9304141/\" title=\"The New Jersey WordPress January Meetup\">The New Jersey WordPress January Meetup - January 7, 2009</a></li>\n<li><a href=\"http://lasvegaswordcamp.com/\" title=\"WordCamp Las Vegas 2009\">WordCamp Las Vegas 2009 - Las Vegas, Nevada - January 10-11, 2009</a></li>\n<li><a href=\"http://www.meetup.com/LasVegasWordPress/calendar/9387058/\" title=\"Happy Hour after WordCamp\">Happy Hour after WordCamp Las Vegas - January 10, 2009</a></li>\n<li><a href=\"http://upcoming.yahoo.com/event/1438166/\" title=\"Los Angeles WordPress Users Group at Philippe\'s French Dip\">Los Angeles WordPress Users Group - January 11, 2009</a></li>\n<li><a href=\"http://www.meetup.com/SF-WordPress-Users/calendar/9311336/\" title=\"Search Engine Optimization for WordPress\">South Florida WordPress Meetup Group - Pompano Beach - Search Engine Optimization for WordPress - January 15, 2009</a></li>\n<li><a href=\"http://www.wordcampindonesia.com/\" title=\"WordCamp Indonesia 2009\">WordCamp Indonesia 2009 - Jakarta, Indonesia - January 17-18, 2009</a></li>\n<li><a href=\"http://www.meetup.com/boston-wordpress-meetup/calendar/9401039/\" title=\"Boston WordPress Kick-off\">Boston WordPress Meetup - Boston, Massachusetts - January 19, 2009</a></li>\n<li><a href=\"http://www.meetup.com/wordpressnyc/calendar/9258373/\" title=\"The Strategy of Content Publishing\">New York WordPress Meetup Group - WordPress as a CMS: The Strategy of Content Publishing - January 20, 2009</a></li>\n<li><a href=\"http://wordcampwhistler.com/\" title=\"WordCamp Whistler 2009\">WordCamp Whistler 2009 - Whistler, BC, Canada - January 24, 2009</a> (<a href=\"http://www.facebook.com/event.php?eid=32574477561\" title=\"WordCamp Whistler\">Facebook</a>)</li>\n<li><a href=\"http://wordpress.meetup.com/186/calendar/9394147/\" title=\"Toronto WordPress January Meetup\">Toronto WordPress Meetup - January 24, 2009</a></li>\n<li><a href=\"http://www.meetup.com/mywplife/calendar/9380790/\" title=\"The Chicago WordPress January Meetup\">Chicago WordPress January Meetup - January 24, 2009</a></li>\n<li><a href=\"http://www.meetup.com/dfwwordpress/calendar/9369639/\" title=\"The Dallas/Ft. Worth Area WordPress January Meetup\">The Dallas/Ft. Worth Area WordPress January Meetup - Texas - January 24, 2009</a></li>\n</ul>\n<h4>Top 10 WordPress Plugin Authors</h4>\n<p>Based upon cumulative downloads, White Shadow offers the <a href=\"http://w-shadow.com/blog/2008/12/28/top-10-wordpress-plugin-developers/\" title=\"Top 10 WordPress Plugin Developers\">Top 10 WordPress Plugin Developers</a> within the <a href=\"http://wordpress.org/extend/plugins/\" title=\"WordPress Plugins Extends\">WordPress Plugin Directory</a>. </p>\n<h4>Optimize All Those Scripts in WordPress 2.7 Themes and Plugins</h4>\n<p>WordPress 2.7 now features a lot of AJAX and JavaScript. Ozz offers a technical article on the WordPress Development Blog for <a href=\"http://wpdevel.wordpress.com/2008/12/27/optimizing-script-loading/\" title=\"Optimizing script loading\">optimizing script loading</a> that is a must-read for all WordPress Plugin and Theme developers.</p>\n<h4>Installing WordPressMU EBook</h4>\n<p><a href=\"http://wpmututorials.com\" title=\"Andrea Rennick of wpmu Tutorials\">Andrea Rennick of WPMU Tutorials</a> has just published <a href=\"http://feedproxy.google.com/~r/WpmuTutorials/~3/ZP8dVo6ppBU/\" title=\"Installing WordPressMu - The E-Book\">Installing WordPressMU - The E-Book</a>, a guide to helping you install the popular multi-blog version of WordPress called <a href=\"http://mu.wordpress.org/\" title=\"WordPressMU\" rel=\"tag\">WordPressMU</a>. The book is available in PDF form for free download. </p>\n<h4>WordPress.com 2009 Year Wrap-Up</h4>\n<p>In <a href=\"http://en.blog.wordpress.com/2009/01/02/2008-year-end-wrap-up/\" title=\"2008 Year-End Wrap-Up\">2008 Year-End Wrap-Up</a>, Matt Mullenweg sums up the year listing many of the new features, staff, statistics, and changes in the free blog hosting service of WordPress. </p>\n<h4>WordPress News on the Blog Herald</h4>\n<p>Each week, I gather up all the WordPress and event information I can find and publish it on the <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a> in the <a href=\"http://www.blogherald.com/tag/wordpress-news/\" title=\"Articles on WordPress News on the Blog Herald\" rel=\"tag\">Blog Herald WordPress News</a> category. Past WordPress News reports include:</p>\n<ul>\n<li><a href=\"http://www.blogherald.com/2009/01/02/wordpress-news-weblog-tools-collection-scholarship-fund-wordpress-at-the-supreme-court-top-plugin-authors-xml-rpc-trouble-and-more/\" title=\"Weblog Tools Collection Scholarship Fund, WordPress at the Supreme Court, Top Plugin Authors, XML-RPC Trouble, and More\">WordPress News: Weblog Tools Collection Scholarship Fund, WordPress at the Supreme Court, Top Plugin Authors, XML-RPC Trouble, and More</a></li>\n<li><a href=\"http://www.blogherald.com/2008/12/26/wordpress-news-650000-wp-27-downloads-buddypress-theme-threat-schwag-and-more/\" title=\"650,000 WP 2.7 Downloads, BuddyPress, Theme Threat, Schwag, and More\">WordPress News: 650,000 WP 2.7 Downloads, BuddyPress, Theme Threat, Schwag, and More</a></li>\n<li><a href=\"http://www.blogherald.com/2008/12/18/wordpress-news-wordpress-27-awesome-wordpresscom-5-million-plugins-updated-and-wordcamp-news/\" title=\"WordPress 2.7 Awesome, WordPress.com 5 Million, Plugins Updated, and WordCamp News\">WordPress News: WordPress 2.7 Awesome, WordPress.com 5 Million, Plugins Updated, and WordCamp News</a></li>\n<li><a href=\"http://www.blogherald.com/2008/12/10/wordpress-news-wordpress-27-released/\" title=\"WordPress 2.7 Released\">WordPress News: WordPress 2.7 Released</a></li>\n<li><a href=\"http://www.blogherald.com/2008/12/04/wordpress-news-wordpress-27-out-on-wordpresscom-wordpress-27-news-wordcamps-wordpress-plugins-and-themes-updated/\" title=\"WordPress 2.7 Out on WordPress.com, WordPress 2.7 News, WordCamps, WordPress Plugins and Themes Updated\">WordPress News: WordPress 2.7 Out on WordPress.com, WordPress 2.7 News, WordCamps, WordPress Plugins and Themes Updated</a></li>\n<li><a href=\"http://www.blogherald.com/2008/11/27/wordpress-news-wordpress-27-new-login-wordcamp-australia-wordpress-265-security-update-buddypress-and-more/\" title=\"WordPress 2.7 New Login, WordCamp Australia, WordPress 2.6.5 Security Update, BuddyPress, and More\">WordPress News: WordPress 2.7 New Login, WordCamp Australia, WordPress 2.6.5 Security Update, BuddyPress, and More</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+herald\" rel=\"tag\">blog herald</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+herald+wordpress+news\" rel=\"tag\">blog herald wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+plugins\" rel=\"tag\">wordpress plugins</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+themes\" rel=\"tag\">wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+security\" rel=\"tag\">wordpress security</a> </p>\n<p><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> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the 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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3553/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3553/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3553/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3553/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3553/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3553&subd=lorelle&ref=&feed=1\" /></div>\";}i:34;a:7:{s:5:\"title\";s:33:\"bbPress: Two new bbPress releases\";s:4:\"guid\";s:25:\"http://bbpress.org/?p=134\";s:4:\"link\";s:57:\"http://bbpress.org/blog/2009/01/two-new-bbpress-releases/\";s:11:\"description\";s:928:\"<p>Today we are releasing a new version of both bbPress 0.9 and bbPress 1.0-alpha.</p>\n<p>The 0.9.0.4 stable release includes a security fix to stop a potential XSS attack on login pages with Internet Explorer 6, so it is highly recommended for all users.</p>\n<p>Additionally, the 0.9.0.4 release includes a significant MySQL speed-up fix for front pages and forum pages that was <a href=\"http://bbpress.org/forums/topic/get-latest-topics-performance-problem-and-solution\">discussed in the forums</a>. Thanks to <a href=\"http://anotherdan.com/\">anotherdan</a> and <a href=\"http://bbshowcase.org/\">_ck_</a> for their efforts on that one.</p>\n<p>The 1.0-alpha-5 release also includes the above fixes as well as an important fix to WordPress integration. Namely, automatic synchronisation of user roles should now work as expected.</p>\n<p>You can get them both from the <a href=\"http://bbpress.org/download/\">download page</a>.</p>\";s:7:\"pubdate\";s:31:\"Sat, 03 Jan 2009 00:28:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Sam Bauers\";}s:7:\"summary\";s:928:\"<p>Today we are releasing a new version of both bbPress 0.9 and bbPress 1.0-alpha.</p>\n<p>The 0.9.0.4 stable release includes a security fix to stop a potential XSS attack on login pages with Internet Explorer 6, so it is highly recommended for all users.</p>\n<p>Additionally, the 0.9.0.4 release includes a significant MySQL speed-up fix for front pages and forum pages that was <a href=\"http://bbpress.org/forums/topic/get-latest-topics-performance-problem-and-solution\">discussed in the forums</a>. Thanks to <a href=\"http://anotherdan.com/\">anotherdan</a> and <a href=\"http://bbshowcase.org/\">_ck_</a> for their efforts on that one.</p>\n<p>The 1.0-alpha-5 release also includes the above fixes as well as an important fix to WordPress integration. Namely, automatic synchronisation of user roles should now work as expected.</p>\n<p>You can get them both from the <a href=\"http://bbpress.org/download/\">download page</a>.</p>\";}i:35;a:7:{s:5:\"title\";s:30:\"Gravatar: Gravatar with JavaFX\";s:4:\"guid\";s:31:\"http://blog.gravatar.com/?p=130\";s:4:\"link\";s:57:\"http://blog.gravatar.com/2009/01/02/gravatar-with-javafx/\";s:11:\"description\";s:1513:\"<div class=\"snap_preview\"><br /><p><a href=\"http://silveiraneto.net\">Silveira Neto</a> write in to let us know that he has written an article covering <a href=\"http://silveiraneto.net/2008/12/21/gravatar-with-javafx/\">how to use gravatar with JavaFX</a>.  Thanks for the info, Silveira, I&#8217;m sure many people will find this to be very useful!</p>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/130/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=130&subd=gravatar&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Fri, 02 Jan 2009 21:54:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"apokalyptik\";}s:7:\"summary\";s:1513:\"<div class=\"snap_preview\"><br /><p><a href=\"http://silveiraneto.net\">Silveira Neto</a> write in to let us know that he has written an article covering <a href=\"http://silveiraneto.net/2008/12/21/gravatar-with-javafx/\">how to use gravatar with JavaFX</a>.  Thanks for the info, Silveira, I&#8217;m sure many people will find this to be very useful!</p>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/130/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/130/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/130/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=130&subd=gravatar&ref=&feed=1\" /></div>\";}i:36;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 01/02\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4894\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/01/02/wordpress-plugin-releases-for-0102/\";s:11:\"description\";s:3998:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.improvingtheweb.com/wordpress-plugins/improved-plugin-installation/\">Improved Plugin Installation</a></p>\n<p>Improved Plugin Installation is an improvement to the current wordpress 2.7 plugin installation methods. It allows you to install one or more plugins simply by typing the names of the plugins or the download URLs. This means you can install all your favorite wordpress plugins in one go!</p>\n<p><a href=\"http://w-shadow.com/blog/2008/12/31/aligning-images-in-rss-feeds/\">Align RSS Images</a></p>\n<p>Makes image alignment work in RSS feeds.</p>\n<p><a href=\"http://www.tomsdimension.de/wp-plugins/tiny-contact-form\">Tiny Contact Form</a></p>\n<p>Little form that allows site visitors to contact you.</p>\n<p><a href=\"http://www.tomsdimension.de/wp-plugins/tiny-spoiler\">Tiny Spoiler</a></p>\n<p>Use [spoiler name=\"top secret\"]shows/hides this text[/spoiler] to create spoiler text</p>\n<p><a href=\"http://www.tomsdimension.de/wp-plugins/readme-parser\">Readme Parser</a></p>\n<p>Shows any plugin readme.txt file on a page/post.</p>\n<p><a href=\"http://www.anothercoder.com/wordpress/pathless-category-permalinks-plugin\">Pathless Category Links</a></p>\n<p>A WordPress plugin to remove the base category, e.g. the /category/, folder from your category links. 301 Redirects are added for old links.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/membership-site-memberwing/\">Wordpress Membership Site Plugin Memberwing</a></p>\n<p>MemberWing is a Wordpress Membership Plugin that allows to convert any self-hosted Wordpress blog into membership site. Free and paid versions available.</p>\n<p><a href=\"http://www.trick77.com/2008/12/29/wordpress-plugin-widget-must-read-posts/\">Must Read Posts</a></p>\n<p>Retrieves posts (or pages) with a certain custom field (e.g. to permanently show your most recommended posts in a widget) and displays them in a list.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://simplepressforum.com/simplepress-forum-v400-released/\">Simple:Press Forum</a></p>\n<p>Simple:Press is a feature rich forum plugin for WordPress. It fully integrates into your WP based site utilizing the same user records and database and displaying on a single WP page. It is fully customizable and comes with a number of skins and sets of icons to get your started. Current users have shown it to be fully scalable whether your site membership numbers the tens or the thousands.</p>\n<p><a href=\"http://www.dashboardzone.com/\">DashboardZone</a></p>\n<p>When you start a new website or a blog your immediate goal is to get visitors to your site. Once you establish a good flow of visitors, your immediate next step is to convert your visitors to readers. This plugin will help you and your readers to keep you on track for reaching your targets. You can display your blog goals as Google gauges.</p>\n<p><a href=\"http://blogspam.net/plugins/\">Blogspam</a></p>\n<p>This plugin will submit each of the comments your blog receives to an external RPC server for testing. If the service decides the comment was spam it will be accepted and dropped into your spam queue.</p>\n<p><a href=\"http://www.sattes-faction.de/picasaview\">Picasaview</a></p>\n<p>With picasaView you can easily view your picasaweb-albums in your blog.</p>\n<p><a href=\"http://dannyman.toldme.com/photos-flickr/\">Photos Flickr</a></p>\n<p>Photos Flickr provides for basic browsing of a Flickr photo stream from within a WordPress blog.</p>\n<p><a href=\"http://www.svenkubiak.de/wordpress-plugin/\">Change Uploaded File Permissions</a></p>\n<p>This plugin changes the file permissions of thumbnails, pictures and files after the upload. <em>Page in German</em>.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/auto-blogroll/\">Auto BlogRoll</a></p>\n<p>Instantly generates a auto blogroll page for Wordpress blogs based on the active theme.</p>\n<p><a href=\"http://www.phpvrouwen.nl/twitme/\">Twitme</a></p>\n<p>This plugin allows you to automatically post your new posts on the twitter website.</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Jan 2009 10:45:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:3998:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.improvingtheweb.com/wordpress-plugins/improved-plugin-installation/\">Improved Plugin Installation</a></p>\n<p>Improved Plugin Installation is an improvement to the current wordpress 2.7 plugin installation methods. It allows you to install one or more plugins simply by typing the names of the plugins or the download URLs. This means you can install all your favorite wordpress plugins in one go!</p>\n<p><a href=\"http://w-shadow.com/blog/2008/12/31/aligning-images-in-rss-feeds/\">Align RSS Images</a></p>\n<p>Makes image alignment work in RSS feeds.</p>\n<p><a href=\"http://www.tomsdimension.de/wp-plugins/tiny-contact-form\">Tiny Contact Form</a></p>\n<p>Little form that allows site visitors to contact you.</p>\n<p><a href=\"http://www.tomsdimension.de/wp-plugins/tiny-spoiler\">Tiny Spoiler</a></p>\n<p>Use [spoiler name=\"top secret\"]shows/hides this text[/spoiler] to create spoiler text</p>\n<p><a href=\"http://www.tomsdimension.de/wp-plugins/readme-parser\">Readme Parser</a></p>\n<p>Shows any plugin readme.txt file on a page/post.</p>\n<p><a href=\"http://www.anothercoder.com/wordpress/pathless-category-permalinks-plugin\">Pathless Category Links</a></p>\n<p>A WordPress plugin to remove the base category, e.g. the /category/, folder from your category links. 301 Redirects are added for old links.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/membership-site-memberwing/\">Wordpress Membership Site Plugin Memberwing</a></p>\n<p>MemberWing is a Wordpress Membership Plugin that allows to convert any self-hosted Wordpress blog into membership site. Free and paid versions available.</p>\n<p><a href=\"http://www.trick77.com/2008/12/29/wordpress-plugin-widget-must-read-posts/\">Must Read Posts</a></p>\n<p>Retrieves posts (or pages) with a certain custom field (e.g. to permanently show your most recommended posts in a widget) and displays them in a list.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://simplepressforum.com/simplepress-forum-v400-released/\">Simple:Press Forum</a></p>\n<p>Simple:Press is a feature rich forum plugin for WordPress. It fully integrates into your WP based site utilizing the same user records and database and displaying on a single WP page. It is fully customizable and comes with a number of skins and sets of icons to get your started. Current users have shown it to be fully scalable whether your site membership numbers the tens or the thousands.</p>\n<p><a href=\"http://www.dashboardzone.com/\">DashboardZone</a></p>\n<p>When you start a new website or a blog your immediate goal is to get visitors to your site. Once you establish a good flow of visitors, your immediate next step is to convert your visitors to readers. This plugin will help you and your readers to keep you on track for reaching your targets. You can display your blog goals as Google gauges.</p>\n<p><a href=\"http://blogspam.net/plugins/\">Blogspam</a></p>\n<p>This plugin will submit each of the comments your blog receives to an external RPC server for testing. If the service decides the comment was spam it will be accepted and dropped into your spam queue.</p>\n<p><a href=\"http://www.sattes-faction.de/picasaview\">Picasaview</a></p>\n<p>With picasaView you can easily view your picasaweb-albums in your blog.</p>\n<p><a href=\"http://dannyman.toldme.com/photos-flickr/\">Photos Flickr</a></p>\n<p>Photos Flickr provides for basic browsing of a Flickr photo stream from within a WordPress blog.</p>\n<p><a href=\"http://www.svenkubiak.de/wordpress-plugin/\">Change Uploaded File Permissions</a></p>\n<p>This plugin changes the file permissions of thumbnails, pictures and files after the upload. <em>Page in German</em>.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/auto-blogroll/\">Auto BlogRoll</a></p>\n<p>Instantly generates a auto blogroll page for Wordpress blogs based on the active theme.</p>\n<p><a href=\"http://www.phpvrouwen.nl/twitme/\">Twitme</a></p>\n<p>This plugin allows you to automatically post your new posts on the twitter website.</p>\";}i:37;a:7:{s:5:\"title\";s:44:\"Weblog Tools Collection: Shubho Nobo Borsho!\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4891\";s:4:\"link\";s:72:\"http://weblogtoolscollection.com/archives/2009/01/01/shubho-nobo-borsho/\";s:11:\"description\";s:4981:\"<p>Well, that is Happy New Year in Bengali. So we wish all our readers a Happy and Prosperous New Year!</p>\n<p>Our little blog grew slowly but steadily in the last year and our editors, authors and well wishers have made it possible for us to not only provide you with the most useful and up to date WordPress news, but we have been able to organize and support our Annual <a href=\"http://weblogtoolscollection.com/pluginblog/\">WordPress Plugin Competition</a>, have been able to visit a couple of <a href=\"http://central.wordcamp.org/\">WordCamps</a> around the US and have started a couple of <a href=\"http://weblogtoolsvideos.com\">new</a> <a href=\"http://pressitfor.me\">services</a> around WordPress. If you want to know what the team is up to, be sure to check out the <a href=\"http://midout.com\">Weblog Tools Collection Crew LifeStream</a>.</p>\n<p>As always, we have been trying to improve our content, add more features and services, be good citizens of the WordPress world, all the while trying to increase our readership and our distribution.</p>\n<ul>\n<li>We have brought back the <a href=\"http://es.weblogtoolscollection.com/\">Spanish Version of this blog</a>. It was originally started as a small side project along with a German version but we found it difficult to find human translators for them. This new version is translated by a paid translation service called <a href=\"http://www.icanlocalize.com/blog-translation.html\">ICanLocalize</a> and is using their custom designed WordPress plugin which we helped test and implement. I have to say that after having had such a hard time with translators in the past, I was very apprehensive of any such relationship. But Amir Helzer and his team of translators have not only been helpful, but they have shown dedication and care that is rare in this world of online business. The service is completely automatic and both comments and posts are automagically submitted for human translation through the plugin. Though the service is not cheap, it gives our blog a nice edge. So if you would like to read this blog in Spanish, please head over to <a href=\"http://es.weblogtoolscollection.com/\">WeblogToolsCollection Español</a> and subscribe.</li>\n<li>We have made some changes to the <a href=\"http://weblogtoolscollection.com/wp-content/plugins/oiopub-direct/purchase.php?do=banner\">advertiser requirements</a> on this blog, much of which drastically reduces our revenue. We now require that all our advertisers who want to promote WordPress plugins and themes, release their themes and plugins under the GPL or a GPL compatible license to be eligible to advertise on Weblog Tools Collection and related properties. Existing ads will be forced to expire and will not be renewed. We will also not link to any work from Premium Theme and Plugin authors that do not release their themes and/or plugins under a GPL or compatible license.</li>\n<li>Jeff Chandler has restarted his <a href=\"http://weblogtoolscollection.com/archives/category/wordpress-weekly/\">WordPress Weekly</a> podcast under the auspices of Weblog Tools Collection and judging from the download numbers and the listener particpation numbers, it has been a resounding success. You can <a href=\"itpc://recordings.talkshoe.com/rss34224.xml\">subscribe to WordPress Weekly via iTunes</a>. Jeff has had put together some <a href=\"http://weblogtoolscollection.com/archives/2008/12/19/2hr-interview-with-matt-mullenweg/\">fantastic</a> <a href=\"http://weblogtoolscollection.com/archives/2008/12/20/wordpress-gone-social-buddypress/\">shows</a> for us already and we are excited to see what the new year holds in store.</li>\n<li>Ajay is re-starting his &#8220;A Plugin A Day&#8221; or <a href=\"http://weblogtoolscollection.com/archives/category/apad/\">APAD WordPress Plugin Reviews</a> which is always a lot of fun and is received well by our readers. We have received hundreds of applications to be considered for APAD and will be starting to publish them very soon.</li>\n<li>We will hold another WordPress Plugin Competition this year. But in addition to the Plugin Competition, if advertising picks up, we would also like to start a Weblog Tools Collection College Scholarship to promote WordPress development and help students dip their toe in WordPress. Stay tuned for further details.</li>\n</ul>\n<p>For all of us here at Weblog Tools Collection, our little endeavor is a painstaking labor of love. We love the attention but also love to receive feedback. To all of you who have sent us your comments and suggestions, we say thank you. We have paid close attention to all the suggestions and have tried to incorporate them into our world as best we can.</p>\n<p>We would also like to say thanks to our readers for making us your Number One source for WordPress and blogging news and to the WordPress team for producing this fantastic tool for us to use and enjoy.</p>\n<p>We raise our imaginary glasses in a toast to another great year of blogging with WordPress.</p>\";s:7:\"pubdate\";s:31:\"Fri, 02 Jan 2009 00:17:54 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:4981:\"<p>Well, that is Happy New Year in Bengali. So we wish all our readers a Happy and Prosperous New Year!</p>\n<p>Our little blog grew slowly but steadily in the last year and our editors, authors and well wishers have made it possible for us to not only provide you with the most useful and up to date WordPress news, but we have been able to organize and support our Annual <a href=\"http://weblogtoolscollection.com/pluginblog/\">WordPress Plugin Competition</a>, have been able to visit a couple of <a href=\"http://central.wordcamp.org/\">WordCamps</a> around the US and have started a couple of <a href=\"http://weblogtoolsvideos.com\">new</a> <a href=\"http://pressitfor.me\">services</a> around WordPress. If you want to know what the team is up to, be sure to check out the <a href=\"http://midout.com\">Weblog Tools Collection Crew LifeStream</a>.</p>\n<p>As always, we have been trying to improve our content, add more features and services, be good citizens of the WordPress world, all the while trying to increase our readership and our distribution.</p>\n<ul>\n<li>We have brought back the <a href=\"http://es.weblogtoolscollection.com/\">Spanish Version of this blog</a>. It was originally started as a small side project along with a German version but we found it difficult to find human translators for them. This new version is translated by a paid translation service called <a href=\"http://www.icanlocalize.com/blog-translation.html\">ICanLocalize</a> and is using their custom designed WordPress plugin which we helped test and implement. I have to say that after having had such a hard time with translators in the past, I was very apprehensive of any such relationship. But Amir Helzer and his team of translators have not only been helpful, but they have shown dedication and care that is rare in this world of online business. The service is completely automatic and both comments and posts are automagically submitted for human translation through the plugin. Though the service is not cheap, it gives our blog a nice edge. So if you would like to read this blog in Spanish, please head over to <a href=\"http://es.weblogtoolscollection.com/\">WeblogToolsCollection Español</a> and subscribe.</li>\n<li>We have made some changes to the <a href=\"http://weblogtoolscollection.com/wp-content/plugins/oiopub-direct/purchase.php?do=banner\">advertiser requirements</a> on this blog, much of which drastically reduces our revenue. We now require that all our advertisers who want to promote WordPress plugins and themes, release their themes and plugins under the GPL or a GPL compatible license to be eligible to advertise on Weblog Tools Collection and related properties. Existing ads will be forced to expire and will not be renewed. We will also not link to any work from Premium Theme and Plugin authors that do not release their themes and/or plugins under a GPL or compatible license.</li>\n<li>Jeff Chandler has restarted his <a href=\"http://weblogtoolscollection.com/archives/category/wordpress-weekly/\">WordPress Weekly</a> podcast under the auspices of Weblog Tools Collection and judging from the download numbers and the listener particpation numbers, it has been a resounding success. You can <a href=\"itpc://recordings.talkshoe.com/rss34224.xml\">subscribe to WordPress Weekly via iTunes</a>. Jeff has had put together some <a href=\"http://weblogtoolscollection.com/archives/2008/12/19/2hr-interview-with-matt-mullenweg/\">fantastic</a> <a href=\"http://weblogtoolscollection.com/archives/2008/12/20/wordpress-gone-social-buddypress/\">shows</a> for us already and we are excited to see what the new year holds in store.</li>\n<li>Ajay is re-starting his &#8220;A Plugin A Day&#8221; or <a href=\"http://weblogtoolscollection.com/archives/category/apad/\">APAD WordPress Plugin Reviews</a> which is always a lot of fun and is received well by our readers. We have received hundreds of applications to be considered for APAD and will be starting to publish them very soon.</li>\n<li>We will hold another WordPress Plugin Competition this year. But in addition to the Plugin Competition, if advertising picks up, we would also like to start a Weblog Tools Collection College Scholarship to promote WordPress development and help students dip their toe in WordPress. Stay tuned for further details.</li>\n</ul>\n<p>For all of us here at Weblog Tools Collection, our little endeavor is a painstaking labor of love. We love the attention but also love to receive feedback. To all of you who have sent us your comments and suggestions, we say thank you. We have paid close attention to all the suggestions and have tried to incorporate them into our world as best we can.</p>\n<p>We would also like to say thanks to our readers for making us your Number One source for WordPress and blogging news and to the WordPress team for producing this fantastic tool for us to use and enjoy.</p>\n<p>We raise our imaginary glasses in a toast to another great year of blogging with WordPress.</p>\";}i:38;a:7:{s:5:\"title\";s:38:\"Matt: Happy New Year! and Dubai Meetup\";s:4:\"guid\";s:20:\"http://ma.tt/?p=9819\";s:4:\"link\";s:38:\"http://ma.tt/2008/12/happy-new-year-2/\";s:11:\"description\";s:647:\"<p>I wanted to take a moment to wish everyone a happy, safe, and prosperous new year. 2009 looks like it&#8217;s going to be a heckuva year.  <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" />  Here&#8217;s a quick video clip of <a href=\"http://www.grandmasterflash.com/\">Grandmaster Flash</a> from the NYE party last night at <a href=\"http://www.timeoutdubai.com/bars/reviews/2808-the-apartment-lounge-a-club\">The Apartment</a>:</p>\n<p></p>\n<p>Also a reminder that <a href=\"http://www.fouad.fm/first-ever-wordpress-meetup-in-duabi/\">tomorrow will be the first ever Dubai WordPress meetup</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 01 Jan 2009 07:17:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:647:\"<p>I wanted to take a moment to wish everyone a happy, safe, and prosperous new year. 2009 looks like it&#8217;s going to be a heckuva year.  <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" />  Here&#8217;s a quick video clip of <a href=\"http://www.grandmasterflash.com/\">Grandmaster Flash</a> from the NYE party last night at <a href=\"http://www.timeoutdubai.com/bars/reviews/2808-the-apartment-lounge-a-club\">The Apartment</a>:</p>\n<p></p>\n<p>Also a reminder that <a href=\"http://www.fouad.fm/first-ever-wordpress-meetup-in-duabi/\">tomorrow will be the first ever Dubai WordPress meetup</a>.</p>\";}i:39;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 12/31\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4889\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2008/12/31/wordpress-theme-releases-for-1231/\";s:11:\"description\";s:2631:\"<p><a href=\"http://www.hellbiscuit.com/?p=86\"><strong>Gumball Special</strong></a></p>\n<p><a href=\"http://themes.hellbiscuit.com/\"><img title=\"gumball\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/gumball.png\" border=\"0\" alt=\"gumball\" width=\"148\" height=\"114\" /></a></p>\n<p>Two column, gravatar ready, magazine style theme with custom image fields.</p>\n<p><a href=\"http://www.dinpattern.com/pages/simply-ornate.php\"><strong>Simply Ornate</strong></a></p>\n<p><img title=\"simplyornate\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/simplyornate.jpg\" border=\"0\" alt=\"simplyornate\" width=\"164\" height=\"114\" /></p>\n<p>Two column, blue and black theme with support for Flickr, tabbed sidebar. The theme displays four posts on the homepage.</p>\n<p><a href=\"http://en.wpthemes.org.ua/?p=11\"><strong>Christmas Light</strong></a></p>\n<p><img title=\"ChristmasLight\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/christmaslight.png\" border=\"0\" alt=\"ChristmasLight\" width=\"187\" height=\"114\" /></p>\n<p>Template consists of two columns, fixed width layout, supports widgets, comments, is static in size. In the pattern dominated by red and blue color.</p>\n<p><a href=\"http://www.theenglishguy.co.uk/shocking-wordpress-theme/\"><strong>Shocking</strong></a></p>\n<p><img title=\"shocking-screenshot\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/shockingscreenshot.png\" border=\"0\" alt=\"shocking-screenshot\" width=\"135\" height=\"114\" /></p>\n<p>Theme consists of two columns, supports widgets and gravatars, comments, fixed width.</p>\n<p><a href=\"http://paulicio.us/2008/11/05/viewport-a-free-wordpress-theme/\"><strong>Viewport</strong></a></p>\n<p><a href=\"http://labs.paulicio.us/viewport/\"><img title=\"Viewport\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/viewport.png\" border=\"0\" alt=\"Viewport\" width=\"97\" height=\"114\" /></a></p>\n<p>Viewport, a free Wordpress theme created by <a href=\"http://paulicio.us/\">Paul Bennett</a> is focused around a clean and simple, content based layout. The aim is to grab the user’s attention and draw them straight into the content. On the single post page the content is laid out clearly in full, with post controls and a widget-enabled sidebar. The theme also allows the blog owner to change the background image and color, and the image of the ‘Where Next?’ page.</p>\n<p><a href=\"http://blog.clearskys.net/themes/redirectr-theme/\"><strong>Redirectr</strong></a></p>\n<p>redirectr is a WordPress theme with a difference. It produces no output at all. redirectr is designed as a simple method of redirecting the traffic from an existing (old) blog to a new blog or site.</p>\";s:7:\"pubdate\";s:31:\"Wed, 31 Dec 2008 21:50:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2631:\"<p><a href=\"http://www.hellbiscuit.com/?p=86\"><strong>Gumball Special</strong></a></p>\n<p><a href=\"http://themes.hellbiscuit.com/\"><img title=\"gumball\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/gumball.png\" border=\"0\" alt=\"gumball\" width=\"148\" height=\"114\" /></a></p>\n<p>Two column, gravatar ready, magazine style theme with custom image fields.</p>\n<p><a href=\"http://www.dinpattern.com/pages/simply-ornate.php\"><strong>Simply Ornate</strong></a></p>\n<p><img title=\"simplyornate\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/simplyornate.jpg\" border=\"0\" alt=\"simplyornate\" width=\"164\" height=\"114\" /></p>\n<p>Two column, blue and black theme with support for Flickr, tabbed sidebar. The theme displays four posts on the homepage.</p>\n<p><a href=\"http://en.wpthemes.org.ua/?p=11\"><strong>Christmas Light</strong></a></p>\n<p><img title=\"ChristmasLight\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/christmaslight.png\" border=\"0\" alt=\"ChristmasLight\" width=\"187\" height=\"114\" /></p>\n<p>Template consists of two columns, fixed width layout, supports widgets, comments, is static in size. In the pattern dominated by red and blue color.</p>\n<p><a href=\"http://www.theenglishguy.co.uk/shocking-wordpress-theme/\"><strong>Shocking</strong></a></p>\n<p><img title=\"shocking-screenshot\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/shockingscreenshot.png\" border=\"0\" alt=\"shocking-screenshot\" width=\"135\" height=\"114\" /></p>\n<p>Theme consists of two columns, supports widgets and gravatars, comments, fixed width.</p>\n<p><a href=\"http://paulicio.us/2008/11/05/viewport-a-free-wordpress-theme/\"><strong>Viewport</strong></a></p>\n<p><a href=\"http://labs.paulicio.us/viewport/\"><img title=\"Viewport\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/viewport.png\" border=\"0\" alt=\"Viewport\" width=\"97\" height=\"114\" /></a></p>\n<p>Viewport, a free Wordpress theme created by <a href=\"http://paulicio.us/\">Paul Bennett</a> is focused around a clean and simple, content based layout. The aim is to grab the user’s attention and draw them straight into the content. On the single post page the content is laid out clearly in full, with post controls and a widget-enabled sidebar. The theme also allows the blog owner to change the background image and color, and the image of the ‘Where Next?’ page.</p>\n<p><a href=\"http://blog.clearskys.net/themes/redirectr-theme/\"><strong>Redirectr</strong></a></p>\n<p>redirectr is a WordPress theme with a difference. It produces no output at all. redirectr is designed as a simple method of redirecting the traffic from an existing (old) blog to a new blog or site.</p>\";}i:40;a:7:{s:5:\"title\";s:49:\"Weblog Tools Collection: WordPress News for 12/31\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4764\";s:4:\"link\";s:77:\"http://weblogtoolscollection.com/archives/2008/12/31/wordpress-news-for-1231/\";s:11:\"description\";s:1189:\"<p><a href=\"http://symbianworld.org/1086-wordmobi-wordpress-client-for-s60/\">Wordmobi: Wordpress Client for S60</a>.: Wordmobi is a WordPress client for the <a href=\"http://en.wikipedia.org/wiki/S60_platform\">Symbian S60</a> series of devices. You do need to download and install Python on your device for this client to work.</p>\n<p><a href=\"http://sixrevisions.com/wordpress/30-excellent-wordpress-video-tutorials/\">30 Excellent WordPress video Tutorials</a> lists a lot of good videos including videos for administration of WordPress, getting started, theme development and WordPress tools.</p>\n<p><a href=\"http://www.drinkbrainjuice.com/blogo\">Blogo</a> is a blog editor for the Mac and <a href=\"http://mashable.com/2008/12/27/blogo/\">Mashable has a nice review</a> for the application. <em>The new release also adds comment moderation for Wordpress 2.7 or higher, improved Safari integration, and offline editing. </em>I personally never got into desktop applications for blogging but I happen to find some sort of creative solace in the WordPress admin interface. <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";s:7:\"pubdate\";s:31:\"Wed, 31 Dec 2008 15:14:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1189:\"<p><a href=\"http://symbianworld.org/1086-wordmobi-wordpress-client-for-s60/\">Wordmobi: Wordpress Client for S60</a>.: Wordmobi is a WordPress client for the <a href=\"http://en.wikipedia.org/wiki/S60_platform\">Symbian S60</a> series of devices. You do need to download and install Python on your device for this client to work.</p>\n<p><a href=\"http://sixrevisions.com/wordpress/30-excellent-wordpress-video-tutorials/\">30 Excellent WordPress video Tutorials</a> lists a lot of good videos including videos for administration of WordPress, getting started, theme development and WordPress tools.</p>\n<p><a href=\"http://www.drinkbrainjuice.com/blogo\">Blogo</a> is a blog editor for the Mac and <a href=\"http://mashable.com/2008/12/27/blogo/\">Mashable has a nice review</a> for the application. <em>The new release also adds comment moderation for Wordpress 2.7 or higher, improved Safari integration, and offline editing. </em>I personally never got into desktop applications for blogging but I happen to find some sort of creative solace in the WordPress admin interface. <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";}i:41;a:7:{s:5:\"title\";s:73:\"Mark Jaquith: What would you pay for a book on “Advanced WordPress” ?\";s:4:\"guid\";s:39:\"http://markjaquith.wordpress.com/?p=238\";s:4:\"link\";s:96:\"http://markjaquith.wordpress.com/2008/12/31/what-would-you-pay-for-a-book-on-advanced-wordpress/\";s:11:\"description\";s:2409:\"<div class=\"snap_preview\"><br /><p>This post is for people who work with WordPress: themers, WordPress coders and consultants, and anyone who wants to do things more advanced than installing plugins with WordPress. If you&#8217;re not in this market, be on your way, this poll doesn&#8217;t apply to you!</p>\n<p>If you&#8217;re still here&#8230; I&#8217;ve been considering writing a book on &#8220;Advanced WordPress.&#8221; The market in mind is all of the themers, coders, consultants, and intrepid blog tweakers who may know a bit of PHP (or a lot), and want to go beyond the basics with WordPress. There are a lot of books that cover WordPress basics, but not a lot aimed at more advanced uses of WordPress. A sample of the topics covered would be:</p>\n<ul>\n<li>Plugins</li>\n<li>Hooks</li>\n<li>Advanced WordPress administration and automation</li>\n<li>Themes</li>\n<li>Advanced theme tricks</li>\n</ul>\n<p>It would be part reference, part walkthrough.</p>\n<p>If this book were available, and you are in the market described above, how much (if anything) would you be willing to pay for such a book?</p>\n <a href=\"http://answers.polldaddy.com/poll/1234366/\">View Poll</a>\n<p>Thanks for your participation!</p>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/238/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/238/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/238/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/238/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/238/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/238/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/238/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/238/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/238/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/238/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=238&subd=markjaquith&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Wed, 31 Dec 2008 05:35:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:7:\"summary\";s:2409:\"<div class=\"snap_preview\"><br /><p>This post is for people who work with WordPress: themers, WordPress coders and consultants, and anyone who wants to do things more advanced than installing plugins with WordPress. If you&#8217;re not in this market, be on your way, this poll doesn&#8217;t apply to you!</p>\n<p>If you&#8217;re still here&#8230; I&#8217;ve been considering writing a book on &#8220;Advanced WordPress.&#8221; The market in mind is all of the themers, coders, consultants, and intrepid blog tweakers who may know a bit of PHP (or a lot), and want to go beyond the basics with WordPress. There are a lot of books that cover WordPress basics, but not a lot aimed at more advanced uses of WordPress. A sample of the topics covered would be:</p>\n<ul>\n<li>Plugins</li>\n<li>Hooks</li>\n<li>Advanced WordPress administration and automation</li>\n<li>Themes</li>\n<li>Advanced theme tricks</li>\n</ul>\n<p>It would be part reference, part walkthrough.</p>\n<p>If this book were available, and you are in the market described above, how much (if anything) would you be willing to pay for such a book?</p>\n <a href=\"http://answers.polldaddy.com/poll/1234366/\">View Poll</a>\n<p>Thanks for your participation!</p>\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/238/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/238/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/238/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/238/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/238/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/238/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/238/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/238/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/238/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/238/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=238&subd=markjaquith&ref=&feed=1\" /></div>\";}i:42;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 12/30\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4879\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2008/12/30/wordpress-plugin-releases-for-1230/\";s:11:\"description\";s:2834:\"<h3>New Plugins</h3>\n<p><a href=\"http://pluginscatalog.com/plugins/profiler.html\">Profiler</a></p>\n<p>Profiler is a plugin for generating and displaying profiles for the registered users on a WordPress site. It is intended to be a “set it and forget it” plugin. You do not have to have any programming knowledge to use this plugin.</p>\n<p><a href=\"http://trackthis.yotify.com/\">TrackThis</a></p>\n<p>A plugin by <a href=\"http://Yotify.com\">Yotify.com</a>, a personal web scouting service enabling users to track anything on the Internet and enlist their friends to help.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/dandyid-services/\">DandyID</a></p>\n<p>DandyID is a free service that enables you to easily connect all of your online identities.</p>\n<p><a href=\"http://www.michael-baker.com/simple_shortcodes.html\">Simple Shortcodes</a></p>\n<p>Simple Shortcodes provides an easy to use mechanism for creating and using custom shortcodes.</p>\n<p><a href=\"http://adriancallaghan.co.uk/clikstats/\">clikStats</a></p>\n<p>clikStats is a wordpress plugin that automatically logs the number of clicks within a post.</p>\n<p><a href=\"http://andrewjaswa.com/bird-feeder\">Bird Feeder</a></p>\n<p>Tweets your about your posts when they are published.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/magpierss-simplified/\">MagpieRSS Simplified</a></p>\n<p>MagpieRSS is already integrated with WordPress, this plugin will allow you to implement it easily within your theme.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.blogtrafficexchange.com/old-post-promoter/\">Old Post Promoter</a></p>\n<p>Old Post Promoter random selects an old post for promotion onto the front page and into the RSS feed in either 1st or 2nd position. There are a variety of timing options and a no old post promotion category blacklist.</p>\n<p><a href=\"http://www.blogtrafficexchange.com/blog-copyright/\">Blog Copyright</a></p>\n<p>Blog Copyright injects a copyright notice into the footer of your blog. I maintains the original year while adding a range to the current year. There are a variety of other options.</p>\n<p><a href=\"http://wp.gdragon.info/2008/12/30/gd-star-rating-108/\">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, has a widgets build in and shortcode support.</p>\n<p><a href=\"http://www.janek-niefeldt.de/blog/mycustomwidget/\">My Custom Widgets</a></p>\n<p>Plugin to create your own custom widgets</p>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a></p>\n<p>The plugin checks and displays for all your blogroll-bookmarks with a separate saved feed-url, when the most recent update has occurred at the bookmark site.</p>\";s:7:\"pubdate\";s:31:\"Tue, 30 Dec 2008 19:27:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2834:\"<h3>New Plugins</h3>\n<p><a href=\"http://pluginscatalog.com/plugins/profiler.html\">Profiler</a></p>\n<p>Profiler is a plugin for generating and displaying profiles for the registered users on a WordPress site. It is intended to be a “set it and forget it” plugin. You do not have to have any programming knowledge to use this plugin.</p>\n<p><a href=\"http://trackthis.yotify.com/\">TrackThis</a></p>\n<p>A plugin by <a href=\"http://Yotify.com\">Yotify.com</a>, a personal web scouting service enabling users to track anything on the Internet and enlist their friends to help.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/dandyid-services/\">DandyID</a></p>\n<p>DandyID is a free service that enables you to easily connect all of your online identities.</p>\n<p><a href=\"http://www.michael-baker.com/simple_shortcodes.html\">Simple Shortcodes</a></p>\n<p>Simple Shortcodes provides an easy to use mechanism for creating and using custom shortcodes.</p>\n<p><a href=\"http://adriancallaghan.co.uk/clikstats/\">clikStats</a></p>\n<p>clikStats is a wordpress plugin that automatically logs the number of clicks within a post.</p>\n<p><a href=\"http://andrewjaswa.com/bird-feeder\">Bird Feeder</a></p>\n<p>Tweets your about your posts when they are published.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/magpierss-simplified/\">MagpieRSS Simplified</a></p>\n<p>MagpieRSS is already integrated with WordPress, this plugin will allow you to implement it easily within your theme.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.blogtrafficexchange.com/old-post-promoter/\">Old Post Promoter</a></p>\n<p>Old Post Promoter random selects an old post for promotion onto the front page and into the RSS feed in either 1st or 2nd position. There are a variety of timing options and a no old post promotion category blacklist.</p>\n<p><a href=\"http://www.blogtrafficexchange.com/blog-copyright/\">Blog Copyright</a></p>\n<p>Blog Copyright injects a copyright notice into the footer of your blog. I maintains the original year while adding a range to the current year. There are a variety of other options.</p>\n<p><a href=\"http://wp.gdragon.info/2008/12/30/gd-star-rating-108/\">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, has a widgets build in and shortcode support.</p>\n<p><a href=\"http://www.janek-niefeldt.de/blog/mycustomwidget/\">My Custom Widgets</a></p>\n<p>Plugin to create your own custom widgets</p>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a></p>\n<p>The plugin checks and displays for all your blogroll-bookmarks with a separate saved feed-url, when the most recent update has occurred at the bookmark site.</p>\";}i:43;a:7:{s:5:\"title\";s:120:\"WordPress Podcast: Episode 49: WordPress 2.7 released, Oxite, Blog World Expo and New Media Expo to merge, Pownce closes\";s:4:\"guid\";s:30:\"http://wp-community.org/?p=309\";s:4:\"link\";s:132:\"http://wp-community.org/2008/12/30/episode-49-wordpress-27-released-oxite-blog-world-expo-and-new-media-expo-to-merge-pownce-closes/\";s:11:\"description\";s:718:\"One of our former co-hosts, David Peralty, joins us as a special guest for this episode as we discuss:\n\nWordPress 2.7 was released\nMicrosoft enters the Open Source blogware world with Oxite\nNew Media Expo merges with Blog World Expo\nWordPress Theme Repository purged of hundreds of themes\nSix Apart shuts down Pownce\nDates announced for WordCamp San Francisco 2009, WordCamp [...]<p>Published at: <a href=\"http://wp-community.org\">The WordPress Community</a></p>\n<p><a href=\"http://wp-community.org/2008/12/30/episode-49-wordpress-27-released-oxite-blog-world-expo-and-new-media-expo-to-merge-pownce-closes/\">Episode 49: WordPress 2.7 released, Oxite, Blog World Expo and New Media Expo to merge, Pownce closes</a></p>\";s:7:\"pubdate\";s:31:\"Tue, 30 Dec 2008 05:15:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:37:\"Charles Stricklin and Jonathan Bailey\";}s:7:\"summary\";s:718:\"One of our former co-hosts, David Peralty, joins us as a special guest for this episode as we discuss:\n\nWordPress 2.7 was released\nMicrosoft enters the Open Source blogware world with Oxite\nNew Media Expo merges with Blog World Expo\nWordPress Theme Repository purged of hundreds of themes\nSix Apart shuts down Pownce\nDates announced for WordCamp San Francisco 2009, WordCamp [...]<p>Published at: <a href=\"http://wp-community.org\">The WordPress Community</a></p>\n<p><a href=\"http://wp-community.org/2008/12/30/episode-49-wordpress-27-released-oxite-blog-world-expo-and-new-media-expo-to-merge-pownce-closes/\">Episode 49: WordPress 2.7 released, Oxite, Blog World Expo and New Media Expo to merge, Pownce closes</a></p>\";}i:44;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: Top 10 WordPress Plugin Developers\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4875\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2008/12/28/top-10-wordpress-plugin-developers/\";s:11:\"description\";s:422:\"<p><a href=\"http://w-shadow.com/blog/2008/12/28/top-10-wordpress-plugin-developers/\">Top 10 WordPress Plugin Developers</a> takes a look at the top plugin authors ranked by the number of downloads from the WordPress Plugin Repository. Also includes a few other statistics. You can check out the more exhaustive <a href=\"http://w-shadow.com/files/top-1000-plugin-authors.html\">Top 1000 list</a>. What&#8217;s your rank?</p>\";s:7:\"pubdate\";s:31:\"Mon, 29 Dec 2008 03:55:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:422:\"<p><a href=\"http://w-shadow.com/blog/2008/12/28/top-10-wordpress-plugin-developers/\">Top 10 WordPress Plugin Developers</a> takes a look at the top plugin authors ranked by the number of downloads from the WordPress Plugin Repository. Also includes a few other statistics. You can check out the more exhaustive <a href=\"http://w-shadow.com/files/top-1000-plugin-authors.html\">Top 1000 list</a>. What&#8217;s your rank?</p>\";}i:45;a:7:{s:5:\"title\";s:44:\"Weblog Tools Collection: Best Of WLTC Part 2\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4871\";s:4:\"link\";s:73:\"http://weblogtoolscollection.com/archives/2008/12/28/best-of-wltc-part-2/\";s:11:\"description\";s:6129:\"<p>This is part two in the best of WeblogToolsCollection.com series (<a href=\"http://weblogtoolscollection.com/archives/2008/12/27/best-of-wltc-part-1/\">view part one here</a>). The following links are posts which were published during 2008. These posts range from special news articles, guides, tutorials, reviews, opinion pieces and more. We look forward to continue bringing you the best WordPress information from across the web and wish you and yours a very safe, happy new year.</p>\n<h2>July:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/12/how-many-queries-are-too-many/\">How many Queries are too many?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/14/evolution-of-wordpress-b2cafelog-to-wordpress-10/\">Evolution of WordPress: B2/Cafelog to WordPress 1.0</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/18/new-wordpress-theme-directory/\">NEW WordPress Theme Directory</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/22/wordpress-iphone-app-now-available/\">WordPress iPhone App Now Available</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/22/how-to-get-featured-in-our-daily-releases/\">How to get featured in our Daily Releases</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/31/features-plannwordpress-27/\">Features Planned for WordPress 2.7</a></p>\n<h2>August:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/08/wordpress-27-plugin-uninstall-methods/\">WordPress 2.7 Plugin Uninstall Methods</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/09/if-then-else/\">If, Then, Else</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/15/wp-plugin-where-did-they-go-from-here-updated/\">WP Plugin: &#8220;Where did they go from here&#8221; Updated</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/16/what-does-the-blurb-on-top-of-plugins-link-mean/\">What Does the Blurb on Top of Plugins Link Mean?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/18/be-kind-educate/\">Be Kind, Educate</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/20/safest-way-to-include-plugin-code-in-themes/\">Safest Way to Include Plugin Code in Themes</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/24/stop-blaming-the-wordpress-team/\">Stop Blaming The WordPress Team</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/27/tackle-plugin-compatibility-issues-while-using-popular-libraries/\">Tackle Plugin Compatibility Issues While Using Popular Libraries</a></p>\n<h2>September:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/09/02/first-look-at-wordpress-27/\">First Look At WordPress 2.7</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/09/07/the-road-to-automation/\">The Road To Automation</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/09/21/wordpress-weekly-is-back/\">WordPress Weekly Is Back</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/09/23/comment-spam-with-more-kung-fu/\">Comment Spam with more Kung Fu?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/09/29/wltc-reader-survey-results/\">WLTC Reader Survey Results</a></p>\n<h2>October:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/01/revolution-theme-going-open-source/\">Revolution Theme Going Open Source</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/04/ian-stewart-on-child-themes-part-1/\">Ian Stewart On Child Themes - Part 1</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/05/ian-stewart-on-child-themes-part-2/\">Ian Stewart On Child Themes - Part 2</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/08/where-is-that-settings-page/\">Where Is That Settings Page?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/20/tutorial-creating-custom-write-panels-in-wordpress/\">Tutorial: Creating Custom Write Panels in WordPress</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/26/moderate-comments-from-your-desktop/\">Moderate Comments From Your Desktop</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/31/scary-wordpress-moments/\">Scary WordPress Moments</a></p>\n<h2>November:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/04/are-your-theme%e2%80%99s-comments-wordpress-27-compatible/\">Are your theme&#8217;s comments WordPress 2.7 compatible?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/05/were-not-done-voting-yet/\">We&#8217;re Not Done Voting Yet</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/09/this-time-its-personal/\">This time, it&#8217;s personal</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/19/why-27-is-not-30/\">Why 2.7 Is Not 3.0</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/27/giving-thanks/\">Giving Thanks</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/30/drupal-59-to-wordpress-26/\">Drupal 5.9 To WordPress 2.6</a></p>\n<h2>December:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/01/another-wordpress-milestone/\">Another WordPress Milestone</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/03/enhanced-wordpress-theme-generator/\">Enhanced WordPress Theme Generator</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/16/a-long-look-back/\">A Long Look Back</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/16/easycomment-firefox-extension/\">easyComment Firefox Extension</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/19/mastering-your-wordpress-27-theme-admin-area/\">Mastering Your WordPress 2.7 Theme &amp; Admin Area</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/19/2hr-interview-with-matt-mullenweg/\">2hr Interview With Matt Mullenweg</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/24/wordpress-forum-user-guide/\">WordPress Forum User Guide</a></p>\";s:7:\"pubdate\";s:31:\"Sun, 28 Dec 2008 20:11:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:6129:\"<p>This is part two in the best of WeblogToolsCollection.com series (<a href=\"http://weblogtoolscollection.com/archives/2008/12/27/best-of-wltc-part-1/\">view part one here</a>). The following links are posts which were published during 2008. These posts range from special news articles, guides, tutorials, reviews, opinion pieces and more. We look forward to continue bringing you the best WordPress information from across the web and wish you and yours a very safe, happy new year.</p>\n<h2>July:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/12/how-many-queries-are-too-many/\">How many Queries are too many?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/14/evolution-of-wordpress-b2cafelog-to-wordpress-10/\">Evolution of WordPress: B2/Cafelog to WordPress 1.0</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/18/new-wordpress-theme-directory/\">NEW WordPress Theme Directory</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/22/wordpress-iphone-app-now-available/\">WordPress iPhone App Now Available</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/22/how-to-get-featured-in-our-daily-releases/\">How to get featured in our Daily Releases</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/07/31/features-plannwordpress-27/\">Features Planned for WordPress 2.7</a></p>\n<h2>August:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/08/wordpress-27-plugin-uninstall-methods/\">WordPress 2.7 Plugin Uninstall Methods</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/09/if-then-else/\">If, Then, Else</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/15/wp-plugin-where-did-they-go-from-here-updated/\">WP Plugin: &#8220;Where did they go from here&#8221; Updated</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/16/what-does-the-blurb-on-top-of-plugins-link-mean/\">What Does the Blurb on Top of Plugins Link Mean?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/18/be-kind-educate/\">Be Kind, Educate</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/20/safest-way-to-include-plugin-code-in-themes/\">Safest Way to Include Plugin Code in Themes</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/24/stop-blaming-the-wordpress-team/\">Stop Blaming The WordPress Team</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/08/27/tackle-plugin-compatibility-issues-while-using-popular-libraries/\">Tackle Plugin Compatibility Issues While Using Popular Libraries</a></p>\n<h2>September:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/09/02/first-look-at-wordpress-27/\">First Look At WordPress 2.7</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/09/07/the-road-to-automation/\">The Road To Automation</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/09/21/wordpress-weekly-is-back/\">WordPress Weekly Is Back</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/09/23/comment-spam-with-more-kung-fu/\">Comment Spam with more Kung Fu?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/09/29/wltc-reader-survey-results/\">WLTC Reader Survey Results</a></p>\n<h2>October:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/01/revolution-theme-going-open-source/\">Revolution Theme Going Open Source</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/04/ian-stewart-on-child-themes-part-1/\">Ian Stewart On Child Themes - Part 1</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/05/ian-stewart-on-child-themes-part-2/\">Ian Stewart On Child Themes - Part 2</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/08/where-is-that-settings-page/\">Where Is That Settings Page?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/20/tutorial-creating-custom-write-panels-in-wordpress/\">Tutorial: Creating Custom Write Panels in WordPress</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/26/moderate-comments-from-your-desktop/\">Moderate Comments From Your Desktop</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/10/31/scary-wordpress-moments/\">Scary WordPress Moments</a></p>\n<h2>November:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/04/are-your-theme%e2%80%99s-comments-wordpress-27-compatible/\">Are your theme&#8217;s comments WordPress 2.7 compatible?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/05/were-not-done-voting-yet/\">We&#8217;re Not Done Voting Yet</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/09/this-time-its-personal/\">This time, it&#8217;s personal</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/19/why-27-is-not-30/\">Why 2.7 Is Not 3.0</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/27/giving-thanks/\">Giving Thanks</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/11/30/drupal-59-to-wordpress-26/\">Drupal 5.9 To WordPress 2.6</a></p>\n<h2>December:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/01/another-wordpress-milestone/\">Another WordPress Milestone</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/03/enhanced-wordpress-theme-generator/\">Enhanced WordPress Theme Generator</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/16/a-long-look-back/\">A Long Look Back</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/16/easycomment-firefox-extension/\">easyComment Firefox Extension</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/19/mastering-your-wordpress-27-theme-admin-area/\">Mastering Your WordPress 2.7 Theme &amp; Admin Area</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/19/2hr-interview-with-matt-mullenweg/\">2hr Interview With Matt Mullenweg</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/12/24/wordpress-forum-user-guide/\">WordPress Forum User Guide</a></p>\";}i:46;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: WordPress Theme Releases 12/28\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4865\";s:4:\"link\";s:83:\"http://weblogtoolscollection.com/archives/2008/12/28/wordpress-theme-releases-1228/\";s:11:\"description\";s:2915:\"<p><a href=\"http://ajaydsouza.com/wordpress/wpthemes/connections-reloaded/\"><strong>Connections Reloaded</strong></a></p>\n<p><a href=\"http://demoblog.ajaydsouza.net/index.php?wptheme=Connections+Reloaded\"><img title=\"connections-reloaded\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/connectionsreloaded.png\" border=\"0\" alt=\"connections-reloaded\" width=\"156\" height=\"114\" /></a></p>\n<p>Two column, fixed width theme derived from the <a href=\"http://vanillamist.com/blog/?page_id=81\">Connections</a> theme by <a href=\"http://www.patriciamuller.com\">Patricia Müller</a>. The theme is gravatar ready, tag ready, widget ready (with custom widgets), with support for custom header images, threaded and paged comments (introduced in WordPress 2.7) and SEO titles. Includes page templates for links, archives, pages with comments.</p>\n<p><a href=\"http://www.smashingmagazine.com/2008/12/24/christmas-wordpress-theme/\"><strong>Christmas</strong></a></p>\n<p><a href=\"http://www.instantshift.com/wpthemes/\"><img title=\"Christmas\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/christmas.jpg\" border=\"0\" alt=\"Christmas\" width=\"129\" height=\"114\" /></a></p>\n<p>The theme has a 2-column-based fixed width layout and, is based on Christmas and holidays and has some fresh appealing funky icons. The PSD source file of the logo image has also been included with the package.</p>\n<p><a href=\"http://www.clickfire.com/biruality-wordpress-theme/\"><strong>Biruality</strong></a></p>\n<p><img title=\"biruality-wordpress-theme-screenshot\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/birualitywordpressthemescreenshot.png\" border=\"0\" alt=\"biruality-wordpress-theme-screenshot\" width=\"117\" height=\"114\" /></p>\n<p>Biruality is a simple, 2-column layout with rounded corners. The theme is clean, fast and blue (biru means blue in Indonesian).</p>\n<p><a href=\"http://i-exist.co.cc/theme/\"><strong>Pellucid Dashed</strong></a></p>\n<p><img title=\"pellucid\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/pellucid.jpg\" border=\"0\" alt=\"pellucid\" width=\"179\" height=\"114\" /></p>\n<p>Two column, widget ready theme</p>\n<p><a href=\"http://theblogosaurus.com/?page_id=5\"><strong>Blogosaurus</strong></a></p>\n<p><img title=\"blogo_theme\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/blogo-theme.gif\" border=\"0\" alt=\"blogo_theme\" width=\"200\" height=\"93\" /></p>\n<p>The Blogosaurus is a free three column WordPress theme. It features vibrant colors and a secure content area.</p>\n<p><a href=\"http://publisher-heaven.com/2008/12/05/going-pro-simple-mind-20.html\"><strong>Going Pro - Simple Mind</strong></a></p>\n<p><img title=\"Going Pro - Simple Mind\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/goingprosimplemind.jpg\" border=\"0\" alt=\"Going Pro - Simple Mind\" width=\"87\" height=\"114\" /></p>\n<p>Widget ready, two column theme with support for threaded comments / paginated comments. Available in two colors.</p>\";s:7:\"pubdate\";s:31:\"Sun, 28 Dec 2008 17:12:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2915:\"<p><a href=\"http://ajaydsouza.com/wordpress/wpthemes/connections-reloaded/\"><strong>Connections Reloaded</strong></a></p>\n<p><a href=\"http://demoblog.ajaydsouza.net/index.php?wptheme=Connections+Reloaded\"><img title=\"connections-reloaded\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/connectionsreloaded.png\" border=\"0\" alt=\"connections-reloaded\" width=\"156\" height=\"114\" /></a></p>\n<p>Two column, fixed width theme derived from the <a href=\"http://vanillamist.com/blog/?page_id=81\">Connections</a> theme by <a href=\"http://www.patriciamuller.com\">Patricia Müller</a>. The theme is gravatar ready, tag ready, widget ready (with custom widgets), with support for custom header images, threaded and paged comments (introduced in WordPress 2.7) and SEO titles. Includes page templates for links, archives, pages with comments.</p>\n<p><a href=\"http://www.smashingmagazine.com/2008/12/24/christmas-wordpress-theme/\"><strong>Christmas</strong></a></p>\n<p><a href=\"http://www.instantshift.com/wpthemes/\"><img title=\"Christmas\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/christmas.jpg\" border=\"0\" alt=\"Christmas\" width=\"129\" height=\"114\" /></a></p>\n<p>The theme has a 2-column-based fixed width layout and, is based on Christmas and holidays and has some fresh appealing funky icons. The PSD source file of the logo image has also been included with the package.</p>\n<p><a href=\"http://www.clickfire.com/biruality-wordpress-theme/\"><strong>Biruality</strong></a></p>\n<p><img title=\"biruality-wordpress-theme-screenshot\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/birualitywordpressthemescreenshot.png\" border=\"0\" alt=\"biruality-wordpress-theme-screenshot\" width=\"117\" height=\"114\" /></p>\n<p>Biruality is a simple, 2-column layout with rounded corners. The theme is clean, fast and blue (biru means blue in Indonesian).</p>\n<p><a href=\"http://i-exist.co.cc/theme/\"><strong>Pellucid Dashed</strong></a></p>\n<p><img title=\"pellucid\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/pellucid.jpg\" border=\"0\" alt=\"pellucid\" width=\"179\" height=\"114\" /></p>\n<p>Two column, widget ready theme</p>\n<p><a href=\"http://theblogosaurus.com/?page_id=5\"><strong>Blogosaurus</strong></a></p>\n<p><img title=\"blogo_theme\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/blogo-theme.gif\" border=\"0\" alt=\"blogo_theme\" width=\"200\" height=\"93\" /></p>\n<p>The Blogosaurus is a free three column WordPress theme. It features vibrant colors and a secure content area.</p>\n<p><a href=\"http://publisher-heaven.com/2008/12/05/going-pro-simple-mind-20.html\"><strong>Going Pro - Simple Mind</strong></a></p>\n<p><img title=\"Going Pro - Simple Mind\" src=\"http://weblogtoolscollection.com/b2-img/2008/12/goingprosimplemind.jpg\" border=\"0\" alt=\"Going Pro - Simple Mind\" width=\"87\" height=\"114\" /></p>\n<p>Widget ready, two column theme with support for threaded comments / paginated comments. Available in two colors.</p>\";}i:47;a:7:{s:5:\"title\";s:44:\"Weblog Tools Collection: Best Of WLTC Part 1\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4856\";s:4:\"link\";s:73:\"http://weblogtoolscollection.com/archives/2008/12/27/best-of-wltc-part-1/\";s:11:\"description\";s:11887:\"<p>As most of us know, WordPress development happens at a record pace and trying to keep up with everything is a daunting task. However, the team here at WLTC does a great job filtering all of the WordPress related content on the web to bring the best to you. During the course of a year, this content adds up. Some of it being news posts, how-to guides, reviews, breaking news, etc. So, since it&#8217;s near the end of the year, I thought I would take a trip through the <a href=\"http://weblogtoolscollection.com/narchives/\">WLTC Archive</a> and revisit come classic posts from 2008.</p>\n<p>This series is broken up into two parts. The first part covers the months of <strong>January-June</strong> while part two takes care of <strong>July-December</strong>. When you browse through the links, let us know which one was your favorite or perhaps, which one has been the most helpful to you.</p>\n<h2>January:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2007/12/30/install-wordpress-locally-1-of-2/\">Install WordPress Locally 1 Of 2</a> </p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/03/install-wordpress-locally-part-2-of-2/\">Install WordPress Locally - Part 2 Of 2</a> </p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/07/uninstall-is-there-such-a-thing/\">Uninstall - Is There Such A Thing?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/09/wordpress-plugin-uninstall-tool/\">WordPress Plugin Uninstall Tool</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/12/uninstalling-conundrum-part-2/\">Uninstalling Conundrum Part 2</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/12/what-makes-a-wordpress-theme-premium/\">What Makes a WordPress Theme Premium?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/14/suggestions-for-plugin-standards/\">Suggestions For Plugin Standards</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/16/configuring-wp-permalinks/\">Configuring WP Permalinks</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/18/plugin-authors-organize-bug-reports-and-feature-requests-using-the-wordpress-plugin-repository/\">Plugin Authors: Organize Bug Reports and Feature Requests Using the WordPress Plugin Repository</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/24/mobile-phone-optimized-wordpress/\">Mobile Phone optimized WordPress</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/26/wptex-wordpress-to-pdf-ebook-with-latex/\">WPTeX: WordPress to pdf ebook with LaTeX</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/29/what-is-wordcamp/\">What Is WordCamp?</a></p>\n<h2>February:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/02/trackbacks-still-useful/\">Trackbacks: Still Useful?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/06/wordpress-as-a-contact-manager/\">WordPress as a Contact Manager</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/09/adding-your-plugin-to-wp-extend-plugins-with-a-mac/\">Adding Your Plugin to WP Extend Plugins With a Mac</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/11/wordpress-lingo/\">WordPress Lingo</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/12/modsecurity-wordpress-admin-and-method-not-implemented/\">ModSecurity, WordPress Admin and &#8220;Method Not Implemented&#8221;</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/14/wordpress-25-demo-site/\">WordPress 2.5 Demo Site</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/14/wp-plugin-embedify/\">WP Plugin: Embedify</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/23/printer-friendly-codex/\">Printer Friendly Codex</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/24/new-twist-on-premium-wordpress-themes/\">New Twist on Premium WordPress Themes</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/25/reformatting-wordpress/\">Reformatting WordPress</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/29/interview-with-wpthemerkit/\">Interview With WPThemerKit</a></p>\n<h2>March:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/03/gravatars-and-wordpress-25/\">Gravatars and WordPress 2.5</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/04/add-wp-search-engines-to-ff/\">Add WP Search Engines To FF</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/05/wordpress-theme-forecast/\">WordPress Theme Forecast</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/06/who-comments-on-blogs-and-why/\">Who Comments on Blogs, and Why?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/08/managing-trackbacks-and-pingbacks-in-your-wordpress-theme/\">Managing Trackbacks and Pingbacks in Your WordPress Theme</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/09/prepare-for-wp-25/\">Prepare For WP 2.5</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/16/colorful-future-for-wp-25-admin/\">Colorful Future For WP 2.5 Admin</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/19/where-you-download-a-theme-matters/\">Where You Download a Theme Matters</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/23/23-to-25-database-changes/\">2.3 to 2.5 Database Changes</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/26/10-plugins-to-combat-comment-spam/\">10 Plugins To Combat Comment Spam</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/29/wordpress-25-released/\">WordPress 2.5 Released</a></p>\n<h2>April:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/01/faq-on-wordpress-25/\">FAQ on WordPress 2.5</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/02/wordpress-25-upgrade-guides/\">WordPress 2.5 Upgrade Guide(s)</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/04/ultimate-guide-to-the-wordpress-loop/\">Ultimate Guide to the WordPress Loop</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/07/in-case-you-missed-it/\">In Case You Missed It</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/08/vulnerable-wordpress-blogs-not-being-indexed/\">Vulnerable WordPress Blogs Not Being Indexed</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/09/faq-on-wordpress-25-version-2/\">FAQ On WordPress 2.5 Version 2</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/10/kubrick-header-generator/\">Kubrick Header Generator</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/13/define-your-own-wordpress-loop-using-wp_query/\">Define Your Own WordPress Loop Using WP_Query</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/13/how-to-only-retrieve-posts-with-custom-fields/\">How to Only Retrieve Posts With Custom Fields</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/14/absolute-comments-plugin-video-review/\">Absolute Comments - Plugin Video Review</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/18/yoo-guh-ler-blogging-profiles/\">Yoo Guh Ler - Blogging Profiles</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/19/paging-and-custom-wordpress-loops/\">Paging and Custom WordPress Loops</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/20/baltic-amber-admin-colour-schemes-for-wordpress-25/\">Baltic Amber Admin Themes for WordPress 2.5</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/21/organize-series-plugin-video-review/\">Organize Series - Plugin Video Review</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/25/batch-category-editor/\">Batch Category Editor</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/27/what-happened-to-podpress/\">What Happened To PodPress?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/27/woopra-and-wordpress-unofficial-coolness-guide/\">Woopra and WordPress: Unofficial Coolness Guide</a></p>\n<h2>May:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/03/create-your-own-admin-color-scheme/\">Create Your Own Admin Color Scheme</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/04/error-management-for-wordpress-plugins/\">Error Management for WordPress Plugins</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/06/a-unique-monotone/\">A Unique Monotone</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/11/theme-designers-and-printcss/\">Theme Designers And Print.CSS</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/11/15-websites-andor-services-i%e2%80%99d-actually-pay-for/\">15 Websites and,or Services I&#8217;d Actually Pay For</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/12/chronological-order-of-comments-on-a-post/\">Chronological Order of Comments on a Post</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/14/automattic-turns-21/\">Automattic Turns 21</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/17/how-to-avoid-duplicate-posts/\">How To: Avoid Duplicate Posts</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/19/24-ways-to-contribute-to-wordpress/\">24 Ways To Contribute To WordPress</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/24/dashboard-widget-manager-video-review/\">Dashboard Widget Manager - Video Review</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/29/removing-widthheight-from-the-image-uploader/\">Removing Width/Height from the Image Uploader</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/30/ajax-edit-comments-part-deux/\">Ajax Edit Comments Part Deux</a></p>\n<h2>June:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/04/b10gg3r-ar3-dang3r0u/\">b10Gg3r$ aR3 DaNg3r0u$</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/04/30-people-to-follow-on-twitter/\">31 People To Follow On Twitter</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/07/plugin-deactivation-issues-solved-with-actions-and-filters/\">Plugin Deactivation Issues Solved With Actions and Filters</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/08/comment-remix-video-plugin-review/\">Comment Remix - Video Plugin Review</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/11/hiding-advertisements-for-single-posts/\">Hiding Advertisements For Single Posts</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/14/the-ownership-of-comments/\">The Ownership Of Comments</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/17/all-in-one-seo-lives-on/\">All In One SEO Lives On</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/17/what-is-the-simplest-wordpress-blog-youve-seen/\">What is the simplest WordPress blog you&#8217;ve seen?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/19/how-to-offsets-and-paging/\">How to: Offsets and Paging</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/23/comment-license-made-easy/\">Comment License Made Easy</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/25/how-much-would-you-pay/\">How Much Would You Pay?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/29/3-under-rated-plugins/\">3 Under Rated Plugins</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/30/what-you-need-to-know-about-wordpress-26/\">What You Need To Know About WordPress 2.6</a></p>\n<p><strong>Part 2 will be published on Sunday, December 28th.</strong></p>\";s:7:\"pubdate\";s:31:\"Sat, 27 Dec 2008 23:13:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:11887:\"<p>As most of us know, WordPress development happens at a record pace and trying to keep up with everything is a daunting task. However, the team here at WLTC does a great job filtering all of the WordPress related content on the web to bring the best to you. During the course of a year, this content adds up. Some of it being news posts, how-to guides, reviews, breaking news, etc. So, since it&#8217;s near the end of the year, I thought I would take a trip through the <a href=\"http://weblogtoolscollection.com/narchives/\">WLTC Archive</a> and revisit come classic posts from 2008.</p>\n<p>This series is broken up into two parts. The first part covers the months of <strong>January-June</strong> while part two takes care of <strong>July-December</strong>. When you browse through the links, let us know which one was your favorite or perhaps, which one has been the most helpful to you.</p>\n<h2>January:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2007/12/30/install-wordpress-locally-1-of-2/\">Install WordPress Locally 1 Of 2</a> </p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/03/install-wordpress-locally-part-2-of-2/\">Install WordPress Locally - Part 2 Of 2</a> </p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/07/uninstall-is-there-such-a-thing/\">Uninstall - Is There Such A Thing?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/09/wordpress-plugin-uninstall-tool/\">WordPress Plugin Uninstall Tool</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/12/uninstalling-conundrum-part-2/\">Uninstalling Conundrum Part 2</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/12/what-makes-a-wordpress-theme-premium/\">What Makes a WordPress Theme Premium?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/14/suggestions-for-plugin-standards/\">Suggestions For Plugin Standards</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/16/configuring-wp-permalinks/\">Configuring WP Permalinks</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/18/plugin-authors-organize-bug-reports-and-feature-requests-using-the-wordpress-plugin-repository/\">Plugin Authors: Organize Bug Reports and Feature Requests Using the WordPress Plugin Repository</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/24/mobile-phone-optimized-wordpress/\">Mobile Phone optimized WordPress</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/26/wptex-wordpress-to-pdf-ebook-with-latex/\">WPTeX: WordPress to pdf ebook with LaTeX</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/01/29/what-is-wordcamp/\">What Is WordCamp?</a></p>\n<h2>February:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/02/trackbacks-still-useful/\">Trackbacks: Still Useful?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/06/wordpress-as-a-contact-manager/\">WordPress as a Contact Manager</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/09/adding-your-plugin-to-wp-extend-plugins-with-a-mac/\">Adding Your Plugin to WP Extend Plugins With a Mac</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/11/wordpress-lingo/\">WordPress Lingo</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/12/modsecurity-wordpress-admin-and-method-not-implemented/\">ModSecurity, WordPress Admin and &#8220;Method Not Implemented&#8221;</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/14/wordpress-25-demo-site/\">WordPress 2.5 Demo Site</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/14/wp-plugin-embedify/\">WP Plugin: Embedify</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/23/printer-friendly-codex/\">Printer Friendly Codex</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/24/new-twist-on-premium-wordpress-themes/\">New Twist on Premium WordPress Themes</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/25/reformatting-wordpress/\">Reformatting WordPress</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/02/29/interview-with-wpthemerkit/\">Interview With WPThemerKit</a></p>\n<h2>March:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/03/gravatars-and-wordpress-25/\">Gravatars and WordPress 2.5</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/04/add-wp-search-engines-to-ff/\">Add WP Search Engines To FF</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/05/wordpress-theme-forecast/\">WordPress Theme Forecast</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/06/who-comments-on-blogs-and-why/\">Who Comments on Blogs, and Why?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/08/managing-trackbacks-and-pingbacks-in-your-wordpress-theme/\">Managing Trackbacks and Pingbacks in Your WordPress Theme</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/09/prepare-for-wp-25/\">Prepare For WP 2.5</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/16/colorful-future-for-wp-25-admin/\">Colorful Future For WP 2.5 Admin</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/19/where-you-download-a-theme-matters/\">Where You Download a Theme Matters</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/23/23-to-25-database-changes/\">2.3 to 2.5 Database Changes</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/26/10-plugins-to-combat-comment-spam/\">10 Plugins To Combat Comment Spam</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/03/29/wordpress-25-released/\">WordPress 2.5 Released</a></p>\n<h2>April:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/01/faq-on-wordpress-25/\">FAQ on WordPress 2.5</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/02/wordpress-25-upgrade-guides/\">WordPress 2.5 Upgrade Guide(s)</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/04/ultimate-guide-to-the-wordpress-loop/\">Ultimate Guide to the WordPress Loop</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/07/in-case-you-missed-it/\">In Case You Missed It</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/08/vulnerable-wordpress-blogs-not-being-indexed/\">Vulnerable WordPress Blogs Not Being Indexed</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/09/faq-on-wordpress-25-version-2/\">FAQ On WordPress 2.5 Version 2</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/10/kubrick-header-generator/\">Kubrick Header Generator</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/13/define-your-own-wordpress-loop-using-wp_query/\">Define Your Own WordPress Loop Using WP_Query</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/13/how-to-only-retrieve-posts-with-custom-fields/\">How to Only Retrieve Posts With Custom Fields</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/14/absolute-comments-plugin-video-review/\">Absolute Comments - Plugin Video Review</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/18/yoo-guh-ler-blogging-profiles/\">Yoo Guh Ler - Blogging Profiles</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/19/paging-and-custom-wordpress-loops/\">Paging and Custom WordPress Loops</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/20/baltic-amber-admin-colour-schemes-for-wordpress-25/\">Baltic Amber Admin Themes for WordPress 2.5</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/21/organize-series-plugin-video-review/\">Organize Series - Plugin Video Review</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/25/batch-category-editor/\">Batch Category Editor</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/27/what-happened-to-podpress/\">What Happened To PodPress?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/04/27/woopra-and-wordpress-unofficial-coolness-guide/\">Woopra and WordPress: Unofficial Coolness Guide</a></p>\n<h2>May:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/03/create-your-own-admin-color-scheme/\">Create Your Own Admin Color Scheme</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/04/error-management-for-wordpress-plugins/\">Error Management for WordPress Plugins</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/06/a-unique-monotone/\">A Unique Monotone</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/11/theme-designers-and-printcss/\">Theme Designers And Print.CSS</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/11/15-websites-andor-services-i%e2%80%99d-actually-pay-for/\">15 Websites and,or Services I&#8217;d Actually Pay For</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/12/chronological-order-of-comments-on-a-post/\">Chronological Order of Comments on a Post</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/14/automattic-turns-21/\">Automattic Turns 21</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/17/how-to-avoid-duplicate-posts/\">How To: Avoid Duplicate Posts</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/19/24-ways-to-contribute-to-wordpress/\">24 Ways To Contribute To WordPress</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/24/dashboard-widget-manager-video-review/\">Dashboard Widget Manager - Video Review</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/29/removing-widthheight-from-the-image-uploader/\">Removing Width/Height from the Image Uploader</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/05/30/ajax-edit-comments-part-deux/\">Ajax Edit Comments Part Deux</a></p>\n<h2>June:</h2>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/04/b10gg3r-ar3-dang3r0u/\">b10Gg3r$ aR3 DaNg3r0u$</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/04/30-people-to-follow-on-twitter/\">31 People To Follow On Twitter</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/07/plugin-deactivation-issues-solved-with-actions-and-filters/\">Plugin Deactivation Issues Solved With Actions and Filters</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/08/comment-remix-video-plugin-review/\">Comment Remix - Video Plugin Review</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/11/hiding-advertisements-for-single-posts/\">Hiding Advertisements For Single Posts</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/14/the-ownership-of-comments/\">The Ownership Of Comments</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/17/all-in-one-seo-lives-on/\">All In One SEO Lives On</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/17/what-is-the-simplest-wordpress-blog-youve-seen/\">What is the simplest WordPress blog you&#8217;ve seen?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/19/how-to-offsets-and-paging/\">How to: Offsets and Paging</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/23/comment-license-made-easy/\">Comment License Made Easy</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/25/how-much-would-you-pay/\">How Much Would You Pay?</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/29/3-under-rated-plugins/\">3 Under Rated Plugins</a></p>\n<p><a href=\"http://weblogtoolscollection.com/archives/2008/06/30/what-you-need-to-know-about-wordpress-26/\">What You Need To Know About WordPress 2.6</a></p>\n<p><strong>Part 2 will be published on Sunday, December 28th.</strong></p>\";}i:48;a:7:{s:5:\"title\";s:67:\"Lorelle on WP: WordPress.com Bloggers Get New Support and Help Site\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3494\";s:4:\"link\";s:92:\"http://lorelle.wordpress.com/2008/12/27/wordpresscom-bloggers-get-new-support-and-help-site/\";s:11:\"description\";s:8391:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpressdotcom/\" title=\"WordPressdotcom news and tips\"><img src=\"http://lorelle.files.wordpress.com/2007/04/wordpressdotcomnews.gif\" alt=\"WordPress.com News\" align=\"right\" /></a><a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> bloggers now have a new resource for help: the <a href=\"http://support.wordpress.com/\" title=\"help pages\">WordPress Help Pages</a>. </p>\n<p><a title=\"New Resources, Holiday Hours\" href=\"http://en.blog.wordpress.com/2008/12/23/support-updates-new-resources-holiday-hours/\">Heather of the WordPress.com Support Team announced</a> the new WordPress.com support. It features a knowledge-based style with overviews features and tasks.</p>\n<p>I&#8217;ve covered a lot of tips and techniques for using WordPress.com, and here are some highlights, including a lot of features and things you can do with your WordPress.com blog not included in the new help pages:</p>\n<ul>\n<li><a title=\"What Do I Do With My New WordPress.com Blog?\" href=\"http://lorelle.wordpress.com/2006/07/29/what-do-i-do-with-my-new-wordpresscom-blog/\">What Do I Do With My New WordPress.com Blog?</a></li>\n<li><a title=\"What Can You Do With wordpress.com\" href=\"http://lorelle.wordpress.com/2005/08/22/what-can-you-do-with-wordpresscom/\">What Can You Do With WordPress.com</a></li>\n<li><a title=\"Playing with WordPress.com New Sidebar Widgets\" href=\"http://lorelle.wordpress.com/2006/03/10/playing-with-wordpresscom-new-sidebar-widgets/\">Playing with WordPress.com New Sidebar Widgets</a></li>\n<li><a title=\"WordPress.com Top Blogs of the Day\" href=\"http://lorelle.wordpress.com/2006/05/23/wordpresscom-top-blogs-of-the-day/\">WordPress.com Top Blogs of the Day</a></li>\n<li><a title=\"WordPress.com Custom CSS - All The Styles for the Sandbox Theme\" href=\"http://lorelle.wordpress.com/2006/08/06/wordpresscom-custom-css-all-the-styles-for-the-sandbox-theme/\">WordPress.com Custom CSS - All The Styles for the Sandbox Theme</a></li>\n<li><a title=\"WordPress.com Resources for Beginners (and video, too)\" href=\"http://lorelle.wordpress.com/2006/08/23/wordpresscom-resources-for-beginners-and-video-too/\">WordPress.com Resources for Beginners (and video, too)</a></li>\n<li><a title=\"WordPress.com, Please Stop Using Snap Preview\" href=\"http://lorelle.wordpress.com/2006/12/29/wordpresscom-please-stop-using-snap-preview/\">WordPress.com, Please Stop Using Snap Preview</a></li>\n<li><a title=\"WordPress.com Blog Bling\" href=\"http://lorelle.wordpress.com/2007/01/28/wordpresscom-blog-bling/\">WordPress.com Blog Bling</a></li>\n<li><a title=\"Decorating Your WordPress.com Blog\" href=\"http://lorelle.wordpress.com/2007/01/29/wordpresscom-blog-bling-decorating-your-wordpresscom-blog/\">WordPress.com Blog Bling: Decorating Your WordPress.com Blog</a></li>\n<li><a title=\"Lines and Smilies\" href=\"http://lorelle.wordpress.com/2007/01/30/wordpresscom-blog-bling-lines-and-smilies/\">WordPress.com Blog Bling: Lines and Smilies</a></li>\n<li><a title=\"Fun Font Bling\" href=\"http://lorelle.wordpress.com/2007/02/01/wordpresscom-blog-bling-fun-font-bling/\">WordPress.com Blog Bling: Fun Font Bling</a></li>\n<li><a title=\"Blockquotes and Quotes\" href=\"http://lorelle.wordpress.com/2007/02/02/wordpresscom-blog-bling-blockquotes-and-quotes/\">WordPress.com Blog Bling: Blockquotes and Quotes</a></li>\n<li><a title=\"Blogroll and Sidebar Bling\" href=\"http://lorelle.wordpress.com/2007/02/03/wordpresscom-blog-bling-blogroll-and-sidebar-bling/\">WordPress.com Blog Bling: Blogroll and Sidebar Bling</a></li>\n<li><a title=\"Signatures and Writing Code\" href=\"http://lorelle.wordpress.com/2007/02/04/wordpresscom-blog-bling-signatures-and-writing-code/\">WordPress.com Blog Bling: Signatures and Writing Code</a></li>\n<li><a title=\"Adding Video and Podcasting Bling to Your WordPress.com Blogs\" href=\"http://lorelle.wordpress.com/2007/02/05/adding-video-and-podcasting-bling-to-your-wordpresscom-blogs/\">Adding Video and Podcasting Bling to Your WordPress.com Blogs</a></li>\n<li><a title=\"Show Off Your Blog Bling\" href=\"http://lorelle.wordpress.com/2007/02/06/wordpress-blog-bling-show-off-your-blog-bling/\">WordPress.com Blog Bling: Show Off Your Blog Bling</a></li>\n</ul>\n<p>For more WordPress News, see the latest edition of my <a title=\"Articles on WordPress News on the Blog Herald\" rel=\"tag\" href=\"http://www.blogherald.com/tag/wordpress-news/\">Blog Herald WordPress News</a>: <a title=\"WordPress 2.7 Awesome, WordPress.com 5 Million, Plugins Updated, and WordCamp News\" href=\"http://www.blogherald.com/2008/12/18/wordpress-news-wordpress-27-awesome-wordpresscom-5-million-plugins-updated-and-wordcamp-news/\">WordPress News: WordPress 2.7 Awesome, WordPress.com 5 Million, Plugins Updated, and WordCamp News</a>.</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress\" rel=\"tag\">wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+help\" rel=\"tag\">wordpress help</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+2.7\" rel=\"tag\">wordpress 2.7</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+2.8\" rel=\"tag\">wordpress 2.8</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=poll\" rel=\"tag\">poll</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+ideas\" rel=\"tag\">wordpress ideas</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+versions\" rel=\"tag\">wordpress versions</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+development\" rel=\"tag\">wordpress development</a> </p>\n<p><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> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the 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, Wordpressdotcom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3494/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3494/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3494/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3494/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3494/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3494/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3494/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3494/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3494/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3494/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3494&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Sat, 27 Dec 2008 21:54:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:8391:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpressdotcom/\" title=\"WordPressdotcom news and tips\"><img src=\"http://lorelle.files.wordpress.com/2007/04/wordpressdotcomnews.gif\" alt=\"WordPress.com News\" align=\"right\" /></a><a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> bloggers now have a new resource for help: the <a href=\"http://support.wordpress.com/\" title=\"help pages\">WordPress Help Pages</a>. </p>\n<p><a title=\"New Resources, Holiday Hours\" href=\"http://en.blog.wordpress.com/2008/12/23/support-updates-new-resources-holiday-hours/\">Heather of the WordPress.com Support Team announced</a> the new WordPress.com support. It features a knowledge-based style with overviews features and tasks.</p>\n<p>I&#8217;ve covered a lot of tips and techniques for using WordPress.com, and here are some highlights, including a lot of features and things you can do with your WordPress.com blog not included in the new help pages:</p>\n<ul>\n<li><a title=\"What Do I Do With My New WordPress.com Blog?\" href=\"http://lorelle.wordpress.com/2006/07/29/what-do-i-do-with-my-new-wordpresscom-blog/\">What Do I Do With My New WordPress.com Blog?</a></li>\n<li><a title=\"What Can You Do With wordpress.com\" href=\"http://lorelle.wordpress.com/2005/08/22/what-can-you-do-with-wordpresscom/\">What Can You Do With WordPress.com</a></li>\n<li><a title=\"Playing with WordPress.com New Sidebar Widgets\" href=\"http://lorelle.wordpress.com/2006/03/10/playing-with-wordpresscom-new-sidebar-widgets/\">Playing with WordPress.com New Sidebar Widgets</a></li>\n<li><a title=\"WordPress.com Top Blogs of the Day\" href=\"http://lorelle.wordpress.com/2006/05/23/wordpresscom-top-blogs-of-the-day/\">WordPress.com Top Blogs of the Day</a></li>\n<li><a title=\"WordPress.com Custom CSS - All The Styles for the Sandbox Theme\" href=\"http://lorelle.wordpress.com/2006/08/06/wordpresscom-custom-css-all-the-styles-for-the-sandbox-theme/\">WordPress.com Custom CSS - All The Styles for the Sandbox Theme</a></li>\n<li><a title=\"WordPress.com Resources for Beginners (and video, too)\" href=\"http://lorelle.wordpress.com/2006/08/23/wordpresscom-resources-for-beginners-and-video-too/\">WordPress.com Resources for Beginners (and video, too)</a></li>\n<li><a title=\"WordPress.com, Please Stop Using Snap Preview\" href=\"http://lorelle.wordpress.com/2006/12/29/wordpresscom-please-stop-using-snap-preview/\">WordPress.com, Please Stop Using Snap Preview</a></li>\n<li><a title=\"WordPress.com Blog Bling\" href=\"http://lorelle.wordpress.com/2007/01/28/wordpresscom-blog-bling/\">WordPress.com Blog Bling</a></li>\n<li><a title=\"Decorating Your WordPress.com Blog\" href=\"http://lorelle.wordpress.com/2007/01/29/wordpresscom-blog-bling-decorating-your-wordpresscom-blog/\">WordPress.com Blog Bling: Decorating Your WordPress.com Blog</a></li>\n<li><a title=\"Lines and Smilies\" href=\"http://lorelle.wordpress.com/2007/01/30/wordpresscom-blog-bling-lines-and-smilies/\">WordPress.com Blog Bling: Lines and Smilies</a></li>\n<li><a title=\"Fun Font Bling\" href=\"http://lorelle.wordpress.com/2007/02/01/wordpresscom-blog-bling-fun-font-bling/\">WordPress.com Blog Bling: Fun Font Bling</a></li>\n<li><a title=\"Blockquotes and Quotes\" href=\"http://lorelle.wordpress.com/2007/02/02/wordpresscom-blog-bling-blockquotes-and-quotes/\">WordPress.com Blog Bling: Blockquotes and Quotes</a></li>\n<li><a title=\"Blogroll and Sidebar Bling\" href=\"http://lorelle.wordpress.com/2007/02/03/wordpresscom-blog-bling-blogroll-and-sidebar-bling/\">WordPress.com Blog Bling: Blogroll and Sidebar Bling</a></li>\n<li><a title=\"Signatures and Writing Code\" href=\"http://lorelle.wordpress.com/2007/02/04/wordpresscom-blog-bling-signatures-and-writing-code/\">WordPress.com Blog Bling: Signatures and Writing Code</a></li>\n<li><a title=\"Adding Video and Podcasting Bling to Your WordPress.com Blogs\" href=\"http://lorelle.wordpress.com/2007/02/05/adding-video-and-podcasting-bling-to-your-wordpresscom-blogs/\">Adding Video and Podcasting Bling to Your WordPress.com Blogs</a></li>\n<li><a title=\"Show Off Your Blog Bling\" href=\"http://lorelle.wordpress.com/2007/02/06/wordpress-blog-bling-show-off-your-blog-bling/\">WordPress.com Blog Bling: Show Off Your Blog Bling</a></li>\n</ul>\n<p>For more WordPress News, see the latest edition of my <a title=\"Articles on WordPress News on the Blog Herald\" rel=\"tag\" href=\"http://www.blogherald.com/tag/wordpress-news/\">Blog Herald WordPress News</a>: <a title=\"WordPress 2.7 Awesome, WordPress.com 5 Million, Plugins Updated, and WordCamp News\" href=\"http://www.blogherald.com/2008/12/18/wordpress-news-wordpress-27-awesome-wordpresscom-5-million-plugins-updated-and-wordcamp-news/\">WordPress News: WordPress 2.7 Awesome, WordPress.com 5 Million, Plugins Updated, and WordCamp News</a>.</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress\" rel=\"tag\">wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+help\" rel=\"tag\">wordpress help</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+2.7\" rel=\"tag\">wordpress 2.7</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+2.8\" rel=\"tag\">wordpress 2.8</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=poll\" rel=\"tag\">poll</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+ideas\" rel=\"tag\">wordpress ideas</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+versions\" rel=\"tag\">wordpress versions</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+development\" rel=\"tag\">wordpress development</a> </p>\n<p><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> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the 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, Wordpressdotcom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3494/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3494/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3494/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3494/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3494/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3494/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3494/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3494/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3494/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3494/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3494&subd=lorelle&ref=&feed=1\" /></div>\";}i:49;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 12/27\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4854\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2008/12/27/wordpress-plugin-releases-for-1227/\";s:11:\"description\";s:4252:\"<h3>New Plugins</h3>\n<p><a href=\"http://techcube.net/cubepoints/\">CubePoints</a></p>\n<p>CubePoints is a point management system designed for Wordpress blogs.</p>\n<p><a href=\"http://nerdlife.net/custom-taxonomies/\">Custom Taxonomies</a></p>\n<p>Custom Taxonomies provides a full administrative interface for creating and using taxonomies beyond the standard Tags and Categories.</p>\n<p><a href=\"http://www.codepolice.net/2008/12/08/generate-expiring-urls-for-amazon-s3-via-a-wordpress-plugin/\">Amazon S3 Expiring URL Generator</a></p>\n<p>Generate a Amazon S3 expiring URL based on your key and secret. Prevents hotlinking to your media.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/recent-trackbacks-pingbacks-by-entry/\">Recent Trackbacks / Pingbacks by Entry Widget</a></p>\n<p>Display recent trackbacks and/or pingbacks list simply on sidebar sort by entry.</p>\n<p><a href=\"http://twitturls.com/wordpress/\">Top Twitter Links by Twitturls</a></p>\n<p>Widget that displays currently popular links from Twitter.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/recent-comments-by-entry/\">Recent Comments by Entry Widget</a></p>\n<p>Display recent comments list simply on sidebar sort by entry.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://wp.gdragon.info/2008/12/24/gd-star-rating-107/\">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, has a widgets build in and shortcode support.</p>\n<p><a href=\"http://www.jaschaephraim.com/wordpress/\">Page Management Dropdown</a></p>\n<p>Easily list your individual pages in the new 2.7 &#8220;Pages&#8221; menu! Ideal for using WordPress as a CMS, Page Management Dropdown expands the new Pages administration menu by adding a link to edit each of your individual pages.</p>\n<p><a href=\"http://kerrywebster.com/design/branded-admin-for-wordpress-27-released/\">Branded Admin</a></p>\n<p>Allows you to change the header and footer of the administration area of your WordPress blog.</p>\n<p><a href=\"http://mickdakota.com/wordpress-fortune-plugin\">Fortunate</a></p>\n<p>This plugin provides fortune cookies (random quotes) on your pages. The fortunes are retrieved via the net and use no local storage. Settings allow the quotes to be displayed in the header, footer, content area or as a widget. Additional options let you configure what types of fortune cookies to use.</p>\n<p><a href=\"http://www.pross.org.uk/category/plugins/\">Folding Stats Plus</a></p>\n<p>This plugin is intended to show the current Folding@Home statistics for a given account. It includes a sidebar widget and an admin dashboard widget.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/open-browser-window-plugin/\">Open Browser Window</a></p>\n<p>Open Browser Window opens a new browser window with the URL of the page that you specified using JavaScript. Opening a page in a new window using JavaScript is a preferred method over using <code>target=\"_blank\"</code> due to XHTML compliance issues.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-mollom/\">Mollom</a></p>\n<p>A plugin that brings the power of <a href=\"http://www.mollom.com\">Mollom</a> to Wordpress and makes your website spamfree!</p>\n<p><a href=\"http://eric.biven.us/2008/12/03/recently-popular-wordpress-plugin/\">Recently Popular</a></p>\n<p>Displays the most popular posts based on history from now to X amount of time in the past.</p>\n<p><a href=\"http://piepalace.ca/blog/projects/elsewhere\">Elsewhere</a></p>\n<p>Show your comments on other blogs.</p>\n<p><a href=\"http://davidebenini.it/wordpress-plugins/plugins-list/\">Plugins List</a></p>\n<p>This plugins allows you to insert a list of the Wordpress plugins you are using into any post/page.</p>\n<p><a href=\"http://techblissonline.com/platinum-seo-pack/\">Platinum SEO Pack</a></p>\n<p>Platinum SEO Plugin offers Complete onsite SEO solution for your Wordpress blog.</p>\n<p><a href=\"http://munashiku.slightofmind.net/wordpress-plugins/tango-smileys-extended\">Tango Smileys Extended</a></p>\n<p>Tango Smileys Extended (TSE) is designed to replace the standard WordPress smileys and extend the number of available smileys from 18 to 202.</p>\";s:7:\"pubdate\";s:31:\"Sat, 27 Dec 2008 17:41:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4252:\"<h3>New Plugins</h3>\n<p><a href=\"http://techcube.net/cubepoints/\">CubePoints</a></p>\n<p>CubePoints is a point management system designed for Wordpress blogs.</p>\n<p><a href=\"http://nerdlife.net/custom-taxonomies/\">Custom Taxonomies</a></p>\n<p>Custom Taxonomies provides a full administrative interface for creating and using taxonomies beyond the standard Tags and Categories.</p>\n<p><a href=\"http://www.codepolice.net/2008/12/08/generate-expiring-urls-for-amazon-s3-via-a-wordpress-plugin/\">Amazon S3 Expiring URL Generator</a></p>\n<p>Generate a Amazon S3 expiring URL based on your key and secret. Prevents hotlinking to your media.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/recent-trackbacks-pingbacks-by-entry/\">Recent Trackbacks / Pingbacks by Entry Widget</a></p>\n<p>Display recent trackbacks and/or pingbacks list simply on sidebar sort by entry.</p>\n<p><a href=\"http://twitturls.com/wordpress/\">Top Twitter Links by Twitturls</a></p>\n<p>Widget that displays currently popular links from Twitter.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/recent-comments-by-entry/\">Recent Comments by Entry Widget</a></p>\n<p>Display recent comments list simply on sidebar sort by entry.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://wp.gdragon.info/2008/12/24/gd-star-rating-107/\">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, has a widgets build in and shortcode support.</p>\n<p><a href=\"http://www.jaschaephraim.com/wordpress/\">Page Management Dropdown</a></p>\n<p>Easily list your individual pages in the new 2.7 &#8220;Pages&#8221; menu! Ideal for using WordPress as a CMS, Page Management Dropdown expands the new Pages administration menu by adding a link to edit each of your individual pages.</p>\n<p><a href=\"http://kerrywebster.com/design/branded-admin-for-wordpress-27-released/\">Branded Admin</a></p>\n<p>Allows you to change the header and footer of the administration area of your WordPress blog.</p>\n<p><a href=\"http://mickdakota.com/wordpress-fortune-plugin\">Fortunate</a></p>\n<p>This plugin provides fortune cookies (random quotes) on your pages. The fortunes are retrieved via the net and use no local storage. Settings allow the quotes to be displayed in the header, footer, content area or as a widget. Additional options let you configure what types of fortune cookies to use.</p>\n<p><a href=\"http://www.pross.org.uk/category/plugins/\">Folding Stats Plus</a></p>\n<p>This plugin is intended to show the current Folding@Home statistics for a given account. It includes a sidebar widget and an admin dashboard widget.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/open-browser-window-plugin/\">Open Browser Window</a></p>\n<p>Open Browser Window opens a new browser window with the URL of the page that you specified using JavaScript. Opening a page in a new window using JavaScript is a preferred method over using <code>target=\"_blank\"</code> due to XHTML compliance issues.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-mollom/\">Mollom</a></p>\n<p>A plugin that brings the power of <a href=\"http://www.mollom.com\">Mollom</a> to Wordpress and makes your website spamfree!</p>\n<p><a href=\"http://eric.biven.us/2008/12/03/recently-popular-wordpress-plugin/\">Recently Popular</a></p>\n<p>Displays the most popular posts based on history from now to X amount of time in the past.</p>\n<p><a href=\"http://piepalace.ca/blog/projects/elsewhere\">Elsewhere</a></p>\n<p>Show your comments on other blogs.</p>\n<p><a href=\"http://davidebenini.it/wordpress-plugins/plugins-list/\">Plugins List</a></p>\n<p>This plugins allows you to insert a list of the Wordpress plugins you are using into any post/page.</p>\n<p><a href=\"http://techblissonline.com/platinum-seo-pack/\">Platinum SEO Pack</a></p>\n<p>Platinum SEO Plugin offers Complete onsite SEO solution for your Wordpress blog.</p>\n<p><a href=\"http://munashiku.slightofmind.net/wordpress-plugins/tango-smileys-extended\">Tango Smileys Extended</a></p>\n<p>Tango Smileys Extended (TSE) is designed to replace the standard WordPress smileys and extend the number of available smileys from 18 to 202.</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 ('134', '0', 'rss_867bd5c64f85878d03a060509cd2f92c_ts', '1232116085', 'no') ;
INSERT INTO `wp_options` VALUES ('232', '0', 'feedburner_settings', 'a:2:{s:14:\"feedburner_url\";s:0:\"\";s:23:\"feedburner_comments_url\";s:0:\"\";}', 'yes') ;
INSERT INTO `wp_options` VALUES ('233', '0', 'kaltura_default_player_type', 'whiteblue', 'yes') ;
INSERT INTO `wp_options` VALUES ('234', '0', 'kaltura_comments_player_type', 'whiteblue', 'yes') ;
INSERT INTO `wp_options` VALUES ('235', '0', 'myautosocialposter', 'a:3:{s:4:\"tags\";a:3:{s:11:\"startMarker\";s:5:\"Tags:\";s:9:\"separator\";s:1:\",\";s:3:\"max\";s:2:\"10\";}s:12:\"email_report\";b:0;s:12:\"future_later\";s:3:\"off\";}', 'yes') ;
INSERT INTO `wp_options` VALUES ('236', '0', 'exec-php', 'a:2:{s:7:\"version\";s:3:\"4.9\";s:14:\"widget_support\";b:1;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('239', '0', 'lc_default_slug', 'useful-tips-info', 'yes') ;
INSERT INTO `wp_options` VALUES ('240', '0', 'lc_default_description', 'Enter a description of your site here.', 'yes') ;
INSERT INTO `wp_options` VALUES ('241', '0', 'lc_default_category', 'Computers/Internet/Electronics', 'yes') ;
INSERT INTO `wp_options` VALUES ('242', '0', 'lc_default_email', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('243', '0', 'lc_default_password', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('244', '0', 'wpcumulus_options', 'a:11:{s:5:\"width\";s:3:\"550\";s:6:\"height\";s:3:\"375\";s:6:\"tcolor\";s:6:\"ffffff\";s:7:\"tcolor2\";s:6:\"ffffff\";s:7:\"hicolor\";s:6:\"ffffff\";s:7:\"bgcolor\";s:6:\"333333\";s:5:\"speed\";s:3:\"100\";s:5:\"trans\";s:5:\"false\";s:5:\"distr\";s:5:\"false\";s:4:\"args\";s:0:\"\";s:4:\"mode\";s:4:\"tags\";}', 'yes') ;
INSERT INTO `wp_options` VALUES ('245', '0', 'wpcumulus_widget', 'a:11:{s:5:\"width\";s:3:\"160\";s:6:\"height\";s:3:\"160\";s:6:\"tcolor\";s:6:\"333333\";s:7:\"tcolor2\";s:6:\"333333\";s:7:\"hicolor\";s:6:\"000000\";s:7:\"bgcolor\";s:6:\"ffffff\";s:5:\"speed\";s:3:\"100\";s:5:\"trans\";s:5:\"false\";s:5:\"distr\";s:5:\"false\";s:4:\"args\";s:0:\"\";s:4:\"mode\";s:4:\"tags\";}', 'yes') ;
INSERT INTO `wp_options` VALUES ('246', '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 ('247', '0', 'tags2tech_version', '1.01', 'yes') ;
INSERT INTO `wp_options` VALUES ('248', '0', 'tags2tech_label', 'Technorati Tags:', 'yes') ;
INSERT INTO `wp_options` VALUES ('249', '0', 'tags2tech_footer', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('250', '0', 'tags2tech_new_window', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('251', '0', 'tags2tech_rel_nofollow', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('252', '0', 'tags2tech_feed', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('253', '0', 'tags2tech_home', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('254', '0', 'uninstall_plugins', 'a:2:{i:0;b:0;s:38:\"simple-tags/2.7/simple-tags.client.php\";a:2:{i:0;O:15:\"SimpleTagsAdmin\":12:{s:7:\"version\";s:5:\"1.6.4\";s:4:\"info\";a:4:{s:4:\"home\";s:27:\"http://duilawyerchicago.org\";s:7:\"siteurl\";s:27:\"http://duilawyerchicago.org\";s:11:\"install_url\";s:62:\"http://duilawyerchicago.org/wp-content/plugins/simple-tags/2.7\";s:11:\"install_dir\";s:82:\"/home/ckalbert/public_html/duilawyerchicago.org/wp-content/plugins/simple-tags/2.7\";}s:7:\"options\";a:64:{s:13:\"use_tag_pages\";i:1;s:18:\"allow_embed_tcloud\";i:0;s:9:\"no_follow\";i:0;s:14:\"auto_link_tags\";i:0;s:13:\"auto_link_min\";i:1;s:14:\"auto_link_case\";i:1;s:21:\"auto_link_max_by_post\";i:20;s:14:\"use_click_tags\";i:1;s:18:\"use_suggested_tags\";i:1;s:18:\"use_autocompletion\";i:1;s:14:\"use_embed_tags\";i:0;s:16:\"start_embed_tags\";s:6:\"[tags]\";s:14:\"end_embed_tags\";s:7:\"[/tags]\";s:7:\"rp_feed\";i:0;s:11:\"rp_embedded\";s:2:\"no\";s:8:\"rp_order\";s:10:\"count-desc\";s:12:\"rp_limit_qty\";i:5;s:13:\"rp_notagstext\";s:17:\"No related posts.\";s:8:\"rp_title\";s:22:\"<h4>Related posts</h4>\";s:10:\"rp_xformat\";s:95:\"<a href=\"%post_permalink%\" title=\"%post_title% (%post_date%)\">%post_title%</a> (%post_comment%)\";s:12:\"rp_adv_usage\";s:0:\"\";s:15:\"cloud_selection\";s:10:\"count-desc\";s:10:\"cloud_sort\";s:6:\"random\";s:15:\"cloud_limit_qty\";i:45;s:16:\"cloud_notagstext\";s:8:\"No tags.\";s:11:\"cloud_title\";s:18:\"<h4>Tag Cloud</h4>\";s:12:\"cloud_format\";s:4:\"flat\";s:13:\"cloud_xformat\";s:155:\"<a href=\"%tag_link%\" id=\"tag-link-%tag_id%\" class=\"st-tags t%tag_scale%\" title=\"%tag_count% topics\" %tag_rel% style=\"%tag_size% %tag_color%\">%tag_name%</a>\";s:15:\"cloud_max_color\";s:7:\"#000000\";s:15:\"cloud_min_color\";s:7:\"#CCCCCC\";s:14:\"cloud_max_size\";i:22;s:14:\"cloud_min_size\";i:8;s:10:\"cloud_unit\";s:2:\"pt\";s:14:\"cloud_inc_cats\";i:0;s:15:\"cloud_adv_usage\";s:0:\"\";s:7:\"tt_feed\";i:0;s:11:\"tt_embedded\";s:2:\"no\";s:12:\"tt_separator\";s:2:\", \";s:9:\"tt_before\";s:6:\"Tags: \";s:8:\"tt_after\";s:6:\"<br />\";s:13:\"tt_notagstext\";s:22:\"No tags for this post.\";s:9:\"tt_number\";i:0;s:11:\"tt_inc_cats\";i:0;s:10:\"tt_xformat\";s:64:\"<a href=\"%tag_link%\" title=\"%tag_name%\" %tag_rel%>%tag_name%</a>\";s:12:\"tt_adv_usage\";s:0:\"\";s:9:\"rt_number\";i:5;s:8:\"rt_order\";s:10:\"count-desc\";s:12:\"rt_separator\";s:1:\" \";s:9:\"rt_format\";s:4:\"list\";s:9:\"rt_method\";s:2:\"OR\";s:8:\"rt_title\";s:21:\"<h4>Related tags</h4>\";s:13:\"rt_notagstext\";s:22:\"No related tags found.\";s:10:\"rt_xformat\";s:91:\"<span>%tag_count%</span> <a href=\"%tag_link_add%\">+</a> <a href=\"%tag_link%\">%tag_name%</a>\";s:19:\"rt_remove_separator\";s:1:\" \";s:16:\"rt_remove_format\";s:4:\"list\";s:20:\"rt_remove_notagstext\";s:1:\" \";s:17:\"rt_remove_xformat\";s:105:\"&raquo; <a href=\"%tag_link_remove%\" title=\"Remove %tag_name_attribute% from search\">Remove %tag_name%</a>\";s:15:\"meta_autoheader\";i:1;s:19:\"meta_always_include\";s:0:\"\";s:17:\"meta_keywords_qty\";i:0;s:13:\"use_auto_tags\";i:0;s:6:\"at_all\";i:0;s:8:\"at_empty\";i:0;s:9:\"auto_list\";s:0:\"\";}s:15:\"default_options\";a:64:{s:13:\"use_tag_pages\";i:1;s:18:\"allow_embed_tcloud\";i:0;s:9:\"no_follow\";i:0;s:14:\"auto_link_tags\";i:0;s:13:\"auto_link_min\";i:1;s:14:\"auto_link_case\";i:1;s:21:\"auto_link_max_by_post\";i:20;s:14:\"use_click_tags\";i:1;s:18:\"use_suggested_tags\";i:1;s:18:\"use_autocompletion\";i:1;s:14:\"use_embed_tags\";i:0;s:16:\"start_embed_tags\";s:6:\"[tags]\";s:14:\"end_embed_tags\";s:7:\"[/tags]\";s:7:\"rp_feed\";i:0;s:11:\"rp_embedded\";s:2:\"no\";s:8:\"rp_order\";s:10:\"count-desc\";s:12:\"rp_limit_qty\";i:5;s:13:\"rp_notagstext\";s:17:\"No related posts.\";s:8:\"rp_title\";s:22:\"<h4>Related posts</h4>\";s:10:\"rp_xformat\";s:95:\"<a href=\"%post_permalink%\" title=\"%post_title% (%post_date%)\">%post_title%</a> (%post_comment%)\";s:12:\"rp_adv_usage\";s:0:\"\";s:15:\"cloud_selection\";s:10:\"count-desc\";s:10:\"cloud_sort\";s:6:\"random\";s:15:\"cloud_limit_qty\";i:45;s:16:\"cloud_notagstext\";s:8:\"No tags.\";s:11:\"cloud_title\";s:18:\"<h4>Tag Cloud</h4>\";s:12:\"cloud_format\";s:4:\"flat\";s:13:\"cloud_xformat\";s:155:\"<a href=\"%tag_link%\" id=\"tag-link-%tag_id%\" class=\"st-tags t%tag_scale%\" title=\"%tag_count% topics\" %tag_rel% style=\"%tag_size% %tag_color%\">%tag_name%</a>\";s:15:\"cloud_max_color\";s:7:\"#000000\";s:15:\"cloud_min_color\";s:7:\"#CCCCCC\";s:14:\"cloud_max_size\";i:22;s:14:\"cloud_min_size\";i:8;s:10:\"cloud_unit\";s:2:\"pt\";s:14:\"cloud_inc_cats\";i:0;s:15:\"cloud_adv_usage\";s:0:\"\";s:7:\"tt_feed\";i:0;s:11:\"tt_embedded\";s:2:\"no\";s:12:\"tt_separator\";s:2:\", \";s:9:\"tt_before\";s:6:\"Tags: \";s:8:\"tt_after\";s:6:\"<br />\";s:13:\"tt_notagstext\";s:22:\"No tags for this post.\";s:9:\"tt_number\";i:0;s:11:\"tt_inc_cats\";i:0;s:10:\"tt_xformat\";s:64:\"<a href=\"%tag_link%\" title=\"%tag_name%\" %tag_rel%>%tag_name%</a>\";s:12:\"tt_adv_usage\";s:0:\"\";s:9:\"rt_number\";i:5;s:8:\"rt_order\";s:10:\"count-desc\";s:12:\"rt_separator\";s:1:\" \";s:9:\"rt_format\";s:4:\"list\";s:9:\"rt_method\";s:2:\"OR\";s:8:\"rt_title\";s:21:\"<h4>Related tags</h4>\";s:13:\"rt_notagstext\";s:22:\"No related tags found.\";s:10:\"rt_xformat\";s:91:\"<span>%tag_count%</span> <a href=\"%tag_link_add%\">+</a> <a href=\"%tag_link%\">%tag_name%</a>\";s:19:\"rt_remove_separator\";s:1:\" \";s:16:\"rt_remove_format\";s:4:\"list\";s:20:\"rt_remove_notagstext\";s:1:\" \";s:17:\"rt_remove_xformat\";s:105:\"&raquo; <a href=\"%tag_link_remove%\" title=\"Remove %tag_name_attribute% from search\">Remove %tag_name%</a>\";s:15:\"meta_autoheader\";i:1;s:19:\"meta_always_include\";s:0:\"\";s:17:\"meta_keywords_qty\";i:0;s:13:\"use_auto_tags\";i:0;s:6:\"at_all\";i:0;s:8:\"at_empty\";i:0;s:9:\"auto_list\";s:0:\"\";}s:10:\"db_options\";s:10:\"simpletags\";s:14:\"posts_base_url\";s:51:\"http://duilawyerchicago.org/wp-admin/edit.php?page=\";s:16:\"options_base_url\";s:62:\"http://duilawyerchicago.org/wp-admin/options-general.php?page=\";s:7:\"message\";s:0:\"\";s:6:\"status\";s:0:\"\";s:8:\"all_tags\";b:0;s:7:\"nb_tags\";i:50;s:12:\"wp_filter_id\";i:8;}i:1;s:9:\"uninstall\";}}', 'yes') ;
INSERT INTO `wp_options` VALUES ('261', '0', 'sm_status', 'O:28:\"GoogleSitemapGeneratorStatus\":34:{s:10:\"_startTime\";d:1232118048.74944400787353515625;s:8:\"_endTime\";d:1232118049.3228580951690673828125;s:11:\"_hasChanged\";b:1;s:12:\"_memoryUsage\";i:12845056;s:9:\"_lastPost\";i:1;s:9:\"_lastTime\";d:1232118048.79115009307861328125;s:8:\"_usedXml\";b:1;s:11:\"_xmlSuccess\";b:1;s:8:\"_xmlPath\";s:59:\"/home/ckalbert/public_html/duilawyerchicago.org/sitemap.xml\";s:7:\"_xmlUrl\";s:39:\"http://duilawyerchicago.org/sitemap.xml\";s:8:\"_usedZip\";b:1;s:11:\"_zipSuccess\";b:1;s:8:\"_zipPath\";s:62:\"/home/ckalbert/public_html/duilawyerchicago.org/sitemap.xml.gz\";s:7:\"_zipUrl\";s:42:\"http://duilawyerchicago.org/sitemap.xml.gz\";s:11:\"_usedGoogle\";b:1;s:10:\"_googleUrl\";b:1;s:15:\"_gooogleSuccess\";b:1;s:16:\"_googleStartTime\";d:1232118048.798820018768310546875;s:14:\"_googleEndTime\";d:1232118048.8991909027099609375;s:10:\"_usedYahoo\";b:0;s:9:\"_yahooUrl\";s:0:\"\";s:13:\"_yahooSuccess\";b:0;s:15:\"_yahooStartTime\";i:0;s:13:\"_yahooEndTime\";i:0;s:8:\"_usedAsk\";b:1;s:7:\"_askUrl\";s:90:\"http://submissions.ask.com/ping?sitemap=http%3A%2F%2Fduilawyerchicago.org%2Fsitemap.xml.gz\";s:11:\"_askSuccess\";b:1;s:13:\"_askStartTime\";d:1232118048.899880886077880859375;s:11:\"_askEndTime\";d:1232118049.268310070037841796875;s:8:\"_usedMsn\";b:1;s:7:\"_msnUrl\";s:94:\"http://webmaster.live.com/ping.aspx?siteMap=http%3A%2F%2Fduilawyerchicago.org%2Fsitemap.xml.gz\";s:11:\"_msnSuccess\";b:1;s:13:\"_msnStartTime\";d:1232118049.26908206939697265625;s:11:\"_msnEndTime\";d:1232118049.322124004364013671875;}', 'no') ;
INSERT INTO `wp_options` VALUES ('256', '0', 'recently_activated', 'a:3:{s:23:\"tubepress/tubepress.php\";i:1232118151;s:35:\"content-gallery/content-gallery.php\";i:1232118105;s:9:\"hello.php\";i:1232117757;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('263', '0', 'category_children', 'a:0:{}', 'yes') ;
INSERT INTO `wp_options` VALUES ('259', '0', 'sm_options', 'a:55:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:13:\"sm_b_filename\";s:11:\"sitemap.xml\";s:10:\"sm_b_debug\";b:1;s:8:\"sm_b_xml\";b:1;s:9:\"sm_b_gzip\";b:1;s:9:\"sm_b_ping\";b:1;s:14:\"sm_b_pingyahoo\";b:0;s:13:\"sm_b_yahookey\";s:0:\"\";s:12:\"sm_b_pingask\";b:1;s:12:\"sm_b_pingmsn\";b:1;s:19:\"sm_b_manual_enabled\";b:0;s:17:\"sm_b_auto_enabled\";b:1;s:15:\"sm_b_auto_delay\";b:1;s:15:\"sm_b_manual_key\";s:32:\"ddf48e1038ce40bb80d43c2b37615f74\";s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:14:\"sm_b_max_posts\";i:-1;s:13:\"sm_b_safemode\";b:0;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:18:\"sm_b_location_mode\";s:4:\"auto\";s:20:\"sm_b_filename_manual\";s:0:\"\";s:19:\"sm_b_fileurl_manual\";s:0:\"\";s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999997779553950749686919152736663818359375;s:15:\"sm_pr_posts_min\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"sm_pr_pages\";d:0.59999999999999997779553950749686919152736663818359375;s:10:\"sm_pr_cats\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_arch\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_auth\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_tags\";d:0.299999999999999988897769753748434595763683319091796875;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1232117843;s:14:\"sm_i_hide_note\";b:0;s:16:\"sm_i_hide_donors\";b:0;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('135', '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:31:\"ImprovingTheWeb on \"Tweetbacks\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/tweetbacks/#post-8425\";s:7:\"pubdate\";s:31:\"Tue, 06 Jan 2009 17:10:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"ImprovingTheWeb\";}s:4:\"guid\";s:41:\"8425@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:76:\"Show tweets that mention your post as \"tweetbacks\" in your comments section.\";s:7:\"summary\";s:76:\"Show tweets that mention your post as \"tweetbacks\" in your comments section.\";}i:1;a:7:{s:5:\"title\";s:29:\"teamplaylotto on \"CommentLuv\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/commentluv/#post-2421\";s:7:\"pubdate\";s:31:\"Sun, 30 Sep 2007 20:40:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"teamplaylotto\";}s:4:\"guid\";s:41:\"2421@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Appends a titled link using AJAX to the authors last blog post on their comment giving back some luv to the people that join your discussion. Compatib\";s:7:\"summary\";s:150:\"Appends a titled link using AJAX to the authors last blog post on their comment giving back some luv to the people that join your discussion. Compatib\";}i:2;a:7:{s:5:\"title\";s:27:\"johanee on \"Faster Smilies\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/faster-smilies/#post-8608\";s:7:\"pubdate\";s:31:\"Thu, 15 Jan 2009 22:48:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"johanee\";}s:4:\"guid\";s:41:\"8608@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:69:\"Make WordPress posts 20-50% faster, in one step. Not needed for 2.8+.\";s:7:\"summary\";s:69:\"Make WordPress posts 20-50% faster, in one step. Not needed for 2.8+.\";}i:3;a:7:{s:5:\"title\";s:23:\"andot on \"Cool Weather\"\";s:4:\"link\";s:59:\"http://wordpress.org/extend/plugins/cool-weather/#post-2567\";s:7:\"pubdate\";s:31:\"Fri, 02 Nov 2007 03:25:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"andot\";}s:4:\"guid\";s:41:\"2567@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:68:\"This plugin allow you add the custom weather reports into your blog.\";s:7:\"summary\";s:68:\"This plugin allow you add the custom weather reports into your blog.\";}i:4;a:7:{s:5:\"title\";s:46:\"ryanhellyer on \"Multi-level Navigation Plugin\"\";s:4:\"link\";s:76:\"http://wordpress.org/extend/plugins/multi-level-navigation-plugin/#post-5757\";s:7:\"pubdate\";s:31:\"Wed, 28 May 2008 08:49:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"ryanhellyer\";}s:4:\"guid\";s:41:\"5757@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Description: Adds a CSS based dropdown/flyout/slider menu to your WordPress blog. Visit the Multi-level Navigation Plugin page for more information ab\";s:7:\"summary\";s:150:\"Description: Adds a CSS based dropdown/flyout/slider menu to your WordPress blog. Visit the Multi-level Navigation Plugin page for more information ab\";}i:5;a:7:{s:5:\"title\";s:24:\"galluchot on \"o-x Badge\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/o-xfr-small-url/#post-8601\";s:7:\"pubdate\";s:31:\"Thu, 15 Jan 2009 10:00:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"galluchot\";}s:4:\"guid\";s:41:\"8601@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:81:\"Help your readers to reduce your posts links sizes. It\'s like TinyUrl with stats.\";s:7:\"summary\";s:81:\"Help your readers to reduce your posts links sizes. It\'s like TinyUrl with stats.\";}i:6;a:7:{s:5:\"title\";s:27:\"chschenk on \"SmoothGallery\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/smoothgallery/#post-2871\";s:7:\"pubdate\";s:31:\"Fri, 01 Feb 2008 18:45:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"chschenk\";}s:4:\"guid\";s:41:\"2871@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:58:\"Embed JonDesign\'s SmoothGallery into your posts and pages.\";s:7:\"summary\";s:58:\"Embed JonDesign\'s SmoothGallery into your posts and pages.\";}i:7;a:7:{s:5:\"title\";s:33:\"decafmedia on \"Entries on page x\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/entries-on-page-x/#post-7391\";s:7:\"pubdate\";s:31:\"Tue, 21 Oct 2008 09:11:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"decafmedia\";}s:4:\"guid\";s:41:\"7391@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:130:\"Generates a link back to the archive page the current entry is on. Makes it easier for users to retrieve the chronology of a blog.\";s:7:\"summary\";s:130:\"Generates a link back to the archive page the current entry is on. Makes it easier for users to retrieve the chronology of a blog.\";}i:8;a:7:{s:5:\"title\";s:50:\"stephenbaugh on \"Tui\'s Category Intro For Archive\"\";s:4:\"link\";s:78:\"http://wordpress.org/extend/plugins/tuis-category-intro-for-archive/#post-8565\";s:7:\"pubdate\";s:31:\"Tue, 13 Jan 2009 14:41:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"stephenbaugh\";}s:4:\"guid\";s:41:\"8565@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:124:\"This plugin has been written to insert a category introduction to each archive, based on its category title and despription.\";s:7:\"summary\";s:124:\"This plugin has been written to insert a category introduction to each archive, based on its category title and despription.\";}i:9;a:7:{s:5:\"title\";s:28:\"denishua on \"Thread Twitter\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/thread-twitter/#post-8341\";s:7:\"pubdate\";s:31:\"Sat, 03 Jan 2009 07:57:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"denishua\";}s:4:\"guid\";s:41:\"8341@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:66:\"Thread Twitter fetch your tweets and display them in thread style.\";s:7:\"summary\";s:66:\"Thread Twitter fetch your tweets and display them in thread style.\";}i:10;a:7:{s:5:\"title\";s:39:\"LiamGooding on \"wpNSC (Not Short Code)\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/wpnsc-not-short-code/#post-8611\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 05:05:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"LiamGooding\";}s:4:\"guid\";s:41:\"8611@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:140:\"Allows shortcodes to be escaped. Very useful for plugin authors who need to write documentation for their plugin on their blog. Very simple.\";s:7:\"summary\";s:140:\"Allows shortcodes to be escaped. Very useful for plugin authors who need to write documentation for their plugin on their blog. Very simple.\";}i:11;a:7:{s:5:\"title\";s:47:\"stephenbaugh on \"Tui\'s Category Intro For Post\"\";s:4:\"link\";s:75:\"http://wordpress.org/extend/plugins/tuis-category-intro-for-post/#post-8518\";s:7:\"pubdate\";s:31:\"Sun, 11 Jan 2009 13:29:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"stephenbaugh\";}s:4:\"guid\";s:41:\"8518@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:136:\"This plugin has been written to insert a category introduction to each post, based on its main category and that categories despription.\";s:7:\"summary\";s:136:\"This plugin has been written to insert a category introduction to each post, based on its main category and that categories despription.\";}i:12;a:7:{s:5:\"title\";s:20:\"dzhus on \"Paginator\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/paginator/#post-8120\";s:7:\"pubdate\";s:31:\"Wed, 17 Dec 2008 07:37:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"dzhus\";}s:4:\"guid\";s:41:\"8120@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:66:\"Adds the \"paginator3000\" paging navigation to your WordPress blog.\";s:7:\"summary\";s:66:\"Adds the \"paginator3000\" paging navigation to your WordPress blog.\";}i:13;a:7:{s:5:\"title\";s:35:\"robfelty on \"Collapsing Categories\"\";s:4:\"link\";s:68:\"http://wordpress.org/extend/plugins/collapsing-categories/#post-2785\";s:7:\"pubdate\";s:31:\"Mon, 07 Jan 2008 02:25:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"robfelty\";}s:4:\"guid\";s:41:\"2785@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:100:\"This plugin uses Javascript to dynamically expand or collapsable the set of\nposts for each category.\";s:7:\"summary\";s:100:\"This plugin uses Javascript to dynamically expand or collapsable the set of\nposts for each category.\";}i:14;a:7:{s:5:\"title\";s:33:\"robfelty on \"Collapsing Archives\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/collapsing-archives/#post-2784\";s:7:\"pubdate\";s:31:\"Mon, 07 Jan 2008 02:25:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"robfelty\";}s:4:\"guid\";s:41:\"2784@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:141:\"This plugin uses Javascript to dynamically expand or collaps the set of\nmonths for each year and posts for each month in the archive listing.\";s:7:\"summary\";s:141:\"This plugin uses Javascript to dynamically expand or collaps the set of\nmonths for each year and posts for each month in the archive listing.\";}}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:\"Fri, 16 Jan 2009 14:28:04 +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 ('136', '0', 'rss_1a5f760f2e2b48827d4974a60857e7c2_ts', '1232116084', 'no') ;
INSERT INTO `wp_options` VALUES ('265', '0', 'update_plugins', 'O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1232118134;s:7:\"checked\";a:27:{s:19:\"akismet/akismet.php\";s:5:\"2.2.3\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:8:\"1.4.6.16\";s:29:\"blibahblubah/blibahblubah.php\";s:3:\"1.1\";s:21:\"exec-php/exec-php.php\";s:3:\"4.9\";s:35:\"content-gallery/content-gallery.php\";s:3:\"2.1\";s:28:\"feedburner/ol_feedburner.php\";s:3:\"2.2\";s:13:\"h1h2/h1h2.php\";s:3:\"1.0\";s:33:\"related_videos/related_videos.php\";s:3:\"1.0\";s:19:\"youtube/youtube.php\";s:3:\"1.0\";s:31:\"social_poster/social_poster.php\";s:3:\"1.0\";s:27:\"neg_xml_rpc/neg_xml_rpc.php\";s:3:\"1.0\";s:23:\"full_feed/full_feed.php\";s:4:\"1.04\";s:36:\"google-sitemap-generator/sitemap.php\";s:5:\"3.1.2\";s:47:\"kaltura-interactive-video/interactive_video.php\";s:4:\"1.15\";s:25:\"linkcannon_links_page.php\";s:3:\"1.0\";s:38:\"ozh-who-sees-ads/wp_ozh_whoseesads.php\";s:5:\"2.0.2\";s:31:\"php_speedy_wp/php_speedy_wp.php\";s:5:\"0.4.7\";s:19:\"pxsmail/pxsmail.php\";s:3:\"2.6\";s:41:\"wordpress-related-posts/related-posts.php\";s:3:\"1.0\";s:27:\"simple-tags/simple-tags.php\";s:5:\"1.6.4\";s:33:\"stumbleupon-it/stumbleupon-it.php\";s:3:\"0.1\";s:23:\"tubepress/tubepress.php\";s:5:\"1.6.9\";s:29:\"wp-db-backup/wp-db-backup.php\";s:5:\"2.2.2\";s:25:\"wp-cumulus/wp-cumulus.php\";s:4:\"1.17\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:4:\"2.31\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"0.8.7\";s:47:\"wp-tags-to-technorati/wp-tags-to-technorati.php\";s:4:\"1.01\";}s:8:\"response\";a:0:{}}', 'yes') ;
INSERT INTO `wp_options` VALUES ('266', '0', 'widget_recent_entries', 'a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}', 'yes') ;
INSERT INTO `wp_options` VALUES ('238', '0', 'lc_default_title', 'Useful Tips and Information', 'yes') ;
INSERT INTO `wp_options` VALUES ('139', '0', 'aiosp_home_description', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('140', '0', 'aiosp_home_title', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('144', '0', 'aiosp_archive_noindex', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('145', '0', 'aiosp_tags_noindex', '0', 'yes') ;
INSERT INTO `wp_options` VALUES ('146', '0', 'aiosp_generate_descriptions', '1', 'yes') ;
INSERT INTO `wp_options` VALUES ('147', '0', 'aiosp_post_title_format', '%post_title% | %blog_title%', 'yes') ;
INSERT INTO `wp_options` VALUES ('148', '0', 'aiosp_page_title_format', '%page_title% | %blog_title%', 'yes') ;
INSERT INTO `wp_options` VALUES ('149', '0', 'aiosp_category_title_format', '%category_title% | %blog_title%', 'yes') ;
INSERT INTO `wp_options` VALUES ('150', '0', 'aiosp_archive_title_format', '%date% | %blog_title%', 'yes') ;
INSERT INTO `wp_options` VALUES ('151', '0', 'aiosp_tag_title_format', '%tag% | %blog_title%', 'yes') ;
INSERT INTO `wp_options` VALUES ('152', '0', 'aiosp_search_title_format', '%search% | %blog_title%', 'yes') ;
INSERT INTO `wp_options` VALUES ('153', '0', 'aiosp_description_format', '%description%', 'yes') ;
INSERT INTO `wp_options` VALUES ('154', '0', 'aiosp_paged_format', ' - Part %page%', 'yes') ;
INSERT INTO `wp_options` VALUES ('155', '0', 'aiosp_404_title_format', 'Nothing found for %request_words%', 'yes') ;
INSERT INTO `wp_options` VALUES ('156', '0', 'aiosp_post_meta_tags', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('157', '0', 'aiosp_page_meta_tags', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('158', '0', 'aiosp_home_meta_tags', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('159', '0', 'aiosp_do_log', '', 'yes') ;
INSERT INTO `wp_options` VALUES ('160', '0', 'gallery-width', '588', 'yes') ;
INSERT INTO `wp_options` VALUES ('161', '0', 'gallery-height
