0byt3m1n1
Path:
/
data
/
0
/
0
/
103
/
116
/
103442
/
meta
/
104901
/
mysql.backup
/
[
Home
]
File: 1_0039dea_0.mysqlv2.bak.sql
-- MySQL dump 10.11 -- -- Host: 10.49.7.212 Database: 1_0039dea_0 -- ------------------------------------------------------ -- Server version 5.0.45-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; 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=2 DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','http://wordpress.org/','','2009-01-18 14:20:13','2009-01-18 19:20:13','Hi, this is a comment.<br />To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; 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=utf8; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','Development Blog','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; 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=120 DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,0,'siteurl','http://0039dea.netsolhost.com/blog1','yes'),(2,0,'blogname','Kona Cloud Blog','yes'),(3,0,'blogdescription','Straight talk from Kona Cloud Coffee','yes'),(4,0,'users_can_register','','yes'),(5,0,'admin_email','jallenusa@mac.com','yes'),(6,0,'start_of_week','1','yes'),(7,0,'use_balanceTags','0','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','1','yes'),(10,0,'comments_notify','1','yes'),(11,0,'posts_per_rss','10','yes'),(12,0,'rss_excerpt_length','50','yes'),(13,0,'rss_use_excerpt','0','yes'),(14,0,'mailserver_url','127.0.0.1','yes'),(15,0,'mailserver_login','login@example.com','yes'),(16,0,'mailserver_pass','password','yes'),(17,0,'mailserver_port','110','yes'),(18,0,'default_category','1','yes'),(19,0,'default_comment_status','open','yes'),(20,0,'default_ping_status','open','yes'),(21,0,'default_pingback_flag','0','yes'),(22,0,'default_post_edit_rows','10','yes'),(23,0,'posts_per_page','10','yes'),(24,0,'what_to_show','posts','yes'),(25,0,'date_format','F j, Y','yes'),(26,0,'time_format','g:i a','yes'),(27,0,'links_updated_date_format','F j, Y g:i a','yes'),(28,0,'links_recently_updated_prepend','<em>','yes'),(29,0,'links_recently_updated_append','</em>','yes'),(30,0,'links_recently_updated_time','120','yes'),(31,0,'comment_moderation','0','yes'),(32,0,'moderation_notify','1','yes'),(33,0,'permalink_structure','','yes'),(34,0,'gzipcompression','0','yes'),(35,0,'hack_file','0','yes'),(36,0,'blog_charset','UTF-8','yes'),(37,0,'moderation_keys','','no'),(38,0,'active_plugins','a:1:{i:0;s:19:\"akismet/akismet.php\";}','yes'),(39,0,'home','http://0039dea.netsolhost.com/blog1','yes'),(40,0,'category_base','','yes'),(41,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(42,0,'advanced_edit','0','yes'),(43,0,'comment_max_links','2','yes'),(44,0,'gmt_offset','-5','yes'),(45,0,'default_email_category','1','yes'),(46,0,'recently_edited','','no'),(47,0,'use_linksupdate','0','yes'),(48,0,'template','default','yes'),(49,0,'stylesheet','default','yes'),(50,0,'comment_whitelist','1','yes'),(51,0,'page_uris','','yes'),(52,0,'blacklist_keys','','no'),(53,0,'comment_registration','0','yes'),(54,0,'rss_language','en','yes'),(55,0,'html_type','text/html','yes'),(56,0,'use_trackback','0','yes'),(57,0,'default_role','subscriber','yes'),(58,0,'db_version','9872','yes'),(59,0,'uploads_use_yearmonth_folders','1','yes'),(60,0,'upload_path','/data/0/0/103/116/103442/user/104901/htdocs/blog1/wp-content/uploads','yes'),(61,0,'random_seed','13a43a3ba455b9b83e0b663174025192','yes'),(62,0,'secret','xs1&4EGP((abFQdq7H^VGUPd#ogu(uKI)@qb7r19gL#MR2fKL0j(OgUgUys3(4mS','yes'),(63,0,'blog_public','0','yes'),(64,0,'default_link_category','2','yes'),(65,0,'show_on_front','posts','yes'),(66,0,'tag_base','','yes'),(67,0,'show_avatars','1','yes'),(68,0,'avatar_rating','G','yes'),(69,0,'upload_url_path','','yes'),(70,0,'thumbnail_size_w','150','yes'),(71,0,'thumbnail_size_h','150','yes'),(72,0,'thumbnail_crop','1','yes'),(73,0,'medium_size_w','300','yes'),(74,0,'medium_size_h','300','yes'),(75,0,'avatar_default','mystery','yes'),(76,0,'enable_app','0','yes'),(77,0,'enable_xmlrpc','0','yes'),(78,0,'large_size_w','1024','yes'),(79,0,'large_size_h','1024','yes'),(80,0,'image_default_link_type','file','yes'),(81,0,'image_default_size','','yes'),(82,0,'image_default_align','','yes'),(83,0,'close_comments_for_old_posts','0','yes'),(84,0,'close_comments_days_old','14','yes'),(85,0,'thread_comments','0','yes'),(86,0,'thread_comments_depth','5','yes'),(87,0,'page_comments','1','yes'),(88,0,'comments_per_page','50','yes'),(89,0,'default_comments_page','newest','yes'),(90,0,'comment_order','asc','yes'),(91,0,'use_ssl','0','yes'),(92,0,'sticky_posts','a:0:{}','yes'),(93,0,'widget_categories','a:0:{}','yes'),(94,0,'widget_text','a:0:{}','yes'),(95,0,'widget_rss','a:0:{}','yes'),(96,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:1232306518;s:15:\"version_checked\";s:3:\"2.7\";}','yes'),(97,0,'dismissed_update_core','a:0:{}','yes'),(98,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:23:\"Administrator|User role\";s:12:\"capabilities\";a:53:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:16:\"Editor|User role\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:16:\"Author|User role\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:21:\"Contributor|User role\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:20:\"Subscriber|User role\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(99,0,'cron','a:2:{i:1232349716;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'),(100,0,'auth_salt','L$TmDghlRJiF','yes'),(101,0,'doing_cron','0','yes'),(102,0,'update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1232306517;s:7:\"checked\";a:2:{s:19:\"akismet/akismet.php\";s:5:\"2.2.3\";s:9:\"hello.php\";s:3:\"1.5\";}s:8:\"response\";a:0:{}}','yes'),(103,0,'update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1232306518;}','yes'),(104,0,'logged_in_salt','C9lKe5SWrDkP','yes'),(105,0,'nonce_salt','q3mRVS6ln72@','yes'),(106,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:35:\"http://0039dea.netsolhost.com/blog1\";s:4:\"link\";s:117:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://0039dea.netsolhost.com/blog1/\";s:3:\"url\";s:150:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://0039dea.netsolhost.com/blog1/\";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'),(107,0,'current_theme','WordPress Default','yes'),(108,0,'sidebars_widgets','a:1:{s:13:\"array_version\";i:3;}','yes'),(109,0,'rss_29789ea0002b9a07bc58d4bf9174bfc8','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:62:\"link:http://0039dea.netsolhost.com/blog1/ - Google Blog Search\";s:4:\"link\";s:120:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://0039dea.netsolhost.com/blog1/\";s:11:\"description\";s:96:\"Your search - <b>link:http://0039dea.netsolhost.com/blog1/</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:96:\"Your search - <b>link:http://0039dea.netsolhost.com/blog1/</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'),(110,0,'rss_29789ea0002b9a07bc58d4bf9174bfc8_ts','1232306780','no'),(111,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:52:\"Weblog Tools Collection: Plugin Review: WP Greet Box\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5013\";s:4:\"link\";s:80:\"http://weblogtoolscollection.com/archives/2009/01/18/plugin-review-wp-greet-box/\";s:11:\"description\";s:5176:\"<p>Last week we reviewed <a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Referrer Detector</a>. This week we review a similar plugin called <a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a>.</p>\n<h3>What is WP Greet Box?</h3>\n<p>This plugin lets you show a different greeting message to your new visitors depending on their referrer URL.</p>\n<p>For example, when a Digg user clicks through from Digg, they will see a message reminding them to digg your post if they like it. Another example, when a visitor clicks through from Twitter, they will see a message suggesting them to twit the post and follow you on Twitter. You can also set a default greeting message for new visitors (not matching any referrer URLs) suggesting them to subscribe to your RSS feed.</p>\n<p>Having these targeted suggestions will help your blog increase exposure, loyal readership, and reader interaction.</p>\n<h3>Screenshot</h3>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/01/image.png\"><img title=\"Example of WP Greet Box\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/image-thumb.png\" border=\"0\" alt=\"Example of WP Greet Box\" width=\"220\" height=\"92\" /></a></p>\n<h3>Features</h3>\n<ul>\n<li>Show a different greeting message to your visitor depending on the referrer URL. You can add/edit/delete/disable these greeting messages as you choose.</li>\n<li>Greeting messages automatically get inserted into the top of your posts upon activation. There is no need to modify theme files.</li>\n<li>Ability to auto-insert greeting message to the top or bottom of the post.</li>\n<li>Greeting messages can be user closeable or not.</li>\n<li>Ability to detect the visitor’s search keywords from major search engines and automatically display related posts under the greeting message.</li>\n<li>Show a default greeting message even if the visitor does not match any of your configured referrer URL.</li>\n<li>Show a default greeting message even if the visitor does not have JavaScript enabled.</li>\n<li>AJAX greeting message in the frontend makes it compatible with caching plugins (such as WP Super Cache) and WPMU.</li>\n<li>AJAX administrative interface that uses nonce verification to discourage hackers.</li>\n<li>Ability to set a timeout to forget a visitor so we do not keep nagging them with greeting messages.</li>\n<li>Ability to set rules to exclude some referrer URLs from seeing greeting messages. Regular expressions is also supported (but not required!).</li>\n<li>Ultra customizable greeting message box (with CSS) allowing you to prefix/append HTML around the greeting message box.</li>\n<li>Currently the following referrers are installed by default, but you can easily create your own if your favorite referrer is not on the list!\n<ul>\n<li>blinklist.com</li>\n<li>blogmarks.com</li>\n<li>del.icio.us</li>\n<li>delicious.com</li>\n<li>digg.com</li>\n<li>diigo.com</li>\n<li>facebook.com</li>\n<li>flickr.com</li>\n<li>furl.com</li>\n<li>google.*</li>\n<li>ma.gnolia.com</li>\n<li>mister-wong.com</li>\n<li>myspace.com</li>\n<li>netvibes.com</li>\n<li>newsvine.com</li>\n<li>reddit.com</li>\n<li>search.live.com</li>\n<li>search.msn.com</li>\n<li>search.yahoo.com</li>\n<li>simpy.com</li>\n<li>stumbleupon.com</li>\n<li>technorati.com</li>\n<li>twitter.com</li>\n<li>youtube.com</li>\n</ul>\n</li>\n</ul>\n<h3>Our Review</h3>\n<p>WP Greet Box comes really feature packed as compared to Referrer Detector, possibly because WP Greet Box is more mature plugin as of this date.</p>\n<p>Installation of plugin is extremely simple. You can <a href=\"http://wordpress.org/extend/plugins/wp-greet-box/\">download it from the WordPress Plugin Directory</a>, unzip it to your host and activate the plugin. I chose to use the new <em>Add New Plugin</em> feature in WordPress 2.7 to install it on my blog <a href=\"http://techtites.com/\">Techtites</a> from within WP-admin itself.</p>\n<p>After activating the plugin, you can add / edit / delete referrers to your blog. The plugin comes inbuilt with several referrers including a default referrer who do not come from the fixed set of sites listed above. There are also a few referrers that are not activated by default, so you choose to activate those. I chose to stick with the default list.</p>\n<p>It also has the ability to display related posts, though it displayed no related posts for a query that definitely had related posts.</p>\n<p>The plugin has its documentation in place, however, it could do well with more detailed instructions. Also, the documentation is a readme.txt file at the plugin repository, which isn’t the most presentable layout.</p>\n<p>I would also like to see Ajaxed tabs as was in the case of Referrer Detector, as it make updating across options extremely quick. The plugin already uses AJAX for editing / updating referrer details.</p>\n<p>I believe the author has plans for the plugin, though it is currently kept a secret.</p>\n<p>Are you currently using WP Greet Box? Since when have you been using the plugin? Has it helped increase visitor loyalty, number of hits? What additions would you like to see to the plugin features?</p>\";s:7:\"pubdate\";s:31:\"Sun, 18 Jan 2009 08:45:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:5176:\"<p>Last week we reviewed <a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Referrer Detector</a>. This week we review a similar plugin called <a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a>.</p>\n<h3>What is WP Greet Box?</h3>\n<p>This plugin lets you show a different greeting message to your new visitors depending on their referrer URL.</p>\n<p>For example, when a Digg user clicks through from Digg, they will see a message reminding them to digg your post if they like it. Another example, when a visitor clicks through from Twitter, they will see a message suggesting them to twit the post and follow you on Twitter. You can also set a default greeting message for new visitors (not matching any referrer URLs) suggesting them to subscribe to your RSS feed.</p>\n<p>Having these targeted suggestions will help your blog increase exposure, loyal readership, and reader interaction.</p>\n<h3>Screenshot</h3>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/01/image.png\"><img title=\"Example of WP Greet Box\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/image-thumb.png\" border=\"0\" alt=\"Example of WP Greet Box\" width=\"220\" height=\"92\" /></a></p>\n<h3>Features</h3>\n<ul>\n<li>Show a different greeting message to your visitor depending on the referrer URL. You can add/edit/delete/disable these greeting messages as you choose.</li>\n<li>Greeting messages automatically get inserted into the top of your posts upon activation. There is no need to modify theme files.</li>\n<li>Ability to auto-insert greeting message to the top or bottom of the post.</li>\n<li>Greeting messages can be user closeable or not.</li>\n<li>Ability to detect the visitor’s search keywords from major search engines and automatically display related posts under the greeting message.</li>\n<li>Show a default greeting message even if the visitor does not match any of your configured referrer URL.</li>\n<li>Show a default greeting message even if the visitor does not have JavaScript enabled.</li>\n<li>AJAX greeting message in the frontend makes it compatible with caching plugins (such as WP Super Cache) and WPMU.</li>\n<li>AJAX administrative interface that uses nonce verification to discourage hackers.</li>\n<li>Ability to set a timeout to forget a visitor so we do not keep nagging them with greeting messages.</li>\n<li>Ability to set rules to exclude some referrer URLs from seeing greeting messages. Regular expressions is also supported (but not required!).</li>\n<li>Ultra customizable greeting message box (with CSS) allowing you to prefix/append HTML around the greeting message box.</li>\n<li>Currently the following referrers are installed by default, but you can easily create your own if your favorite referrer is not on the list!\n<ul>\n<li>blinklist.com</li>\n<li>blogmarks.com</li>\n<li>del.icio.us</li>\n<li>delicious.com</li>\n<li>digg.com</li>\n<li>diigo.com</li>\n<li>facebook.com</li>\n<li>flickr.com</li>\n<li>furl.com</li>\n<li>google.*</li>\n<li>ma.gnolia.com</li>\n<li>mister-wong.com</li>\n<li>myspace.com</li>\n<li>netvibes.com</li>\n<li>newsvine.com</li>\n<li>reddit.com</li>\n<li>search.live.com</li>\n<li>search.msn.com</li>\n<li>search.yahoo.com</li>\n<li>simpy.com</li>\n<li>stumbleupon.com</li>\n<li>technorati.com</li>\n<li>twitter.com</li>\n<li>youtube.com</li>\n</ul>\n</li>\n</ul>\n<h3>Our Review</h3>\n<p>WP Greet Box comes really feature packed as compared to Referrer Detector, possibly because WP Greet Box is more mature plugin as of this date.</p>\n<p>Installation of plugin is extremely simple. You can <a href=\"http://wordpress.org/extend/plugins/wp-greet-box/\">download it from the WordPress Plugin Directory</a>, unzip it to your host and activate the plugin. I chose to use the new <em>Add New Plugin</em> feature in WordPress 2.7 to install it on my blog <a href=\"http://techtites.com/\">Techtites</a> from within WP-admin itself.</p>\n<p>After activating the plugin, you can add / edit / delete referrers to your blog. The plugin comes inbuilt with several referrers including a default referrer who do not come from the fixed set of sites listed above. There are also a few referrers that are not activated by default, so you choose to activate those. I chose to stick with the default list.</p>\n<p>It also has the ability to display related posts, though it displayed no related posts for a query that definitely had related posts.</p>\n<p>The plugin has its documentation in place, however, it could do well with more detailed instructions. Also, the documentation is a readme.txt file at the plugin repository, which isn’t the most presentable layout.</p>\n<p>I would also like to see Ajaxed tabs as was in the case of Referrer Detector, as it make updating across options extremely quick. The plugin already uses AJAX for editing / updating referrer details.</p>\n<p>I believe the author has plans for the plugin, though it is currently kept a secret.</p>\n<p>Are you currently using WP Greet Box? Since when have you been using the plugin? Has it helped increase visitor loyalty, number of hits? What additions would you like to see to the plugin features?</p>\";}i:1;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 01/17\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5009\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/01/17/wordpress-theme-releases-for-0117/\";s:11:\"description\";s:4547:\"<p><a href=\"http://www.jauhari.net/free-wordpress-theme-palestine.jsp\"><strong>Palestine</strong></a></p>\n<p><a href=\"http://demo.jauhari.net/?wptheme=Palestine\"><img title=\"palestine-wordpress\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/palestinewordpress.jpg\" border=\"0\" alt=\"palestine-wordpress\" width=\"78\" height=\"114\" /></a></p>\n<p>2 columns, widget ready, gravatar, custom header, Grid Layout and more</p>\n<p><a href=\"http://curtishenson.com/checkmate-20-a-free-premium-wordpress-theme/\"><strong>Checkmate</strong></a></p>\n<p><a href=\"http://curtishenson.com/checkmate/\"><img title=\"checkmate-158x300\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/checkmate158x300.png\" border=\"0\" alt=\"checkmate-158x300\" width=\"60\" height=\"114\" /></a></p>\n<p>Two, Three, or Split Column Design theme available in four colors, with support for gravatars, widgets and ready for WordPress 2.7</p>\n<p><a href=\"http://www.premiumwp.com/the-stars-a-free-premium-wordpress-theme/\"><strong>The Stars</strong></a></p>\n<p><a href=\"http://www.premiumwp.com/demo/thestars/\"><img title=\"thestars-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/thestarstheme.jpg\" border=\"0\" alt=\"thestars-theme\" width=\"66\" height=\"114\" /></a></p>\n<p>A magazine style WordPress theme ideal for fashion, lifestyle, entertainment, celebrity/gossip, or lifestyle websites. The theme includes a wide range of features including: drop down navigation menus, a featured content section, automatic thumbnail generation, integrated social bookmarking buttons and more.</p>\n<p><a href=\"http://www.isoftwarereviews.com/glossy-light-free-wordpress-theme/\"><strong>Glossy Light</strong></a></p>\n<p><a href=\"http://www.isoftwarereviews.com/theme-demo/index.php?wptheme=Glossy%20Light\"><img title=\"glossy-light-screenshot-small\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/glossylightscreenshotsmall.png\" border=\"0\" alt=\"glossy-light-screenshot-small\" width=\"116\" height=\"114\" /></a></p>\n<p>Two column, fixed width, widget ready, gravatar ready theme</p>\n<p><a href=\"http://www.green-cleaning-products.info/grassy-green-theme/\"><strong>Grassy Green</strong></a></p>\n<p><img title=\"grassy-green-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/grassygreentheme.png\" border=\"0\" alt=\"grassy-green-theme\" width=\"152\" height=\"114\" /></p>\n<p>Simple, green and white two column theme with a grass photo in the background.</p>\n<p><a href=\"http://3oneseven.com/13/wooden-wp-theme/\"><strong>Wooden</strong></a></p>\n<p><a href=\"http://wp2.3oneseven.com/index.php?wptheme=Wooden\"><img title=\"wooden\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/wooden.png\" border=\"0\" alt=\"wooden\" width=\"66\" height=\"114\" /></a></p>\n<p>The Wooden WP theme includes a grayed / red / white color scheme, three recent posts ( with pagination enabled ) and two widgetized bars for the inner pages, the front slider looks auto for images attached to your posts. Configurable via the themes admin panel are the flickr widgets.</p>\n<p><a href=\"http://techblissonline.com/free-wordpress-theme-pongal-red/\"><strong>Pongal Red</strong></a></p>\n<p><a href=\"http://free-wp-themes.techblissonline.com/\"><img title=\"pongal-red-wordpress-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/pongalredwordpresstheme.jpg\" border=\"0\" alt=\"pongal-red-wordpress-theme\" width=\"166\" height=\"114\" /></a></p>\n<p>Pongal Red is a 3-column, SEO-optimized, ad-ready, WordPress 2.7 compatible wordpress theme with widgetized sidebars and footer. It is an attractive professional looking theme and is suitable for blogs or websites in any niche.</p>\n<p><a href=\"http://www.wp-them.es/wp-themes-blogger-theme/\"><strong>WP Themes Blogger</strong></a></p>\n<p><a href=\"http://www.wp-them.es/demo/blogger/\"><img title=\"WP-ThemesBlogger\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/wpthemesblogger.png\" border=\"0\" alt=\"WP-ThemesBlogger\" width=\"152\" height=\"114\" /></a></p>\n<p>Three column, widget and gravatar ready theme with options page and support for WordPress 2.7</p>\n<p><a href=\"http://jetpackpilot.com/danmod-another-free-wordpress-theme/\"><strong>DanMod</strong></a></p>\n<p><a href=\"http://jetpackpilot.com/demo/?wptheme=DanMod\"><img title=\"DanMod\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/danmod.png\" border=\"0\" alt=\"DanMod\" width=\"200\" height=\"106\" /></a></p>\n<p>DanMod is a very simple WordPress theme using a nice serif and italicized font. This is a great WordPress theme for personal bloggers, or people who like to share their writing or photography work online.</p>\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 20:15:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4547:\"<p><a href=\"http://www.jauhari.net/free-wordpress-theme-palestine.jsp\"><strong>Palestine</strong></a></p>\n<p><a href=\"http://demo.jauhari.net/?wptheme=Palestine\"><img title=\"palestine-wordpress\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/palestinewordpress.jpg\" border=\"0\" alt=\"palestine-wordpress\" width=\"78\" height=\"114\" /></a></p>\n<p>2 columns, widget ready, gravatar, custom header, Grid Layout and more</p>\n<p><a href=\"http://curtishenson.com/checkmate-20-a-free-premium-wordpress-theme/\"><strong>Checkmate</strong></a></p>\n<p><a href=\"http://curtishenson.com/checkmate/\"><img title=\"checkmate-158x300\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/checkmate158x300.png\" border=\"0\" alt=\"checkmate-158x300\" width=\"60\" height=\"114\" /></a></p>\n<p>Two, Three, or Split Column Design theme available in four colors, with support for gravatars, widgets and ready for WordPress 2.7</p>\n<p><a href=\"http://www.premiumwp.com/the-stars-a-free-premium-wordpress-theme/\"><strong>The Stars</strong></a></p>\n<p><a href=\"http://www.premiumwp.com/demo/thestars/\"><img title=\"thestars-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/thestarstheme.jpg\" border=\"0\" alt=\"thestars-theme\" width=\"66\" height=\"114\" /></a></p>\n<p>A magazine style WordPress theme ideal for fashion, lifestyle, entertainment, celebrity/gossip, or lifestyle websites. The theme includes a wide range of features including: drop down navigation menus, a featured content section, automatic thumbnail generation, integrated social bookmarking buttons and more.</p>\n<p><a href=\"http://www.isoftwarereviews.com/glossy-light-free-wordpress-theme/\"><strong>Glossy Light</strong></a></p>\n<p><a href=\"http://www.isoftwarereviews.com/theme-demo/index.php?wptheme=Glossy%20Light\"><img title=\"glossy-light-screenshot-small\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/glossylightscreenshotsmall.png\" border=\"0\" alt=\"glossy-light-screenshot-small\" width=\"116\" height=\"114\" /></a></p>\n<p>Two column, fixed width, widget ready, gravatar ready theme</p>\n<p><a href=\"http://www.green-cleaning-products.info/grassy-green-theme/\"><strong>Grassy Green</strong></a></p>\n<p><img title=\"grassy-green-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/grassygreentheme.png\" border=\"0\" alt=\"grassy-green-theme\" width=\"152\" height=\"114\" /></p>\n<p>Simple, green and white two column theme with a grass photo in the background.</p>\n<p><a href=\"http://3oneseven.com/13/wooden-wp-theme/\"><strong>Wooden</strong></a></p>\n<p><a href=\"http://wp2.3oneseven.com/index.php?wptheme=Wooden\"><img title=\"wooden\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/wooden.png\" border=\"0\" alt=\"wooden\" width=\"66\" height=\"114\" /></a></p>\n<p>The Wooden WP theme includes a grayed / red / white color scheme, three recent posts ( with pagination enabled ) and two widgetized bars for the inner pages, the front slider looks auto for images attached to your posts. Configurable via the themes admin panel are the flickr widgets.</p>\n<p><a href=\"http://techblissonline.com/free-wordpress-theme-pongal-red/\"><strong>Pongal Red</strong></a></p>\n<p><a href=\"http://free-wp-themes.techblissonline.com/\"><img title=\"pongal-red-wordpress-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/pongalredwordpresstheme.jpg\" border=\"0\" alt=\"pongal-red-wordpress-theme\" width=\"166\" height=\"114\" /></a></p>\n<p>Pongal Red is a 3-column, SEO-optimized, ad-ready, WordPress 2.7 compatible wordpress theme with widgetized sidebars and footer. It is an attractive professional looking theme and is suitable for blogs or websites in any niche.</p>\n<p><a href=\"http://www.wp-them.es/wp-themes-blogger-theme/\"><strong>WP Themes Blogger</strong></a></p>\n<p><a href=\"http://www.wp-them.es/demo/blogger/\"><img title=\"WP-ThemesBlogger\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/wpthemesblogger.png\" border=\"0\" alt=\"WP-ThemesBlogger\" width=\"152\" height=\"114\" /></a></p>\n<p>Three column, widget and gravatar ready theme with options page and support for WordPress 2.7</p>\n<p><a href=\"http://jetpackpilot.com/danmod-another-free-wordpress-theme/\"><strong>DanMod</strong></a></p>\n<p><a href=\"http://jetpackpilot.com/demo/?wptheme=DanMod\"><img title=\"DanMod\" src=\"http://weblogtoolscollection.com/b2-img/2009/01/danmod.png\" border=\"0\" alt=\"DanMod\" width=\"200\" height=\"106\" /></a></p>\n<p>DanMod is a very simple WordPress theme using a nice serif and italicized font. This is a great WordPress theme for personal bloggers, or people who like to share their writing or photography work online.</p>\";}i:2;a:7:{s:5:\"title\";s:43:\"Alex King: WordCamp Denver (Feb 28th, 2009)\";s:4:\"guid\";s:51:\"http://alexking.org/blog/2009/01/17/wordcamp-denver\";s:4:\"link\";s:51:\"http://alexking.org/blog/2009/01/17/wordcamp-denver\";s:11:\"description\";s:2989:\"<p><a href=\"http://denver.wordcamp.org\" rel=\"external\">WordCamp</a> is coming to Denver for the first time, on February 28th!</p>\n<p class=\"center\"><a href=\"http://denver.wordcamp.org/\"><img title=\"Attending WordCamp Denver\" src=\"http://denver.wordcamp.org/files/2008/10/attending-badge.png\" alt=\"I\'m Attending WordCamp Denver 2009\" width=\"125\" height=\"125\" /></a></p>\n<p>I’m quite excited for the event. Joseph Scott and the crew in Utah did a great job and I think we learned a lot by <a href=\"http://alexking.org/blog/2008/10/06/wordcamp-utah-recap\">attending</a>. We’re going to stick with a lot of the things that worked in Utah, and also make a couple of changes.</p>\n<p>(Note: the following schedule is subject to change)</p>\n<p>For the first half of the day, everyone will be in the same room for presentations that are appropriate to the entire group. This part of the day will include the keynote by <a href=\"http://ma.tt\" rel=\"external\">Matt Mullenweg</a> (Matt does a terrific job on these), a presentation on WordPress 2.8 by Automattic’s <a href=\"http://jane.wordpress.com/\" rel=\"external\">Jane Wells</a> and a design panel.</p>\n<p>After lunch, we’ll be splitting up into two separate tracks: a technical track and a blogger track. The technical track will cover plugin and theme development in some detail<sup><a href=\"http://alexking.org/blog/feed?cat=16#fn1232221196169n\" id=\"fn1232221196169\" class=\"footnote\">1</a></sup> and the blogger track will cover topics like professional blogging, personal brand and SEO.</p>\n<p>I’ll be giving a presentation on the <a href=\"http://carringtontheme.com\">Carrington Theme Framework</a> - and I need to get the new features we’ve been working on released before then. <img src=\"http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>We’ll have more details on the schedule in the near future.</p>\n<h3>Who is this for?</h3>\n<p>Bloggers, designers, developers, internet enthusiasts, and anyone interested in learning more about WordPress.</p>\n<h3>How Do I Register?</h3>\n<p>Signing up is easy - the details are <a href=\"http://denver.wordcamp.org/register/\" rel=\"external\">here</a>.</p>\n<h3>How Can I Help?</h3>\n<p>We need to cover costs for the venue, food, etc. and are actively looking for individuals and companies that are interested in sponsoring the event. If you’d like to do so, please <a href=\"http://alexking.org/contact\">get in touch</a>.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1232221196169n\">Something I didn’t do in my WordCamp Utah presentation because I was presenting to the entire group. [<a href=\"http://alexking.org/blog/feed?cat=16#fn1232221196169\">back</a>]</li>\n</ol>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordCamp+Denver+%28Feb+28th%2C+2009%29&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F01%2F17%2Fwordcamp-denver\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 19:52:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2989:\"<p><a href=\"http://denver.wordcamp.org\" rel=\"external\">WordCamp</a> is coming to Denver for the first time, on February 28th!</p>\n<p class=\"center\"><a href=\"http://denver.wordcamp.org/\"><img title=\"Attending WordCamp Denver\" src=\"http://denver.wordcamp.org/files/2008/10/attending-badge.png\" alt=\"I\'m Attending WordCamp Denver 2009\" width=\"125\" height=\"125\" /></a></p>\n<p>I’m quite excited for the event. Joseph Scott and the crew in Utah did a great job and I think we learned a lot by <a href=\"http://alexking.org/blog/2008/10/06/wordcamp-utah-recap\">attending</a>. We’re going to stick with a lot of the things that worked in Utah, and also make a couple of changes.</p>\n<p>(Note: the following schedule is subject to change)</p>\n<p>For the first half of the day, everyone will be in the same room for presentations that are appropriate to the entire group. This part of the day will include the keynote by <a href=\"http://ma.tt\" rel=\"external\">Matt Mullenweg</a> (Matt does a terrific job on these), a presentation on WordPress 2.8 by Automattic’s <a href=\"http://jane.wordpress.com/\" rel=\"external\">Jane Wells</a> and a design panel.</p>\n<p>After lunch, we’ll be splitting up into two separate tracks: a technical track and a blogger track. The technical track will cover plugin and theme development in some detail<sup><a href=\"http://alexking.org/blog/feed?cat=16#fn1232221196169n\" id=\"fn1232221196169\" class=\"footnote\">1</a></sup> and the blogger track will cover topics like professional blogging, personal brand and SEO.</p>\n<p>I’ll be giving a presentation on the <a href=\"http://carringtontheme.com\">Carrington Theme Framework</a> - and I need to get the new features we’ve been working on released before then. <img src=\"http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>We’ll have more details on the schedule in the near future.</p>\n<h3>Who is this for?</h3>\n<p>Bloggers, designers, developers, internet enthusiasts, and anyone interested in learning more about WordPress.</p>\n<h3>How Do I Register?</h3>\n<p>Signing up is easy - the details are <a href=\"http://denver.wordcamp.org/register/\" rel=\"external\">here</a>.</p>\n<h3>How Can I Help?</h3>\n<p>We need to cover costs for the venue, food, etc. and are actively looking for individuals and companies that are interested in sponsoring the event. If you’d like to do so, please <a href=\"http://alexking.org/contact\">get in touch</a>.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1232221196169n\">Something I didn’t do in my WordCamp Utah presentation because I was presenting to the entire group. [<a href=\"http://alexking.org/blog/feed?cat=16#fn1232221196169\">back</a>]</li>\n</ol>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordCamp+Denver+%28Feb+28th%2C+2009%29&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F01%2F17%2Fwordcamp-denver\">ShareThis</a></p>\";}i:3;a:7:{s:5:\"title\";s:29:\"Matt: Tune in to WordPress.tv\";s:4:\"guid\";s:21:\"http://ma.tt/?p=10061\";s:4:\"link\";s:44:\"http://ma.tt/2009/01/tune-in-to-wordpresstv/\";s:11:\"description\";s:1351:\"<p>Today we’ve <a href=\"http://wordpress.org/development/2009/01/wordpresstv\">switched on</a> <a href=\"http://wordpress.tv\">WordPress.tv</a>, a new space to geek out and learn about all things WordPress.</p>\n<p>WordPress.tv is home to <a href=\"http://wordpress.tv/category/how-to/\">tutorials</a> for both <a href=\"http://www.wordpress.org\">WordPress</a> self-installs and <a href=\"http://www.wordpress.com\">WordPress.com</a> to help you get blogging fast and hassle-free.</p>\n<p>We’ve also aggregated and organized all that awesome <a href=\"http://central.wordcamp.org/\">WordCamp</a> footage from around the web, on <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCampTV</a>. There you’ll find videos and slideshows of presentations made by <a href=\"http://automattic.com/about/\">Automattic employees</a> and other WordPress gurus, plus interviews I’ve done with the media and fellow bloggers.</p>\n<p>Tune in regularly for fresh content and updates to the <a href=\"http://blog.wordpress.tv/\">WordPress.tv blog</a>.</p>\n<p>As <a href=\"http://www.automattic.com/projects\">always</a>, community comes first. You have a say in shaping the future of <a href=\"http://www.wordpress.tv\">WordPress.tv</a>. Just <a href=\"http://wordpress.tv/contact/\">drop us a line</a> and let us know what you’d like to see added next.</p>\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 07:02:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"heather\";}s:7:\"summary\";s:1351:\"<p>Today we’ve <a href=\"http://wordpress.org/development/2009/01/wordpresstv\">switched on</a> <a href=\"http://wordpress.tv\">WordPress.tv</a>, a new space to geek out and learn about all things WordPress.</p>\n<p>WordPress.tv is home to <a href=\"http://wordpress.tv/category/how-to/\">tutorials</a> for both <a href=\"http://www.wordpress.org\">WordPress</a> self-installs and <a href=\"http://www.wordpress.com\">WordPress.com</a> to help you get blogging fast and hassle-free.</p>\n<p>We’ve also aggregated and organized all that awesome <a href=\"http://central.wordcamp.org/\">WordCamp</a> footage from around the web, on <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCampTV</a>. There you’ll find videos and slideshows of presentations made by <a href=\"http://automattic.com/about/\">Automattic employees</a> and other WordPress gurus, plus interviews I’ve done with the media and fellow bloggers.</p>\n<p>Tune in regularly for fresh content and updates to the <a href=\"http://blog.wordpress.tv/\">WordPress.tv blog</a>.</p>\n<p>As <a href=\"http://www.automattic.com/projects\">always</a>, community comes first. You have a say in shaping the future of <a href=\"http://www.wordpress.tv\">WordPress.tv</a>. Just <a href=\"http://wordpress.tv/contact/\">drop us a line</a> and let us know what you’d like to see added next.</p>\";}i:4;a:7:{s:5:\"title\";s:22:\"Dev Blog: WordPress.tv\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=513\";s:4:\"link\";s:53:\"http://wordpress.org/development/2009/01/wordpresstv/\";s:11:\"description\";s:1489:\"<p>Today we’ve switched on <a href=\"http://wordpress.tv\">WordPress.tv</a>, your visual resource for all things WordPress. </p>\n<p></p>\n<p>On WordPress.tv, you’ll find <a href=\"http://wordpress.tv/category/how-to/\">tutorials</a> for both <a href=\"http://www.wordpress.org\">WordPress</a> self-installs and <a href=\"http://www.wordpress.com\">WordPress.com</a> to help you get blogging fast and hassle-free. We’ve kicked things off with the basics — now you can shape what comes next. Just <a href=\"http://wordpress.tv/contact/\">drop us a line</a> and let us know what you’d like to see added. </p>\n<p>WordPress.tv is also now <em>the</em> place to find all that awesome <a href=\"http://central.wordcamp.org/\">WordCamp</a> footage that was floating around the web without a home. See the presentations you missed and get a peek at behind-the-scenes action. We call it <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCampTV</a>. </p>\n<p>You’ll also find slideshows of presentations made by WordPress gurus, plus interviews I’ve done with the media and fellow bloggers. </p>\n<p>I hope you’ll consider WordPress.tv not just a <a href=\"http://www.wordpress.org/support\">support</a> resource, but also a place to hang out and keep up with all the geeky goodness going on in the WordPress community. Tune in regularly for fresh content and updates to the <a href=\"http://blog.wordpress.tv/\">WordPress.tv blog</a>. Lots more is on the way. </p>\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 07:01:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:1489:\"<p>Today we’ve switched on <a href=\"http://wordpress.tv\">WordPress.tv</a>, your visual resource for all things WordPress. </p>\n<p></p>\n<p>On WordPress.tv, you’ll find <a href=\"http://wordpress.tv/category/how-to/\">tutorials</a> for both <a href=\"http://www.wordpress.org\">WordPress</a> self-installs and <a href=\"http://www.wordpress.com\">WordPress.com</a> to help you get blogging fast and hassle-free. We’ve kicked things off with the basics — now you can shape what comes next. Just <a href=\"http://wordpress.tv/contact/\">drop us a line</a> and let us know what you’d like to see added. </p>\n<p>WordPress.tv is also now <em>the</em> place to find all that awesome <a href=\"http://central.wordcamp.org/\">WordCamp</a> footage that was floating around the web without a home. See the presentations you missed and get a peek at behind-the-scenes action. We call it <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCampTV</a>. </p>\n<p>You’ll also find slideshows of presentations made by WordPress gurus, plus interviews I’ve done with the media and fellow bloggers. </p>\n<p>I hope you’ll consider WordPress.tv not just a <a href=\"http://www.wordpress.org/support\">support</a> resource, but also a place to hang out and keep up with all the geeky goodness going on in the WordPress community. Tune in regularly for fresh content and updates to the <a href=\"http://blog.wordpress.tv/\">WordPress.tv blog</a>. Lots more is on the way. </p>\";}i:5;a:7:{s:5:\"title\";s:48:\"Weblog Tools Collection: Are You Ready To Shopp?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=4994\";s:4:\"link\";s:76:\"http://weblogtoolscollection.com/archives/2009/01/17/are-you-ready-to-shopp/\";s:11:\"description\";s:2165:\"<p><img src=\"http://weblogtoolscollection.com/b2-img/2008/10/newwwpweeklylogo.png\" align=\"right\" /> It’s not often that we feature plugins or themes that you have to pay for but when the product is fully compliant with the GPL, things are gravy! In this special episode of WordPress Weekly, we talk e-commerce with <strong>Jonathan Davis</strong> who is the developer of the <a href=\"http://shopplugin.net/\" target=\"_blank\">Shopp E-Commerce</a> plugin for WordPress. Jonathan gives us the low down on what his plugin has to offer. What is also interesting is his business model. The plugin is fully compliant under the GPL but without purchasing the update Key, you won’t be able to upgrade the software. If you’re interested in learning about an e-commerce solution for WordPress, definitely take a listen to this episode.</p>\n<p><strong>Disclaimer: This interview was not purchased or is sponsored in any way.</strong></p>\n<p>Here are some of the questions we covered on the show:</p>\n<ol>\n<li>Why did you create Shopp when WP-Ecommerce was already available?\n</li>\n<li>Speaking of WP-Ecommerce, what does Shopp have to offer that the competition doesn’t?\n</li>\n<li>Which payment options/gateways does Shopp support?\n</li>\n<li>For a single site license, the plugin costs $55.00 What else does a user get when they purchase the plugin?\n</li>\n<li>Does this plugin work with WordPress MU?</li>\n</ol>\n<p><strong>Announcements:</strong> On <strong>January 23rd</strong>, Dan Milward of the WP E-Commerce plugin will be our special guest to discuss E-Commerce from his point of view and tells us what his plugin is capable of.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday January 23rd, 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 3 Minutes</p>\n<p><strong>Download The Show:</strong> <a href=\"http://recordings.talkshoe.com/TC-34224/TS-182323.mp3\" target=\"_blank\">WordPressWeeklyEpisode37.mp3</a></p>\n<p><strong>Listen To Episode #37:</strong><br />\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 05:53:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:2165:\"<p><img src=\"http://weblogtoolscollection.com/b2-img/2008/10/newwwpweeklylogo.png\" align=\"right\" /> It’s not often that we feature plugins or themes that you have to pay for but when the product is fully compliant with the GPL, things are gravy! In this special episode of WordPress Weekly, we talk e-commerce with <strong>Jonathan Davis</strong> who is the developer of the <a href=\"http://shopplugin.net/\" target=\"_blank\">Shopp E-Commerce</a> plugin for WordPress. Jonathan gives us the low down on what his plugin has to offer. What is also interesting is his business model. The plugin is fully compliant under the GPL but without purchasing the update Key, you won’t be able to upgrade the software. If you’re interested in learning about an e-commerce solution for WordPress, definitely take a listen to this episode.</p>\n<p><strong>Disclaimer: This interview was not purchased or is sponsored in any way.</strong></p>\n<p>Here are some of the questions we covered on the show:</p>\n<ol>\n<li>Why did you create Shopp when WP-Ecommerce was already available?\n</li>\n<li>Speaking of WP-Ecommerce, what does Shopp have to offer that the competition doesn’t?\n</li>\n<li>Which payment options/gateways does Shopp support?\n</li>\n<li>For a single site license, the plugin costs $55.00 What else does a user get when they purchase the plugin?\n</li>\n<li>Does this plugin work with WordPress MU?</li>\n</ol>\n<p><strong>Announcements:</strong> On <strong>January 23rd</strong>, Dan Milward of the WP E-Commerce plugin will be our special guest to discuss E-Commerce from his point of view and tells us what his plugin is capable of.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday January 23rd, 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 3 Minutes</p>\n<p><strong>Download The Show:</strong> <a href=\"http://recordings.talkshoe.com/TC-34224/TS-182323.mp3\" target=\"_blank\">WordPressWeeklyEpisode37.mp3</a></p>\n<p><strong>Listen To Episode #37:</strong><br />\n</p>\";}i:6;a:7:{s:5:\"title\";s:19:\"Matt: Top 100 blogs\";s:4:\"guid\";s:21:\"http://ma.tt/?p=10066\";s:4:\"link\";s:35:\"http://ma.tt/2009/01/top-100-blogs/\";s:11:\"description\";s:306:\"<p><a href=\"http://royal.pingdom.com/2009/01/15/the-blog-platforms-of-choice-among-the-top-100-blogs/\">The blog platforms of choice among the top 100 blogs</a>. Spoiler: It’s WordPress with 32%. I predict if the same survey is run in January 2010 we’ll be between 40-50%. What do you think?</p>\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 00:39:31 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:306:\"<p><a href=\"http://royal.pingdom.com/2009/01/15/the-blog-platforms-of-choice-among-the-top-100-blogs/\">The blog platforms of choice among the top 100 blogs</a>. Spoiler: It’s WordPress with 32%. I predict if the same survey is run in January 2010 we’ll be between 40-50%. What do you think?</p>\";}i:7;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’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 “GamerTag” Style Reputation Widget</a></p>\n<p>XBox Live “GameTag” 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’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’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’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 “paginator3000″ 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’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:10 +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’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 “GamerTag” Style Reputation Widget</a></p>\n<p>XBox Live “GameTag” 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’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’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’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 “paginator3000″ 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’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:8;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’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’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:9;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’s true! The feature has been around for quite some time. For how long I’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’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’t sure if anyone actually used this feature so when I asked my followers on Twitter if they “<strong>Have or know someone who has published a post via email in WordPress?</strong>” 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’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’s true! The feature has been around for quite some time. For how long I’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’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’t sure if anyone actually used this feature so when I asked my followers on Twitter if they “<strong>Have or know someone who has published a post via email in WordPress?</strong>” 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’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:10;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’s image (includes 6 variations: gear, bird, bulb, user, user2, binoculars), text through an options page. You may also change theme’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:15 +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’s image (includes 6 variations: gear, bird, bulb, user, user2, binoculars), text through an options page. You may also change theme’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:11;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’ built-in export/import functionality makes it a snap to merge two blogs into one. You simply export from the blog you’re going to retire, import into the blog you’re going to keep, and then forward the old domain to the new one.</p>\n<p>Here’s my tip: do <strong>not</strong> select an existing blog user to “own” 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’s category structure, or adding/removing tags. By importing into a new author, you’re creating a way to view only the posts imported in that batch. Simply go to the Users → Edit screen and then click the number of posts next to the temporary import author. Boom, you’re looking at only the imported posts. Then, as you clean up their categories and tags using 2.7’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’re done!</p>\n <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’ built-in export/import functionality makes it a snap to merge two blogs into one. You simply export from the blog you’re going to retire, import into the blog you’re going to keep, and then forward the old domain to the new one.</p>\n<p>Here’s my tip: do <strong>not</strong> select an existing blog user to “own” 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’s category structure, or adding/removing tags. By importing into a new author, you’re creating a way to view only the posts imported in that batch. Simply go to the Users → Edit screen and then click the number of posts next to the temporary import author. Boom, you’re looking at only the imported posts. Then, as you clean up their categories and tags using 2.7’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’re done!</p>\n <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:12;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’m on a Virgin America flight from Las Vegas to San Francisco and there’s wifi! I was on one of the test international flights where they did wifi like 5 years ago but I haven’t been on a flight that has had it since. I wish this flight was actually longer. I’m getting 140ms ping times to wordpress.com, it’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’m on a Virgin America flight from Las Vegas to San Francisco and there’s wifi! I was on one of the test international flights where they did wifi like 5 years ago but I haven’t been on a flight that has had it since. I wish this flight was actually longer. I’m getting 140ms ping times to wordpress.com, it’s a great connection.</p>\";}i:13;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:14;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’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’s site</a>.</p>\n<p>Note, there is a deadline for submissions of midnight GMT on Sunday 25 January 2009 so that’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’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’s site</a>.</p>\n<p>Note, there is a deadline for submissions of midnight GMT on Sunday 25 January 2009 so that’s less than two weeks!</p>\";}i:15;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’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’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:16;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’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’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’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:05 +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’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’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’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:17;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:18;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’s what I’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’ve enjoyed.</li>\n<li>Don’t try to do everything myself.</li>\n<li>Redesign Ma.tt! (And get back up in the search engine rankings for “Matt” 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’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’t have imagined all of the amazing things that have happened, the incredible people I’ve met, and the communities that I’ve become a part of. <strong>Thank you. </strong> Here’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’s what I’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’ve enjoyed.</li>\n<li>Don’t try to do everything myself.</li>\n<li>Redesign Ma.tt! (And get back up in the search engine rankings for “Matt” 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’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’t have imagined all of the amazing things that have happened, the incredible people I’ve met, and the communities that I’ve become a part of. <strong>Thank you. </strong> Here’s to the next 25.</p>\";}i:19;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’t want to show greetings on every post.</li>\n<li>Users can also put a tag (<code><?php if (function_exists(\'referrer_detector\')) referrer_detector(); ?></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 “phoenixheart.net” [<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:11 +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’t want to show greetings on every post.</li>\n<li>Users can also put a tag (<code><?php if (function_exists(\'referrer_detector\')) referrer_detector(); ?></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 “phoenixheart.net” [<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:20;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’s widget and gravatar ready, with fixed width. Looks best at resolutions of minimum 1024×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’s widget and gravatar ready, with fixed width. Looks best at resolutions of minimum 1024×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:21;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&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&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:22;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’s how the expired file cleanup works).<br />\nIt’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 “Speedy”\">WP Super Cache 0.8.3 “Speedy”</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’s how the expired file cleanup works).<br />\nIt’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 “Speedy”\">WP Super Cache 0.8.3 “Speedy”</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:23;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’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 “drive-by comments.” Remember that you can unsubscribe at any time.</p>\n<p>For people with their own WordPress installs, I’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 <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’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 “drive-by comments.” Remember that you can unsubscribe at any time.</p>\n<p>For people with their own WordPress installs, I’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 <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:24;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’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:05 +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’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:25;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:26;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:27;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:28;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’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’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’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’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’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’m offering, it’s that good. Don’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’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’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’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’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 <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’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’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’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’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’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’m offering, it’s that good. Don’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’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’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’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’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 <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:29;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’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’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:30;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’s how we’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’ll pick the best ones, and if you’re the first to propose one I pick I’ll credit you in the follow-up post. I’ll print out the winning resolutions and put them on my desk for the year, so hopefully they’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’s how we’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’ll pick the best ones, and if you’re the first to propose one I pick I’ll credit you in the follow-up post. I’ll print out the winning resolutions and put them on my desk for the year, so hopefully they’ll have a lasting effect. Remember, measurable things are better!</p>\";}i:31;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…) content. This plugin adds a separator between the intro text and the extended (more…) 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’s screen.</p>\";s:7:\"pubdate\";s:31:\"Tue, 06 Jan 2009 15:30:06 +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…) content. This plugin adds a separator between the intro text and the extended (more…) 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’s screen.</p>\";}i:32;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, “about blurbs” 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:05 +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, “about blurbs” 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:33;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 ‘<strong>thought leader</strong>‘ 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 ‘<strong>thought leader</strong>‘ 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:34;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’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’m flying out this week for this weekend’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’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’t forget that I’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 “numbers” 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’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’m planning on coming to see you. Don’t know how but that’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 <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’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’m flying out this week for this weekend’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’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’t forget that I’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 “numbers” 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’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’m planning on coming to see you. Don’t know how but that’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 <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:35;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’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’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’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&_origin=Vancouver%2C+BC+(VAC)&_depmonthyear=2009-01&_depday=23&_dephourmin=&_destination=wsl&_retmonthyear=2009-01&_retday=25&_rethourmin=&_adults=1&_children=0&_infants=0&_searchBy=fare&x=27&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 “tour” 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’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 <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’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’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’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&_origin=Vancouver%2C+BC+(VAC)&_depmonthyear=2009-01&_depday=23&_dephourmin=&_destination=wsl&_retmonthyear=2009-01&_retday=25&_rethourmin=&_adults=1&_children=0&_infants=0&_searchBy=fare&x=27&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 “tour” 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’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 <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:36;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 ‘pretty/SEO friendly’ 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 ‘Members Only’ 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 ‘pluggable’</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 ‘Quick Reply’</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>‘Watched’ 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:45:04 +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 ‘pretty/SEO friendly’ 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 ‘Members Only’ 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 ‘pluggable’</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 ‘Quick Reply’</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>‘Watched’ 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:37;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 “WP Google Ad Manager Plugin” 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’ 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’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’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 ‘Category-Casting’ — 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:04 +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 “WP Google Ad Manager Plugin” 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’ 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’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’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 ‘Category-Casting’ — 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:38;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’s post</a>:</p>\n<ol>\n<li><a href=\"http://toni.org/\">Toni Schneider</a> — 1,052</li>\n<li><a href=\"http://mayadesai.wordpress.com/\">Maya Desai</a> — 826</li>\n<li>Mom — 659</li>\n<li><a href=\"http://raanan.com/\">Raanan Bar-Cohen</a> — 452</li>\n<li><a href=\"http://ocaoimh.ie/\">Donncha O Caoimh</a> — 424</li>\n<li><a href=\"http://barry.wordpress.com/\">Barry Abrahamson</a> — 386</li>\n<li><a href=\"http://romanticrobot.net/\">Mark Riley</a> — 222</li>\n<li><a href=\"http://jane.wordpress.com/\">Jane Wells</a> — 218</li>\n<li><a href=\"http://boren.nu\">Ryan Boren</a> — 200</li>\n<li><a href=\"http://www.laptoptips.ca/\">Andrew Ozz</a> — 197</li>\n<li><a href=\"http://iammattthomas.com/\">Matt Thomas</a> — 193</li>\n<li><a href=\"http://bobulate.com/\">Liz Danzico</a> — 148</li>\n<li><a href=\"http://vcmike.wordpress.com/\">Mike Hirshland</a> — 144</li>\n<li><a href=\"http://www.heather-rasley.com/\">Heather Rasley</a> — 139</li>\n<li><a href=\"http://josephscott.org/\">Joseph Scott</a> — 129</li>\n</ol>\n<p>I’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’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’m doing fewer posts with fewer words than ever, but getting more comments. At this rate I’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’s post</a>:</p>\n<ol>\n<li><a href=\"http://toni.org/\">Toni Schneider</a> — 1,052</li>\n<li><a href=\"http://mayadesai.wordpress.com/\">Maya Desai</a> — 826</li>\n<li>Mom — 659</li>\n<li><a href=\"http://raanan.com/\">Raanan Bar-Cohen</a> — 452</li>\n<li><a href=\"http://ocaoimh.ie/\">Donncha O Caoimh</a> — 424</li>\n<li><a href=\"http://barry.wordpress.com/\">Barry Abrahamson</a> — 386</li>\n<li><a href=\"http://romanticrobot.net/\">Mark Riley</a> — 222</li>\n<li><a href=\"http://jane.wordpress.com/\">Jane Wells</a> — 218</li>\n<li><a href=\"http://boren.nu\">Ryan Boren</a> — 200</li>\n<li><a href=\"http://www.laptoptips.ca/\">Andrew Ozz</a> — 197</li>\n<li><a href=\"http://iammattthomas.com/\">Matt Thomas</a> — 193</li>\n<li><a href=\"http://bobulate.com/\">Liz Danzico</a> — 148</li>\n<li><a href=\"http://vcmike.wordpress.com/\">Mike Hirshland</a> — 144</li>\n<li><a href=\"http://www.heather-rasley.com/\">Heather Rasley</a> — 139</li>\n<li><a href=\"http://josephscott.org/\">Joseph Scott</a> — 129</li>\n</ol>\n<p>I’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’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’m doing fewer posts with fewer words than ever, but getting more comments. At this rate I’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:39;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’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’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’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’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:40;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’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’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 “WordPress development and help students dip their toe in WordPress.” </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’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 & 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 <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’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’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 “WordPress development and help students dip their toe in WordPress.” </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’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 & 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 <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:41;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:42;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’m sure many people will find this to be very useful!</p>\n <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’m sure many people will find this to be very useful!</p>\n <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:43;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:44;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 “A Plugin A Day” 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 “A Plugin A Day” 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:45;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’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’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’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’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:46;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:47;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:48;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’re not in this market, be on your way, this poll doesn’t apply to you!</p>\n<p>If you’re still here… I’ve been considering writing a book on “Advanced WordPress.” 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 <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’re not in this market, be on your way, this poll doesn’t apply to you!</p>\n<p>If you’re still here… I’ve been considering writing a book on “Advanced WordPress.” 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 <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:49;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>\";}}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'),(112,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','1232306888','no'),(113,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 & powerful ajax supporting contact form plugin (& comment form)!\";s:7:\"summary\";s:119:\"cforms II is the most customizable, flexible & powerful ajax supporting contact form plugin (& 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: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:8;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.\";}i:9;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:10;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:11;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:12;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: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: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.\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:12:\"Most Popular\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:12:\"Most Popular\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Sun, 18 Jan 2009 19:28:08 +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'),(114,0,'rss_a5420c83891a9c88ad2a4f04584a5efc_ts','1232306889','no'),(115,0,'rss_57bc725ad6568758915363af670fd8bc','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:25:\"tfotherby on \"Fotherplot\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/fotherplot/#post-8642\";s:7:\"pubdate\";s:31:\"Sun, 18 Jan 2009 01:51:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"tfotherby\";}s:4:\"guid\";s:41:\"8642@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:87:\"A function for listing and plotting your data against time using the Google charts API.\";s:7:\"summary\";s:87:\"A function for listing and plotting your data against time using the Google charts API.\";}i:1;a:7:{s:5:\"title\";s:29:\"fristopher on \"teaser slider\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/teaser-slider/#post-8638\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 18:25:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"fristopher\";}s:4:\"guid\";s:41:\"8638@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:44:\"show an ajax sliding carosel of random posts\";s:7:\"summary\";s:44:\"show an ajax sliding carosel of random posts\";}i:2;a:7:{s:5:\"title\";s:37:\"aichholzer on \"Visitor map generator\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/visitos-map-ip/#post-8633\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 12:26:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"aichholzer\";}s:4:\"guid\";s:41:\"8633@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:124:\"Grabs your visitor IP addresses and generates a map for those visits. You can define most parameters from it\'s options page.\";s:7:\"summary\";s:124:\"Grabs your visitor IP addresses and generates a map for those visits. You can define most parameters from it\'s options page.\";}i:3;a:7:{s:5:\"title\";s:41:\"vladbabii on \"WordPress Automatic Backup\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/wordpressbackup/#post-8629\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 02:07:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"vladbabii\";}s:4:\"guid\";s:41:\"8629@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Plugin that allows you to backup and restore your wordpress blog very easily. Requires an account on wordpressbackup.com\n1. Install the WordPressBacku\";s:7:\"summary\";s:150:\"Plugin that allows you to backup and restore your wordpress blog very easily. Requires an account on wordpressbackup.com\n1. Install the WordPressBacku\";}i:4;a:7:{s:5:\"title\";s:28:\"ocean90 on \"Comment Counter\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/comment-counter/#post-8627\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 22:44:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"ocean90\";}s:4:\"guid\";s:41:\"8627@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:51:\"Comment Counter - Count comments by a commentator.\";s:7:\"summary\";s:51:\"Comment Counter - Count comments by a commentator.\";}i:5;a:7:{s:5:\"title\";s:25:\"mores on \"MetaBackGround\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/metabackground/#post-8626\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 21:16:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"mores\";}s:4:\"guid\";s:41:\"8626@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:94:\"I once created this plugin for someone ... they needed to set backgrounds on a per-post basis.\";s:7:\"summary\";s:94:\"I once created this plugin for someone ... they needed to set backgrounds on a per-post basis.\";}i:6;a:7:{s:5:\"title\";s:24:\"ahmetsoylu on \"Feedback\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/feedback/#post-8625\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 21:14:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"ahmetsoylu\";}s:4:\"guid\";s:41:\"8625@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:137:\"FeedBack is a standard inspired by PingBack, and designed to establish\nrelatively secure push mechanisms for feed sharing and management.\";s:7:\"summary\";s:137:\"FeedBack is a standard inspired by PingBack, and designed to establish\nrelatively secure push mechanisms for feed sharing and management.\";}i:7;a:7:{s:5:\"title\";s:22:\"fouadmasoud on \"Yamli\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/yamli/#post-8624\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 20:53:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"fouadmasoud\";}s:4:\"guid\";s:41:\"8624@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:99:\"Here is a short description of the plugin. This should be no more than 150 chars. No markup here.\";s:7:\"summary\";s:99:\"Here is a short description of the plugin. This should be no more than 150 chars. No markup here.\";}i:8;a:7:{s:5:\"title\";s:36:\"filosofo on \"SEO for Paged Comments\"\";s:4:\"link\";s:69:\"http://wordpress.org/extend/plugins/seo-for-paged-comments/#post-8623\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 19:42:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"filosofo\";}s:4:\"guid\";s:41:\"8623@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:58:\"Reduce SEO problems when using WordPress\'s paged comments.\";s:7:\"summary\";s:58:\"Reduce SEO problems when using WordPress\'s paged comments.\";}i:9;a:7:{s:5:\"title\";s:32:\"mores on \"Resize at Upload Plus\"\";s:4:\"link\";s:68:\"http://wordpress.org/extend/plugins/resize-at-upload-plus/#post-8620\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 17:41:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"mores\";}s:4:\"guid\";s:41:\"8620@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:103:\"Automatically resize (i.e. scale down) images after uploading. Save disk space and preserve your layout\";s:7:\"summary\";s:103:\"Automatically resize (i.e. scale down) images after uploading. Save disk space and preserve your layout\";}i:10;a:7:{s:5:\"title\";s:53:\"ciprian.dobrea on \"Fast Cat - fast categories widget\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/fast-cat/#post-8617\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 15:27:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"ciprian.dobrea\";}s:4:\"guid\";s:41:\"8617@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:58:\"A highly optimized category list/tree widget for WordPress\";s:7:\"summary\";s:58:\"A highly optimized category list/tree widget for WordPress\";}i:11;a:7:{s:5:\"title\";s:38:\"srconnell on \"Financial Freedom Graph\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/financial-freedom-graph/#post-8615\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 06:31:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"srconnell\";}s:4:\"guid\";s:41:\"8615@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:80:\"Chart your path to financial freedom by setting and achieving your public goals.\";s:7:\"summary\";s:80:\"Chart your path to financial freedom by setting and achieving your public goals.\";}i:12;a:7:{s:5:\"title\";s:34:\"spadin on \"Facebook Share Preview\"\";s:4:\"link\";s:69:\"http://wordpress.org/extend/plugins/facebook-share-preview/#post-8614\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 05:59:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"spadin\";}s:4:\"guid\";s:41:\"8614@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"The Facebook Share Preview Plugin adds the required meta-data to an audio post so Facebook can embed your audio directly onto their site.\n\nPlease rate\";s:7:\"summary\";s:150:\"The Facebook Share Preview Plugin adds the required meta-data to an audio post so Facebook can embed your audio directly onto their site.\n\nPlease rate\";}i:13;a:7:{s:5:\"title\";s:35:\"kenspeckle on \"outside.in StoryMap\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/outsidein-storymap/#post-8613\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 05:56:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"kenspeckle\";}s:4:\"guid\";s:41:\"8613@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"StoryMaps plot your blog posts on a map widget to help readers navigate your stories by location. This plugin allows you to embed a StoryMap on your W\";s:7:\"summary\";s:150:\"StoryMaps plot your blog posts on a map widget to help readers navigate your stories by location. This plugin allows you to embed a StoryMap on your W\";}i:14;a:7:{s:5:\"title\";s:39:\"LiamGooding on \"wpNSC (No Short Codes)\"\";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.\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:6:\"Newest\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:6:\"Newest\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Sun, 18 Jan 2009 19:28:09 +0000\";s:7:\"tagline\";s:6:\"Newest\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(116,0,'rss_57bc725ad6568758915363af670fd8bc_ts','1232306889','no'),(117,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:28:\"pixelshifter on \"Titleimage\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/titleimage/#post-8131\";s:7:\"pubdate\";s:31:\"Wed, 17 Dec 2008 23:09:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"pixelshifter\";}s:4:\"guid\";s:41:\"8131@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:117:\"This plugin displays a manually or randomly selected image of a chosen gallery from the great plugin NextGEN Gallery.\";s:7:\"summary\";s:117:\"This plugin displays a manually or randomly selected image of a chosen gallery from the great plugin NextGEN Gallery.\";}i:1;a:7:{s:5:\"title\";s:22:\"fouadmasoud on \"Yamli\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/yamli/#post-8624\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 20:53:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"fouadmasoud\";}s:4:\"guid\";s:41:\"8624@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:99:\"Here is a short description of the plugin. This should be no more than 150 chars. No markup here.\";s:7:\"summary\";s:99:\"Here is a short description of the plugin. This should be no more than 150 chars. No markup here.\";}i:2;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:3;a:7:{s:5:\"title\";s:28:\"nsimon on \"DandyID Services\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/dandyid-services/#post-8169\";s:7:\"pubdate\";s:31:\"Fri, 19 Dec 2008 22:11:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"nsimon\";}s:4:\"guid\";s:41:\"8169@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:127:\"Displays all of your online identities (Twitter, Facebook, Flickr, LinkedIn, YouTube, more) as clickable links in your sidebar.\";s:7:\"summary\";s:127:\"Displays all of your online identities (Twitter, Facebook, Flickr, LinkedIn, YouTube, more) as clickable links in your sidebar.\";}i:4;a:7:{s:5:\"title\";s:37:\"aichholzer on \"Visitor map generator\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/visitos-map-ip/#post-8633\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 12:26:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"aichholzer\";}s:4:\"guid\";s:41:\"8633@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:124:\"Grabs your visitor IP addresses and generates a map for those visits. You can define most parameters from it\'s options page.\";s:7:\"summary\";s:124:\"Grabs your visitor IP addresses and generates a map for those visits. You can define most parameters from it\'s options page.\";}i:5;a:7:{s:5:\"title\";s:34:\"peterwsterling on \"Notices Ticker\"\";s:4:\"link\";s:54:\"http://wordpress.org/extend/plugins/notices/#post-5978\";s:7:\"pubdate\";s:31:\"Fri, 13 Jun 2008 08:30:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"peterwsterling\";}s:4:\"guid\";s:41:\"5978@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:63:\"This plug-in allows short notices to be displayed on your blog.\";s:7:\"summary\";s:63:\"This plug-in allows short notices to be displayed on your blog.\";}i:6;a:7:{s:5:\"title\";s:40:\"Hackadelic on \"Hackadelic Sliding Notes\"\";s:4:\"link\";s:71:\"http://wordpress.org/extend/plugins/hackadelic-sliding-notes/#post-8053\";s:7:\"pubdate\";s:31:\"Fri, 12 Dec 2008 04:03:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Hackadelic\";}s:4:\"guid\";s:41:\"8053@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:80:\"Ajax sliders for content fragments. Fancy replacement for foot- and other notes.\";s:7:\"summary\";s:80:\"Ajax sliders for content fragments. Fancy replacement for foot- and other notes.\";}i:7;a:7:{s:5:\"title\";s:29:\"fristopher on \"teaser slider\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/teaser-slider/#post-8638\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 18:25:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"fristopher\";}s:4:\"guid\";s:41:\"8638@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:44:\"show an ajax sliding carosel of random posts\";s:7:\"summary\";s:44:\"show an ajax sliding carosel of random posts\";}i:8;a:7:{s:5:\"title\";s:25:\"tfotherby on \"Fotherplot\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/fotherplot/#post-8642\";s:7:\"pubdate\";s:31:\"Sun, 18 Jan 2009 01:51:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"tfotherby\";}s:4:\"guid\";s:41:\"8642@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:87:\"A function for listing and plotting your data against time using the Google charts API.\";s:7:\"summary\";s:87:\"A function for listing and plotting your data against time using the Google charts API.\";}i:9;a:7:{s:5:\"title\";s:29:\"golddave on \"Add To Facebook\"\";s:4:\"link\";s:69:\"http://wordpress.org/extend/plugins/add-to-facebook-plugin/#post-2539\";s:7:\"pubdate\";s:31:\"Sun, 21 Oct 2007 15:15:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"golddave\";}s:4:\"guid\";s:41:\"2539@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:87:\"This plugin adds a footer link to add the current post or page to a Facebook Mini-Feed.\";s:7:\"summary\";s:87:\"This plugin adds a footer link to add the current post or page to a Facebook Mini-Feed.\";}i:10;a:7:{s:5:\"title\";s:28:\"ocean90 on \"Comment Counter\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/comment-counter/#post-8627\";s:7:\"pubdate\";s:31:\"Fri, 16 Jan 2009 22:44:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"ocean90\";}s:4:\"guid\";s:41:\"8627@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:51:\"Comment Counter - Count comments by a commentator.\";s:7:\"summary\";s:51:\"Comment Counter - Count comments by a commentator.\";}i:11;a:7:{s:5:\"title\";s:37:\"nkuttler on \"Better tag cloud widget\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/nktagcloud/#post-7556\";s:7:\"pubdate\";s:31:\"Mon, 03 Nov 2008 16:46:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"nkuttler\";}s:4:\"guid\";s:41:\"7556@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:26:\"A better tag cloud widget.\";s:7:\"summary\";s:26:\"A better tag cloud widget.\";}i:12;a:7:{s:5:\"title\";s:25:\"cybio on \"Gallery Widget\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/gallery-widget/#post-5645\";s:7:\"pubdate\";s:31:\"Fri, 16 May 2008 14:34:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"cybio\";}s:4:\"guid\";s:41:\"5645@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:95:\"Simple widget to show the latest/random images of the wordpress media gallery (Wordpress 2.5++)\";s:7:\"summary\";s:95:\"Simple widget to show the latest/random images of the wordpress media gallery (Wordpress 2.5++)\";}i:13;a:7:{s:5:\"title\";s:26:\"koelle on \"ProjectManager\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/projectmanager/#post-5343\";s:7:\"pubdate\";s:31:\"Tue, 22 Apr 2008 13:11:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"koelle\";}s:4:\"guid\";s:41:\"5343@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:119:\"This plugin can be used to manage any number of projects with recurrent datasets (e.g. portrait system, dvd collection)\";s:7:\"summary\";s:119:\"This plugin can be used to manage any number of projects with recurrent datasets (e.g. portrait system, dvd collection)\";}i:14;a:7:{s:5:\"title\";s:35:\"scribu on \"Smart Archives Reloaded\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/smart-archives-reloaded/#post-6821\";s:7:\"pubdate\";s:31:\"Thu, 28 Aug 2008 22:01:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"scribu\";}s:4:\"guid\";s:41:\"6821@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:49:\"An elegant and easy way to present your archives.\";s:7:\"summary\";s:49:\"An elegant and easy way to present your archives.\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:16:\"Recently Updated\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:16:\"Recently Updated\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Sun, 18 Jan 2009 19:28:09 +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'),(118,0,'rss_1a5f760f2e2b48827d4974a60857e7c2_ts','1232306889','no'),(119,0,'category_children','a:0:{}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) NOT NULL auto_increment, `post_id` bigint(20) NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_category` int(4) NOT NULL default '0', `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2009-01-18 14:20:13','2009-01-18 19:20:13','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!',0,'','publish','open','open','','hello-world','','','2009-01-18 14:20:13','2009-01-18 19:20:13','',0,'http://0039dea.netsolhost.com/blog1/?p=1',0,'post','',1),(2,1,'2009-01-18 14:20:13','2009-01-18 19:20:13','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','About',0,'','publish','open','open','','about','','','2009-01-18 14:20:13','2009-01-18 19:20:13','',0,'http://0039dea.netsolhost.com/blog1/?page_id=2',0,'page','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) NOT NULL default '0', `term_taxonomy_id` bigint(20) NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(1,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) NOT NULL auto_increment, `term_id` bigint(20) NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'link_category','',0,7); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; CREATE TABLE `wp_terms` ( `term_id` bigint(20) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'rich_editing','true'),(3,1,'comment_shortcuts','false'),(4,1,'admin_color','classic'),(5,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(6,1,'wp_user_level','10'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'blogkcc','$P$BwFvn7/xIjjYNeo31A1aRYfRkslCIN/','blogkcc','jallenusa@mac.com','http://www.konacloudcoffee.com','2009-01-18 19:20:13','',0,'blogkcc'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2009-01-18 19:47:25