0byt3m1n1
Path:
/
data
/
0
/
0
/
69
/
162
/
69651
/
meta
/
70890
/
mysql.backup
/
[
Home
]
File: zappress.bak.sql
-- MySQL dump 10.9 -- -- Host: 10.49.7.180 Database: zappress -- ------------------------------------------------------ -- Server version 4.1.21-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 */; /*!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_categories` -- DROP TABLE IF EXISTS `wp_categories`; CREATE TABLE `wp_categories` ( `cat_ID` bigint(20) NOT NULL auto_increment, `cat_name` varchar(55) NOT NULL default '', `category_nicename` varchar(200) NOT NULL default '', `category_description` longtext NOT NULL, `category_parent` bigint(20) NOT NULL default '0', `category_count` bigint(20) NOT NULL default '0', `link_count` bigint(20) NOT NULL default '0', `posts_private` tinyint(1) NOT NULL default '0', `links_private` tinyint(1) NOT NULL default '0', PRIMARY KEY (`cat_ID`), KEY `category_nicename` (`category_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_categories` -- LOCK TABLES `wp_categories` WRITE; /*!40000 ALTER TABLE `wp_categories` DISABLE KEYS */; INSERT INTO `wp_categories` VALUES (1,'Uncategorized','uncategorized','',0,1,0,0,0),(2,'Blogroll','blogroll','',0,0,7,0,0); /*!40000 ALTER TABLE `wp_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- 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` enum('0','1','spam') 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`) ) 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/','','2007-06-28 09:25:01','2007-06-28 13:25:01','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_link2cat` -- DROP TABLE IF EXISTS `wp_link2cat`; CREATE TABLE `wp_link2cat` ( `rel_id` bigint(20) NOT NULL auto_increment, `link_id` bigint(20) NOT NULL default '0', `category_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`rel_id`), KEY `link_id` (`link_id`,`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_link2cat` -- LOCK TABLES `wp_link2cat` WRITE; /*!40000 ALTER TABLE `wp_link2cat` DISABLE KEYS */; INSERT INTO `wp_link2cat` VALUES (1,1,2),(2,2,2),(3,3,2),(4,4,2),(5,5,2),(6,6,2),(7,7,2); /*!40000 ALTER TABLE `wp_link2cat` 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` enum('Y','N') 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://inphotos.org/','Donncha','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://inphotos.org/feed/'),(2,'http://zengun.org/weblog/','Michel','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://zengun.org/weblog/feed/'),(3,'http://boren.nu/','Ryan','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://boren.nu/feed/'),(4,'http://photomatt.net/','Matt','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://xml.photomatt.net/feed/'),(5,'http://zed1.com/journalized/','Mike','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://zed1.com/journalized/feed/'),(6,'http://www.alexking.org/','Alex','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://www.alexking.org/blog/wp-rss2.php'),(7,'http://dougal.gunters.org/','Dougal','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://dougal.gunters.org/feed/'); /*!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_can_override` enum('Y','N') NOT NULL default 'Y', `option_type` int(11) NOT NULL default '1', `option_value` longtext NOT NULL, `option_width` int(11) NOT NULL default '20', `option_height` int(11) NOT NULL default '8', `option_description` tinytext NOT NULL, `option_admin_level` int(11) NOT NULL default '1', `autoload` enum('yes','no') NOT NULL default 'yes', PRIMARY KEY (`option_id`,`blog_id`,`option_name`), KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=80 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','Y',1,'http://zapisode.com/wordpress',20,8,'WordPress web address',1,'yes'),(2,0,'blogname','Y',1,'My Weblog',20,8,'Blog title',1,'yes'),(3,0,'blogdescription','Y',1,'Just another WordPress weblog',20,8,'Short tagline',1,'yes'),(66,0,'wp_user_roles','Y',1,'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:47:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";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:6:\"Author\";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:11:\"Contributor\";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:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}',20,8,'',1,'yes'),(5,0,'users_can_register','Y',1,'0',20,8,'',1,'yes'),(6,0,'admin_email','Y',1,'you@example.com',20,8,'',1,'yes'),(7,0,'start_of_week','Y',1,'1',20,8,'',1,'yes'),(8,0,'use_balanceTags','Y',1,'0',20,8,'',1,'yes'),(9,0,'use_smilies','Y',1,'1',20,8,'',1,'yes'),(10,0,'require_name_email','Y',1,'1',20,8,'',1,'yes'),(11,0,'comments_notify','Y',1,'1',20,8,'',1,'yes'),(12,0,'posts_per_rss','Y',1,'10',20,8,'',1,'yes'),(13,0,'rss_excerpt_length','Y',1,'50',20,8,'',1,'yes'),(14,0,'rss_use_excerpt','Y',1,'0',20,8,'',1,'yes'),(15,0,'mailserver_url','Y',1,'mail.example.com',20,8,'',1,'yes'),(16,0,'mailserver_login','Y',1,'login@example.com',20,8,'',1,'yes'),(17,0,'mailserver_pass','Y',1,'password',20,8,'',1,'yes'),(18,0,'mailserver_port','Y',1,'110',20,8,'',1,'yes'),(19,0,'default_category','Y',1,'1',20,8,'',1,'yes'),(20,0,'default_comment_status','Y',1,'open',20,8,'',1,'yes'),(21,0,'default_ping_status','Y',1,'open',20,8,'',1,'yes'),(22,0,'default_pingback_flag','Y',1,'1',20,8,'',1,'yes'),(23,0,'default_post_edit_rows','Y',1,'10',20,8,'',1,'yes'),(24,0,'posts_per_page','Y',1,'10',20,8,'',1,'yes'),(25,0,'what_to_show','Y',1,'posts',20,8,'',1,'yes'),(26,0,'date_format','Y',1,'F j, Y',20,8,'',1,'yes'),(27,0,'time_format','Y',1,'g:i a',20,8,'',1,'yes'),(28,0,'links_updated_date_format','Y',1,'F j, Y g:i a',20,8,'',1,'yes'),(29,0,'links_recently_updated_prepend','Y',1,'<em>',20,8,'',1,'yes'),(30,0,'links_recently_updated_append','Y',1,'</em>',20,8,'',1,'yes'),(31,0,'links_recently_updated_time','Y',1,'120',20,8,'',1,'yes'),(32,0,'comment_moderation','Y',1,'0',20,8,'',1,'yes'),(33,0,'moderation_notify','Y',1,'1',20,8,'',1,'yes'),(34,0,'permalink_structure','Y',1,'',20,8,'',1,'yes'),(35,0,'gzipcompression','Y',1,'0',20,8,'',1,'yes'),(36,0,'hack_file','Y',1,'0',20,8,'',1,'yes'),(37,0,'blog_charset','Y',1,'UTF-8',20,8,'',1,'yes'),(38,0,'moderation_keys','Y',1,'',20,8,'',1,'no'),(39,0,'active_plugins','Y',1,'',20,8,'',1,'yes'),(40,0,'home','Y',1,'http://zapisode.com/wordpress',20,8,'',1,'yes'),(41,0,'category_base','Y',1,'',20,8,'',1,'yes'),(42,0,'ping_sites','Y',1,'http://rpc.pingomatic.com/',20,8,'',1,'yes'),(43,0,'advanced_edit','Y',1,'0',20,8,'',1,'yes'),(44,0,'comment_max_links','Y',1,'2',20,8,'',1,'yes'),(45,0,'gmt_offset','Y',1,'-4',20,8,'',1,'yes'),(46,0,'default_email_category','Y',1,'1',20,8,'Posts by email go to this category',1,'yes'),(47,0,'recently_edited','Y',1,'',20,8,'',1,'no'),(48,0,'use_linksupdate','Y',1,'0',20,8,'',1,'yes'),(49,0,'template','Y',1,'default',20,8,'',1,'yes'),(50,0,'stylesheet','Y',1,'default',20,8,'',1,'yes'),(51,0,'comment_whitelist','Y',1,'1',20,8,'',1,'yes'),(71,0,'page_uris','Y',1,'a:1:{s:5:\"about\";i:2;}',20,8,'',1,'yes'),(53,0,'blacklist_keys','Y',1,'',20,8,'',1,'no'),(54,0,'comment_registration','Y',1,'0',20,8,'',1,'yes'),(55,0,'rss_language','Y',1,'en',20,8,'',1,'yes'),(56,0,'html_type','Y',1,'text/html',20,8,'',1,'yes'),(57,0,'use_trackback','Y',1,'0',20,8,'',1,'yes'),(58,0,'default_role','Y',1,'subscriber',20,8,'',1,'yes'),(59,0,'db_version','Y',1,'5183',20,8,'',1,'yes'),(60,0,'uploads_use_yearmonth_folders','Y',1,'1',20,8,'',1,'yes'),(61,0,'upload_path','Y',1,'wp-content/uploads',20,8,'',1,'yes'),(62,0,'secret','Y',1,'4c748abb5e97e3468b547dd583b250ec',20,8,'',1,'yes'),(63,0,'blog_public','Y',1,'1',20,8,'',1,'yes'),(64,0,'default_link_category','Y',1,'2',20,8,'',1,'yes'),(65,0,'show_on_front','Y',1,'posts',20,8,'',1,'yes'),(67,0,'blogname','Y',1,'test',20,8,'',1,'yes'),(68,0,'admin_email','Y',1,'test@test.com',20,8,'',1,'yes'),(69,0,'blog_public','Y',1,'0',20,8,'',1,'yes'),(70,0,'default_pingback_flag','Y',1,'0',20,8,'',1,'yes'),(72,0,'sidebars_widgets','Y',1,'a:1:{s:13:\"array_version\";i:3;}',20,8,'',1,'yes'),(73,0,'category_children','Y',1,'a:0:{}',20,8,'',1,'yes'),(74,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','Y',1,'',20,8,'',1,'no'),(75,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','Y',1,'1183037459',20,8,'',1,'no'),(76,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','Y',1,'O:9:\"magpierss\":18:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:11:{s:5:\"title\";s:25:\"WordCamp in San Francisco\";s:4:\"link\";s:67:\"http://wordpress.org/development/2007/06/wordcamp-in-san-francisco/\";s:8:\"comments\";s:76:\"http://wordpress.org/development/2007/06/wordcamp-in-san-francisco/#comments\";s:7:\"pubdate\";s:31:\"Mon, 25 Jun 2007 09:49:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:4:\"guid\";s:67:\"http://wordpress.org/development/2007/06/wordcamp-in-san-francisco/\";s:11:\"description\";s:315:\"Last year over 350 WordPressers of all ages and experience levels gathered in San Francisco to share a day together. We’re now halfway through 2007, and there is a new WordCamp happening on July 21 and 22 that I hope many of you can make it to.\nThis year we’re expanding the conference to two days [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1860:\"<p><a href=\"http://2006.wordcamp.org/\">Last year</a> over 350 WordPressers of <a href=\"http://flickr.com/photos/elea/208669527/\">all ages</a> and experience levels gathered in San Francisco to share a day together. We’re now halfway through 2007, and <a href=\"http://2007.wordcamp.org/\">there is a new WordCamp happening on July 21 and 22</a> that I hope many of you can make it to.</p>\n<p>This year we’re expanding the conference to two days instead of one with the first focusing on user and blog-facing topics, like search engine optimization and podcasting, and the second day will focus on more development topics, such as usability, iterative design, and the future of publishing. Speakers this year include <a href=\"http://2007.wordcamp.org/schedule/\">several WordPress developers</a>, <a href=\"http://www.mattcutts.com/blog/\">Matt Cutts</a>, <a href=\"http://en.wikipedia.org/wiki/John_C._Dvorak\">John Dvorak</a>, <a href=\"http://www.rhjr.net/\">Robert Hoekman Jr.</a>, <a href=\"http://www.mightyseek.com/podpress\">Dan Kuykendall</a>, <a href=\"http://gigaom.com/\">Om Malik</a>, <a href=\"http://www.rashmisinha.com/\">Rashmi Sinha</a>, <a href=\"http://lorelle.wordpress.com/\">Lorelle Vanfossen</a>, and <a href=\"http://scripting.com/\">Dave Winer</a>. <a href=\"http://2007.wordcamp.org/schedule/\">Check out the entire schedule</a>.</p>\n<p>Just like last year there will be free lunch (with the <a href=\"http://www.flickr.com/photos/jaxuk/207426730/in/set-72157594225374067/\">legendary BBQ</a> on Sunday) and t-shirts for everybody, and a party on Saturday night. Unlike last year we’re asking for $25 to help cover costs, but if that’s a problem there are scholarships available. Registration will be closing July 9th and there will not be tickets at the door, <a href=\"http://2007.wordcamp.org/register/\">so get yours soon</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:72:\"http://wordpress.org/development/2007/06/wordcamp-in-san-francisco/feed/\";}s:7:\"summary\";s:315:\"Last year over 350 WordPressers of all ages and experience levels gathered in San Francisco to share a day together. We’re now halfway through 2007, and there is a new WordCamp happening on July 21 and 22 that I hope many of you can make it to.\nThis year we’re expanding the conference to two days [...]\";s:12:\"atom_content\";s:1860:\"<p><a href=\"http://2006.wordcamp.org/\">Last year</a> over 350 WordPressers of <a href=\"http://flickr.com/photos/elea/208669527/\">all ages</a> and experience levels gathered in San Francisco to share a day together. We’re now halfway through 2007, and <a href=\"http://2007.wordcamp.org/\">there is a new WordCamp happening on July 21 and 22</a> that I hope many of you can make it to.</p>\n<p>This year we’re expanding the conference to two days instead of one with the first focusing on user and blog-facing topics, like search engine optimization and podcasting, and the second day will focus on more development topics, such as usability, iterative design, and the future of publishing. Speakers this year include <a href=\"http://2007.wordcamp.org/schedule/\">several WordPress developers</a>, <a href=\"http://www.mattcutts.com/blog/\">Matt Cutts</a>, <a href=\"http://en.wikipedia.org/wiki/John_C._Dvorak\">John Dvorak</a>, <a href=\"http://www.rhjr.net/\">Robert Hoekman Jr.</a>, <a href=\"http://www.mightyseek.com/podpress\">Dan Kuykendall</a>, <a href=\"http://gigaom.com/\">Om Malik</a>, <a href=\"http://www.rashmisinha.com/\">Rashmi Sinha</a>, <a href=\"http://lorelle.wordpress.com/\">Lorelle Vanfossen</a>, and <a href=\"http://scripting.com/\">Dave Winer</a>. <a href=\"http://2007.wordcamp.org/schedule/\">Check out the entire schedule</a>.</p>\n<p>Just like last year there will be free lunch (with the <a href=\"http://www.flickr.com/photos/jaxuk/207426730/in/set-72157594225374067/\">legendary BBQ</a> on Sunday) and t-shirts for everybody, and a party on Saturday night. Unlike last year we’re asking for $25 to help cover costs, but if that’s a problem there are scholarships available. Registration will be closing July 9th and there will not be tickets at the door, <a href=\"http://2007.wordcamp.org/register/\">so get yours soon</a>.</p>\n\";}i:1;a:11:{s:5:\"title\";s:15:\"WordPress 2.2.1\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/06/wordpress-221/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2007/06/wordpress-221/#comments\";s:7:\"pubdate\";s:31:\"Thu, 21 Jun 2007 04:49:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ryan\";}s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/06/wordpress-221/\";s:11:\"description\";s:307:\"WordPress 2.2.1 is now available. 2.2.1 is a bug fix release for the 2.2 series. Since 2.2 was released a month ago, the WordPress community has been improving fit-and-finish by identifying and fixing those little bugs that can be so annoying and by fine-tuning some small details. The result is a [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2533:\"<p>WordPress 2.2.1 is <a href=\"http://wordpress.org/download/\">now available</a>. 2.2.1 is a bug fix release for the 2.2 series. Since 2.2 was released a month ago, the WordPress community has been improving fit-and-finish by identifying and fixing those little bugs that can be so annoying and by fine-tuning some small details. The result is a nicely polished 2.2.1 release. The full list of bugs fixed in 2.2.1 is available <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority\">here</a>. Here are some highlights.</p>\n<ul>\n<li> Atom feed validation fixes (<a href=\"http://trac.wordpress.org/ticket/4274\">#4274</a>, <a href=\"http://trac.wordpress.org/ticket/4307\">#4307</a>, <a href=\"http://trac.wordpress.org/ticket/4381\">#4381</a>, <a href=\"http://trac.wordpress.org/ticket/4382\">#4382</a>)</li>\n<li>XML-RPC fixes (<a href=\"http://trac.wordpress.org/ticket/4314\">#4314</a>, <a href=\"http://trac.wordpress.org/ticket/4329\">#4329</a>, <a href=\"http://trac.wordpress.org/ticket/4315\">#4315</a>, <a href=\"http://trac.wordpress.org/ticket/4469\">#4469</a>)</li>\n<li>Widget backward compatibility fixes (<a href=\"http://trac.wordpress.org/ticket/4275\">#4275</a>)</li>\n<li>Widget layout fixes for IE7 (<a href=\"http://trac.wordpress.org/ticket/4264\">#4264</a>, <a href=\"http://trac.wordpress.org/ticket/4268\">#4268</a>)</li>\n<li>Page and Text Widget improvements (<a href=\"http://trac.wordpress.org/ticket/4302\">#4302</a>, <a href=\"http://trac.wordpress.org/ticket/4259\">#4259</a>)</li>\n</ul>\n<p>Unfortunately, 2.2.1 is not just a bug fix release. Some security issues came to light during 2.2.1 development, making 2.2.1 a required upgrade. 2.2.1 addresses the following vulnerabilities:</p>\n<ul>\n<li><a href=\"http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3215\">Remote shell injection in PHPMailer</a></li>\n<li><a href=\"http://www.milw0rm.com/exploits/4039\">Remote SQL injection in XML-RPC</a> Discovered by <a href=\"http://www.buayacorp.com/\">Alexander Concha</a>.</li>\n<li><a href=\"http://archives.neohapsis.com/archives/fulldisclosure/2007-06/0180.html\">Unescaped attribute in default theme</a></li>\n</ul>\n<p>Special thanks to <a href=\"http://www.buayacorp.com/\">Alexander Concha</a> for his continued assistance in making WordPress more secure. Special thanks also to <a href=\"http://www.red-sweater.com/blog/\">Daniel Jalkut</a> of <a href=\"http://www.red-sweater.com/\">Red Sweater Software</a> for his improvements to our XML-RPC implementation.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2007/06/wordpress-221/feed/\";}s:7:\"summary\";s:307:\"WordPress 2.2.1 is now available. 2.2.1 is a bug fix release for the 2.2 series. Since 2.2 was released a month ago, the WordPress community has been improving fit-and-finish by identifying and fixing those little bugs that can be so annoying and by fine-tuning some small details. The result is a [...]\";s:12:\"atom_content\";s:2533:\"<p>WordPress 2.2.1 is <a href=\"http://wordpress.org/download/\">now available</a>. 2.2.1 is a bug fix release for the 2.2 series. Since 2.2 was released a month ago, the WordPress community has been improving fit-and-finish by identifying and fixing those little bugs that can be so annoying and by fine-tuning some small details. The result is a nicely polished 2.2.1 release. The full list of bugs fixed in 2.2.1 is available <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority\">here</a>. Here are some highlights.</p>\n<ul>\n<li> Atom feed validation fixes (<a href=\"http://trac.wordpress.org/ticket/4274\">#4274</a>, <a href=\"http://trac.wordpress.org/ticket/4307\">#4307</a>, <a href=\"http://trac.wordpress.org/ticket/4381\">#4381</a>, <a href=\"http://trac.wordpress.org/ticket/4382\">#4382</a>)</li>\n<li>XML-RPC fixes (<a href=\"http://trac.wordpress.org/ticket/4314\">#4314</a>, <a href=\"http://trac.wordpress.org/ticket/4329\">#4329</a>, <a href=\"http://trac.wordpress.org/ticket/4315\">#4315</a>, <a href=\"http://trac.wordpress.org/ticket/4469\">#4469</a>)</li>\n<li>Widget backward compatibility fixes (<a href=\"http://trac.wordpress.org/ticket/4275\">#4275</a>)</li>\n<li>Widget layout fixes for IE7 (<a href=\"http://trac.wordpress.org/ticket/4264\">#4264</a>, <a href=\"http://trac.wordpress.org/ticket/4268\">#4268</a>)</li>\n<li>Page and Text Widget improvements (<a href=\"http://trac.wordpress.org/ticket/4302\">#4302</a>, <a href=\"http://trac.wordpress.org/ticket/4259\">#4259</a>)</li>\n</ul>\n<p>Unfortunately, 2.2.1 is not just a bug fix release. Some security issues came to light during 2.2.1 development, making 2.2.1 a required upgrade. 2.2.1 addresses the following vulnerabilities:</p>\n<ul>\n<li><a href=\"http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3215\">Remote shell injection in PHPMailer</a></li>\n<li><a href=\"http://www.milw0rm.com/exploits/4039\">Remote SQL injection in XML-RPC</a> Discovered by <a href=\"http://www.buayacorp.com/\">Alexander Concha</a>.</li>\n<li><a href=\"http://archives.neohapsis.com/archives/fulldisclosure/2007-06/0180.html\">Unescaped attribute in default theme</a></li>\n</ul>\n<p>Special thanks to <a href=\"http://www.buayacorp.com/\">Alexander Concha</a> for his continued assistance in making WordPress more secure. Special thanks also to <a href=\"http://www.red-sweater.com/blog/\">Daniel Jalkut</a> of <a href=\"http://www.red-sweater.com/\">Red Sweater Software</a> for his improvements to our XML-RPC implementation.</p>\n\";}i:2;a:11:{s:5:\"title\";s:18:\"WebWare 100 Winner\";s:4:\"link\";s:60:\"http://wordpress.org/development/2007/06/webware-100-winner/\";s:8:\"comments\";s:69:\"http://wordpress.org/development/2007/06/webware-100-winner/#comments\";s:7:\"pubdate\";s:31:\"Mon, 18 Jun 2007 23:32:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:4:\"guid\";s:60:\"http://wordpress.org/development/2007/06/webware-100-winner/\";s:11:\"description\";s:303:\"The results are in, and WordPress is the winner of the Webware 100 in the Publishing category. Thanks to everyone who voted, but thank you even more to all the great people who make WordPress what it is. It’s an honor to have so many of you entrust your blogs to our software, and it’s [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1152:\"<p>The results are in, and WordPress is the <a href=\"http://www.webware.com/html/ww/100.html\">winner of the Webware 100 in the Publishing category</a>. Thanks to everyone who voted, but thank you even more to <a href=\"http://foolswisdom.com/wordpress-22-source-code-worth-1-million/\">all the great people who make WordPress what it is</a>. It’s an honor to have so many of you entrust your blogs to our software, and it’s an incredible opportunity for us to live up to the high standards you’ve set. Here’s what <a href=\"http://www.webware.com/8301-1_109-9728770-2.html\">Rafe Needleman wrote about the results</a>:</p>\n<blockquote><p>WordPress got the most votes. I was interested to see the Drupal CMS platform placing high in this category–above the consumer-oriented publishing products Typepad and Vox. Even combined, these two Six Apart services didn’t come close to winning the same number of votes as Drupal.</p></blockquote>\n<p>Glad to see our open-source brother-by-another-mother representing. The rankings in Publishing were WordPress, Adobe Flash, Drupal, Blogger, and Google Analytics as the top 5.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://wordpress.org/development/2007/06/webware-100-winner/feed/\";}s:7:\"summary\";s:303:\"The results are in, and WordPress is the winner of the Webware 100 in the Publishing category. Thanks to everyone who voted, but thank you even more to all the great people who make WordPress what it is. It’s an honor to have so many of you entrust your blogs to our software, and it’s [...]\";s:12:\"atom_content\";s:1152:\"<p>The results are in, and WordPress is the <a href=\"http://www.webware.com/html/ww/100.html\">winner of the Webware 100 in the Publishing category</a>. Thanks to everyone who voted, but thank you even more to <a href=\"http://foolswisdom.com/wordpress-22-source-code-worth-1-million/\">all the great people who make WordPress what it is</a>. It’s an honor to have so many of you entrust your blogs to our software, and it’s an incredible opportunity for us to live up to the high standards you’ve set. Here’s what <a href=\"http://www.webware.com/8301-1_109-9728770-2.html\">Rafe Needleman wrote about the results</a>:</p>\n<blockquote><p>WordPress got the most votes. I was interested to see the Drupal CMS platform placing high in this category–above the consumer-oriented publishing products Typepad and Vox. Even combined, these two Six Apart services didn’t come close to winning the same number of votes as Drupal.</p></blockquote>\n<p>Glad to see our open-source brother-by-another-mother representing. The rankings in Publishing were WordPress, Adobe Flash, Drupal, Blogger, and Google Analytics as the top 5.</p>\n\";}i:3;a:11:{s:5:\"title\";s:12:\"Two Contests\";s:4:\"link\";s:54:\"http://wordpress.org/development/2007/06/two-contests/\";s:8:\"comments\";s:63:\"http://wordpress.org/development/2007/06/two-contests/#comments\";s:7:\"pubdate\";s:31:\"Tue, 12 Jun 2007 23:12:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:4:\"guid\";s:54:\"http://wordpress.org/development/2007/06/two-contests/\";s:11:\"description\";s:331:\"There are two contests going on in the WordPress community right now. If you’d like a chance to flex your WordPress skillz and perhaps win a prize and lifelong fame, you should consider dropping your code in the hat.\nThe first is the Sandbox Designs competition, which is like a theme competition, but working only with [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1220:\"<p>There are two contests going on in the WordPress community right now. If you’d like a chance to flex your WordPress skillz and perhaps win a prize and lifelong fame, you should consider dropping your code in the hat.</p>\n<p>The first is the <a href=\"http://www.sndbx.org/\">Sandbox Designs competition</a>, which is like a theme competition, but working only with CSS and the highly semantic Sandbox theme. They already have a thousand dollars in prizes, so <a href=\"http://www.sndbx.org/\">check it out</a>.</p>\n<p>Second our friends at Weblog Tools Collection are running a <a href=\"http://weblogtoolscollection.com/archives/2007/06/01/wordpress-plugin-competition-started/\">WordPress Plugin competition</a>. They <a href=\"http://weblogtoolscollection.com/pluginblog/\">have a blog</a> to track all the entries, but if you’re participating don’t forget to submit your code to the <a href=\"http://wordpress.org/extend/plugins/\">Plugin directory</a>.</p>\n<p>Both competitions require entries to be under the same GPL license that WordPress is, so regardless of who wins they’ll make the entire community much richer. (Remember, WordPress itself was written on the base of existing GPL code!)</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:59:\"http://wordpress.org/development/2007/06/two-contests/feed/\";}s:7:\"summary\";s:331:\"There are two contests going on in the WordPress community right now. If you’d like a chance to flex your WordPress skillz and perhaps win a prize and lifelong fame, you should consider dropping your code in the hat.\nThe first is the Sandbox Designs competition, which is like a theme competition, but working only with [...]\";s:12:\"atom_content\";s:1220:\"<p>There are two contests going on in the WordPress community right now. If you’d like a chance to flex your WordPress skillz and perhaps win a prize and lifelong fame, you should consider dropping your code in the hat.</p>\n<p>The first is the <a href=\"http://www.sndbx.org/\">Sandbox Designs competition</a>, which is like a theme competition, but working only with CSS and the highly semantic Sandbox theme. They already have a thousand dollars in prizes, so <a href=\"http://www.sndbx.org/\">check it out</a>.</p>\n<p>Second our friends at Weblog Tools Collection are running a <a href=\"http://weblogtoolscollection.com/archives/2007/06/01/wordpress-plugin-competition-started/\">WordPress Plugin competition</a>. They <a href=\"http://weblogtoolscollection.com/pluginblog/\">have a blog</a> to track all the entries, but if you’re participating don’t forget to submit your code to the <a href=\"http://wordpress.org/extend/plugins/\">Plugin directory</a>.</p>\n<p>Both competitions require entries to be under the same GPL license that WordPress is, so regardless of who wins they’ll make the entire community much richer. (Remember, WordPress itself was written on the base of existing GPL code!)</p>\n\";}i:4;a:11:{s:5:\"title\";s:13:\"WordPress 2.2\";s:4:\"link\";s:54:\"http://wordpress.org/development/2007/05/wordpress-22/\";s:8:\"comments\";s:63:\"http://wordpress.org/development/2007/05/wordpress-22/#comments\";s:7:\"pubdate\";s:31:\"Wed, 16 May 2007 00:36:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:4:\"guid\";s:54:\"http://wordpress.org/development/2007/05/wordpress-22/\";s:11:\"description\";s:390:\"On behalf of the entire WordPress team, I’m proud and excited to announce the immediate availability of version 2.2 “Getz” for download. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It’s named in honor of tenor saxophonist Stan Getz.\nGoodies:\n\nWordPress Widgets allow you to easily rearrange [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:5828:\"<p>On behalf of the entire WordPress team, I’m proud and excited to announce the <a href=\"http://wordpress.org/download/\">immediate availability of version 2.2 “Getz” for download</a>. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It’s named in honor of tenor saxophonist <a href=\"http://en.wikipedia.org/wiki/Stan_Getz\">Stan Getz</a>.</p>\n<h3>Goodies:</h3>\n<ul>\n<li><strong>WordPress Widgets</strong> allow you to easily rearrange and customize areas of your weblog (usually sidebars) with drag-and-drop simplicity. This functionality was originally available as a plugin Widgets are now included by default in the core code, significantly cleaned up, and enabled for the default themes.</li>\n<li><strong>Full Atom support</strong>, including updating our Atom feeds to use the 1.0 standard spec and including an implementation of the Atom Publishing API to complement our XML-RPC interface.</li>\n<li>A <strong>new Blogger importer</strong> that is able to handle the latest version of Google’s Blogger product and seamlessly import posts and comments without any user interaction beyond entering your login.</li>\n<li><strong>Infinite comment stream</strong>, meaning that on your Edit Comments page when you delete or spam a comment using the AJAX links under each comment it will bring in another comment in the background so you always have 20 items on the page. (I know it sounds geeky, but try it!)</li>\n<li>We now protect you from activating a plugin or editing a file that will break your blog.</li>\n<li>Core plugin and filter <strong>speed optimizations</strong> should make everything feel a bit more snappy and lighter on your server.</li>\n<li>We’ve added a hook for <strong>WYSIWYG support in a future version of Safari</strong>.</li>\n</ul>\n<p>In addition there were also dozens of UI and accessibility improvements, ranging from more concise wording around options and links to things like a view and preview link above the content box when you’re editing a post or page, as well as several important security fixes. We don’t plan to continue to support the 2.1 branch, so this is a required upgrade.</p>\n<h3>Developer Features:</h3>\n<p>We also improved a great deal under the hood that hopefully you’ll never notice, but if you’re a developer for the WP platform it provides a lot to sink your teeth into. Here is a sampling:</p>\n<ul>\n<li>A new set of WordPress-specific XML-RPC APIs that allow for editing pages, setting categories, and much more.</li>\n<li>We now use jQuery for a number of internal functions, and hope to transition all of our JS to use it. (We <a href=\"http://trac.wordpress.org/ticket/3824\">still need volunteers</a> for this.)</li>\n<li>Comment feeds now support multiple formats, including Atom.</li>\n<li>Our internal mail functions now use phpMailer, which allows for things like SMTP support.</li>\n<li>You can now set database collation and character set in your config file.</li>\n<li>You can also hardcode your site and WP URL in the config file, overriding the values in the DB.</li>\n<li>Finally we’ve increased the inline documentation of a number of functions inside of WP, which should help you navigate those parts of the code.</li>\n</ul>\n<p>If you’d like an in-depth look at everything that changed, <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2\">here is a list of all 244 closed tickets</a> in our bug tracker and you can <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.1.3&old=5468&new_path=tags%2F2.2&new=5480\">use this link</a> to see what files and lines of code changed. (It was a lot!)</p>\n<h3>New Development Cycle</h3>\n<p>Most interesting about this release is that is our first under the new, experimental development cycle that we <a href=\"http://wordpress.org/development/2007/01/ella-21/\">first talked about when we released version 2.1 fewer than 4 months ago</a>. We delayed a few weeks from our target date in April, but ended up under our original goal of a 4 month major release cycle. My thanks and congratulations to the entire WordPress community for pulling together and making that happen. It wasn’t without its bumps, but the things we learned along the way will make our next release in September even better. You can now look forward to a fast but stable schedule of new features and goodies several times a year from WordPress.</p>\n<h3>Around the Community</h3>\n<p>There were 1.4 million downloads of WordPress 2.1 in the four months it was available.</p>\n<p>I <a href=\"http://photomatt.net/2007/05/10/meaningful-overnight-relationship/\">wrote a post that covers some of the media that WP has been getting lately</a> and its history.</p>\n<p>We’ve expanded WordPress.org quite a bit, most notably the <a href=\"http://wordpress.org/extend/plugins/\">very active plugins directory</a> and the <a href=\"http://wordpress.org/extend/ideas/\">ideas forum</a>.</p>\n<p>Come meet other WordPress users and developers at <a href=\"http://wordcamp.org/\">WordCamp</a>, which is going to be taking place July 21-22 in San Francisco.</p>\n<p>Don’t forget to check out WordPress’ cousins <a href=\"http://mu.wordpress.org/\">MU</a> and <a href=\"http://bbpress.org/\">bbPress</a>, both of which have been seeing some pretty cool development lately.</p>\n<h3>Help Out</h3>\n<p>The most valuable thing you can give back to WordPress is your time — the time to help a friend discover the joy of blogging, the time to help a stranger (a friend you haven’t met yet) on the <a href=\"http://wordpress.org/support/\">support forums</a>, or the time to help make WordPress a <a href=\"http://codex.wordpress.org/Contributing_to_WordPress\">better product</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:59:\"http://wordpress.org/development/2007/05/wordpress-22/feed/\";}s:7:\"summary\";s:390:\"On behalf of the entire WordPress team, I’m proud and excited to announce the immediate availability of version 2.2 “Getz” for download. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It’s named in honor of tenor saxophonist Stan Getz.\nGoodies:\n\nWordPress Widgets allow you to easily rearrange [...]\";s:12:\"atom_content\";s:5828:\"<p>On behalf of the entire WordPress team, I’m proud and excited to announce the <a href=\"http://wordpress.org/download/\">immediate availability of version 2.2 “Getz” for download</a>. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It’s named in honor of tenor saxophonist <a href=\"http://en.wikipedia.org/wiki/Stan_Getz\">Stan Getz</a>.</p>\n<h3>Goodies:</h3>\n<ul>\n<li><strong>WordPress Widgets</strong> allow you to easily rearrange and customize areas of your weblog (usually sidebars) with drag-and-drop simplicity. This functionality was originally available as a plugin Widgets are now included by default in the core code, significantly cleaned up, and enabled for the default themes.</li>\n<li><strong>Full Atom support</strong>, including updating our Atom feeds to use the 1.0 standard spec and including an implementation of the Atom Publishing API to complement our XML-RPC interface.</li>\n<li>A <strong>new Blogger importer</strong> that is able to handle the latest version of Google’s Blogger product and seamlessly import posts and comments without any user interaction beyond entering your login.</li>\n<li><strong>Infinite comment stream</strong>, meaning that on your Edit Comments page when you delete or spam a comment using the AJAX links under each comment it will bring in another comment in the background so you always have 20 items on the page. (I know it sounds geeky, but try it!)</li>\n<li>We now protect you from activating a plugin or editing a file that will break your blog.</li>\n<li>Core plugin and filter <strong>speed optimizations</strong> should make everything feel a bit more snappy and lighter on your server.</li>\n<li>We’ve added a hook for <strong>WYSIWYG support in a future version of Safari</strong>.</li>\n</ul>\n<p>In addition there were also dozens of UI and accessibility improvements, ranging from more concise wording around options and links to things like a view and preview link above the content box when you’re editing a post or page, as well as several important security fixes. We don’t plan to continue to support the 2.1 branch, so this is a required upgrade.</p>\n<h3>Developer Features:</h3>\n<p>We also improved a great deal under the hood that hopefully you’ll never notice, but if you’re a developer for the WP platform it provides a lot to sink your teeth into. Here is a sampling:</p>\n<ul>\n<li>A new set of WordPress-specific XML-RPC APIs that allow for editing pages, setting categories, and much more.</li>\n<li>We now use jQuery for a number of internal functions, and hope to transition all of our JS to use it. (We <a href=\"http://trac.wordpress.org/ticket/3824\">still need volunteers</a> for this.)</li>\n<li>Comment feeds now support multiple formats, including Atom.</li>\n<li>Our internal mail functions now use phpMailer, which allows for things like SMTP support.</li>\n<li>You can now set database collation and character set in your config file.</li>\n<li>You can also hardcode your site and WP URL in the config file, overriding the values in the DB.</li>\n<li>Finally we’ve increased the inline documentation of a number of functions inside of WP, which should help you navigate those parts of the code.</li>\n</ul>\n<p>If you’d like an in-depth look at everything that changed, <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2\">here is a list of all 244 closed tickets</a> in our bug tracker and you can <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.1.3&old=5468&new_path=tags%2F2.2&new=5480\">use this link</a> to see what files and lines of code changed. (It was a lot!)</p>\n<h3>New Development Cycle</h3>\n<p>Most interesting about this release is that is our first under the new, experimental development cycle that we <a href=\"http://wordpress.org/development/2007/01/ella-21/\">first talked about when we released version 2.1 fewer than 4 months ago</a>. We delayed a few weeks from our target date in April, but ended up under our original goal of a 4 month major release cycle. My thanks and congratulations to the entire WordPress community for pulling together and making that happen. It wasn’t without its bumps, but the things we learned along the way will make our next release in September even better. You can now look forward to a fast but stable schedule of new features and goodies several times a year from WordPress.</p>\n<h3>Around the Community</h3>\n<p>There were 1.4 million downloads of WordPress 2.1 in the four months it was available.</p>\n<p>I <a href=\"http://photomatt.net/2007/05/10/meaningful-overnight-relationship/\">wrote a post that covers some of the media that WP has been getting lately</a> and its history.</p>\n<p>We’ve expanded WordPress.org quite a bit, most notably the <a href=\"http://wordpress.org/extend/plugins/\">very active plugins directory</a> and the <a href=\"http://wordpress.org/extend/ideas/\">ideas forum</a>.</p>\n<p>Come meet other WordPress users and developers at <a href=\"http://wordcamp.org/\">WordCamp</a>, which is going to be taking place July 21-22 in San Francisco.</p>\n<p>Don’t forget to check out WordPress’ cousins <a href=\"http://mu.wordpress.org/\">MU</a> and <a href=\"http://bbpress.org/\">bbPress</a>, both of which have been seeing some pretty cool development lately.</p>\n<h3>Help Out</h3>\n<p>The most valuable thing you can give back to WordPress is your time — the time to help a friend discover the joy of blogging, the time to help a stranger (a friend you haven’t met yet) on the <a href=\"http://wordpress.org/support/\">support forums</a>, or the time to help make WordPress a <a href=\"http://codex.wordpress.org/Contributing_to_WordPress\">better product</a>.</p>\n\";}i:5;a:11:{s:5:\"title\";s:26:\"WordPress 2.1.3 and 2.0.10\";s:4:\"link\";s:64:\"http://wordpress.org/development/2007/04/wordpress-213-and-2010/\";s:8:\"comments\";s:73:\"http://wordpress.org/development/2007/04/wordpress-213-and-2010/#comments\";s:7:\"pubdate\";s:31:\"Tue, 03 Apr 2007 07:50:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:4:\"guid\";s:64:\"http://wordpress.org/development/2007/04/wordpress-213-and-2010/\";s:11:\"description\";s:345:\"We have a security update release now available for both the 2.1 and 2.0 branches of WordPress now available for immediate download. This update is highly recommend for all users of both branches.\nThese releases include fixes for several publicly known minor XSS issues, one major XML-RPC issue, and a proactive full sweep of the WordPress [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1138:\"<p>We have a security update release now available for both the 2.1 and 2.0 branches of WordPress <a href=\"http://wordpress.org/download/\">now available for immediate download</a>. This update is highly recommend for all users of both branches.</p>\n<p>These releases include fixes for several publicly known minor XSS issues, one major XML-RPC issue, and a proactive full sweep of the WordPress codebase to protect against future problems. Many thanks to <a href=\"http://www.notsosecure.com/\">Sumit Siddharth</a> and <a href=\"http://www.buayacorp.com/\">Alex Concha</a> for their help with reporting issues in this release.</p>\n<p>As an update to the <a href=\"http://wordpress.org/development/2007/03/upgrade-212/\">systems issue we had last month</a>, we have taken dozens of additional precautions with the servers and systems that run WordPress.org and they appear to be working well, despite hundreds of hack attempts after we publicly disclosed there had been a problem. We are also now aggressively monitoring all downloads for any changes or modifications, and we are confident the same type of problem won’t happen again.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:69:\"http://wordpress.org/development/2007/04/wordpress-213-and-2010/feed/\";}s:7:\"summary\";s:345:\"We have a security update release now available for both the 2.1 and 2.0 branches of WordPress now available for immediate download. This update is highly recommend for all users of both branches.\nThese releases include fixes for several publicly known minor XSS issues, one major XML-RPC issue, and a proactive full sweep of the WordPress [...]\";s:12:\"atom_content\";s:1138:\"<p>We have a security update release now available for both the 2.1 and 2.0 branches of WordPress <a href=\"http://wordpress.org/download/\">now available for immediate download</a>. This update is highly recommend for all users of both branches.</p>\n<p>These releases include fixes for several publicly known minor XSS issues, one major XML-RPC issue, and a proactive full sweep of the WordPress codebase to protect against future problems. Many thanks to <a href=\"http://www.notsosecure.com/\">Sumit Siddharth</a> and <a href=\"http://www.buayacorp.com/\">Alex Concha</a> for their help with reporting issues in this release.</p>\n<p>As an update to the <a href=\"http://wordpress.org/development/2007/03/upgrade-212/\">systems issue we had last month</a>, we have taken dozens of additional precautions with the servers and systems that run WordPress.org and they appear to be working well, despite hundreds of hack attempts after we publicly disclosed there had been a problem. We are also now aggressively monitoring all downloads for any changes or modifications, and we are confident the same type of problem won’t happen again.</p>\n\";}i:6;a:11:{s:5:\"title\";s:21:\"Google Summer of Code\";s:4:\"link\";s:63:\"http://wordpress.org/development/2007/03/google-summer-of-code/\";s:8:\"comments\";s:72:\"http://wordpress.org/development/2007/03/google-summer-of-code/#comments\";s:7:\"pubdate\";s:31:\"Tue, 20 Mar 2007 16:28:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:4:\"guid\";s:63:\"http://wordpress.org/development/2007/03/google-summer-of-code/\";s:11:\"description\";s:320:\"Looking for something fun to do this summer? All college and university students around the world are invited to apply to get paid $4,500 USD to work on your favorite open source project this summer. WordPress is among the 131 accepted to Google Summer of Code, of more than 300 projects that applied\nWe have eight [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1095:\"<p>Looking for something fun to do this summer? All college and university students around the world are <a href=\"http://groups.google.com/group/google-summer-of-code-announce/web/guide-to-the-gsoc-web-app-for-student-applicants\">invited to apply</a> to get paid $4,500 USD to work on your favorite <a href=\"http://code.google.com/soc/\">open source project</a> this summer. WordPress is <a href=\"http://google-code-updates.blogspot.com/2007/03/now-accepting-student-applications-for.html\">among the 131 accepted</a> to <a href=\"http://code.google.com/soc/\">Google Summer of Code</a>, of more than 300 projects that applied</p>\n<p>We have eight committed volunteers who are enthusiastic to mentor, learn, and make WordPress a little better in the process.</p>\n<p>Check out <a href=\"http://codex.wordpress.org/GSoC2007\">our ideas</a> for projects, or <a href=\"http://code.google.com/soc/app.html\">propose your own</a>. You must <a href=\"http://groups.google.com/group/google-summer-of-code-announce/web/guide-to-the-gsoc-web-app-for-student-applicants\">apply<br />\nby March 24</a>. Good luck!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:68:\"http://wordpress.org/development/2007/03/google-summer-of-code/feed/\";}s:7:\"summary\";s:320:\"Looking for something fun to do this summer? All college and university students around the world are invited to apply to get paid $4,500 USD to work on your favorite open source project this summer. WordPress is among the 131 accepted to Google Summer of Code, of more than 300 projects that applied\nWe have eight [...]\";s:12:\"atom_content\";s:1095:\"<p>Looking for something fun to do this summer? All college and university students around the world are <a href=\"http://groups.google.com/group/google-summer-of-code-announce/web/guide-to-the-gsoc-web-app-for-student-applicants\">invited to apply</a> to get paid $4,500 USD to work on your favorite <a href=\"http://code.google.com/soc/\">open source project</a> this summer. WordPress is <a href=\"http://google-code-updates.blogspot.com/2007/03/now-accepting-student-applications-for.html\">among the 131 accepted</a> to <a href=\"http://code.google.com/soc/\">Google Summer of Code</a>, of more than 300 projects that applied</p>\n<p>We have eight committed volunteers who are enthusiastic to mentor, learn, and make WordPress a little better in the process.</p>\n<p>Check out <a href=\"http://codex.wordpress.org/GSoC2007\">our ideas</a> for projects, or <a href=\"http://code.google.com/soc/app.html\">propose your own</a>. You must <a href=\"http://groups.google.com/group/google-summer-of-code-announce/web/guide-to-the-gsoc-web-app-for-student-applicants\">apply<br />\nby March 24</a>. Good luck!</p>\n\";}i:7;a:11:{s:5:\"title\";s:16:\"Plugin Directory\";s:4:\"link\";s:58:\"http://wordpress.org/development/2007/03/plugin-directory/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2007/03/plugin-directory/#comments\";s:7:\"pubdate\";s:31:\"Thu, 15 Mar 2007 22:57:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:4:\"guid\";s:58:\"http://wordpress.org/development/2007/03/plugin-directory/\";s:11:\"description\";s:357:\"One of the greatest things about WordPress has always been the amazing number of high-quality plugins available for the platform. I believe that there aren’t any more “killer features” in software, there are 10,000 killer features and everyone has a different 20. If we tried to put everything into WordPress the result would be, for [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2705:\"<p>One of the greatest things about WordPress has always been the amazing number of high-quality plugins available for the platform. I believe that there aren’t any more “killer features” in software, there are 10,000 killer features and everyone has a different 20. If we tried to put everything into WordPress the result would be, for lack of a better term, bloated. However through our robust plugin API people have used WordPress as a platform for building almost anything you can imagine leveraging the huge WP userbase and scalable core codebase.</p>\n<p>That’s all fine and dandy, but having all these plugins isn’t that useful if you’ve got no place to find them. Even though we have provided development hosting at <a href=\"http://wp-plugins.org\">wp-plugins.org</a> for years, we hadn’t had a user interface to the plugins hosted there, which I think was a travesty.</p>\n<p>No longer! Our ever-expanding “extend” section <a href=\"http://wordpress.org/extend/plugins/\">now has a brand-spanking new plugins directory</a> where you can browse, download, rate, and comment on all your favorite plugins. I highly encourage you to go check it out.</p>\n<p>For users, this means:</p>\n<ul>\n<li>There is now a <a href=\"http://wordpress.org/extend/plugins/\">central place to find and download WordPress plugins</a>.</li>\n<li>You can get a much better idea about plugin quality and compatibility from the site.</li>\n<li>In the future you’ll be able to get notification inside of WordPress about plugins you use that have updates.</li>\n</ul>\n<p>For developers, you now have:</p>\n<ul>\n<li>Exposure to the millions of people who visit WordPress.org every month.</li>\n<li>Free SVN hosting for GPL plugin development at wp-plugins.org. (Like always.)</li>\n<li>Automatic download packages and free hosting of those.</li>\n<li>Statistics about how many people are using and downloading your plugins.</li>\n<li>Prominent links to your homepage, and the ability to specify a Paypal donation link from your plugin page.</li>\n</ul>\n<p>As a developer all you need to do to start taking advantage of the new plugin pages is to include a <a href=\"http://wordpress.org/extend/plugins/about/\">properly formatted readme.txt file</a> along with your plugin.</p>\n<p>Props to <a href=\"http://blogwaffe.com/\">Michael Adams</a>, <a href=\"http://txfx.net/\">Mark Jaquith</a>, and <a href=\"http://iammattthomas.com/\">Matt Thomas</a> for making this dream a reality. We hope you all enjoy it and if you have any feedback blog it and <a href=\"http://wordpress.org/development/2007/03/plugin-directory/\">link back to this entry</a> so we get the pingback. Happy downloading!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2007/03/plugin-directory/feed/\";}s:7:\"summary\";s:357:\"One of the greatest things about WordPress has always been the amazing number of high-quality plugins available for the platform. I believe that there aren’t any more “killer features” in software, there are 10,000 killer features and everyone has a different 20. If we tried to put everything into WordPress the result would be, for [...]\";s:12:\"atom_content\";s:2705:\"<p>One of the greatest things about WordPress has always been the amazing number of high-quality plugins available for the platform. I believe that there aren’t any more “killer features” in software, there are 10,000 killer features and everyone has a different 20. If we tried to put everything into WordPress the result would be, for lack of a better term, bloated. However through our robust plugin API people have used WordPress as a platform for building almost anything you can imagine leveraging the huge WP userbase and scalable core codebase.</p>\n<p>That’s all fine and dandy, but having all these plugins isn’t that useful if you’ve got no place to find them. Even though we have provided development hosting at <a href=\"http://wp-plugins.org\">wp-plugins.org</a> for years, we hadn’t had a user interface to the plugins hosted there, which I think was a travesty.</p>\n<p>No longer! Our ever-expanding “extend” section <a href=\"http://wordpress.org/extend/plugins/\">now has a brand-spanking new plugins directory</a> where you can browse, download, rate, and comment on all your favorite plugins. I highly encourage you to go check it out.</p>\n<p>For users, this means:</p>\n<ul>\n<li>There is now a <a href=\"http://wordpress.org/extend/plugins/\">central place to find and download WordPress plugins</a>.</li>\n<li>You can get a much better idea about plugin quality and compatibility from the site.</li>\n<li>In the future you’ll be able to get notification inside of WordPress about plugins you use that have updates.</li>\n</ul>\n<p>For developers, you now have:</p>\n<ul>\n<li>Exposure to the millions of people who visit WordPress.org every month.</li>\n<li>Free SVN hosting for GPL plugin development at wp-plugins.org. (Like always.)</li>\n<li>Automatic download packages and free hosting of those.</li>\n<li>Statistics about how many people are using and downloading your plugins.</li>\n<li>Prominent links to your homepage, and the ability to specify a Paypal donation link from your plugin page.</li>\n</ul>\n<p>As a developer all you need to do to start taking advantage of the new plugin pages is to include a <a href=\"http://wordpress.org/extend/plugins/about/\">properly formatted readme.txt file</a> along with your plugin.</p>\n<p>Props to <a href=\"http://blogwaffe.com/\">Michael Adams</a>, <a href=\"http://txfx.net/\">Mark Jaquith</a>, and <a href=\"http://iammattthomas.com/\">Matt Thomas</a> for making this dream a reality. We hope you all enjoy it and if you have any feedback blog it and <a href=\"http://wordpress.org/development/2007/03/plugin-directory/\">link back to this entry</a> so we get the pingback. Happy downloading!</p>\n\";}i:8;a:11:{s:5:\"title\";s:17:\"WordPress at SxSW\";s:4:\"link\";s:59:\"http://wordpress.org/development/2007/03/wordpress-at-sxsw/\";s:8:\"comments\";s:68:\"http://wordpress.org/development/2007/03/wordpress-at-sxsw/#comments\";s:7:\"pubdate\";s:31:\"Sat, 10 Mar 2007 09:29:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:4:\"guid\";s:59:\"http://wordpress.org/development/2007/03/wordpress-at-sxsw/\";s:11:\"description\";s:301:\"Every year South by Southwest, or SxSW, is a very unique and affordable confluence of some of the most influential minds on the web gathering in the state where I grew up, Texas. It’s actually the first tech conference I ever went to, four years ago, and where I got my start down the path [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1367:\"<p>Every year <a href=\"http://2007.sxsw.com/interactive/\">South by Southwest, or SxSW</a>, is a very unique and affordable confluence of some of the most influential minds on the web gathering in the state where I grew up, Texas. It’s actually the first tech conference I ever went to, four years ago, and where I got my start down the path that has led me to where I am today.</p>\n<p>Another movement close to my heart, Barcamp, <a href=\"http://barcamp.org/BarCampAustin\">is in full effect here in Austin</a>. <strong>Saturday March 10 at 6 PM we’re going to do a WordPress meetup</strong> at the Barcamp venue Bourbon Rocks on 6th Street. Unlike many other SxSW parties, it is completely open to the public and doesn’t require a conference badge. There will be food and drinks available, and a live band after we wrap up the meetup.</p>\n<p>So come enjoy part of your SxSW evening in this beautiful Austin weather with fellow WordPressers. In addition to the good company, we’ll have an assortment of cool WordPress stickers free for the taking.</p>\n<p>Finally if you’re attending the conference part of SxSW Interactive, be sure to check out the following cool speakers who are WordPress users like yourself:</p>\n<p> <a href=\"http://wordpress.org/development/2007/03/wordpress-at-sxsw/#more-200\" class=\"morelink\">(more…)</a></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:64:\"http://wordpress.org/development/2007/03/wordpress-at-sxsw/feed/\";}s:7:\"summary\";s:301:\"Every year South by Southwest, or SxSW, is a very unique and affordable confluence of some of the most influential minds on the web gathering in the state where I grew up, Texas. It’s actually the first tech conference I ever went to, four years ago, and where I got my start down the path [...]\";s:12:\"atom_content\";s:1367:\"<p>Every year <a href=\"http://2007.sxsw.com/interactive/\">South by Southwest, or SxSW</a>, is a very unique and affordable confluence of some of the most influential minds on the web gathering in the state where I grew up, Texas. It’s actually the first tech conference I ever went to, four years ago, and where I got my start down the path that has led me to where I am today.</p>\n<p>Another movement close to my heart, Barcamp, <a href=\"http://barcamp.org/BarCampAustin\">is in full effect here in Austin</a>. <strong>Saturday March 10 at 6 PM we’re going to do a WordPress meetup</strong> at the Barcamp venue Bourbon Rocks on 6th Street. Unlike many other SxSW parties, it is completely open to the public and doesn’t require a conference badge. There will be food and drinks available, and a live band after we wrap up the meetup.</p>\n<p>So come enjoy part of your SxSW evening in this beautiful Austin weather with fellow WordPressers. In addition to the good company, we’ll have an assortment of cool WordPress stickers free for the taking.</p>\n<p>Finally if you’re attending the conference part of SxSW Interactive, be sure to check out the following cool speakers who are WordPress users like yourself:</p>\n<p> <a href=\"http://wordpress.org/development/2007/03/wordpress-at-sxsw/#more-200\" class=\"morelink\">(more…)</a></p>\n\";}i:9;a:11:{s:5:\"title\";s:43:\"WordPress 2.1.1 dangerous, Upgrade to 2.1.2\";s:4:\"link\";s:53:\"http://wordpress.org/development/2007/03/upgrade-212/\";s:8:\"comments\";s:62:\"http://wordpress.org/development/2007/03/upgrade-212/#comments\";s:7:\"pubdate\";s:31:\"Fri, 02 Mar 2007 21:53:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:4:\"guid\";s:53:\"http://wordpress.org/development/2007/03/upgrade-212/\";s:11:\"description\";s:343:\"Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.\nLonger explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:659:\"<p>Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.</p>\n<p>Longer explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code in WordPress. The issue was investigated, and it appeared that the 2.1.1 download had been modified from its original code. We took the website down immediately to investigate what happened.</p>\n<p> <a href=\"http://wordpress.org/development/2007/03/upgrade-212/#more-199\" class=\"morelink\">(more…)</a></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:58:\"http://wordpress.org/development/2007/03/upgrade-212/feed/\";}s:7:\"summary\";s:343:\"Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.\nLonger explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code [...]\";s:12:\"atom_content\";s:659:\"<p>Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.</p>\n<p>Longer explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code in WordPress. The issue was investigated, and it appeared that the 2.1.1 download had been modified from its original code. We took the website down immediately to investigate what happened.</p>\n<p> <a href=\"http://wordpress.org/development/2007/03/upgrade-212/#more-199\" class=\"morelink\">(more…)</a></p>\n\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:26:\"WordPress Development Blog\";s:4:\"link\";s:32:\"http://wordpress.org/development\";s:11:\"description\";s:33:\"WordPress development and updates\";s:7:\"pubdate\";s:31:\"Wed, 27 Jun 2007 00:07:39 +0000\";s:9:\"generator\";s:33:\"http://wordpress.org/?v=2.3-alpha\";s:8:\"language\";s:2:\"en\";s:7:\"tagline\";s:33:\"WordPress development and updates\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:31:\"Thu, 28 Jun 2007 12:45:36 GMT\r\n\";}',20,8,'',1,'yes'),(77,0,'rss_867bd5c64f85878d03a060509cd2f92c','Y',1,'',20,8,'',1,'no'),(78,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','Y',1,'1183037460',20,8,'',1,'no'),(79,0,'rss_867bd5c64f85878d03a060509cd2f92c','Y',1,'O:9:\"magpierss\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 6/28\";s:4:\"guid\";s:89:\"http://weblogtoolscollection.com/archives/2007/06/28/wordpress-plugin-releases-for-628-2/\";s:4:\"link\";s:89:\"http://weblogtoolscollection.com/archives/2007/06/28/wordpress-plugin-releases-for-628-2/\";s:11:\"description\";s:1889:\"<p><a href=\"http://wp-plugins.net/plugin/bbinfo/#plugin_2612\">BBInfo</a> shows you information gathered by the Bad Behaviour plugin. You get to see the IP blocked, the date and the URL accessed.</a></p>\n<p><a href=\"http://www.postreach.com/static/clickcomments\">ClickComments</a> makes your blog more engaging by making it easier to comment. Users can click an icon to express their thoughts.</p>\n<p><a href=\"http://wp-plugins.net/plugin/MyStats/#plugin_1121\">MyStats</a> is a stats plugin for your WordPress blog, released in two flavors - one that supports sessions and one that doesn’t.</p>\n<p><a href=\"http://wp-plugins.net/plugin/naatan_notifyme/#plugin_1624\">NotifyMe</a> adds mailing list functionality to wordpress, allows you to make and manage unlimited mailing lists, design the form however you want and it has a “new blog” notification feature, sending an e-mail to subscribers whenever you blog.</p>\n<p><a href=\"http://anirudhsanjeev.org/projects/oneclick/\">OneClick</a> allows uploading of a plugin or theme without the need of manually uploading by FTP, allowing the upload from the Admin panel. All you have to do is browse for the zip file and click “upload” and the plugin does the rest.</p>\n<p><a href=\"http://wp-plugins.net/plugin/PageActivity/#plugin_1785\">PageActivity</a> shows detailed information in your admin section about active users on your site and what they are currently doing. Features information such as referrer, user agent, IP, browsing history.</p>\n<p><a href=\"http://wpthemesplugin.com/wordpress-plugin-search-pages-20/\">Search Pages</a> lets your readers search for content in both posts and pages.</p>\n<p><a href=\"http://wp-plugins.net/plugin/Useronline/#plugin_1073\">Useronline</a> adds a Useronline Feature To WordPress featuring user names and search bot detection. Supports widgets and comes with configuration page.</p>\";s:7:\"pubdate\";s:31:\"Thu, 28 Jun 2007 05:00:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1889:\"<p><a href=\"http://wp-plugins.net/plugin/bbinfo/#plugin_2612\">BBInfo</a> shows you information gathered by the Bad Behaviour plugin. You get to see the IP blocked, the date and the URL accessed.</a></p>\n<p><a href=\"http://www.postreach.com/static/clickcomments\">ClickComments</a> makes your blog more engaging by making it easier to comment. Users can click an icon to express their thoughts.</p>\n<p><a href=\"http://wp-plugins.net/plugin/MyStats/#plugin_1121\">MyStats</a> is a stats plugin for your WordPress blog, released in two flavors - one that supports sessions and one that doesn’t.</p>\n<p><a href=\"http://wp-plugins.net/plugin/naatan_notifyme/#plugin_1624\">NotifyMe</a> adds mailing list functionality to wordpress, allows you to make and manage unlimited mailing lists, design the form however you want and it has a “new blog” notification feature, sending an e-mail to subscribers whenever you blog.</p>\n<p><a href=\"http://anirudhsanjeev.org/projects/oneclick/\">OneClick</a> allows uploading of a plugin or theme without the need of manually uploading by FTP, allowing the upload from the Admin panel. All you have to do is browse for the zip file and click “upload” and the plugin does the rest.</p>\n<p><a href=\"http://wp-plugins.net/plugin/PageActivity/#plugin_1785\">PageActivity</a> shows detailed information in your admin section about active users on your site and what they are currently doing. Features information such as referrer, user agent, IP, browsing history.</p>\n<p><a href=\"http://wpthemesplugin.com/wordpress-plugin-search-pages-20/\">Search Pages</a> lets your readers search for content in both posts and pages.</p>\n<p><a href=\"http://wp-plugins.net/plugin/Useronline/#plugin_1073\">Useronline</a> adds a Useronline Feature To WordPress featuring user names and search bot detection. Supports widgets and comes with configuration page.</p>\";}i:1;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/28\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/28/wordpress-theme-releases-for-628/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/28/wordpress-theme-releases-for-628/\";s:11:\"description\";s:1502:\"<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4117/buddha-expert-10/\">Buddha Expert</a> is an attractive, 3-column theme with adsense support.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/06/27/ice-317/\">Ice 3.17</a> is a 3-column, fluid theme with support for related posts, del.icio.us, and Flickr.</p>\n<p><a href=\"http://themes.wordpress.net/width-type/fixed-width/4124/olive-green-01/\">Olive Green</a> is a 1-column, light-weight theme.</p>\n<p><a href=\"http://wpthemeland.com/themes/organic/\">Organic</a> is a 2-column, widget-ready theme that supports a custom header image and “author comment highlight” feature.</p>\n<p><a href=\"http://biboz.net/simpletex/\">Simpletex</a> is a 2-column, fixed-width template with light color blend.</p>\n<p><a href=\"http://themes.wordpress.net/other/widget-ready/4100/blogbabe-wordpress-theme-10/\">Blogbabe</a> is a 3-column, widget-ready theme geared for female-oriented blogs. (Contains sponsored links.)</p>\n<p><a href=\"http://www.dezzain.com/archives/2007/06/27/dezzain-wordpress-theme-darkofluid/\">DarkOFluid</a> is a 2-column theme set on black with white and pink highlights. (Contains sponsored links.)</p>\n<p><a href=\"http://wpthemesplugin.com/wordpress-theme-emporium-business/\">Emporium Business</a> is a 3-column, professional theme. (Contains sponsored links.)</p>\n<p><a href=\"http://mybloglive.com/2007/06/27/widepress-wordpress-theme/\">Widepress</a> is a 2-column theme with a wide sidebar. (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Thu, 28 Jun 2007 05:00:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1502:\"<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4117/buddha-expert-10/\">Buddha Expert</a> is an attractive, 3-column theme with adsense support.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/06/27/ice-317/\">Ice 3.17</a> is a 3-column, fluid theme with support for related posts, del.icio.us, and Flickr.</p>\n<p><a href=\"http://themes.wordpress.net/width-type/fixed-width/4124/olive-green-01/\">Olive Green</a> is a 1-column, light-weight theme.</p>\n<p><a href=\"http://wpthemeland.com/themes/organic/\">Organic</a> is a 2-column, widget-ready theme that supports a custom header image and “author comment highlight” feature.</p>\n<p><a href=\"http://biboz.net/simpletex/\">Simpletex</a> is a 2-column, fixed-width template with light color blend.</p>\n<p><a href=\"http://themes.wordpress.net/other/widget-ready/4100/blogbabe-wordpress-theme-10/\">Blogbabe</a> is a 3-column, widget-ready theme geared for female-oriented blogs. (Contains sponsored links.)</p>\n<p><a href=\"http://www.dezzain.com/archives/2007/06/27/dezzain-wordpress-theme-darkofluid/\">DarkOFluid</a> is a 2-column theme set on black with white and pink highlights. (Contains sponsored links.)</p>\n<p><a href=\"http://wpthemesplugin.com/wordpress-theme-emporium-business/\">Emporium Business</a> is a 3-column, professional theme. (Contains sponsored links.)</p>\n<p><a href=\"http://mybloglive.com/2007/06/27/widepress-wordpress-theme/\">Widepress</a> is a 2-column theme with a wide sidebar. (Contains sponsored links.)</p>\";}i:2;a:7:{s:5:\"title\";s:42:\"Matt: Short History of WordPress MultiUser\";s:4:\"guid\";s:69:\"http://photomatt.net/2007/06/27/short-history-of-wordpress-multiuser/\";s:4:\"link\";s:69:\"http://photomatt.net/2007/06/27/short-history-of-wordpress-multiuser/\";s:11:\"description\";s:139:\"<p><a href=\"http://incsub.org/blog/2007/a-short-history-of-wordpress-multiuser-wpmu\">A Short History of WordPress MultiUser (WPMU)</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 27 Jun 2007 16:22:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:139:\"<p><a href=\"http://incsub.org/blog/2007/a-short-history-of-wordpress-multiuser-wpmu\">A Short History of WordPress MultiUser (WPMU)</a>.</p>\";}i:3;a:7:{s:5:\"title\";s:22:\"Matt: The Police Blogs\";s:4:\"guid\";s:49:\"http://photomatt.net/2007/06/27/the-police-blogs/\";s:4:\"link\";s:49:\"http://photomatt.net/2007/06/27/the-police-blogs/\";s:11:\"description\";s:479:\"<p>I’m in Dallas where <a href=\"http://flickr.com/photos/photomatt/sets/72157600512193451/\" title=\"Blurry camphone photos\">I saw The Police</a> with my <a href=\"http://charleen.mullenweg.com/\">sister</a>. (The tickets were her birthday present.) Afterward I was checking out their respective website and <a href=\"http://www.andysummers.com/\">it looks like Andy Summers, the guitarist, has a WordPress blog</a>. His site also has some interesting essays and photography.</p>\";s:7:\"pubdate\";s:31:\"Wed, 27 Jun 2007 08:13:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:479:\"<p>I’m in Dallas where <a href=\"http://flickr.com/photos/photomatt/sets/72157600512193451/\" title=\"Blurry camphone photos\">I saw The Police</a> with my <a href=\"http://charleen.mullenweg.com/\">sister</a>. (The tickets were her birthday present.) Afterward I was checking out their respective website and <a href=\"http://www.andysummers.com/\">it looks like Andy Summers, the guitarist, has a WordPress blog</a>. His site also has some interesting essays and photography.</p>\";}i:4;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/27\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/27/wordpress-theme-releases-for-627/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/27/wordpress-theme-releases-for-627/\";s:11:\"description\";s:2652:\"<p><a href=\"http://service.compuskills.co.uk/blog/2007/06/22/blueheader-download/\">BlueHeader</a> is a 3-column theme with six built-in styles. It supports Universal Tag Warrior, Share This and Dunstan Like Error Pages. Also check out <a href=\"http://service.compuskills.co.uk/blog/2007/06/23/bright-bold-theme/\">Bright and Bold</a></p>\n<p><a href=\"http://antbag.com/darkwater-theme-for-wordpress/\">Darkwater</a> is a 3-column, widget-ready theme done in dark colors with a watery header that’s very attractive.</p>\n<p><a href=\"http://deanish.com/themes/fight\">Fight</a> is a 2-column, widget-ready, black-colored theme that features a Flickr photobar at the top of the page. It also supports Sidebar Widgets, Ultimate Tag Warrior, MyAvatars, Related Posts and Share This.</p>\n<p><a href=\"http://ericulous.com/2007/05/21/wp-theme-genkitheme/\">Genki Theme</a> is a 3-column, widget-ready, minimalistic theme</p>\n<p><a href=\"http://scribblescratch.com/themes\">Hilltops</a> is a 2-column theme based on the “Dusk” theme by Beccary.</p>\n<p><a href=\"http://iamww.com/wordpress-theme-iamww-w2/\">IAMWW</a> is a 2-column, minimalist theme with a variety of features.</p>\n<p><a href=\"http://www.lifespy.com/2007/illacrimo-theme-release/\">Illacrimo</a> is a beautiful, 3-column theme with a 3-dimensional sidebar look. It supports the Gravatar, FlickrRSS, and Pagenavi plugins.</p>\n<p><a href=\"http://geekygirlygirl.com/2007/06/12/free-theme-mushroom-life/\">Mushroom Life</a> is a 2-column, widget-ready theme featuring a custom header image set on a black background with red and green accents. Also check out <a href=\"http://geekygirlygirl.com/2007/06/09/free-theme-girls-club-valentines-day/\">Girls’ Club Valentines Day</a> and <a href=\"http://geekygirlygirl.com/2007/05/21/girlz-of-summer-wordpress-theme/\">Girlz of Summer</a> by the same designer.</p>\n<p><a href=\"http://www.stevencampbell.org/features/photowp-wordpress-theme/\">PhotoWP</a> is a photoblogging them for WordPress. It is set in black, with comments shown beneath each photo. One of the nicest photoblogging themes I’ve seen.</p>\n<p><a href=\"http://dowan.org/wp-templates/\">PurpleSky</a> is a beautiful 2-column theme with a very elegant look.</p>\n<p><a href=\"http://geekygirlygirl.com/2007/06/09/free-theme-take-a-swing-at-breast-cancer/\">Take a Swing at Breast Cancer</a> is a 3-column, widget-ready, pink theme aimed at raising awareness of and sponsorship for breast cancer research.</p>\n<p><a href=\"http://www.romow.com/blog/3-column-wordpress-theme-bluemay/\">BlueMay</a> is a 3-column, widget- and adsense-ready theme. (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Wed, 27 Jun 2007 04:45:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2652:\"<p><a href=\"http://service.compuskills.co.uk/blog/2007/06/22/blueheader-download/\">BlueHeader</a> is a 3-column theme with six built-in styles. It supports Universal Tag Warrior, Share This and Dunstan Like Error Pages. Also check out <a href=\"http://service.compuskills.co.uk/blog/2007/06/23/bright-bold-theme/\">Bright and Bold</a></p>\n<p><a href=\"http://antbag.com/darkwater-theme-for-wordpress/\">Darkwater</a> is a 3-column, widget-ready theme done in dark colors with a watery header that’s very attractive.</p>\n<p><a href=\"http://deanish.com/themes/fight\">Fight</a> is a 2-column, widget-ready, black-colored theme that features a Flickr photobar at the top of the page. It also supports Sidebar Widgets, Ultimate Tag Warrior, MyAvatars, Related Posts and Share This.</p>\n<p><a href=\"http://ericulous.com/2007/05/21/wp-theme-genkitheme/\">Genki Theme</a> is a 3-column, widget-ready, minimalistic theme</p>\n<p><a href=\"http://scribblescratch.com/themes\">Hilltops</a> is a 2-column theme based on the “Dusk” theme by Beccary.</p>\n<p><a href=\"http://iamww.com/wordpress-theme-iamww-w2/\">IAMWW</a> is a 2-column, minimalist theme with a variety of features.</p>\n<p><a href=\"http://www.lifespy.com/2007/illacrimo-theme-release/\">Illacrimo</a> is a beautiful, 3-column theme with a 3-dimensional sidebar look. It supports the Gravatar, FlickrRSS, and Pagenavi plugins.</p>\n<p><a href=\"http://geekygirlygirl.com/2007/06/12/free-theme-mushroom-life/\">Mushroom Life</a> is a 2-column, widget-ready theme featuring a custom header image set on a black background with red and green accents. Also check out <a href=\"http://geekygirlygirl.com/2007/06/09/free-theme-girls-club-valentines-day/\">Girls’ Club Valentines Day</a> and <a href=\"http://geekygirlygirl.com/2007/05/21/girlz-of-summer-wordpress-theme/\">Girlz of Summer</a> by the same designer.</p>\n<p><a href=\"http://www.stevencampbell.org/features/photowp-wordpress-theme/\">PhotoWP</a> is a photoblogging them for WordPress. It is set in black, with comments shown beneath each photo. One of the nicest photoblogging themes I’ve seen.</p>\n<p><a href=\"http://dowan.org/wp-templates/\">PurpleSky</a> is a beautiful 2-column theme with a very elegant look.</p>\n<p><a href=\"http://geekygirlygirl.com/2007/06/09/free-theme-take-a-swing-at-breast-cancer/\">Take a Swing at Breast Cancer</a> is a 3-column, widget-ready, pink theme aimed at raising awareness of and sponsorship for breast cancer research.</p>\n<p><a href=\"http://www.romow.com/blog/3-column-wordpress-theme-bluemay/\">BlueMay</a> is a 3-column, widget- and adsense-ready theme. (Contains sponsored links.)</p>\";}i:5;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 6/27\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/27/wordpress-plugin-releases-for-627/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/27/wordpress-plugin-releases-for-627/\";s:11:\"description\";s:2904:\"<p><a href=\"http://www.awsom.org/awsom-easier-news/\">AWSOM News Announcement</a> lets you easily and quickly post announcements to your WordPress site.</p>\n<p><a href=\"http://wp-plugins.net/plugin/blogrolltimesince/#plugin_2604\">Blogroll Time Since</a> displays the time since the blogroll was last updated, and shows it in a dynamic manner that will have your visitors returning to see the freshest and newest content.</p>\n<p><a href=\"http://www.soledadpenades.com/projects/delicatessen/\">Delicatessen</a> shows you who links to your WordPress blog from del.icio.us. It also shows the tags and descriptions which were used for labeling the posts.</p>\n<p><a href=\"http://wp-plugins.net/plugin/vhkeuboard/#plugin_2611\">Hebrew Virtual Keyboard</a> is JavaScript-based virtual keyboard for typing ancient Hebrew (with vowel points) in a post or a page.</p>\n<p><a href=\"http://www.hollemansproductions.com/wordpress-macro-expander-plugin.html\">MacroExpander</a> replaces user-defined keywords in a blog post with the output from the corresponding user-defined PHP function.</p>\n<p><a href=\"http://www.inverudio.com/programs/WordPressBlog/NofollowReciprocity.php\">NoFollowReciprocity</a> detects links to certain sites that put nofollow tags on links to your site and, in kind, puts ‘nofollow’ tags on links back to those sites.</p>\n<p><a href=\"http://wp-plugins.net/plugin/numbered-comments/#plugin_2603\">Numbered Comments</a> enumerates the comments in each post and shows the number of comments in the post and the total comments of the blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/phpbay-lite/#plugin_2609\">phpBay Lite</a> is a free plugin for Wordpress to display Ebay auctions via Commission Junction to monetize your website.</p>\n<p><a href=\"http://wp-plugins.net/plugin/phpbay-pro/#plugin_2610\">phpBay Pro</a> is the commercial version of the popular phpBay Lite free plugin for Wordpress to add Ebay auction listings to your site. The Pro version of this plugin has advanced features to display auction listings by specific categories, mask the affiliate urls, exclusion words and more global options in the admin control panel.</p>\n<p><a href=\"http://wp-plugins.net/plugin/picasaimport/#plugin_2608\">PicasaImport</a> lets you import the rss-feed from Picasa Web Albums.</p>\n<p><a href=\"http://www.instinct.co.nz/wp-campaign-monitor/\">WP Campaign Monitor</a> is an email newsletter / SMS tool built for WordPress. Users can send campaigns, track the results and manage their subscribers.</p>\n<p><a href=\"http://www.wp-plugins-db.org/wp-plugins-tracker\">WP Plugins Tracker</a> compares the version of the plugins in your blog with corresponding plugins version at wp-plugins-db.org database.</p>\n<p><a href=\"http://wp-plugins.net/plugin/yigger/#plugin_2602\">YiGGer</a> automatically submits the title and content of your posts to Yigg and allows you to show the YiGG-it Button.</p>\";s:7:\"pubdate\";s:31:\"Wed, 27 Jun 2007 04:45:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2904:\"<p><a href=\"http://www.awsom.org/awsom-easier-news/\">AWSOM News Announcement</a> lets you easily and quickly post announcements to your WordPress site.</p>\n<p><a href=\"http://wp-plugins.net/plugin/blogrolltimesince/#plugin_2604\">Blogroll Time Since</a> displays the time since the blogroll was last updated, and shows it in a dynamic manner that will have your visitors returning to see the freshest and newest content.</p>\n<p><a href=\"http://www.soledadpenades.com/projects/delicatessen/\">Delicatessen</a> shows you who links to your WordPress blog from del.icio.us. It also shows the tags and descriptions which were used for labeling the posts.</p>\n<p><a href=\"http://wp-plugins.net/plugin/vhkeuboard/#plugin_2611\">Hebrew Virtual Keyboard</a> is JavaScript-based virtual keyboard for typing ancient Hebrew (with vowel points) in a post or a page.</p>\n<p><a href=\"http://www.hollemansproductions.com/wordpress-macro-expander-plugin.html\">MacroExpander</a> replaces user-defined keywords in a blog post with the output from the corresponding user-defined PHP function.</p>\n<p><a href=\"http://www.inverudio.com/programs/WordPressBlog/NofollowReciprocity.php\">NoFollowReciprocity</a> detects links to certain sites that put nofollow tags on links to your site and, in kind, puts ‘nofollow’ tags on links back to those sites.</p>\n<p><a href=\"http://wp-plugins.net/plugin/numbered-comments/#plugin_2603\">Numbered Comments</a> enumerates the comments in each post and shows the number of comments in the post and the total comments of the blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/phpbay-lite/#plugin_2609\">phpBay Lite</a> is a free plugin for Wordpress to display Ebay auctions via Commission Junction to monetize your website.</p>\n<p><a href=\"http://wp-plugins.net/plugin/phpbay-pro/#plugin_2610\">phpBay Pro</a> is the commercial version of the popular phpBay Lite free plugin for Wordpress to add Ebay auction listings to your site. The Pro version of this plugin has advanced features to display auction listings by specific categories, mask the affiliate urls, exclusion words and more global options in the admin control panel.</p>\n<p><a href=\"http://wp-plugins.net/plugin/picasaimport/#plugin_2608\">PicasaImport</a> lets you import the rss-feed from Picasa Web Albums.</p>\n<p><a href=\"http://www.instinct.co.nz/wp-campaign-monitor/\">WP Campaign Monitor</a> is an email newsletter / SMS tool built for WordPress. Users can send campaigns, track the results and manage their subscribers.</p>\n<p><a href=\"http://www.wp-plugins-db.org/wp-plugins-tracker\">WP Plugins Tracker</a> compares the version of the plugins in your blog with corresponding plugins version at wp-plugins-db.org database.</p>\n<p><a href=\"http://wp-plugins.net/plugin/yigger/#plugin_2602\">YiGGer</a> automatically submits the title and content of your posts to Yigg and allows you to show the YiGG-it Button.</p>\";}i:6;a:7:{s:5:\"title\";s:28:\"Matt: Mossberg iPhone Review\";s:4:\"guid\";s:55:\"http://photomatt.net/2007/06/26/mossberg-iphone-review/\";s:4:\"link\";s:55:\"http://photomatt.net/2007/06/26/mossberg-iphone-review/\";s:11:\"description\";s:413:\"<p><a href=\"http://solution.allthingsd.com/20070626/the-iphone-is-breakthrough-handheld-computer/\">Walt Mossberg has his review of the iPhone up</a>, with an accompanying video. I would also link to the NY Times review, which had some differing opinions, but when I went back to the page to get the link it wanted me to login. Welcome to 2007. Both Mossberg and Pogue dug the keyboard… after a few days.</p>\";s:7:\"pubdate\";s:31:\"Wed, 27 Jun 2007 00:33:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:413:\"<p><a href=\"http://solution.allthingsd.com/20070626/the-iphone-is-breakthrough-handheld-computer/\">Walt Mossberg has his review of the iPhone up</a>, with an accompanying video. I would also link to the NY Times review, which had some differing opinions, but when I went back to the page to get the link it wanted me to login. Welcome to 2007. Both Mossberg and Pogue dug the keyboard… after a few days.</p>\";}i:7;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: 11 Things Before You Publish\";s:4:\"guid\";s:82:\"http://weblogtoolscollection.com/archives/2007/06/25/11-things-before-you-publish/\";s:4:\"link\";s:82:\"http://weblogtoolscollection.com/archives/2007/06/25/11-things-before-you-publish/\";s:11:\"description\";s:1885:\"<p><a href=\"http://blog.shankarganesh.com/2007/06/25/blogging-tip-11-things-to-do-before-you-hit-the-publish-button/#more-187\">11 things to do before you hit the Publish button:</a> Shankar Ganesh lists 11 things that you should do as a blogger before you hit the publish button. I have a few more that I would like to add.</p>\n<ul>\n<li>Sleep on (some of) your posts. I have often done this to keep myself from making bad choices in publishing some items.</li>\n<li>This is more for after I post something. I strongly believe that edits are a necessity and should not be avoided. If I make changes to a post after it has been published, I mark my posts to display the changes clearly. It makes the message clearer and adds continuity to the “story”.</li>\n<li>Preview posts before publishing them. This is more true for blogs with active feeds and especially important for blogs that use Feedburner.</li>\n<li>Formatting and WYSIWYG are nice but it is also quite easy to go overboard. Make sure you are helping your reader understand your point of view and not vice versa. Remove unneeded formatting. Make sure your formatting is not breaking the structure of the blog. In addition, if your <a href=\"http://weblogtoolscollection.com/archives/2004/09/11/when-you-feed-is-easier-to-read-than-your-blog-itself/\">feed is easier to read than your main blog</a>, you might want to take a closer look at your design.</li>\n<li>I am not so sure that using the “read more” feature just to increase pageviews is a good idea. That feature has its own place in breaking up long posts but can be annoying to readers and is detrimental if not used with care.</li>\n</ul>\n<p>What other things do you do before you publish your post? Are you obsessive compulsive about tags? Do you feel compelled to add lots of links? What would you suggest to other bloggers if you were asked?</p>\";s:7:\"pubdate\";s:31:\"Mon, 25 Jun 2007 23:00:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1885:\"<p><a href=\"http://blog.shankarganesh.com/2007/06/25/blogging-tip-11-things-to-do-before-you-hit-the-publish-button/#more-187\">11 things to do before you hit the Publish button:</a> Shankar Ganesh lists 11 things that you should do as a blogger before you hit the publish button. I have a few more that I would like to add.</p>\n<ul>\n<li>Sleep on (some of) your posts. I have often done this to keep myself from making bad choices in publishing some items.</li>\n<li>This is more for after I post something. I strongly believe that edits are a necessity and should not be avoided. If I make changes to a post after it has been published, I mark my posts to display the changes clearly. It makes the message clearer and adds continuity to the “story”.</li>\n<li>Preview posts before publishing them. This is more true for blogs with active feeds and especially important for blogs that use Feedburner.</li>\n<li>Formatting and WYSIWYG are nice but it is also quite easy to go overboard. Make sure you are helping your reader understand your point of view and not vice versa. Remove unneeded formatting. Make sure your formatting is not breaking the structure of the blog. In addition, if your <a href=\"http://weblogtoolscollection.com/archives/2004/09/11/when-you-feed-is-easier-to-read-than-your-blog-itself/\">feed is easier to read than your main blog</a>, you might want to take a closer look at your design.</li>\n<li>I am not so sure that using the “read more” feature just to increase pageviews is a good idea. That feature has its own place in breaking up long posts but can be annoying to readers and is detrimental if not used with care.</li>\n</ul>\n<p>What other things do you do before you publish your post? Are you obsessive compulsive about tags? Do you feel compelled to add lots of links? What would you suggest to other bloggers if you were asked?</p>\";}i:8;a:7:{s:5:\"title\";s:22:\"Matt: Google Apps IMAP\";s:4:\"guid\";s:49:\"http://photomatt.net/2007/06/25/google-apps-imap/\";s:4:\"link\";s:49:\"http://photomatt.net/2007/06/25/google-apps-imap/\";s:11:\"description\";s:369:\"<p><a href=\"http://googleblog.blogspot.com/2007/06/smooth-apps-move.html\">Google apps now supports importing mail from IMAP</a>, which means for me it just got 1000x more interesting. I have a Gmail account I use purely for archival but I only started a few months ago and so I often just resort to <code>grep</code> for searching the years of archives before that.</p>\";s:7:\"pubdate\";s:31:\"Mon, 25 Jun 2007 21:41:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:369:\"<p><a href=\"http://googleblog.blogspot.com/2007/06/smooth-apps-move.html\">Google apps now supports importing mail from IMAP</a>, which means for me it just got 1000x more interesting. I have a Gmail account I use purely for archival but I only started a few months ago and so I often just resort to <code>grep</code> for searching the years of archives before that.</p>\";}i:9;a:7:{s:5:\"title\";s:18:\"Matt: Japan Meetup\";s:4:\"guid\";s:45:\"http://photomatt.net/2007/06/25/japan-meetup/\";s:4:\"link\";s:45:\"http://photomatt.net/2007/06/25/japan-meetup/\";s:11:\"description\";s:326:\"<p>I just read on Detlog <a href=\"http://blog.detlog.org/?p=26\">there is a WordPress Japan meetup in Okayama on July 1</a>. <a href=\"http://flickr.com/photos/photomatt/603000113/\">I just got a copy of a new Japanese WP book and it looks pretty neat</a>. I’d love to make it to Japan and one of these meetups someday.</p>\";s:7:\"pubdate\";s:31:\"Mon, 25 Jun 2007 18:40:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:326:\"<p>I just read on Detlog <a href=\"http://blog.detlog.org/?p=26\">there is a WordPress Japan meetup in Okayama on July 1</a>. <a href=\"http://flickr.com/photos/photomatt/603000113/\">I just got a copy of a new Japanese WP book and it looks pretty neat</a>. I’d love to make it to Japan and one of these meetups someday.</p>\";}i:10;a:7:{s:5:\"title\";s:35:\"Dev Blog: WordCamp in San Francisco\";s:4:\"guid\";s:67:\"http://wordpress.org/development/2007/06/wordcamp-in-san-francisco/\";s:4:\"link\";s:67:\"http://wordpress.org/development/2007/06/wordcamp-in-san-francisco/\";s:11:\"description\";s:1859:\"<p><a href=\"http://2006.wordcamp.org/\">Last year</a> over 350 WordPressers of <a href=\"http://flickr.com/photos/elea/208669527/\">all ages</a> and experience levels gathered in San Francisco to share a day together. We’re now halfway through 2007, and <a href=\"http://2007.wordcamp.org/\">there is a new WordCamp happening on July 21 and 22</a> that I hope many of you can make it to.</p>\n<p>This year we’re expanding the conference to two days instead of one with the first focusing on user and blog-facing topics, like search engine optimization and podcasting, and the second day will focus on more development topics, such as usability, iterative design, and the future of publishing. Speakers this year include <a href=\"http://2007.wordcamp.org/schedule/\">several WordPress developers</a>, <a href=\"http://www.mattcutts.com/blog/\">Matt Cutts</a>, <a href=\"http://en.wikipedia.org/wiki/John_C._Dvorak\">John Dvorak</a>, <a href=\"http://www.rhjr.net/\">Robert Hoekman Jr.</a>, <a href=\"http://www.mightyseek.com/podpress\">Dan Kuykendall</a>, <a href=\"http://gigaom.com/\">Om Malik</a>, <a href=\"http://www.rashmisinha.com/\">Rashmi Sinha</a>, <a href=\"http://lorelle.wordpress.com/\">Lorelle Vanfossen</a>, and <a href=\"http://scripting.com/\">Dave Winer</a>. <a href=\"http://2007.wordcamp.org/schedule/\">Check out the entire schedule</a>.</p>\n<p>Just like last year there will be free lunch (with the <a href=\"http://www.flickr.com/photos/jaxuk/207426730/in/set-72157594225374067/\">legendary BBQ</a> on Sunday) and t-shirts for everybody, and a party on Saturday night. Unlike last year we’re asking for $25 to help cover costs, but if that’s a problem there are scholarships available. Registration will be closing July 9th and there will not be tickets at the door, <a href=\"http://2007.wordcamp.org/register/\">so get yours soon</a>.</p>\";s:7:\"pubdate\";s:31:\"Mon, 25 Jun 2007 09:49:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:1859:\"<p><a href=\"http://2006.wordcamp.org/\">Last year</a> over 350 WordPressers of <a href=\"http://flickr.com/photos/elea/208669527/\">all ages</a> and experience levels gathered in San Francisco to share a day together. We’re now halfway through 2007, and <a href=\"http://2007.wordcamp.org/\">there is a new WordCamp happening on July 21 and 22</a> that I hope many of you can make it to.</p>\n<p>This year we’re expanding the conference to two days instead of one with the first focusing on user and blog-facing topics, like search engine optimization and podcasting, and the second day will focus on more development topics, such as usability, iterative design, and the future of publishing. Speakers this year include <a href=\"http://2007.wordcamp.org/schedule/\">several WordPress developers</a>, <a href=\"http://www.mattcutts.com/blog/\">Matt Cutts</a>, <a href=\"http://en.wikipedia.org/wiki/John_C._Dvorak\">John Dvorak</a>, <a href=\"http://www.rhjr.net/\">Robert Hoekman Jr.</a>, <a href=\"http://www.mightyseek.com/podpress\">Dan Kuykendall</a>, <a href=\"http://gigaom.com/\">Om Malik</a>, <a href=\"http://www.rashmisinha.com/\">Rashmi Sinha</a>, <a href=\"http://lorelle.wordpress.com/\">Lorelle Vanfossen</a>, and <a href=\"http://scripting.com/\">Dave Winer</a>. <a href=\"http://2007.wordcamp.org/schedule/\">Check out the entire schedule</a>.</p>\n<p>Just like last year there will be free lunch (with the <a href=\"http://www.flickr.com/photos/jaxuk/207426730/in/set-72157594225374067/\">legendary BBQ</a> on Sunday) and t-shirts for everybody, and a party on Saturday night. Unlike last year we’re asking for $25 to help cover costs, but if that’s a problem there are scholarships available. Registration will be closing July 9th and there will not be tickets at the door, <a href=\"http://2007.wordcamp.org/register/\">so get yours soon</a>.</p>\";}i:11;a:7:{s:5:\"title\";s:23:\"Matt: Web Storage Sites\";s:4:\"guid\";s:50:\"http://photomatt.net/2007/06/25/web-storage-sites/\";s:4:\"link\";s:50:\"http://photomatt.net/2007/06/25/web-storage-sites/\";s:11:\"description\";s:129:\"<p><a href=\"http://news.com.com/2100-1023-227606.html\">Web storage sites loom as next big thing</a> says CNET… in 1999.</p>\";s:7:\"pubdate\";s:31:\"Mon, 25 Jun 2007 09:33:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:129:\"<p><a href=\"http://news.com.com/2100-1023-227606.html\">Web storage sites loom as next big thing</a> says CNET… in 1999.</p>\";}i:12;a:7:{s:5:\"title\";s:24:\"Matt: Non-Blog WordPress\";s:4:\"guid\";s:51:\"http://photomatt.net/2007/06/25/non-blog-wordpress/\";s:4:\"link\";s:51:\"http://photomatt.net/2007/06/25/non-blog-wordpress/\";s:11:\"description\";s:156:\"<p><a href=\"http://ifacethoughts.net/2007/06/24/wordpress-makes-sense-for-many-non-blog-websites/\">WordPress Makes Sense For Many Non-Blog Websites</a>.</p>\";s:7:\"pubdate\";s:31:\"Mon, 25 Jun 2007 08:54:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:156:\"<p><a href=\"http://ifacethoughts.net/2007/06/24/wordpress-makes-sense-for-many-non-blog-websites/\">WordPress Makes Sense For Many Non-Blog Websites</a>.</p>\";}i:13;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/23\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/23/wordpress-theme-releases-for-623/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/23/wordpress-theme-releases-for-623/\";s:11:\"description\";s:1151:\"<p><a href=\"http://www.osskins.com/main/wordpress/free-wordpress-theme-big-red/2007/06/11\">Big Red</a> is a 2-column theme with red header. The footer also contains some sidebar-type content.</p>\n<p><a href=\"http://www.ducttapemarketing.com/weblog.php?id=P1084\">Duct Tape Business Blog theme</a> is a 3-column, widget-ready theme designed with small businesses in mind. It has a magazine/newspaper feel and includes advertising blocks for your business’ products.</p>\n<p><a href=\"http://themes.wordpress.net/other/widget-ready/4035/lonely-day-10/\">Lonely Day</a> is a single-column, widget-ready theme. Very purple, but very pretty.</p>\n<p><a href=\"http://writerspace.net/index.php/2007/06/21/ubiquitous-wordpress-theme/\">Ubiquitous</a> is a 2-column, widget-ready, minimalist theme. It features asides, as well as an extended archive window at the foot of the theme and an ajax-enabled search box displaying results in real time.</p>\n<p><a href=\"http://www.osskins.com/main/wordpress/free-wordpress-theme-green-nature/2007/06/19\">Green Nature</a> is a 2-column theme that’s very, well, <em>green</em>. (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Sat, 23 Jun 2007 04:45:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1151:\"<p><a href=\"http://www.osskins.com/main/wordpress/free-wordpress-theme-big-red/2007/06/11\">Big Red</a> is a 2-column theme with red header. The footer also contains some sidebar-type content.</p>\n<p><a href=\"http://www.ducttapemarketing.com/weblog.php?id=P1084\">Duct Tape Business Blog theme</a> is a 3-column, widget-ready theme designed with small businesses in mind. It has a magazine/newspaper feel and includes advertising blocks for your business’ products.</p>\n<p><a href=\"http://themes.wordpress.net/other/widget-ready/4035/lonely-day-10/\">Lonely Day</a> is a single-column, widget-ready theme. Very purple, but very pretty.</p>\n<p><a href=\"http://writerspace.net/index.php/2007/06/21/ubiquitous-wordpress-theme/\">Ubiquitous</a> is a 2-column, widget-ready, minimalist theme. It features asides, as well as an extended archive window at the foot of the theme and an ajax-enabled search box displaying results in real time.</p>\n<p><a href=\"http://www.osskins.com/main/wordpress/free-wordpress-theme-green-nature/2007/06/19\">Green Nature</a> is a 2-column theme that’s very, well, <em>green</em>. (Contains sponsored links.)</p>\";}i:14;a:7:{s:5:\"title\";s:20:\"Matt: On WP Security\";s:4:\"guid\";s:47:\"http://photomatt.net/2007/06/22/on-wp-security/\";s:4:\"link\";s:47:\"http://photomatt.net/2007/06/22/on-wp-security/\";s:11:\"description\";s:4267:\"<p>Wincent Colaiuta has no problem <a href=\"http://wincent.com/a/about/wincent/weblog/archives/2007/06/wordpress_flaw.php\">throwing flames at WordPress</a>, but doesn’t see fit to enable comments. (Apparently disabled to <a href=\"http://wincent.com/knowledge-base/Movable_Type_security_notes\">make Movable Type more secure</a>.) His table-layout blog isn’t too notable but it got linked from <a href=\"http://daringfireball.net/\">Daring Fireball</a> so a lot of people saw his article trying to draw the line between a <a href=\"http://wordpress.org/development/2007/06/wordpress-221/\">routine point release</a> and encouraging people to never use WordPress on the public internet. Here are a few points for thought in response:</p>\n<ul>\n<li>The SQL problem in 2.2 requires both registration to be enabled (off by default) and the blog to be upgraded to 2.2. It is a serious problem but I’ve heard of fewer than 5 exploits from the flaw. Even if you assume there are 100 blogs for every one we heard about, that’s still an incredibly small percentage of the millions of WordPresses out there, especially considering, as Wincent points out, the problem has been in the public for a while now.</li>\n<li>Getting people to upgrade web software is hard. We work as best we can with hosting companies, but a consideration is that it’s best to roll several security fixes into one release. It’s not responsible to do a release if we know of another problem, so sometimes there is a lag between an initial report and a final release, not to mention the testing required of a product used as much as WP.</li>\n<li>Wincent digs up the server crack that modified the files of 2.1.1 for a few days. Ignoring the fact that it was a server issue and had nothing to do with WordPress the software, we actually had NO reported exploits of the problem. (Though I’m sure there are at least a handful out there with problems, it wasn’t enough to hit our radar.) Despite that we took a hit and publicized the issue as much as we could to get the word out.</li>\n<li>Also about 2.1.1, the problem was found through someone proactively auditing the codebase.</li>\n<li>Finally Wincent says of WP “[a]nd if you insist on installing it, then you need to watch the <a href=\"http://trac.wordpress.org/\">trac</a> like a hawk.” You would think complete transparency of the problems (it was on our bug tracker and mailing list) would be a good thing, especially considering the software Wincent uses doesn’t have a bug tracker, and the only way to submit a bug is through a contact form.</li>\n</ul>\n<p>We can and do review new code for problems, and pick the vast majority up before any releases. I think the real issue though is not that WP has bugs which are sometimes security related, which all software not written by djb does, but that the mechanisms for updating complex web software are a pain. Right now the best experiences are probably with folks like Media Temple or Dreamhost that have pretty foolproof one-click upgrades and are quick with updates.</p>\n<p>Making notification better and upgrading more painless for people not lucky enough to be on a host like that are problems with some very clever minds on them, and I’m confident that we’ll have good progress toward each in the next major release of WP.</p>\n<p>Finally, I suppose we could act more like our proprietary competitors and try to downplay or hide security issues instead of trumpeting them loudly in our blog, but I think the benefit of having people well-informed outweighs the PR lumps we take for doing the right thing. I truly believe talking about these things in the open is the best way to address them.</p>\n<p>In some ways it’s a good problem to have. When a product is popular, not only does it have more eyes from security professionals on it, but any problems garner a level of attention which is not quite warranted by the frequency of the general event, like Angelina Jolie having a baby. There are certainly things intrinsic to coding that can make software more or less secure, but all things being equal the software with the most eyes on it, which usually means Open Source, will be the most robust in the long term.</p>\";s:7:\"pubdate\";s:31:\"Sat, 23 Jun 2007 03:46:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:4267:\"<p>Wincent Colaiuta has no problem <a href=\"http://wincent.com/a/about/wincent/weblog/archives/2007/06/wordpress_flaw.php\">throwing flames at WordPress</a>, but doesn’t see fit to enable comments. (Apparently disabled to <a href=\"http://wincent.com/knowledge-base/Movable_Type_security_notes\">make Movable Type more secure</a>.) His table-layout blog isn’t too notable but it got linked from <a href=\"http://daringfireball.net/\">Daring Fireball</a> so a lot of people saw his article trying to draw the line between a <a href=\"http://wordpress.org/development/2007/06/wordpress-221/\">routine point release</a> and encouraging people to never use WordPress on the public internet. Here are a few points for thought in response:</p>\n<ul>\n<li>The SQL problem in 2.2 requires both registration to be enabled (off by default) and the blog to be upgraded to 2.2. It is a serious problem but I’ve heard of fewer than 5 exploits from the flaw. Even if you assume there are 100 blogs for every one we heard about, that’s still an incredibly small percentage of the millions of WordPresses out there, especially considering, as Wincent points out, the problem has been in the public for a while now.</li>\n<li>Getting people to upgrade web software is hard. We work as best we can with hosting companies, but a consideration is that it’s best to roll several security fixes into one release. It’s not responsible to do a release if we know of another problem, so sometimes there is a lag between an initial report and a final release, not to mention the testing required of a product used as much as WP.</li>\n<li>Wincent digs up the server crack that modified the files of 2.1.1 for a few days. Ignoring the fact that it was a server issue and had nothing to do with WordPress the software, we actually had NO reported exploits of the problem. (Though I’m sure there are at least a handful out there with problems, it wasn’t enough to hit our radar.) Despite that we took a hit and publicized the issue as much as we could to get the word out.</li>\n<li>Also about 2.1.1, the problem was found through someone proactively auditing the codebase.</li>\n<li>Finally Wincent says of WP “[a]nd if you insist on installing it, then you need to watch the <a href=\"http://trac.wordpress.org/\">trac</a> like a hawk.” You would think complete transparency of the problems (it was on our bug tracker and mailing list) would be a good thing, especially considering the software Wincent uses doesn’t have a bug tracker, and the only way to submit a bug is through a contact form.</li>\n</ul>\n<p>We can and do review new code for problems, and pick the vast majority up before any releases. I think the real issue though is not that WP has bugs which are sometimes security related, which all software not written by djb does, but that the mechanisms for updating complex web software are a pain. Right now the best experiences are probably with folks like Media Temple or Dreamhost that have pretty foolproof one-click upgrades and are quick with updates.</p>\n<p>Making notification better and upgrading more painless for people not lucky enough to be on a host like that are problems with some very clever minds on them, and I’m confident that we’ll have good progress toward each in the next major release of WP.</p>\n<p>Finally, I suppose we could act more like our proprietary competitors and try to downplay or hide security issues instead of trumpeting them loudly in our blog, but I think the benefit of having people well-informed outweighs the PR lumps we take for doing the right thing. I truly believe talking about these things in the open is the best way to address them.</p>\n<p>In some ways it’s a good problem to have. When a product is popular, not only does it have more eyes from security professionals on it, but any problems garner a level of attention which is not quite warranted by the frequency of the general event, like Angelina Jolie having a baby. There are certainly things intrinsic to coding that can make software more or less secure, but all things being equal the software with the most eyes on it, which usually means Open Source, will be the most robust in the long term.</p>\";}i:15;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/22\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/22/wordpress-theme-releases-for-622/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/22/wordpress-theme-releases-for-622/\";s:11:\"description\";s:1672:\"<p><a href=\"http://rockinthemes.com/ambient-glo-3-column-web-20-free-wordpress-theme-released/\">Ambient Glow</a> is a 3-column, widget-ready theme with a nice glowy effect in the header.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4008/blue-pix-100/\">Blue Pix</a> is a 2-column theme done in white with light blue highlights.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4029/blue-shade/\">Blue Shade</a> is a 3-column theme in teal and gold colors. The right sidebar is actually an adsense column.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4023/pure-12/\">Pure</a> is a 2-column, widget-ready theme. It has a light and fluffy look.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4014/simple-sense-version-1/\">Simple Sense</a> is a 3-column theme designed for adsense.</p>\n<p><a href=\"http://www.churchcommunicationspro.com/2007/05/27/spiritual-journal-free-wordpress-release-by-church-communications-pro/\">Spiritual Journal</a> is a 2-column, widget-ready theme designed to be a personal journal for pastors, ministers and other Christ-followers.</p>\n<p><a href=\"http://www.cypherhackz.net/archives/2007/06/21/cypherfs-greeny-wordpress-theme-released/\">CypherFS Greeny</a> is a 2-columns, widget-ready theme that supports adsense. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4009/dark-glamour/\">Dark Glamour</a> is a 3-column theme designed for adsense. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/widget-ready/4024/zonecopper/\">zoneCopper</a> is a 2-column theme based on the ZoneCopper theme for phpFusion.</p>\";s:7:\"pubdate\";s:31:\"Fri, 22 Jun 2007 04:45:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1672:\"<p><a href=\"http://rockinthemes.com/ambient-glo-3-column-web-20-free-wordpress-theme-released/\">Ambient Glow</a> is a 3-column, widget-ready theme with a nice glowy effect in the header.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4008/blue-pix-100/\">Blue Pix</a> is a 2-column theme done in white with light blue highlights.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4029/blue-shade/\">Blue Shade</a> is a 3-column theme in teal and gold colors. The right sidebar is actually an adsense column.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4023/pure-12/\">Pure</a> is a 2-column, widget-ready theme. It has a light and fluffy look.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4014/simple-sense-version-1/\">Simple Sense</a> is a 3-column theme designed for adsense.</p>\n<p><a href=\"http://www.churchcommunicationspro.com/2007/05/27/spiritual-journal-free-wordpress-release-by-church-communications-pro/\">Spiritual Journal</a> is a 2-column, widget-ready theme designed to be a personal journal for pastors, ministers and other Christ-followers.</p>\n<p><a href=\"http://www.cypherhackz.net/archives/2007/06/21/cypherfs-greeny-wordpress-theme-released/\">CypherFS Greeny</a> is a 2-columns, widget-ready theme that supports adsense. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4009/dark-glamour/\">Dark Glamour</a> is a 3-column theme designed for adsense. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/widget-ready/4024/zonecopper/\">zoneCopper</a> is a 2-column theme based on the ZoneCopper theme for phpFusion.</p>\";}i:16;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 6/22\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/22/wordpress-plugin-releases-for-622/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/22/wordpress-plugin-releases-for-622/\";s:11:\"description\";s:2185:\"<p><a href=\"http://wp-plugins.net/plugin/rss4content/#plugin_1894\">Content Related RSS Feeds</a> takes the most relevant keywords from the post content and goes and finds feeds containing those keywords, and does that automatically, without the need of manually searching for appropriate feeds.</p>\n<p><a href=\"http://wp-plugins.net/plugin/delicious_counter/#plugin_2598\">del.icio.us Counter</a> determines, how often the startpage of the blog is currently stored as bookmark at del.icio.us. </p>\n<p><a href=\"http://wp-plugins.net/plugin/feedburner_cat_feed/#plugin_1879\">FeedBurner Category Feeds</a> allows users to redirect each category feed to his own FeedBurner feed. Unlike other plugins that redirect all the feeds to the main feed, this plugin allows you to have a feedburner feed for each category or subcategory.</p>\n<p><a href=\"http://wp-plugins.net/plugin/mr_wong_counter/#plugin_2599\">Mr. Wong Counter</a> returns the number of pages stored for this blog on mister wong.</p>\n<p><a href=\"http://wp-plugins.net/plugin/socialbookmarkbuttons/#plugin_2601\">Social Bookmark Buttons</a> that will add bookmark buttons for Del.icio.us, Digg.com, Netscape.com, Reddit.com, Stumbleupon.com, Google.com, Socialogs.com, and Socialposter.com.</p>\n<p><a href=\"http://tela-web.com/wordpress-plugins/sticky-menu/\">Sticky Menu</a> lets you define an unlimited number of menus, in which you list the exact number of menu items you want to appear. Menu items can link to any pages, posts, etc., in your site or any URLs exterior to your site. You can define a class name for each menu item.</p>\n<p><a href=\"http://wp-plugins.net/plugin/wp-currency-ticker-en/#plugin_2597\">WP Currency Ticker</a> shows almost real-time foreign currency rates on your weblog and supports 152 different currencies. </p>\n<p><a href=\"http://www.dcoda.co.uk/index.php/downloads/wordpress/wp_easyreply/\">WP_Easyreply</a> aids you in replying to many commenters on your post in one fell swoop.</p>\n<p><a href=\"http://www.cyberhobo.net/downloads/geo-mashup-plugin/\">WordPress Geo Mashup</a> plots WordPress posts on a Google Map, with a pin at each post. Clicking on a pin pops up a summary and link to the post.</p>\";s:7:\"pubdate\";s:31:\"Fri, 22 Jun 2007 04:45:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2185:\"<p><a href=\"http://wp-plugins.net/plugin/rss4content/#plugin_1894\">Content Related RSS Feeds</a> takes the most relevant keywords from the post content and goes and finds feeds containing those keywords, and does that automatically, without the need of manually searching for appropriate feeds.</p>\n<p><a href=\"http://wp-plugins.net/plugin/delicious_counter/#plugin_2598\">del.icio.us Counter</a> determines, how often the startpage of the blog is currently stored as bookmark at del.icio.us. </p>\n<p><a href=\"http://wp-plugins.net/plugin/feedburner_cat_feed/#plugin_1879\">FeedBurner Category Feeds</a> allows users to redirect each category feed to his own FeedBurner feed. Unlike other plugins that redirect all the feeds to the main feed, this plugin allows you to have a feedburner feed for each category or subcategory.</p>\n<p><a href=\"http://wp-plugins.net/plugin/mr_wong_counter/#plugin_2599\">Mr. Wong Counter</a> returns the number of pages stored for this blog on mister wong.</p>\n<p><a href=\"http://wp-plugins.net/plugin/socialbookmarkbuttons/#plugin_2601\">Social Bookmark Buttons</a> that will add bookmark buttons for Del.icio.us, Digg.com, Netscape.com, Reddit.com, Stumbleupon.com, Google.com, Socialogs.com, and Socialposter.com.</p>\n<p><a href=\"http://tela-web.com/wordpress-plugins/sticky-menu/\">Sticky Menu</a> lets you define an unlimited number of menus, in which you list the exact number of menu items you want to appear. Menu items can link to any pages, posts, etc., in your site or any URLs exterior to your site. You can define a class name for each menu item.</p>\n<p><a href=\"http://wp-plugins.net/plugin/wp-currency-ticker-en/#plugin_2597\">WP Currency Ticker</a> shows almost real-time foreign currency rates on your weblog and supports 152 different currencies. </p>\n<p><a href=\"http://www.dcoda.co.uk/index.php/downloads/wordpress/wp_easyreply/\">WP_Easyreply</a> aids you in replying to many commenters on your post in one fell swoop.</p>\n<p><a href=\"http://www.cyberhobo.net/downloads/geo-mashup-plugin/\">WordPress Geo Mashup</a> plots WordPress posts on a Google Map, with a pin at each post. Clicking on a pin pops up a summary and link to the post.</p>\";}i:17;a:7:{s:5:\"title\";s:39:\"bbPress: bbPress 0.8.2 and FOUND_ROWS()\";s:4:\"guid\";s:59:\"http://bbpress.org/blog/2007/06/bbpress-082-and-found_rows/\";s:4:\"link\";s:59:\"http://bbpress.org/blog/2007/06/bbpress-082-and-found_rows/\";s:11:\"description\";s:612:\"<p><a href=\"http://bbpress.org/blog/2007/06/082-hot-off-the-bbpress/\">bbPress 0.8.2</a> introduced a new way of counting how many pages worth of information there were to display (how many pages worth of content, for example, there are to display in a user’s profile): MySQL’s <a href=\"http://dev.mysql.com/doc/refman/5.1/en/information-functions.html#function_found-rows\">FOUND_ROWS()</a> function. It works very well for most bbPress sites.</p>\n<p>It cripples large sites.</p>\n<p> <a href=\"http://bbpress.org/blog/2007/06/bbpress-082-and-found_rows/#more-69\" class=\"morelink\">(more…)</a></p>\";s:7:\"pubdate\";s:31:\"Thu, 21 Jun 2007 23:54:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:612:\"<p><a href=\"http://bbpress.org/blog/2007/06/082-hot-off-the-bbpress/\">bbPress 0.8.2</a> introduced a new way of counting how many pages worth of information there were to display (how many pages worth of content, for example, there are to display in a user’s profile): MySQL’s <a href=\"http://dev.mysql.com/doc/refman/5.1/en/information-functions.html#function_found-rows\">FOUND_ROWS()</a> function. It works very well for most bbPress sites.</p>\n<p>It cripples large sites.</p>\n<p> <a href=\"http://bbpress.org/blog/2007/06/bbpress-082-and-found_rows/#more-69\" class=\"morelink\">(more…)</a></p>\";}i:18;a:7:{s:5:\"title\";s:54:\"Weblog Tools Collection: More stats from whos.amung.us\";s:4:\"guid\";s:81:\"http://weblogtoolscollection.com/archives/2007/06/21/more-stats-from-whosamungus/\";s:4:\"link\";s:81:\"http://weblogtoolscollection.com/archives/2007/06/21/more-stats-from-whosamungus/\";s:11:\"description\";s:1804:\"<p><a href=\"http://whos.amung.us/show/zyailhyo\">More stats from whos.amung.us</a>: I <a href=\"http://weblogtoolscollection.com/archives/2007/04/06/whosamungus/\">really liked</a> the service when it was first started and the recent improvements just add a little more icing to the cake. Now you can view the number of simultaneous users on your site or blog in graph format for the day, month or year. There is also a neat little search feature to modify your past stats for a certain date range. You can now tweak the widget for your blog by choosing the color of the background and the text in the widget to suit the layout of your site and there are options for the size of the widget.</p>\n<p>I chose the <a href=\"http://techcrunch.com\">TechCrunch</a> stats because they are much more interesting to monitor but as <a href=\"http://whos.amung.us/show/hfac3ooo\">you can tell</a>, I installed the widget on this blog on the first day I found it and unlike other tools, it is still displayed on this blog. I like it since it is unobtrusive and quite enlightening if not somewhat entertaining. The new features and the growing popularity seems to have affected performance of their statistics page a little but I am hoping that is temporary as their revenue grows and they are able to add more resources towards this project. The performance hit has had no effect on the display of the widget. [EDIT] Of course, I jinxed their server(s) and they are down at the moment with no display of the tracker.</p>\n<p>In completely unrelated news, Wordpress 2.2.1 was <a href=\"http://wordpress.org/development/2007/06/wordpress-221/\">released today</a> and the upgrades include important security fixes and some bug fixes. The <a href=\"http://wordpress.org/download/\">nicely polished upgrade</a> is well worth it.</p>\";s:7:\"pubdate\";s:31:\"Thu, 21 Jun 2007 22:00:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1804:\"<p><a href=\"http://whos.amung.us/show/zyailhyo\">More stats from whos.amung.us</a>: I <a href=\"http://weblogtoolscollection.com/archives/2007/04/06/whosamungus/\">really liked</a> the service when it was first started and the recent improvements just add a little more icing to the cake. Now you can view the number of simultaneous users on your site or blog in graph format for the day, month or year. There is also a neat little search feature to modify your past stats for a certain date range. You can now tweak the widget for your blog by choosing the color of the background and the text in the widget to suit the layout of your site and there are options for the size of the widget.</p>\n<p>I chose the <a href=\"http://techcrunch.com\">TechCrunch</a> stats because they are much more interesting to monitor but as <a href=\"http://whos.amung.us/show/hfac3ooo\">you can tell</a>, I installed the widget on this blog on the first day I found it and unlike other tools, it is still displayed on this blog. I like it since it is unobtrusive and quite enlightening if not somewhat entertaining. The new features and the growing popularity seems to have affected performance of their statistics page a little but I am hoping that is temporary as their revenue grows and they are able to add more resources towards this project. The performance hit has had no effect on the display of the widget. [EDIT] Of course, I jinxed their server(s) and they are down at the moment with no display of the tracker.</p>\n<p>In completely unrelated news, Wordpress 2.2.1 was <a href=\"http://wordpress.org/development/2007/06/wordpress-221/\">released today</a> and the upgrades include important security fixes and some bug fixes. The <a href=\"http://wordpress.org/download/\">nicely polished upgrade</a> is well worth it.</p>\";}i:19;a:7:{s:5:\"title\";s:41:\"Dougal Campbell: WordPress 2.2.1 Released\";s:4:\"guid\";s:64:\"http://dougal.gunters.org/blog/2007/06/21/wordpress-221-released\";s:4:\"link\";s:64:\"http://dougal.gunters.org/blog/2007/06/21/wordpress-221-released\";s:11:\"description\";s:1362:\"<p>\n<a href=\"http://wordpress.org/development/2007/06/wordpress-221/\">WordPress 2.2.1 is now available</a>. Most of the changes are minor bug fixes, however there are some security fixes as well. We can\'t stress enough how important it is to upgrade your sites and keep them current so that you aren\'t open to attacks. Many people see these \"minor\" version updates and assume that they don\'t need to install them. Mainly it seems to be folks who worry about an upgrade breaking their theme or their plugins. But if the themes and plugins are written properly, this won\'t normally be a problem. So, if you are running any version of WordPress older than 2.2.1, go <a href=\"http://wordpress.org/download/\">download the new version </a>now.\n</p>\n<p>\nIf you\'re curious about what\'s changed since 2.2.0, read <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority\">the list of changes on Trac</a>. Or, you can view the <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.2&old=&new_path=tags%2F2.2.1&new=\">source code changes</a> for all the changed files.\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=815&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_815\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";s:7:\"pubdate\";s:31:\"Thu, 21 Jun 2007 14:25:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:1362:\"<p>\n<a href=\"http://wordpress.org/development/2007/06/wordpress-221/\">WordPress 2.2.1 is now available</a>. Most of the changes are minor bug fixes, however there are some security fixes as well. We can\'t stress enough how important it is to upgrade your sites and keep them current so that you aren\'t open to attacks. Many people see these \"minor\" version updates and assume that they don\'t need to install them. Mainly it seems to be folks who worry about an upgrade breaking their theme or their plugins. But if the themes and plugins are written properly, this won\'t normally be a problem. So, if you are running any version of WordPress older than 2.2.1, go <a href=\"http://wordpress.org/download/\">download the new version </a>now.\n</p>\n<p>\nIf you\'re curious about what\'s changed since 2.2.0, read <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority\">the list of changes on Trac</a>. Or, you can view the <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.2&old=&new_path=tags%2F2.2.1&new=\">source code changes</a> for all the changed files.\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=815&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_815\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";}i:20;a:7:{s:5:\"title\";s:25:\"Dev Blog: WordPress 2.2.1\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/06/wordpress-221/\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/06/wordpress-221/\";s:11:\"description\";s:2532:\"<p>WordPress 2.2.1 is <a href=\"http://wordpress.org/download/\">now available</a>. 2.2.1 is a bug fix release for the 2.2 series. Since 2.2 was released a month ago, the WordPress community has been improving fit-and-finish by identifying and fixing those little bugs that can be so annoying and by fine-tuning some small details. The result is a nicely polished 2.2.1 release. The full list of bugs fixed in 2.2.1 is available <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority\">here</a>. Here are some highlights.</p>\n<ul>\n<li> Atom feed validation fixes (<a href=\"http://trac.wordpress.org/ticket/4274\">#4274</a>, <a href=\"http://trac.wordpress.org/ticket/4307\">#4307</a>, <a href=\"http://trac.wordpress.org/ticket/4381\">#4381</a>, <a href=\"http://trac.wordpress.org/ticket/4382\">#4382</a>)</li>\n<li>XML-RPC fixes (<a href=\"http://trac.wordpress.org/ticket/4314\">#4314</a>, <a href=\"http://trac.wordpress.org/ticket/4329\">#4329</a>, <a href=\"http://trac.wordpress.org/ticket/4315\">#4315</a>, <a href=\"http://trac.wordpress.org/ticket/4469\">#4469</a>)</li>\n<li>Widget backward compatibility fixes (<a href=\"http://trac.wordpress.org/ticket/4275\">#4275</a>)</li>\n<li>Widget layout fixes for IE7 (<a href=\"http://trac.wordpress.org/ticket/4264\">#4264</a>, <a href=\"http://trac.wordpress.org/ticket/4268\">#4268</a>)</li>\n<li>Page and Text Widget improvements (<a href=\"http://trac.wordpress.org/ticket/4302\">#4302</a>, <a href=\"http://trac.wordpress.org/ticket/4259\">#4259</a>)</li>\n</ul>\n<p>Unfortunately, 2.2.1 is not just a bug fix release. Some security issues came to light during 2.2.1 development, making 2.2.1 a required upgrade. 2.2.1 addresses the following vulnerabilities:</p>\n<ul>\n<li><a href=\"http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3215\">Remote shell injection in PHPMailer</a></li>\n<li><a href=\"http://www.milw0rm.com/exploits/4039\">Remote SQL injection in XML-RPC</a> Discovered by <a href=\"http://www.buayacorp.com/\">Alexander Concha</a>.</li>\n<li><a href=\"http://archives.neohapsis.com/archives/fulldisclosure/2007-06/0180.html\">Unescaped attribute in default theme</a></li>\n</ul>\n<p>Special thanks to <a href=\"http://www.buayacorp.com/\">Alexander Concha</a> for his continued assistance in making WordPress more secure. Special thanks also to <a href=\"http://www.red-sweater.com/blog/\">Daniel Jalkut</a> of <a href=\"http://www.red-sweater.com/\">Red Sweater Software</a> for his improvements to our XML-RPC implementation.</p>\";s:7:\"pubdate\";s:31:\"Thu, 21 Jun 2007 04:49:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ryan\";}s:7:\"summary\";s:2532:\"<p>WordPress 2.2.1 is <a href=\"http://wordpress.org/download/\">now available</a>. 2.2.1 is a bug fix release for the 2.2 series. Since 2.2 was released a month ago, the WordPress community has been improving fit-and-finish by identifying and fixing those little bugs that can be so annoying and by fine-tuning some small details. The result is a nicely polished 2.2.1 release. The full list of bugs fixed in 2.2.1 is available <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority\">here</a>. Here are some highlights.</p>\n<ul>\n<li> Atom feed validation fixes (<a href=\"http://trac.wordpress.org/ticket/4274\">#4274</a>, <a href=\"http://trac.wordpress.org/ticket/4307\">#4307</a>, <a href=\"http://trac.wordpress.org/ticket/4381\">#4381</a>, <a href=\"http://trac.wordpress.org/ticket/4382\">#4382</a>)</li>\n<li>XML-RPC fixes (<a href=\"http://trac.wordpress.org/ticket/4314\">#4314</a>, <a href=\"http://trac.wordpress.org/ticket/4329\">#4329</a>, <a href=\"http://trac.wordpress.org/ticket/4315\">#4315</a>, <a href=\"http://trac.wordpress.org/ticket/4469\">#4469</a>)</li>\n<li>Widget backward compatibility fixes (<a href=\"http://trac.wordpress.org/ticket/4275\">#4275</a>)</li>\n<li>Widget layout fixes for IE7 (<a href=\"http://trac.wordpress.org/ticket/4264\">#4264</a>, <a href=\"http://trac.wordpress.org/ticket/4268\">#4268</a>)</li>\n<li>Page and Text Widget improvements (<a href=\"http://trac.wordpress.org/ticket/4302\">#4302</a>, <a href=\"http://trac.wordpress.org/ticket/4259\">#4259</a>)</li>\n</ul>\n<p>Unfortunately, 2.2.1 is not just a bug fix release. Some security issues came to light during 2.2.1 development, making 2.2.1 a required upgrade. 2.2.1 addresses the following vulnerabilities:</p>\n<ul>\n<li><a href=\"http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3215\">Remote shell injection in PHPMailer</a></li>\n<li><a href=\"http://www.milw0rm.com/exploits/4039\">Remote SQL injection in XML-RPC</a> Discovered by <a href=\"http://www.buayacorp.com/\">Alexander Concha</a>.</li>\n<li><a href=\"http://archives.neohapsis.com/archives/fulldisclosure/2007-06/0180.html\">Unescaped attribute in default theme</a></li>\n</ul>\n<p>Special thanks to <a href=\"http://www.buayacorp.com/\">Alexander Concha</a> for his continued assistance in making WordPress more secure. Special thanks also to <a href=\"http://www.red-sweater.com/blog/\">Daniel Jalkut</a> of <a href=\"http://www.red-sweater.com/\">Red Sweater Software</a> for his improvements to our XML-RPC implementation.</p>\";}i:21;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/21\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/21/wordpress-theme-releases-for-621/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/21/wordpress-theme-releases-for-621/\";s:11:\"description\";s:2169:\"<p><a href=\"http://www.dirjournal.com/wp-themes/coolblue-free-wordpress-theme/\">CoolBlue</a> is a 3-column, widget- and adsense-ready theme from the iBlue family. It features a solid blue header with the main content area sitting on a white background. Both sidebar columns appear on the right side without crowding the main content area.</p>\n<p><a href=\"http://www.upstartblogger.com/wordpress-theme-upstart-blogger-modicus\">Modicus</a> is a 3-column, minimalist theme with a very different approach to theme design and layout. It is a spacious 3-column theme with two widget-ready sidebars, optional home page, and includes 5 optional plugins.</p>\n<p><a href=\"http://za.skocz.com/2007/06/20/announcing-nightlife-theme-for-wordpress/\">NightLife</a> is a Performancing theme for WordPress.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/3975/redstone/\">RedStone</a> is a stylish 2-column theme in red and black. Also check out <a href=\"http://themes.wordpress.net/other/left-sidebar/3980/deep-red/\">Deep Red</a>, <a href=\"http://themes.wordpress.net/other/no-images/3981/nature-profile/\">Nature-Profile</a>, and <a href=\"http://themes.wordpress.net/other/no-images/3973/blueice/\">BlueIce</a> by the same author.</p>\n<p><a href=\"http://windyroad.org/software/wordpress/vistered-little-theme/\">The Vistered Little Theme</a> has a transparent/glass like interface and is heavily customisable, has changeable wallpapers and is skinable. It uses the Skinner Plugin for switching the skins the Presentation Toolkit plugin for customization</p>\n<p><a href=\"http://www.romow.com/blog/professional-3-column-wordpress-theme-redpetals/\">RedPetals</a> is a 3-column, black-colored theme with a green header, red flower, and a torn-edge look. Also check out <a href=\"http://www.romow.com/blog/free-wordpress-theme-yellowpetals/\">YellowPetals</a>, <a href=\"http://www.romow.com/blog/3-column-wordpress-theme-pinklove/\">PinkLove</a>, <a href=\"http://www.romow.com/blog/free-wordpress-theme-skyblue/\">SkyBlue</a>, and <a href=\"http://www.romow.com/blog/free-wordpress-theme-purepurple/\">PurePurple</a> by the same author. (All themes contain sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Thu, 21 Jun 2007 04:45:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2169:\"<p><a href=\"http://www.dirjournal.com/wp-themes/coolblue-free-wordpress-theme/\">CoolBlue</a> is a 3-column, widget- and adsense-ready theme from the iBlue family. It features a solid blue header with the main content area sitting on a white background. Both sidebar columns appear on the right side without crowding the main content area.</p>\n<p><a href=\"http://www.upstartblogger.com/wordpress-theme-upstart-blogger-modicus\">Modicus</a> is a 3-column, minimalist theme with a very different approach to theme design and layout. It is a spacious 3-column theme with two widget-ready sidebars, optional home page, and includes 5 optional plugins.</p>\n<p><a href=\"http://za.skocz.com/2007/06/20/announcing-nightlife-theme-for-wordpress/\">NightLife</a> is a Performancing theme for WordPress.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/3975/redstone/\">RedStone</a> is a stylish 2-column theme in red and black. Also check out <a href=\"http://themes.wordpress.net/other/left-sidebar/3980/deep-red/\">Deep Red</a>, <a href=\"http://themes.wordpress.net/other/no-images/3981/nature-profile/\">Nature-Profile</a>, and <a href=\"http://themes.wordpress.net/other/no-images/3973/blueice/\">BlueIce</a> by the same author.</p>\n<p><a href=\"http://windyroad.org/software/wordpress/vistered-little-theme/\">The Vistered Little Theme</a> has a transparent/glass like interface and is heavily customisable, has changeable wallpapers and is skinable. It uses the Skinner Plugin for switching the skins the Presentation Toolkit plugin for customization</p>\n<p><a href=\"http://www.romow.com/blog/professional-3-column-wordpress-theme-redpetals/\">RedPetals</a> is a 3-column, black-colored theme with a green header, red flower, and a torn-edge look. Also check out <a href=\"http://www.romow.com/blog/free-wordpress-theme-yellowpetals/\">YellowPetals</a>, <a href=\"http://www.romow.com/blog/3-column-wordpress-theme-pinklove/\">PinkLove</a>, <a href=\"http://www.romow.com/blog/free-wordpress-theme-skyblue/\">SkyBlue</a>, and <a href=\"http://www.romow.com/blog/free-wordpress-theme-purepurple/\">PurePurple</a> by the same author. (All themes contain sponsored links.)</p>\";}i:22;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 6/21\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/21/wordpress-plugin-releases-for-621/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/21/wordpress-plugin-releases-for-621/\";s:11:\"description\";s:1495:\"<p><a href=\"http://windyroad.org/software/wordpress/more-from-google-plugin/\">More from Google</a> lets you easily add search results from Google within your WordPress search results page.</p>\n<p><a href=\"http://fucoder.com/2006/06/permalink-redirect-wordpress-plugin-06/\">Permalink Redirect</a> has issued an updated version that adds a feed redirection function and patches a bug.</p>\n<p><a href=\"http://www.designight.com/downloads/piflasa/\">Piflasa</a> makes it possible to insert a google picasa web album in your post as a flash slide show.</p>\n<p><a href=\"http://wp-plugins.net/plugin/rthanks/#plugin_2595\">rthanks</a> is a plugin that thanks visitors from search engines and social bookmark sites for arriving and asks them to subscribe to your RSS feed.</p>\n<p><a href=\"http://windyroad.org/software/wordpress/skinner-plugin/\">Skinner</a> adds skin selection and editing to WordPress for Skinner compatible themes. The Skinner plugin is based on the Theme Selector and Theme Editor that are built into WordPress, giving them the the same level of functionality, look and feel.</p>\n<p><a href=\"http://wp-plugins.net/plugin/statpress/#plugin_2596\">StatPress</a> is another stats plugin for WordPress.</p>\n<p><a href=\"http://www.noscope.com/fauna/2007/06/textile-live-preview-ajax-version-wordpress-plugin-10\">Textile Live Preview AJAX Version</a> adds a realtime preview to your comment field. It allows commentators to preview what their comment will look like, with Textile support.</p>\";s:7:\"pubdate\";s:31:\"Thu, 21 Jun 2007 04:45:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1495:\"<p><a href=\"http://windyroad.org/software/wordpress/more-from-google-plugin/\">More from Google</a> lets you easily add search results from Google within your WordPress search results page.</p>\n<p><a href=\"http://fucoder.com/2006/06/permalink-redirect-wordpress-plugin-06/\">Permalink Redirect</a> has issued an updated version that adds a feed redirection function and patches a bug.</p>\n<p><a href=\"http://www.designight.com/downloads/piflasa/\">Piflasa</a> makes it possible to insert a google picasa web album in your post as a flash slide show.</p>\n<p><a href=\"http://wp-plugins.net/plugin/rthanks/#plugin_2595\">rthanks</a> is a plugin that thanks visitors from search engines and social bookmark sites for arriving and asks them to subscribe to your RSS feed.</p>\n<p><a href=\"http://windyroad.org/software/wordpress/skinner-plugin/\">Skinner</a> adds skin selection and editing to WordPress for Skinner compatible themes. The Skinner plugin is based on the Theme Selector and Theme Editor that are built into WordPress, giving them the the same level of functionality, look and feel.</p>\n<p><a href=\"http://wp-plugins.net/plugin/statpress/#plugin_2596\">StatPress</a> is another stats plugin for WordPress.</p>\n<p><a href=\"http://www.noscope.com/fauna/2007/06/textile-live-preview-ajax-version-wordpress-plugin-10\">Textile Live Preview AJAX Version</a> adds a realtime preview to your comment field. It allows commentators to preview what their comment will look like, with Textile support.</p>\";}i:23;a:7:{s:5:\"title\";s:23:\"Matt: Yahoo’s new CEO\";s:4:\"guid\";s:47:\"http://photomatt.net/2007/06/20/yahoos-new-ceo/\";s:4:\"link\";s:47:\"http://photomatt.net/2007/06/20/yahoos-new-ceo/\";s:11:\"description\";s:163:\"<p><a href=\"http://yodel.yahoo.com/2007/06/18/my-new-job/\">Jerry Yang announced he was becoming Yahoo’s CEO on Yodel Anecdotal</a>, their WordPress blog.</p>\";s:7:\"pubdate\";s:31:\"Wed, 20 Jun 2007 20:29:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:163:\"<p><a href=\"http://yodel.yahoo.com/2007/06/18/my-new-job/\">Jerry Yang announced he was becoming Yahoo’s CEO on Yodel Anecdotal</a>, their WordPress blog.</p>\";}i:24;a:7:{s:5:\"title\";s:92:\"WordPress Podcast: Episode 26: Dennis Kennedy discusses copyrights, GPL and Creative Commons\";s:4:\"guid\";s:107:\"http://wp-community.org/2007/06/20/episode-26-dennis-kennedy-discusses-copyrights-gpl-and-creative-commons/\";s:4:\"link\";s:107:\"http://wp-community.org/2007/06/20/episode-26-dennis-kennedy-discusses-copyrights-gpl-and-creative-commons/\";s:11:\"description\";s:1371:\"<table border=\"0\" cellpadding=\"4\" cellspacing=\"4\" width=\"100%\">\n<tr>\n<td valign=\"top\">01:00</td>\n<td valign=\"top\">Interview: <strong>Legal issues surrounding blogging with Dennis Kennedy</strong><br />\nEpisode 26 is devoted almost entirely to our discussion with <a href=\"http://www.denniskennedy.com/\" class=\"extlink\">Dennis Kennedy</a>, a noted lawyer and blogger on topics relating to technology and the Internet. Dennis answers our questions about intellectual property, copyrights, <a href=\"http://creativecommons.org/\" class=\"extlink\">Creative Commons</a> and the <a href=\"http://www.gnu.org/licenses/gpl.html\" class=\"extlink\">GPL</a>, including the new <a href=\"http://gplv3.fsf.org/\" class=\"extlink\">GPL 3</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">40:43</td>\n<td valign=\"top\">Feedback: <strong>WordPress needs translators!</strong><br />\nAri Kontiainen, from Finland, points out the dilemma non-English bloggers face having to choose between using a newer, more secure version of WordPress that hasn’t been translated to their language yet, or remaining with an older, less secure version that has. We fell your pain, Ari, and because of that, we encourage anyone who knows additional languages to volunteer your time to l<a href=\"http://codex.wordpress.org/Translating_WordPress\" class=\"extlink\">ocalizing WordPress to other languages</a>.</td>\n</tr>\n</table>\";s:7:\"pubdate\";s:31:\"Wed, 20 Jun 2007 20:23:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Charles Stricklin\";}s:7:\"summary\";s:1371:\"<table border=\"0\" cellpadding=\"4\" cellspacing=\"4\" width=\"100%\">\n<tr>\n<td valign=\"top\">01:00</td>\n<td valign=\"top\">Interview: <strong>Legal issues surrounding blogging with Dennis Kennedy</strong><br />\nEpisode 26 is devoted almost entirely to our discussion with <a href=\"http://www.denniskennedy.com/\" class=\"extlink\">Dennis Kennedy</a>, a noted lawyer and blogger on topics relating to technology and the Internet. Dennis answers our questions about intellectual property, copyrights, <a href=\"http://creativecommons.org/\" class=\"extlink\">Creative Commons</a> and the <a href=\"http://www.gnu.org/licenses/gpl.html\" class=\"extlink\">GPL</a>, including the new <a href=\"http://gplv3.fsf.org/\" class=\"extlink\">GPL 3</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">40:43</td>\n<td valign=\"top\">Feedback: <strong>WordPress needs translators!</strong><br />\nAri Kontiainen, from Finland, points out the dilemma non-English bloggers face having to choose between using a newer, more secure version of WordPress that hasn’t been translated to their language yet, or remaining with an older, less secure version that has. We fell your pain, Ari, and because of that, we encourage anyone who knows additional languages to volunteer your time to l<a href=\"http://codex.wordpress.org/Translating_WordPress\" class=\"extlink\">ocalizing WordPress to other languages</a>.</td>\n</tr>\n</table>\";}i:25;a:7:{s:5:\"title\";s:30:\"Matt: Avoiding Widget Slowdown\";s:4:\"guid\";s:57:\"http://photomatt.net/2007/06/20/avoiding-widget-slowdown/\";s:4:\"link\";s:57:\"http://photomatt.net/2007/06/20/avoiding-widget-slowdown/\";s:11:\"description\";s:265:\"<p><a href=\"http://www.mikeindustries.com/blog/archive/2007/06/widget-deployment-with-wedje.php\">Mike Davidson: How To Keep Widgets From Slowing Down Sites: WEDJE</a>. I’m thinking about making this a requirement for all external widgets on WordPress.com.</p>\";s:7:\"pubdate\";s:31:\"Wed, 20 Jun 2007 19:01:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:265:\"<p><a href=\"http://www.mikeindustries.com/blog/archive/2007/06/widget-deployment-with-wedje.php\">Mike Davidson: How To Keep Widgets From Slowing Down Sites: WEDJE</a>. I’m thinking about making this a requirement for all external widgets on WordPress.com.</p>\";}i:26;a:7:{s:5:\"title\";s:35:\"Alex King: Twitter Tools Date Issue\";s:4:\"guid\";s:60:\"http://alexking.org/blog/2007/06/20/twitter-tools-date-issue\";s:4:\"link\";s:60:\"http://alexking.org/blog/2007/06/20/twitter-tools-date-issue\";s:11:\"description\";s:1993:\"<p>There is currently an issue with Twitter Tools due to a <a href=\"http://groups.google.com/group/twitter-development-talk/browse_thread/thread/ed59aaaff01661c\" rel=\"external\">change in the data format for the date being sent from Twitter</a>. I expect the date format to be fixed on the Twitter end and Twitter Tools to begin working properly again soon. If Twitter decides to change the date format permanently, I’ll get a new release of Twitter Tools out ASAP.</p>\n<p><del>Once the date format has returned to the old format</del> You may want to go into your <code>wp_ak_twitter</code> database table and remove tweets that have bad dates. Assuming they are within your last 20 tweets, Twitter Tools will then recreate them for you with the proper dates.</p>\n<p>I’ll update this post as new information warrants.</p>\n<p>UPDATE ~20 minutes later: And they’ve fixed it already. Yay!\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2904&akst_action=share-this\" title=\"Email, post to del.icio.us, etc.\" id=\"akst_link_2904\" class=\"akst_share_link\" rel=\"noindex nofollow\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";s:7:\"pubdate\";s:31:\"Wed, 20 Jun 2007 18:17:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1993:\"<p>There is currently an issue with Twitter Tools due to a <a href=\"http://groups.google.com/group/twitter-development-talk/browse_thread/thread/ed59aaaff01661c\" rel=\"external\">change in the data format for the date being sent from Twitter</a>. I expect the date format to be fixed on the Twitter end and Twitter Tools to begin working properly again soon. If Twitter decides to change the date format permanently, I’ll get a new release of Twitter Tools out ASAP.</p>\n<p><del>Once the date format has returned to the old format</del> You may want to go into your <code>wp_ak_twitter</code> database table and remove tweets that have bad dates. Assuming they are within your last 20 tweets, Twitter Tools will then recreate them for you with the proper dates.</p>\n<p>I’ll update this post as new information warrants.</p>\n<p>UPDATE ~20 minutes later: And they’ve fixed it already. Yay!\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2904&akst_action=share-this\" title=\"Email, post to del.icio.us, etc.\" id=\"akst_link_2904\" class=\"akst_share_link\" rel=\"noindex nofollow\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";}i:27;a:7:{s:5:\"title\";s:54:\"Lorelle on WP: WordCamp 2007 Registration and Schedule\";s:4:\"guid\";s:80:\"http://lorelle.wordpress.com/2007/06/20/wordcamp-2007-registration-and-schedule/\";s:4:\"link\";s:80:\"http://lorelle.wordpress.com/2007/06/20/wordcamp-2007-registration-and-schedule/\";s:11:\"description\";s:5567:\"<div class=\"snap_preview\"><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><a href=\"http://2007.wordcamp.org/\" title=\"WordPress WordCamp\" rel=\"tag\">WordCamp 2007</a> is now rocking. July 21-22 in San Fransisco, California, <a href=\"http://2007.wordcamp.org/register/\" title=\"WordCamp registration\">registration is required</a> and tickets are $25 USD through PayPal.</p>\n<p>The <a href=\"http://2007.wordcamp.org/schedule/\" title=\"WordCamp Schedule\">WordCamp Schedule</a> and line up is awesome:</p>\n<ul>\n<li>Podcasting - <a href=\"http://www.mightyseek.com/podpress/\" title=\"PodPress plugin\">Dan Kuykendall</a>, author of PodPress</li>\n<li>Blogs vs. Journalism - <a href=\"http://www.dvorak.org/blog/\" title=\"Dvorak Uncensored\">John Dvorak</a> and <a href=\"http://gigaom.com/\" title=\"GigaOM\">Om Malik</a></li>\n<li>Content Connections and Blogging Tips - <a href=\"http://lorelle.wordpress.com/\" rel=\"tag\" title=\"Lorelle on WordPress\">Lorelle VanFossen</a></li>\n<li>Blog Monetization - <a href=\"http://www.ensight.org/\" title=\"Jeremy\">Jeremy Wright</a></li>\n<li>Getting Involved with WordPress - <a href=\"http://foolswisdom.com/\" title=\"A Fools Wisdom\">Lloyd Budd</a> and <a href=\"http://txfx.net/\" title=\"Tempus Fugit Blog\">Mark Jaquith</a></li>\n<li>Designing the Obvious - <a href=\"http://www.rhjr.net/\" title=\"Robert Hoekman, Jr.\">Robert Hoekman, Jr.</a></li>\n<li>Whitehat SEO tips for Bloggers - <a href=\"http://www.mattcutts.com/blog/\" title=\"Gadgets, Google, and SEO\">Matt Cutts</a></li>\n<li>High Performance WordPress - <a href=\"http://barry.wordpress.com/\" title=\"Barry on WordPress\">Barry Abrahamson</a> and <a href=\"http://photomatt.net\" title=\"Matt Mullengweg\">Matt Mullenweg</a></li>\n<li>Interative Design in Agile Environments - <a href=\"http://www.rashmisinha.com/\" title=\"Rashmi Sinha\'s weblog\">Rashmi Sinha</a></li>\n<li>Musical Interlude - <a href=\"http://andyskelton.com/\" title=\"Andy Skelton\">Andy Skelton</a></li>\n<li>Past, Present, and Future of Web Publishing - <a href=\"http://en.wikipedia.org/wiki/Dave_Winer\" title=\"Dave Winer on Wikipedia\">Dave Winer</a></li>\n<li>Usability Analysis of WP - <a href=\"http://www.bobulate.com/\">Liz Danzico</a></li>\n<li>State of the Word - <a href=\"http://photomatt.net\" title=\"Matt Mullengweg\">Matt Mullenweg</a></li>\n<li>Developer Duke-out - <a href=\"http://blogwaffe.com/\" title=\"blogwaffe\">Michael Adams</a>, <a href=\"http://boren.nu/\" title=\"Ryan Boren\">Ryan Boren</a>, <a href=\"http://txfx.net/\" title=\"Tempus Fugit Blog\">Mark Jaquith</a>, <a href=\"http://andyskelton.com/\" title=\"Andy Skelton\">Andy Skelton</a>, et al</li>\n</ul>\n<p>Last year’s program was more informal and still being talked about, so this year, while structured better, is designed to be a total knock out with the best of the best. Wow!</p>\n<p>The word is that <a href=\"http://andy.wordpress.com/2007/06/09/riding-to-wordcamp/\" title=\"Riding to WordCamp\">Andy Skelton is still planning on riding</a> his motorcycle to WordCamp. I’m still waffling between motor home and airplane. Matt and Ryan will probably walk or take the metro, but what about the rest of you? How are you getting there and are you going to be there!</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /></p>\n<hr /><font size=\"-1\"><strong>Site Search Tags:</strong> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress\" rel=\"tag\">wordpress</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+2007\" rel=\"tag\">wordcamp 2007</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=conference\" rel=\"tag\">conference</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+conference\" rel=\"tag\">wordpress conference</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+meeting\" rel=\"tag\">wordpress meeting</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+events\" rel=\"tag\">wordpress events</a><br />\n<a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" class=\"wp-smiley\" 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 src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" class=\"wp-smiley\" 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 src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" class=\"wp-smiley\" />Subscribe by Email</a></font></p>\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won’t Tell You About Blogging</em></a>.</font></p>\n</div>\";s:7:\"pubdate\";s:31:\"Wed, 20 Jun 2007 15:08:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:5567:\"<div class=\"snap_preview\"><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><a href=\"http://2007.wordcamp.org/\" title=\"WordPress WordCamp\" rel=\"tag\">WordCamp 2007</a> is now rocking. July 21-22 in San Fransisco, California, <a href=\"http://2007.wordcamp.org/register/\" title=\"WordCamp registration\">registration is required</a> and tickets are $25 USD through PayPal.</p>\n<p>The <a href=\"http://2007.wordcamp.org/schedule/\" title=\"WordCamp Schedule\">WordCamp Schedule</a> and line up is awesome:</p>\n<ul>\n<li>Podcasting - <a href=\"http://www.mightyseek.com/podpress/\" title=\"PodPress plugin\">Dan Kuykendall</a>, author of PodPress</li>\n<li>Blogs vs. Journalism - <a href=\"http://www.dvorak.org/blog/\" title=\"Dvorak Uncensored\">John Dvorak</a> and <a href=\"http://gigaom.com/\" title=\"GigaOM\">Om Malik</a></li>\n<li>Content Connections and Blogging Tips - <a href=\"http://lorelle.wordpress.com/\" rel=\"tag\" title=\"Lorelle on WordPress\">Lorelle VanFossen</a></li>\n<li>Blog Monetization - <a href=\"http://www.ensight.org/\" title=\"Jeremy\">Jeremy Wright</a></li>\n<li>Getting Involved with WordPress - <a href=\"http://foolswisdom.com/\" title=\"A Fools Wisdom\">Lloyd Budd</a> and <a href=\"http://txfx.net/\" title=\"Tempus Fugit Blog\">Mark Jaquith</a></li>\n<li>Designing the Obvious - <a href=\"http://www.rhjr.net/\" title=\"Robert Hoekman, Jr.\">Robert Hoekman, Jr.</a></li>\n<li>Whitehat SEO tips for Bloggers - <a href=\"http://www.mattcutts.com/blog/\" title=\"Gadgets, Google, and SEO\">Matt Cutts</a></li>\n<li>High Performance WordPress - <a href=\"http://barry.wordpress.com/\" title=\"Barry on WordPress\">Barry Abrahamson</a> and <a href=\"http://photomatt.net\" title=\"Matt Mullengweg\">Matt Mullenweg</a></li>\n<li>Interative Design in Agile Environments - <a href=\"http://www.rashmisinha.com/\" title=\"Rashmi Sinha\'s weblog\">Rashmi Sinha</a></li>\n<li>Musical Interlude - <a href=\"http://andyskelton.com/\" title=\"Andy Skelton\">Andy Skelton</a></li>\n<li>Past, Present, and Future of Web Publishing - <a href=\"http://en.wikipedia.org/wiki/Dave_Winer\" title=\"Dave Winer on Wikipedia\">Dave Winer</a></li>\n<li>Usability Analysis of WP - <a href=\"http://www.bobulate.com/\">Liz Danzico</a></li>\n<li>State of the Word - <a href=\"http://photomatt.net\" title=\"Matt Mullengweg\">Matt Mullenweg</a></li>\n<li>Developer Duke-out - <a href=\"http://blogwaffe.com/\" title=\"blogwaffe\">Michael Adams</a>, <a href=\"http://boren.nu/\" title=\"Ryan Boren\">Ryan Boren</a>, <a href=\"http://txfx.net/\" title=\"Tempus Fugit Blog\">Mark Jaquith</a>, <a href=\"http://andyskelton.com/\" title=\"Andy Skelton\">Andy Skelton</a>, et al</li>\n</ul>\n<p>Last year’s program was more informal and still being talked about, so this year, while structured better, is designed to be a total knock out with the best of the best. Wow!</p>\n<p>The word is that <a href=\"http://andy.wordpress.com/2007/06/09/riding-to-wordcamp/\" title=\"Riding to WordCamp\">Andy Skelton is still planning on riding</a> his motorcycle to WordCamp. I’m still waffling between motor home and airplane. Matt and Ryan will probably walk or take the metro, but what about the rest of you? How are you getting there and are you going to be there!</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /></p>\n<hr /><font size=\"-1\"><strong>Site Search Tags:</strong> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress\" rel=\"tag\">wordpress</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+2007\" rel=\"tag\">wordcamp 2007</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=conference\" rel=\"tag\">conference</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+conference\" rel=\"tag\">wordpress conference</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+meeting\" rel=\"tag\">wordpress meeting</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+events\" rel=\"tag\">wordpress events</a><br />\n<a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" class=\"wp-smiley\" 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 src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" class=\"wp-smiley\" 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 src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" class=\"wp-smiley\" />Subscribe by Email</a></font></p>\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won’t Tell You About Blogging</em></a>.</font></p>\n</div>\";}i:28;a:7:{s:5:\"title\";s:18:\"Matt: Raanan Joins\";s:4:\"guid\";s:45:\"http://photomatt.net/2007/06/20/ranaan-joins/\";s:4:\"link\";s:45:\"http://photomatt.net/2007/06/20/ranaan-joins/\";s:11:\"description\";s:478:\"<p><a href=\"http://www.raanan.com/2007/06/18/thanks-dow-jones-hello-automattic\">Raanan Bar-Cohen is joining Automattic from Dow Jones</a>. He’s got a disclaimer in his sidebar, “This site is not maintained utilizing the author’s employer’s resources or on company time.” Little does he know that blogging on company time is a requirement here. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";s:7:\"pubdate\";s:31:\"Wed, 20 Jun 2007 06:37:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:478:\"<p><a href=\"http://www.raanan.com/2007/06/18/thanks-dow-jones-hello-automattic\">Raanan Bar-Cohen is joining Automattic from Dow Jones</a>. He’s got a disclaimer in his sidebar, “This site is not maintained utilizing the author’s employer’s resources or on company time.” Little does he know that blogging on company time is a requirement here. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";}i:29;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/20\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/20/wordpress-theme-releases-for-620/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/20/wordpress-theme-releases-for-620/\";s:11:\"description\";s:3652:\"<p><a href=\"http://shamuswrites.com/2007/02/13/navigation-for-bbpress/\">Navigation for bbPress</a> has been updated to version 1.3 with bbPress’ update to 0.8.2. Navigation now shows nested child boards and combines tag lists for “Your tags” and “Others’ tags.” Navigation for bbPress is a WordPress theme by <a href=\"http://www.gpsgazette.com/navigation-wp-theme/\">GPS Gazette</a> ported for use with bbPress.</p>\n<p><a href=\"http://www.refueled.net/new-wordpress-theme-ad-clerum/\">Ad Clerum</a> is a 3-column, widget-ready theme designed with churches and other non-profit organizations in mind.</p>\n<p><a href=\"http://www.adivorblog.com/?p=470\">Adivorvista</a> is a 2-column theme based on the look of Windows Vista.</p>\n<p><a href=\"http://www.e-infanta.com/darkorange-wordpress-theme/\">DarkOrange</a> is a 3-column, widget-ready, orange-and-black theme. Both sidebar columns sit on the left side.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/06/19/cities-in-dust/\">Dust</a> is a three column fluid black layout including automatic’s header rotator. Eight beautiful city views (e.g. NY, Moscow, Mumbai) are prepared as header images, as well as a flash clock is built in the sidebar. The frontpage shows the latest post with previous posts underneath divided by the post info such as time and tags.</p>\n<p><a href=\"http://www.notsoboringlife.com/the-arts/blogging/wordpress-theme-field-of-dreams/\">Field of Dreams</a> is a 2-column, widget-ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/other/rounded-corners/3990/gold-012a/\">Golden Simplicity</a> is a 2 column, fluid width, widget ready, gold, black and white theme, with a gold fade header image and a smattering of “web 2.0″ style images and supports plugins for Share This, Dunstan Like Error Pages, and UTW.</p>\n<p><a href=\"http://blogosquare.com/2007/06/18/myjournal-meets-sandbox-providing-you-the-best-theme-ever/\">myJournal Hypereal</a> is a 3-column, widget-ready theme built on the Sandbox theme from plaintxt.org.</p>\n<p><a href=\"http://board.themevibes.com/wordpress-themes/104-wordpress-theme-reddish.html\">Reddish</a> is a 2-column theme with red and dark grey colors.</p>\n<p><a href=\"http://www.area381.com/2007/06/18/sakura-3-column/\">Sakura</a> has been updated. It now has 3 columns (both on the right side) and is widget-ready.</p>\n<p><a href=\"http://www.unthemed.com/unthemed01/\">Unthemed01</a> is a simple, 2-column theme.</p>\n<p><a href=\"http://antbag.com/yellowjacket-theme-for-wordpress/\">YellowJacket</a> is a 2-column, widget-ready, black-and-yellow theme with a very sharp look. Buzz by there and pick up a copy. Also check out <a href=\"http://antbag.com/paintbrush-theme-for-wordpress/\">Paintbrush</a>, a 2-column, widget-ready theme by the same author that combines art and painting in a blue-and-green theme.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/3940/bluedream/\">BlueDream</a> is a 3-column with black, blue, and green colors. Both sidebar columns sit on the right side. (Contains sponsored links.)</p>\n<p><a href=\"http://www.kaushalsheth.com/blue-river-wordpress-theme-released/\">Blue River</a> is a 2-column, professional-looking theme with a custom header image. Also check out <a href=\"http://www.kaushalsheth.com/pink-river-wordpress-theme-released/\">, which is just like Blue River except in Pink. (Both themes contain sponsored links.)</p>\n<p><a href=\"http://web2themes.com/2007/06/18/feel-the-freedom-theme-release/\">Feel the Freedom</a> is a 2-column, widget-ready theme that comes with social bookmarking capability. (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Wed, 20 Jun 2007 04:45:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:3652:\"<p><a href=\"http://shamuswrites.com/2007/02/13/navigation-for-bbpress/\">Navigation for bbPress</a> has been updated to version 1.3 with bbPress’ update to 0.8.2. Navigation now shows nested child boards and combines tag lists for “Your tags” and “Others’ tags.” Navigation for bbPress is a WordPress theme by <a href=\"http://www.gpsgazette.com/navigation-wp-theme/\">GPS Gazette</a> ported for use with bbPress.</p>\n<p><a href=\"http://www.refueled.net/new-wordpress-theme-ad-clerum/\">Ad Clerum</a> is a 3-column, widget-ready theme designed with churches and other non-profit organizations in mind.</p>\n<p><a href=\"http://www.adivorblog.com/?p=470\">Adivorvista</a> is a 2-column theme based on the look of Windows Vista.</p>\n<p><a href=\"http://www.e-infanta.com/darkorange-wordpress-theme/\">DarkOrange</a> is a 3-column, widget-ready, orange-and-black theme. Both sidebar columns sit on the left side.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/06/19/cities-in-dust/\">Dust</a> is a three column fluid black layout including automatic’s header rotator. Eight beautiful city views (e.g. NY, Moscow, Mumbai) are prepared as header images, as well as a flash clock is built in the sidebar. The frontpage shows the latest post with previous posts underneath divided by the post info such as time and tags.</p>\n<p><a href=\"http://www.notsoboringlife.com/the-arts/blogging/wordpress-theme-field-of-dreams/\">Field of Dreams</a> is a 2-column, widget-ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/other/rounded-corners/3990/gold-012a/\">Golden Simplicity</a> is a 2 column, fluid width, widget ready, gold, black and white theme, with a gold fade header image and a smattering of “web 2.0″ style images and supports plugins for Share This, Dunstan Like Error Pages, and UTW.</p>\n<p><a href=\"http://blogosquare.com/2007/06/18/myjournal-meets-sandbox-providing-you-the-best-theme-ever/\">myJournal Hypereal</a> is a 3-column, widget-ready theme built on the Sandbox theme from plaintxt.org.</p>\n<p><a href=\"http://board.themevibes.com/wordpress-themes/104-wordpress-theme-reddish.html\">Reddish</a> is a 2-column theme with red and dark grey colors.</p>\n<p><a href=\"http://www.area381.com/2007/06/18/sakura-3-column/\">Sakura</a> has been updated. It now has 3 columns (both on the right side) and is widget-ready.</p>\n<p><a href=\"http://www.unthemed.com/unthemed01/\">Unthemed01</a> is a simple, 2-column theme.</p>\n<p><a href=\"http://antbag.com/yellowjacket-theme-for-wordpress/\">YellowJacket</a> is a 2-column, widget-ready, black-and-yellow theme with a very sharp look. Buzz by there and pick up a copy. Also check out <a href=\"http://antbag.com/paintbrush-theme-for-wordpress/\">Paintbrush</a>, a 2-column, widget-ready theme by the same author that combines art and painting in a blue-and-green theme.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/3940/bluedream/\">BlueDream</a> is a 3-column with black, blue, and green colors. Both sidebar columns sit on the right side. (Contains sponsored links.)</p>\n<p><a href=\"http://www.kaushalsheth.com/blue-river-wordpress-theme-released/\">Blue River</a> is a 2-column, professional-looking theme with a custom header image. Also check out <a href=\"http://www.kaushalsheth.com/pink-river-wordpress-theme-released/\">, which is just like Blue River except in Pink. (Both themes contain sponsored links.)</p>\n<p><a href=\"http://web2themes.com/2007/06/18/feel-the-freedom-theme-release/\">Feel the Freedom</a> is a 2-column, widget-ready theme that comes with social bookmarking capability. (Contains sponsored links.)</p>\";}i:30;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 6/20\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/20/wordpress-plugin-releases-for-620/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/20/wordpress-plugin-releases-for-620/\";s:11:\"description\";s:1468:\"<p><a href=\"http://www.coppit.org/blog/archives/173\">Category Access</a> has released version 0.8.0. This plugin allows the blog maintainer to restrict access to posts belonging to particular categories on a user-by-user basis.</p>\n<p><a href=\"http://www.coppit.org/blog/archives/172\">Category Order</a> has released version 2.0.0. This plugin allows the blog administrator to set an explicit ordering, spacing, and indentation of categories in the category list that appears in the sidebar. The administrator specifies the ordering in the new “Category Order” management page. There is also an option for placing the category post count inside the link.</p>\n<p><a href=\"http://wp-plugins.net/plugin/feed-statistics/#plugin_2591\">Feed Statistics</a> that monitors and displays the number of people who read your blog via the RSS feed.</p>\n<p><a href=\"http://wp-plugins.net/plugin/InformationBar/#plugin_2593\">Information Bar</a> adds the information bar of Internet Explorer to your website with a custom message in it.</p>\n<p><a href=\"http://wp-plugins.net/plugin/social-traffic/#plugin_2592\">Social Traffic Monitor</a> checks your blog traffic for activity coming from social news or bookmarking sites.</p>\n<p><a href=\"http://me.mywebsight.ws/web/wppa/\">WP Photo Album</a> is designed to easily manage and display your photo albums within your WordPress site. This is one of the nicest WordPress photo gallery plugins I’ve seen in a while.55</p>\";s:7:\"pubdate\";s:31:\"Wed, 20 Jun 2007 04:45:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1468:\"<p><a href=\"http://www.coppit.org/blog/archives/173\">Category Access</a> has released version 0.8.0. This plugin allows the blog maintainer to restrict access to posts belonging to particular categories on a user-by-user basis.</p>\n<p><a href=\"http://www.coppit.org/blog/archives/172\">Category Order</a> has released version 2.0.0. This plugin allows the blog administrator to set an explicit ordering, spacing, and indentation of categories in the category list that appears in the sidebar. The administrator specifies the ordering in the new “Category Order” management page. There is also an option for placing the category post count inside the link.</p>\n<p><a href=\"http://wp-plugins.net/plugin/feed-statistics/#plugin_2591\">Feed Statistics</a> that monitors and displays the number of people who read your blog via the RSS feed.</p>\n<p><a href=\"http://wp-plugins.net/plugin/InformationBar/#plugin_2593\">Information Bar</a> adds the information bar of Internet Explorer to your website with a custom message in it.</p>\n<p><a href=\"http://wp-plugins.net/plugin/social-traffic/#plugin_2592\">Social Traffic Monitor</a> checks your blog traffic for activity coming from social news or bookmarking sites.</p>\n<p><a href=\"http://me.mywebsight.ws/web/wppa/\">WP Photo Album</a> is designed to easily manage and display your photo albums within your WordPress site. This is one of the nicest WordPress photo gallery plugins I’ve seen in a while.55</p>\";}i:31;a:7:{s:5:\"title\";s:32:\"Matt: WordCamp Registration Open\";s:4:\"guid\";s:59:\"http://photomatt.net/2007/06/19/wordcamp-registration-open/\";s:4:\"link\";s:59:\"http://photomatt.net/2007/06/19/wordcamp-registration-open/\";s:11:\"description\";s:443:\"<p>The WordCamp site <a href=\"http://2007.wordcamp.org/schedule/\">now has its schedule up</a> and the <a href=\"http://2007.wordcamp.org/register/\">registration is open</a>. I hope it was worth the wait for you guys. I’m really excited about the conference this year, not only because of the great speakers but as a chance to reflect on everything that’s happened since the <a href=\"http://2006.wordcamp.org/\">last WordCamp</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 20 Jun 2007 03:27:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:443:\"<p>The WordCamp site <a href=\"http://2007.wordcamp.org/schedule/\">now has its schedule up</a> and the <a href=\"http://2007.wordcamp.org/register/\">registration is open</a>. I hope it was worth the wait for you guys. I’m really excited about the conference this year, not only because of the great speakers but as a chance to reflect on everything that’s happened since the <a href=\"http://2006.wordcamp.org/\">last WordCamp</a>.</p>\";}i:32;a:7:{s:5:\"title\";s:49:\"Donncha: The WordCamp 2007 schedule is now online\";s:4:\"guid\";s:70:\"http://ocaoimh.ie/2007/06/19/the-wordcamp-2007-schedule-is-now-online/\";s:4:\"link\";s:70:\"http://ocaoimh.ie/2007/06/19/the-wordcamp-2007-schedule-is-now-online/\";s:11:\"description\";s:1922:\"<p>The <a href=\"http://2007.wordcamp.org/schedule/\">schedule</a> is up for your perusal now. It’s a two day event this year on the 21st and 22nd of July with the highlight being the bbq lun.. uh, I mean, it’s all great. I’m looking forward to attending as many talks as I can and meeting people. I’m sure Matt Cutts will have some interesting whitehat SEO tips for us too!</p>\n<p>Meanwhile, a group of Irish people who are heading to Silicon Valley on December 2nd to, “try and build some long-term relationships and friendships with people over there which will be good for the Valley and good for the Paddys.” From the About page:<br />\n<blockquote>An ad-hoc group of Irish business people have decided to form their own delegation to tour Silicon Valley and create closer bonds with companies and people in the mecca of the computer world. The tour nicknamed “PaddysValley” will head off at the start of November, taking advantage of the new air routes from Aer Lingus.</p></blockquote>\n<p>There’s still <a href=\"http://paddysvalley.org/?p=6\">plenty to do</a> but if you’re in business in the Valley, and want to build up a relationship with business in Ireland, check out <a href=\"http://paddysvalley.org/\">paddysvalley.org</a>. A pity they’re not heading over in July. It’d be nice to have an Irish crowd at WordCamp!</p>\n<p><strong>Update!</strong> Matt <a href=\"http://photomatt.net/2007/06/19/wordcamp-registration-open/\">says</a> the <a href=\"http://2007.wordcamp.org/register/\">registration page</a> is now active. That Paypal IPN stuff is the business!</p>\n<a href=\"http://ocaoimh.ie/tag/paddysvalley/\" rel=\"tag\">paddysvalley</a>, <a href=\"http://ocaoimh.ie/tag/san-francisco/\" rel=\"tag\">San Francisco</a>, <a href=\"http://ocaoimh.ie/tag/wordcamp2007/\" rel=\"tag\">wordcamp2007</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>\";s:7:\"pubdate\";s:31:\"Tue, 19 Jun 2007 21:43:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:1922:\"<p>The <a href=\"http://2007.wordcamp.org/schedule/\">schedule</a> is up for your perusal now. It’s a two day event this year on the 21st and 22nd of July with the highlight being the bbq lun.. uh, I mean, it’s all great. I’m looking forward to attending as many talks as I can and meeting people. I’m sure Matt Cutts will have some interesting whitehat SEO tips for us too!</p>\n<p>Meanwhile, a group of Irish people who are heading to Silicon Valley on December 2nd to, “try and build some long-term relationships and friendships with people over there which will be good for the Valley and good for the Paddys.” From the About page:<br />\n<blockquote>An ad-hoc group of Irish business people have decided to form their own delegation to tour Silicon Valley and create closer bonds with companies and people in the mecca of the computer world. The tour nicknamed “PaddysValley” will head off at the start of November, taking advantage of the new air routes from Aer Lingus.</p></blockquote>\n<p>There’s still <a href=\"http://paddysvalley.org/?p=6\">plenty to do</a> but if you’re in business in the Valley, and want to build up a relationship with business in Ireland, check out <a href=\"http://paddysvalley.org/\">paddysvalley.org</a>. A pity they’re not heading over in July. It’d be nice to have an Irish crowd at WordCamp!</p>\n<p><strong>Update!</strong> Matt <a href=\"http://photomatt.net/2007/06/19/wordcamp-registration-open/\">says</a> the <a href=\"http://2007.wordcamp.org/register/\">registration page</a> is now active. That Paypal IPN stuff is the business!</p>\n<a href=\"http://ocaoimh.ie/tag/paddysvalley/\" rel=\"tag\">paddysvalley</a>, <a href=\"http://ocaoimh.ie/tag/san-francisco/\" rel=\"tag\">San Francisco</a>, <a href=\"http://ocaoimh.ie/tag/wordcamp2007/\" rel=\"tag\">wordcamp2007</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>\";}i:33;a:7:{s:5:\"title\";s:45:\"Weblog Tools Collection: QuickLinking on 6/19\";s:4:\"guid\";s:73:\"http://weblogtoolscollection.com/archives/2007/06/19/quicklinking-on-619/\";s:4:\"link\";s:73:\"http://weblogtoolscollection.com/archives/2007/06/19/quicklinking-on-619/\";s:11:\"description\";s:1399:\"<p><a href=\"http://www.iconlet.com/home\">Iconlet</a> is a search engine for icons that are available for public distribution and use. Various GNU, Eclipse and CC licensed icons of different sizes can be searched by name.</p>\n<p><a href=\"http://www.labsmedia.com/clickheat/index.html\">ClickHeat</a> is a self hosted, flat file based heatmap generator that is much like Crazyegg, only not as featureful and it might increase load on your server. Also checkout a gallery of various other AJAXy downloadable scripts from <a href=\"http://www.miniajax.com/\">MiniAjax</a>. Many of these already exist as Wordpress plugins and others are yearning to be integrated into Wordpress.</p>\n<p><a href=\"http://www.webware.com/8301-1_109-9731147-2.html?part=rss&tag=feed&subj=Webware\">Subscribe to a translated feed</a>: Rafe Needleman from Webware (of Webware 100 fame, of which <a href=\"http://wordpress.org/development/2007/06/webware-100-winner/\">Wordpress won the publishing category</a> recently) explains how to subscribe to a translated feed using Yahoo pipes and Babelfish. The method is very simple and takes a few minutes. I created a feed for <a href=\"http://pipes.yahoo.com/pipes/pipe.info?_id=oPYqtqQe3BGka1gkjknRlg\">WeblogToolsCollection.com translated into French</a>. Thanks <a href=\"http://lifehacker.com/software/how-to/translate-a-foreign-language-rss-feed-270214.php\">Lifehacker</a></p>\";s:7:\"pubdate\";s:31:\"Tue, 19 Jun 2007 20:45:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1399:\"<p><a href=\"http://www.iconlet.com/home\">Iconlet</a> is a search engine for icons that are available for public distribution and use. Various GNU, Eclipse and CC licensed icons of different sizes can be searched by name.</p>\n<p><a href=\"http://www.labsmedia.com/clickheat/index.html\">ClickHeat</a> is a self hosted, flat file based heatmap generator that is much like Crazyegg, only not as featureful and it might increase load on your server. Also checkout a gallery of various other AJAXy downloadable scripts from <a href=\"http://www.miniajax.com/\">MiniAjax</a>. Many of these already exist as Wordpress plugins and others are yearning to be integrated into Wordpress.</p>\n<p><a href=\"http://www.webware.com/8301-1_109-9731147-2.html?part=rss&tag=feed&subj=Webware\">Subscribe to a translated feed</a>: Rafe Needleman from Webware (of Webware 100 fame, of which <a href=\"http://wordpress.org/development/2007/06/webware-100-winner/\">Wordpress won the publishing category</a> recently) explains how to subscribe to a translated feed using Yahoo pipes and Babelfish. The method is very simple and takes a few minutes. I created a feed for <a href=\"http://pipes.yahoo.com/pipes/pipe.info?_id=oPYqtqQe3BGka1gkjknRlg\">WeblogToolsCollection.com translated into French</a>. Thanks <a href=\"http://lifehacker.com/software/how-to/translate-a-foreign-language-rss-feed-270214.php\">Lifehacker</a></p>\";}i:34;a:7:{s:5:\"title\";s:42:\"bbPress: bbPress 0.8.2.1: Security Release\";s:4:\"guid\";s:62:\"http://bbpress.org/blog/2007/06/bbpress-0821-security-release/\";s:4:\"link\";s:62:\"http://bbpress.org/blog/2007/06/bbpress-0821-security-release/\";s:11:\"description\";s:434:\"<p>As awkward as it is to issue a new release less than 24 hours after the <a href=\"http://bbpress.org/blog/2007/06/082-hot-off-the-bbpress/\">previous one</a>, here it is: bbPress 0.8.2.1.</p>\n<p>We recommend all users <a href=\"http://bbpress.org/download/\">download</a> and upgrade now.</p>\n<p> <a href=\"http://bbpress.org/blog/2007/06/bbpress-0821-security-release/#more-68\" class=\"morelink\">Details and Upgrade Instructions</a></p>\";s:7:\"pubdate\";s:31:\"Tue, 19 Jun 2007 20:34:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:434:\"<p>As awkward as it is to issue a new release less than 24 hours after the <a href=\"http://bbpress.org/blog/2007/06/082-hot-off-the-bbpress/\">previous one</a>, here it is: bbPress 0.8.2.1.</p>\n<p>We recommend all users <a href=\"http://bbpress.org/download/\">download</a> and upgrade now.</p>\n<p> <a href=\"http://bbpress.org/blog/2007/06/bbpress-0821-security-release/#more-68\" class=\"morelink\">Details and Upgrade Instructions</a></p>\";}i:35;a:7:{s:5:\"title\";s:55:\"Dougal Campbell: WP-Cache fix for Content-Type in feeds\";s:4:\"guid\";s:80:\"http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds\";s:4:\"link\";s:80:\"http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds\";s:11:\"description\";s:2988:\"<p>\nIf you run a busy <a href=\"http://wordpress.org/\">WordPress</a> site, or even if your site just has a lot of processor-intensive plugins, then you probably already run the WP-Cache plugin (<a href=\"http://dev.wp-plugins.org/browser/wp-cache/\">plugin directory</a>, <a href=\"http://mnm.uib.es/gallir/wp-cache-2/\">original announcment</a>, <a href=\"http://mnm.uib.es/gallir/posts/2007/03/23/1017/\">recent security update info</a>). Even though my site isn\'t super busy, my server is a little light in the RAM department, and using WP-Cache helps the box keep up with requests better.\n</p>\n<p>\nOne minor annoyance, however, is that with WP-Cache enabled, my syndication feeds aren\'t delivered with the correct Content-Type. They are all cached with a \"text/html\" type. Again, this is only a minor annoyance, since I haven\'t run across a feed reader yet that cares very much about the Content-Type header. But the <a href=\"http://feedvalidator.org/\">Feed Validator</a> does. If it sees an Atom feed delivered with content type \"text/html\" instead of \"application/atom+xml\", it gives you a warning. It still checks the validity of the actual feed content, but there\'s that big ugly warning at the top.\n</p>\n<p>\nBut <a href=\"http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fdougal.gunters.org%2Ffeed%2Fatom\">not any more</a>. I dug a little bit into the WP Cache plugin to try to figure out what was going on. The plugin <em>does</em> attempt to preserve the correct content type of pages when it caches them, but the output buffering that it uses to capture the content gets in the way. You can\'t get to the generated headers until after you flush the buffer. But you don\'t want to flush the buffer until you\'ve got all of the data to write into the cache meta files. It\'s a catch-22. (Actually, it might be okay to flush the buffer at the point where you need the headers, but I\'m not sure without further analysis, and I just don\'t have the time right now. I\'ll leave that as an exercise for someone else. <img src=\"http://dougal.gunters.org/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> )\n</p>\n<p>\nSo, if you\'re a stickler about minor things like the Content-Type of your feeds, and you\'re using WP-Cache, feel free to check out my patch: <a href=\"http://dougal.gunters.org/projects/wp-cache2/wp-cache-phase2.php.diff\">WP-Cache Feed Content Type Patch</a>. Note that the changes to the <code>wp_cache_get_response_headers()</code> function don\'t actually work for me. But I left them in the patch in case anybody else wants to examine that section more closely. It might just be something that works in some combinations of Apache/<acronym title=\"Pph Hypertext Processor\"><span class=\"caps\">PHP</span></acronym> versions and not others.\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=816&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_816\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";s:7:\"pubdate\";s:31:\"Tue, 19 Jun 2007 16:56:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:2988:\"<p>\nIf you run a busy <a href=\"http://wordpress.org/\">WordPress</a> site, or even if your site just has a lot of processor-intensive plugins, then you probably already run the WP-Cache plugin (<a href=\"http://dev.wp-plugins.org/browser/wp-cache/\">plugin directory</a>, <a href=\"http://mnm.uib.es/gallir/wp-cache-2/\">original announcment</a>, <a href=\"http://mnm.uib.es/gallir/posts/2007/03/23/1017/\">recent security update info</a>). Even though my site isn\'t super busy, my server is a little light in the RAM department, and using WP-Cache helps the box keep up with requests better.\n</p>\n<p>\nOne minor annoyance, however, is that with WP-Cache enabled, my syndication feeds aren\'t delivered with the correct Content-Type. They are all cached with a \"text/html\" type. Again, this is only a minor annoyance, since I haven\'t run across a feed reader yet that cares very much about the Content-Type header. But the <a href=\"http://feedvalidator.org/\">Feed Validator</a> does. If it sees an Atom feed delivered with content type \"text/html\" instead of \"application/atom+xml\", it gives you a warning. It still checks the validity of the actual feed content, but there\'s that big ugly warning at the top.\n</p>\n<p>\nBut <a href=\"http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fdougal.gunters.org%2Ffeed%2Fatom\">not any more</a>. I dug a little bit into the WP Cache plugin to try to figure out what was going on. The plugin <em>does</em> attempt to preserve the correct content type of pages when it caches them, but the output buffering that it uses to capture the content gets in the way. You can\'t get to the generated headers until after you flush the buffer. But you don\'t want to flush the buffer until you\'ve got all of the data to write into the cache meta files. It\'s a catch-22. (Actually, it might be okay to flush the buffer at the point where you need the headers, but I\'m not sure without further analysis, and I just don\'t have the time right now. I\'ll leave that as an exercise for someone else. <img src=\"http://dougal.gunters.org/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> )\n</p>\n<p>\nSo, if you\'re a stickler about minor things like the Content-Type of your feeds, and you\'re using WP-Cache, feel free to check out my patch: <a href=\"http://dougal.gunters.org/projects/wp-cache2/wp-cache-phase2.php.diff\">WP-Cache Feed Content Type Patch</a>. Note that the changes to the <code>wp_cache_get_response_headers()</code> function don\'t actually work for me. But I left them in the patch in case anybody else wants to examine that section more closely. It might just be something that works in some combinations of Apache/<acronym title=\"Pph Hypertext Processor\"><span class=\"caps\">PHP</span></acronym> versions and not others.\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=816&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_816\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";}i:36;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/19\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/19/wordpress-theme-releases-for-619/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/19/wordpress-theme-releases-for-619/\";s:11:\"description\";s:2667:\"<p><a href=\"http://www.adivorblog.com/?p=454\">Adivorblue</a> is a 2-column theme.</p>\n<p><a href=\"http://sandbox.sapphireknight.com/wordpress-theme/free-wordpress-theme-chess-series-10-from-sapphireknightcom/\">Chess Series</a> is a 2-column theme available in a variety of color schemes and several different chess character sets.</p>\n<p><a href=\"http://templates.arcsin.se/deep-blue-website-template/\">Deep Blue</a> is a 2-column, widget-ready theme done with a touch of blue.</p>\n<p><a href=\"http://www.ndesign-studio.com/resources/wp-themes/itheme/\">iTheme</a> is a 2-column, widget-ready theme featuring drag and drop sidebar elements that users can rearrange on the fly. The sidebars also collapse close and open on user selection.</p>\n<p><a href=\"http://themeviewer.com/wordpress/mountainview-10/\">MountainView</a> is a 2-column, widget- and adsense-ready theme</p>\n<p><a href=\"http://wpthemeshop.com/free-themes/\">SeaShore</a> is a 3-column, widget-ready theme featuring custom page templates for Archives, Links, Contacts, and more.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/3933/bluegreen-delight-theme-10/\">Bluegreen Delight</a> is a 2-column, widget-ready, fluid-width theme. (Contains sponsored links.)</p>\n<p><a href=\"http://pupungbp.erastica.com/wordpress-theme/cleantidy-wordpress-theme/\">CleanTidy</a> is a 2-column, widget-ready, simple and classy theme in form and colors, supported 2 widgets bar. Currently Flickrrss Widget is supported. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/options-page/3906/golmaal/\">Golmaal</a> is a 3-column, widget- and adsense-ready theme. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/options-page/3844/leet/\">LEET</a> is a 2-column, widget-, adsense-, and Digg-ready theme. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/options-page/3953/sunset/\">Sunset</a> is a 2-column fixed-width, widget-ready, black and green lightweight theme, with a high contrast header image but little in the way of graphical icons. (Contains sponsored links.)</p>\n<p><a href=\"http://becomearobot.com/blog/look-mah-a-wordpress-theme/\">Web 2.0 Orange</a> is a 2-column, widget-ready theme. (Contains sponsored links.)</p>\n<p><a href=\"http://www.wiredstudios.com/wordpress-themes/wscorvette-theme-for-wordpress-by-wired-studios.html\">wsCorvette</a> is a 2-column, automotive car theme for Wordpress, featuring a unique and attractive design with raised content areas. The theme is adsense and avatar ready and comes with a few popular plugins that make it ready, right out of the box! (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Tue, 19 Jun 2007 05:00:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2667:\"<p><a href=\"http://www.adivorblog.com/?p=454\">Adivorblue</a> is a 2-column theme.</p>\n<p><a href=\"http://sandbox.sapphireknight.com/wordpress-theme/free-wordpress-theme-chess-series-10-from-sapphireknightcom/\">Chess Series</a> is a 2-column theme available in a variety of color schemes and several different chess character sets.</p>\n<p><a href=\"http://templates.arcsin.se/deep-blue-website-template/\">Deep Blue</a> is a 2-column, widget-ready theme done with a touch of blue.</p>\n<p><a href=\"http://www.ndesign-studio.com/resources/wp-themes/itheme/\">iTheme</a> is a 2-column, widget-ready theme featuring drag and drop sidebar elements that users can rearrange on the fly. The sidebars also collapse close and open on user selection.</p>\n<p><a href=\"http://themeviewer.com/wordpress/mountainview-10/\">MountainView</a> is a 2-column, widget- and adsense-ready theme</p>\n<p><a href=\"http://wpthemeshop.com/free-themes/\">SeaShore</a> is a 3-column, widget-ready theme featuring custom page templates for Archives, Links, Contacts, and more.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/3933/bluegreen-delight-theme-10/\">Bluegreen Delight</a> is a 2-column, widget-ready, fluid-width theme. (Contains sponsored links.)</p>\n<p><a href=\"http://pupungbp.erastica.com/wordpress-theme/cleantidy-wordpress-theme/\">CleanTidy</a> is a 2-column, widget-ready, simple and classy theme in form and colors, supported 2 widgets bar. Currently Flickrrss Widget is supported. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/options-page/3906/golmaal/\">Golmaal</a> is a 3-column, widget- and adsense-ready theme. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/options-page/3844/leet/\">LEET</a> is a 2-column, widget-, adsense-, and Digg-ready theme. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/options-page/3953/sunset/\">Sunset</a> is a 2-column fixed-width, widget-ready, black and green lightweight theme, with a high contrast header image but little in the way of graphical icons. (Contains sponsored links.)</p>\n<p><a href=\"http://becomearobot.com/blog/look-mah-a-wordpress-theme/\">Web 2.0 Orange</a> is a 2-column, widget-ready theme. (Contains sponsored links.)</p>\n<p><a href=\"http://www.wiredstudios.com/wordpress-themes/wscorvette-theme-for-wordpress-by-wired-studios.html\">wsCorvette</a> is a 2-column, automotive car theme for Wordpress, featuring a unique and attractive design with raised content areas. The theme is adsense and avatar ready and comes with a few popular plugins that make it ready, right out of the box! (Contains sponsored links.)</p>\";}i:37;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 6/19\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/19/wordpress-plugin-releases-for-619/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/19/wordpress-plugin-releases-for-619/\";s:11:\"description\";s:762:\"<p><a href=\"http://wp-plugins.net/plugin/datecountdown/#plugin_1465\">Peter’s Date Countdown</a> is a user-friendly management page that allows you to add, update, and delete dates to countdown. You can then display the countdown anywhere on your page. There’s also a real-time JavaScript countdown option and a widget version.</p>\n<p><a href=\"http://wp-plugins.net/plugin/spicy-page/#plugin_2589\">Spicypage</a> shows your spicypage voters widget as a sidebar widget.</p>\n<p><a href=\"http://wp-plugins.net/plugin/zipline/#plugin_2590\">ZipLine</a> allows you to hide posts from readers of your regular web feed and blog. Create personalized web feeds for friends, colleagues, and clients. Determine which individuals or groups get to see each post.</p>\";s:7:\"pubdate\";s:31:\"Tue, 19 Jun 2007 04:45:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:762:\"<p><a href=\"http://wp-plugins.net/plugin/datecountdown/#plugin_1465\">Peter’s Date Countdown</a> is a user-friendly management page that allows you to add, update, and delete dates to countdown. You can then display the countdown anywhere on your page. There’s also a real-time JavaScript countdown option and a widget version.</p>\n<p><a href=\"http://wp-plugins.net/plugin/spicy-page/#plugin_2589\">Spicypage</a> shows your spicypage voters widget as a sidebar widget.</p>\n<p><a href=\"http://wp-plugins.net/plugin/zipline/#plugin_2590\">ZipLine</a> allows you to hide posts from readers of your regular web feed and blog. Create personalized web feeds for friends, colleagues, and clients. Determine which individuals or groups get to see each post.</p>\";}i:38;a:7:{s:5:\"title\";s:70:\"Weblog Tools Collection: Dissecting a Plugin: Better Comments Manager\";s:4:\"guid\";s:97:\"http://weblogtoolscollection.com/archives/2007/06/18/dissecting-a-plugin-better-comments-manager/\";s:4:\"link\";s:97:\"http://weblogtoolscollection.com/archives/2007/06/18/dissecting-a-plugin-better-comments-manager/\";s:11:\"description\";s:7930:\"<p>One question I’ve been receiving a lot lately is regarding editing or traversing WordPress plugin code. The question more-or-less is, “Where do I start?”</p>\n<p>It’s a hard question to answer since every plugin is different, but there are a few ways to get a handle on how a plugin works. I feel a real-world application is needed to show how to edit plugin code, so I am going to periodically dissect a plugin and show you the innards by adding in a few simple features.</p>\n<p>The first plugin to be dissected is called <a href=\"http://techie-buzz.com/wordpress-plugins/better-comments-manager-wordpress-plugin-release.html\">Better Comments Manager</a> (version 1.2). Ajay did a good job <a href=\"http://weblogtoolscollection.com/archives/2007/05/15/apad-better-comments-manager/\">reviewing the Better Comments Manager plugin</a>, so I suggest you check out the review to get a good overview of the plugin.</p>\n<p>In this dissection, we will be adding/modifying two simple features to the plugin: </p>\n<ul>\n<li>Disable the scrolling effect when replying to a comment.</li>\n<li>Add the panel as a main admin panel along with it being a sub-panel of the Comments panel.</li>\n</ul>\n<p>It is of note that although the plugin author agreed to have the plugin dissected, neither the author or WLTC will support any of the code changes demonstrated. In other words, make changes at your own risk.</p>\n<blockquote><p><strong>Updated 06/20/2007:</strong> It seems this dissection post is a victim of its own success. The plugin author (<a href=\"http://techie-buzz.com/\">Keith Dsouza</a>) decided to incorporate the changes mentioned here in <a href=\"http://techie-buzz.com/wordpress-plugins/better-comments-manager-v13-released.html\">version 1.3 of the Better Comments Manager</a>. The tutorial is still relevant for those wishing to follow the thought process, however.</p>\n</blockquote>\n<h3>Find the Main Plugin File</h3>\n<p>Probably the easiest way of finding the main plugin file (the plugin’s foundational file) is by heading to the <a href=\"http://codex.wordpress.org/Image:plugins.png\">Plugins panel</a> and hovering over the <strong>Activate</strong> or <strong>Deactivate</strong> for the plugin. If you check the status bar, it’ll give you what the file name is. In the case of Better Comments Manager, the main file is: <strong>better-comment-manager.php</strong>.</p>\n<p><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/bcm.gif\" alt=\"Better Comments Manager Plugin Panel\" /></p>\n<h3>Find the Admin Panel Action</h3>\n<p>Typically when searching the plugin code, the first thing you want to do is find out what <a href=\"http://codex.wordpress.org/Plugin_API/Action_Reference\">actions</a> or <a href=\"http://codex.wordpress.org/Plugin_API/Filter_Reference\">filters</a> it has. By knowing what actions or filters are being run, you can have a better idea of how the plugin will operate. In the <strong>better-comment-manager.php</strong>, there is one action that loads the <strong>admin_menu</strong> for the plugin. The function that is called to initialize the admin panel is <strong>bcm_manage_page</strong>. </p>\n<p>One of the features we want to add is to make the Better Comments Manager a main panel along with it being a sub-panel.</p>\n<p>The code in the <strong>bcm_manage_page</strong> function is pretty straight forward. It just adds in a <a href=\"http://codex.wordpress.org/Adding_Administration_Menus#add_submenu_page.28.29\">sub menu page</a>. What we want to do is also add in a <a href=\"http://codex.wordpress.org/Adding_Administration_Menus#add_menu_page.28.29\">main admin menu</a>.</p>\n<blockquote><p>\n<pre><code>\nfunction bcm_manage_page() {\n global $wpdb, $submenu;\n if ( isset( $submenu[\'edit-comments.php\'] ) )\n add_submenu_page(\'edit-comments.php\', \'Better Comments Manager\', \'Better Comments Manager\', \'moderate_comments\', \'bcm-edit-comments\', \'better_comment_manager\' );\n add_menu_page(\'Better Comments Manager\', \'Better Comments\', \'moderate_comments\', \'better-comment-manager/bcm-edit-comments.php\' , \'better_comment_manager\');\n}\n</code></pre>\n</p>\n</blockquote>\n<p>After the submenu page is created, a function is called to add a main menu page. This works if you want to simply view and reply to comments. If you want to view the more advanced plugin features, it’ll take you back to the sub-menu. </p>\n<h3>Disabling the Scrolling Effect</h3>\n<p>One of the features we want to disable is the auto-scrolling to a replied comment. We could go through and dissect the code, or we could navigate to the admin panel and see if we can find out what JavaScript functions are being called.</p>\n<p><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/reply_comment.gif\" alt=\"Better Comments Manager - Reply\" /></p>\n<p>Hovering over the ‘Reply’ button reveals a function call in the status bar: <strong>buildReplyForm</strong>.</p>\n<p><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/javascript_call.gif\" alt=\"JavaScript Function Call\" /></p>\n<p>How do we figure out what file the <strong>buildReplyForm</strong> function is in? If you look at your location bar in your browser, you will notice you are on page <strong>bcm-edit-comments</strong>. This is where the <strong>buildReplyForm</strong> function must exist.</p>\n<h4>The <code>buildReplyForm</code> Function in <code>bcm-edit-comments.php</code></h4>\n<p>As suspected, we find the <strong>buildReplyForm</strong> function around line 47 in <strong>bcm-edit-comments.php</strong>. But what exactly are we looking for in this function? Well, since we want to get rid of the scrolling effect, we want to find out what happens after a reply has been submitted. </p>\n<p>Around line 57, we come across this code:</p>\n<blockquote><p>\n<pre><code>\ncommentReplyForm.onsubmit = function () { storeAjaxReply(this, \"reply-comment-\" comment_ID, \"frmReply\" comment_ID) }\n</code></pre>\n</p>\n</blockquote>\n<p>When the reply form is submitted, a JavaScript function by the name of <strong>storeAjaxReply</strong> is called. This function would also still be in the <strong>bcm-edit-comments.php</strong> file.</p>\n<h4>The <code>storeAjaxReply</code> Function in <code>bcm-edit-comments.php</code></h4>\n<p>Around line 114, we come across the <strong>storeAjaxReply</strong> function. Something about the name of <strong>onComplete</strong> tells me this is what I’m after to disable the scrolling effect.</p>\n<p>Here is the <strong>onComplete</strong> code:</p>\n<blockquote><p>\n<pre><code>\nonComplete: function(request) {\n if (request.status == 200) {\n destroyReplyForm(commentReplyDiv);\n new Effect.Appear($(\'the-comment-list\').firstChild, { duration: 1.0, afterFinish: function() { new Effect.ScrollTo($(\'the-comment-list\').firstChild); } } );\n $(commentReplyDiv \'-response\').hide();\n destroyReplyForm(commentReplyDiv);\n }\n}\n</code></pre>\n</p>\n</blockquote>\n<p>Glancing at the above code, it looks like we have found our scrolling culprit. It’s the <strong>Effect.ScrollTo</strong> function. It’s simple enough to just take this line out:</p>\n<blockquote><p>\n<pre><code>\nnew Effect.Appear($(\'the-comment-list\').firstChild, { duration: 1.0 } );\n</code></pre>\n</p>\n</blockquote>\n<h3>Conclusion</h3>\n<p>Within this post we dissected the <a href=\"http://techie-buzz.com/wordpress-plugins/better-comments-manager-wordpress-plugin-release.html\">Better Comments Manager</a>. We decided what we wanted to add up front, and then navigated the code to find exactly what we were looking for.</p>\n<p>Dissecting a Plugin is intended to show how to navigate a plugin through application. Since this is the first “dissecting” post, any and all feedback is appreciated regarding the concept.</p>\n<p>I must stress that although the author agreed to have his plugin dissected, the author does not endorse or support any of the changes.</p>\";s:7:\"pubdate\";s:31:\"Tue, 19 Jun 2007 00:00:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Ronald Huereca\";}s:7:\"summary\";s:7930:\"<p>One question I’ve been receiving a lot lately is regarding editing or traversing WordPress plugin code. The question more-or-less is, “Where do I start?”</p>\n<p>It’s a hard question to answer since every plugin is different, but there are a few ways to get a handle on how a plugin works. I feel a real-world application is needed to show how to edit plugin code, so I am going to periodically dissect a plugin and show you the innards by adding in a few simple features.</p>\n<p>The first plugin to be dissected is called <a href=\"http://techie-buzz.com/wordpress-plugins/better-comments-manager-wordpress-plugin-release.html\">Better Comments Manager</a> (version 1.2). Ajay did a good job <a href=\"http://weblogtoolscollection.com/archives/2007/05/15/apad-better-comments-manager/\">reviewing the Better Comments Manager plugin</a>, so I suggest you check out the review to get a good overview of the plugin.</p>\n<p>In this dissection, we will be adding/modifying two simple features to the plugin: </p>\n<ul>\n<li>Disable the scrolling effect when replying to a comment.</li>\n<li>Add the panel as a main admin panel along with it being a sub-panel of the Comments panel.</li>\n</ul>\n<p>It is of note that although the plugin author agreed to have the plugin dissected, neither the author or WLTC will support any of the code changes demonstrated. In other words, make changes at your own risk.</p>\n<blockquote><p><strong>Updated 06/20/2007:</strong> It seems this dissection post is a victim of its own success. The plugin author (<a href=\"http://techie-buzz.com/\">Keith Dsouza</a>) decided to incorporate the changes mentioned here in <a href=\"http://techie-buzz.com/wordpress-plugins/better-comments-manager-v13-released.html\">version 1.3 of the Better Comments Manager</a>. The tutorial is still relevant for those wishing to follow the thought process, however.</p>\n</blockquote>\n<h3>Find the Main Plugin File</h3>\n<p>Probably the easiest way of finding the main plugin file (the plugin’s foundational file) is by heading to the <a href=\"http://codex.wordpress.org/Image:plugins.png\">Plugins panel</a> and hovering over the <strong>Activate</strong> or <strong>Deactivate</strong> for the plugin. If you check the status bar, it’ll give you what the file name is. In the case of Better Comments Manager, the main file is: <strong>better-comment-manager.php</strong>.</p>\n<p><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/bcm.gif\" alt=\"Better Comments Manager Plugin Panel\" /></p>\n<h3>Find the Admin Panel Action</h3>\n<p>Typically when searching the plugin code, the first thing you want to do is find out what <a href=\"http://codex.wordpress.org/Plugin_API/Action_Reference\">actions</a> or <a href=\"http://codex.wordpress.org/Plugin_API/Filter_Reference\">filters</a> it has. By knowing what actions or filters are being run, you can have a better idea of how the plugin will operate. In the <strong>better-comment-manager.php</strong>, there is one action that loads the <strong>admin_menu</strong> for the plugin. The function that is called to initialize the admin panel is <strong>bcm_manage_page</strong>. </p>\n<p>One of the features we want to add is to make the Better Comments Manager a main panel along with it being a sub-panel.</p>\n<p>The code in the <strong>bcm_manage_page</strong> function is pretty straight forward. It just adds in a <a href=\"http://codex.wordpress.org/Adding_Administration_Menus#add_submenu_page.28.29\">sub menu page</a>. What we want to do is also add in a <a href=\"http://codex.wordpress.org/Adding_Administration_Menus#add_menu_page.28.29\">main admin menu</a>.</p>\n<blockquote><p>\n<pre><code>\nfunction bcm_manage_page() {\n global $wpdb, $submenu;\n if ( isset( $submenu[\'edit-comments.php\'] ) )\n add_submenu_page(\'edit-comments.php\', \'Better Comments Manager\', \'Better Comments Manager\', \'moderate_comments\', \'bcm-edit-comments\', \'better_comment_manager\' );\n add_menu_page(\'Better Comments Manager\', \'Better Comments\', \'moderate_comments\', \'better-comment-manager/bcm-edit-comments.php\' , \'better_comment_manager\');\n}\n</code></pre>\n</p>\n</blockquote>\n<p>After the submenu page is created, a function is called to add a main menu page. This works if you want to simply view and reply to comments. If you want to view the more advanced plugin features, it’ll take you back to the sub-menu. </p>\n<h3>Disabling the Scrolling Effect</h3>\n<p>One of the features we want to disable is the auto-scrolling to a replied comment. We could go through and dissect the code, or we could navigate to the admin panel and see if we can find out what JavaScript functions are being called.</p>\n<p><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/reply_comment.gif\" alt=\"Better Comments Manager - Reply\" /></p>\n<p>Hovering over the ‘Reply’ button reveals a function call in the status bar: <strong>buildReplyForm</strong>.</p>\n<p><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/javascript_call.gif\" alt=\"JavaScript Function Call\" /></p>\n<p>How do we figure out what file the <strong>buildReplyForm</strong> function is in? If you look at your location bar in your browser, you will notice you are on page <strong>bcm-edit-comments</strong>. This is where the <strong>buildReplyForm</strong> function must exist.</p>\n<h4>The <code>buildReplyForm</code> Function in <code>bcm-edit-comments.php</code></h4>\n<p>As suspected, we find the <strong>buildReplyForm</strong> function around line 47 in <strong>bcm-edit-comments.php</strong>. But what exactly are we looking for in this function? Well, since we want to get rid of the scrolling effect, we want to find out what happens after a reply has been submitted. </p>\n<p>Around line 57, we come across this code:</p>\n<blockquote><p>\n<pre><code>\ncommentReplyForm.onsubmit = function () { storeAjaxReply(this, \"reply-comment-\" comment_ID, \"frmReply\" comment_ID) }\n</code></pre>\n</p>\n</blockquote>\n<p>When the reply form is submitted, a JavaScript function by the name of <strong>storeAjaxReply</strong> is called. This function would also still be in the <strong>bcm-edit-comments.php</strong> file.</p>\n<h4>The <code>storeAjaxReply</code> Function in <code>bcm-edit-comments.php</code></h4>\n<p>Around line 114, we come across the <strong>storeAjaxReply</strong> function. Something about the name of <strong>onComplete</strong> tells me this is what I’m after to disable the scrolling effect.</p>\n<p>Here is the <strong>onComplete</strong> code:</p>\n<blockquote><p>\n<pre><code>\nonComplete: function(request) {\n if (request.status == 200) {\n destroyReplyForm(commentReplyDiv);\n new Effect.Appear($(\'the-comment-list\').firstChild, { duration: 1.0, afterFinish: function() { new Effect.ScrollTo($(\'the-comment-list\').firstChild); } } );\n $(commentReplyDiv \'-response\').hide();\n destroyReplyForm(commentReplyDiv);\n }\n}\n</code></pre>\n</p>\n</blockquote>\n<p>Glancing at the above code, it looks like we have found our scrolling culprit. It’s the <strong>Effect.ScrollTo</strong> function. It’s simple enough to just take this line out:</p>\n<blockquote><p>\n<pre><code>\nnew Effect.Appear($(\'the-comment-list\').firstChild, { duration: 1.0 } );\n</code></pre>\n</p>\n</blockquote>\n<h3>Conclusion</h3>\n<p>Within this post we dissected the <a href=\"http://techie-buzz.com/wordpress-plugins/better-comments-manager-wordpress-plugin-release.html\">Better Comments Manager</a>. We decided what we wanted to add up front, and then navigated the code to find exactly what we were looking for.</p>\n<p>Dissecting a Plugin is intended to show how to navigate a plugin through application. Since this is the first “dissecting” post, any and all feedback is appreciated regarding the concept.</p>\n<p>I must stress that although the author agreed to have his plugin dissected, the author does not endorse or support any of the changes.</p>\";}i:39;a:7:{s:5:\"title\";s:35:\"bbPress: 0.8.2: Hot off the bbPress\";s:4:\"guid\";s:56:\"http://bbpress.org/blog/2007/06/082-hot-off-the-bbpress/\";s:4:\"link\";s:56:\"http://bbpress.org/blog/2007/06/082-hot-off-the-bbpress/\";s:11:\"description\";s:3251:\"<p>A new release! bbPress 0.8.2 has a quite a few changes and features. While you’re <a href=\"http://bbpress.org/download/\">downloading</a>, check out the cool new stuff.</p>\n<h3 id=\"forums-67\">Hierarchical Forums</h3>\n<p>Forums can now be grouped hierarchically (that is, forums can have “children”). To organize your forums, go to Content -> Forums in your bbPress’ admin panels, click “Edit Forum Order” and drag the rows around: up, down, left and right.</p>\n<p>Make sure to “Save Forum Order” when you’re done.</p>\n<h3 id=\"slugs-67\">“Slug” based permalinks</h3>\n<p>No longer are you constrained to topics and forums with permalinks that look like <code>http://example.com/topic/14/</code>. By turning on <a href=\"http://bbpress.org/documentation/faq/#pretty-permalinks\">slug based permalinks</a>, your URLs will be generated from the forum’s or topic’s title like <code>http://example.com/topic/see-you-in-hawaii/</code>.</p>\n<p>Also, all of bbPress’ different permalink structures (<code>/topic.php?id=14</code>, <code>/topic/14/</code>, <code>/topic/see-you-in-hawaii/</code>) are interchangeable; you can switch to whichever structure you like and all your old links will still work (but see the <a href=\"http://bbpress.org/blog/2007/06/082-hot-off-the-bbpress/#upgrade-67\">upgrade instructions</a> in this post).</p>\n<h3 id=\"plugins-67\">Plugin Management</h3>\n<p>Plugins can now be activated and deactivated with the click of the mouse in bbPress 0.8.2. Just go to Site Management -> Plugins in your bbPress’ admin panels. To be activated, however, every plugin <strong>must</strong> have a “plugin header” that includes at least the plugin’s name. Here’s an example.</p>\n<pre><code>\n/*\nPlugin Name: <em>Name of your plugin <strong>required</strong></em>\nPlugin URI: <em>Plugin’s website</em>\nDescription: <em>Short description of your plugin</em>\nAuthor: <em>Your name</em>\nAuthor URI: <em>Your website</em>\nVersion: <em>Current version number of your plugin</em>\n*/\n</code></pre>\n<p>As a bonus, “hidden” feature, plugins whose file name begins with an underscore (<code>_</code>) <em>do not need to be activated</em>; they will be loaded automatically and do not require a plugin header.</p>\n<h3 id=\"the-rest-67\">A few small things</h3>\n<p>Here a sampling of some of the other minor changes in bbPress 0.8.2.</p>\n<ul>\n<li>More tag cloud formatting options</li>\n<li>Improved consistency in tagging</li>\n<li>bbPress’ default Kakumei theme combines the list of “Your Tags” and “Others’ Tags”.</li>\n<li>No more annoying <code>feed:</code> before all of your RSS feed links. The <code>feed:</code> psuedo-standard was a clever idea, but never really caught on.</li>\n<li>Moderators and Admins are considered “trusted” and will never have their posts marked as spam.</li>\n<li>Admins can change other user’s passwords.</li>\n<li>More filters and actions for plugin authors</li>\n<li>Faster database queries</li>\n</ul>\n<p> <a href=\"http://bbpress.org/blog/2007/06/082-hot-off-the-bbpress/#more-67\" class=\"morelink\">Upgrade instructions and techy info</a></p>\";s:7:\"pubdate\";s:31:\"Mon, 18 Jun 2007 23:53:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:3251:\"<p>A new release! bbPress 0.8.2 has a quite a few changes and features. While you’re <a href=\"http://bbpress.org/download/\">downloading</a>, check out the cool new stuff.</p>\n<h3 id=\"forums-67\">Hierarchical Forums</h3>\n<p>Forums can now be grouped hierarchically (that is, forums can have “children”). To organize your forums, go to Content -> Forums in your bbPress’ admin panels, click “Edit Forum Order” and drag the rows around: up, down, left and right.</p>\n<p>Make sure to “Save Forum Order” when you’re done.</p>\n<h3 id=\"slugs-67\">“Slug” based permalinks</h3>\n<p>No longer are you constrained to topics and forums with permalinks that look like <code>http://example.com/topic/14/</code>. By turning on <a href=\"http://bbpress.org/documentation/faq/#pretty-permalinks\">slug based permalinks</a>, your URLs will be generated from the forum’s or topic’s title like <code>http://example.com/topic/see-you-in-hawaii/</code>.</p>\n<p>Also, all of bbPress’ different permalink structures (<code>/topic.php?id=14</code>, <code>/topic/14/</code>, <code>/topic/see-you-in-hawaii/</code>) are interchangeable; you can switch to whichever structure you like and all your old links will still work (but see the <a href=\"http://bbpress.org/blog/2007/06/082-hot-off-the-bbpress/#upgrade-67\">upgrade instructions</a> in this post).</p>\n<h3 id=\"plugins-67\">Plugin Management</h3>\n<p>Plugins can now be activated and deactivated with the click of the mouse in bbPress 0.8.2. Just go to Site Management -> Plugins in your bbPress’ admin panels. To be activated, however, every plugin <strong>must</strong> have a “plugin header” that includes at least the plugin’s name. Here’s an example.</p>\n<pre><code>\n/*\nPlugin Name: <em>Name of your plugin <strong>required</strong></em>\nPlugin URI: <em>Plugin’s website</em>\nDescription: <em>Short description of your plugin</em>\nAuthor: <em>Your name</em>\nAuthor URI: <em>Your website</em>\nVersion: <em>Current version number of your plugin</em>\n*/\n</code></pre>\n<p>As a bonus, “hidden” feature, plugins whose file name begins with an underscore (<code>_</code>) <em>do not need to be activated</em>; they will be loaded automatically and do not require a plugin header.</p>\n<h3 id=\"the-rest-67\">A few small things</h3>\n<p>Here a sampling of some of the other minor changes in bbPress 0.8.2.</p>\n<ul>\n<li>More tag cloud formatting options</li>\n<li>Improved consistency in tagging</li>\n<li>bbPress’ default Kakumei theme combines the list of “Your Tags” and “Others’ Tags”.</li>\n<li>No more annoying <code>feed:</code> before all of your RSS feed links. The <code>feed:</code> psuedo-standard was a clever idea, but never really caught on.</li>\n<li>Moderators and Admins are considered “trusted” and will never have their posts marked as spam.</li>\n<li>Admins can change other user’s passwords.</li>\n<li>More filters and actions for plugin authors</li>\n<li>Faster database queries</li>\n</ul>\n<p> <a href=\"http://bbpress.org/blog/2007/06/082-hot-off-the-bbpress/#more-67\" class=\"morelink\">Upgrade instructions and techy info</a></p>\";}i:40;a:7:{s:5:\"title\";s:28:\"Dev Blog: WebWare 100 Winner\";s:4:\"guid\";s:60:\"http://wordpress.org/development/2007/06/webware-100-winner/\";s:4:\"link\";s:60:\"http://wordpress.org/development/2007/06/webware-100-winner/\";s:11:\"description\";s:1151:\"<p>The results are in, and WordPress is the <a href=\"http://www.webware.com/html/ww/100.html\">winner of the Webware 100 in the Publishing category</a>. Thanks to everyone who voted, but thank you even more to <a href=\"http://foolswisdom.com/wordpress-22-source-code-worth-1-million/\">all the great people who make WordPress what it is</a>. It’s an honor to have so many of you entrust your blogs to our software, and it’s an incredible opportunity for us to live up to the high standards you’ve set. Here’s what <a href=\"http://www.webware.com/8301-1_109-9728770-2.html\">Rafe Needleman wrote about the results</a>:</p>\n<blockquote><p>WordPress got the most votes. I was interested to see the Drupal CMS platform placing high in this category–above the consumer-oriented publishing products Typepad and Vox. Even combined, these two Six Apart services didn’t come close to winning the same number of votes as Drupal.</p></blockquote>\n<p>Glad to see our open-source brother-by-another-mother representing. The rankings in Publishing were WordPress, Adobe Flash, Drupal, Blogger, and Google Analytics as the top 5.</p>\";s:7:\"pubdate\";s:31:\"Mon, 18 Jun 2007 23:32:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:1151:\"<p>The results are in, and WordPress is the <a href=\"http://www.webware.com/html/ww/100.html\">winner of the Webware 100 in the Publishing category</a>. Thanks to everyone who voted, but thank you even more to <a href=\"http://foolswisdom.com/wordpress-22-source-code-worth-1-million/\">all the great people who make WordPress what it is</a>. It’s an honor to have so many of you entrust your blogs to our software, and it’s an incredible opportunity for us to live up to the high standards you’ve set. Here’s what <a href=\"http://www.webware.com/8301-1_109-9728770-2.html\">Rafe Needleman wrote about the results</a>:</p>\n<blockquote><p>WordPress got the most votes. I was interested to see the Drupal CMS platform placing high in this category–above the consumer-oriented publishing products Typepad and Vox. Even combined, these two Six Apart services didn’t come close to winning the same number of votes as Drupal.</p></blockquote>\n<p>Glad to see our open-source brother-by-another-mother representing. The rankings in Publishing were WordPress, Adobe Flash, Drupal, Blogger, and Google Analytics as the top 5.</p>\";}i:41;a:7:{s:5:\"title\";s:27:\"Matt: Airport Power Outlets\";s:4:\"guid\";s:54:\"http://photomatt.net/2007/06/18/airport-power-outlets/\";s:4:\"link\";s:54:\"http://photomatt.net/2007/06/18/airport-power-outlets/\";s:11:\"description\";s:191:\"<p><a href=\"http://www.travelpost.com/airport-wireless-internet.aspx\">Wifi is pretty much a given these days</a>, I want to see a website about which airports have the best power outlets.</p>\";s:7:\"pubdate\";s:31:\"Mon, 18 Jun 2007 16:01:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:191:\"<p><a href=\"http://www.travelpost.com/airport-wireless-internet.aspx\">Wifi is pretty much a given these days</a>, I want to see a website about which airports have the best power outlets.</p>\";}i:42;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/18\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/18/wordpress-theme-releases-for-618/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/18/wordpress-theme-releases-for-618/\";s:11:\"description\";s:1480:\"<p><a href=\"http://mnogo.truden.com/archives/154.html\">Black on White</a> is a 2-column, widget-ready theme with grey header and whitespace everywhere else. It is a very clean, sharp-looking theme.</p>\n<p><a href=\"http://www.utheguru.com/we-have-a-new-theme\">BlixKrieg 2.2</a> is a 2-column, widget-ready theme that is a drop-in replacement for Sebastien Schmieg’s famous ‘Blix’ theme. BlixKrieg supports asides and WordPress 2.2.</p>\n<p><a href=\"http://service.compuskills.co.uk/blog/2007/06/16/contrast-101b-theme-available/\">Contrast</a> is a 2-column, widget-ready, white-and-grey theme. It has three built-in styles and you can use pre-determined classes to adjust block alignment on the fly.</p>\n<p><a href=\"http://www.solostream.com/2007/06/17/worpdress-blog-theme-zeke-10-widgets/\">Zeke</a> is a 3-column, widget-ready, professional-looking theme. Both sidebar columns sit on the right side.</p>\n<p><a href=\"http://themes.wordpress.net/other/options-page/3913/blackmagic/\">Black Magic</a> is a 2-column, widget-ready theme that sits on a black backdrop. (Contains sponsored links.)</p>\n<p><a href=\"http://www.adamcoyle.com/city-buildings-10-wordpress-template\">City Buildings</a> is a 2-column theme with a cityscape header. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/3920/gamepark/\">GamePark</a> is a 2-column theme dressed in shades of green and a cartoon-y header. (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Mon, 18 Jun 2007 04:45:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1480:\"<p><a href=\"http://mnogo.truden.com/archives/154.html\">Black on White</a> is a 2-column, widget-ready theme with grey header and whitespace everywhere else. It is a very clean, sharp-looking theme.</p>\n<p><a href=\"http://www.utheguru.com/we-have-a-new-theme\">BlixKrieg 2.2</a> is a 2-column, widget-ready theme that is a drop-in replacement for Sebastien Schmieg’s famous ‘Blix’ theme. BlixKrieg supports asides and WordPress 2.2.</p>\n<p><a href=\"http://service.compuskills.co.uk/blog/2007/06/16/contrast-101b-theme-available/\">Contrast</a> is a 2-column, widget-ready, white-and-grey theme. It has three built-in styles and you can use pre-determined classes to adjust block alignment on the fly.</p>\n<p><a href=\"http://www.solostream.com/2007/06/17/worpdress-blog-theme-zeke-10-widgets/\">Zeke</a> is a 3-column, widget-ready, professional-looking theme. Both sidebar columns sit on the right side.</p>\n<p><a href=\"http://themes.wordpress.net/other/options-page/3913/blackmagic/\">Black Magic</a> is a 2-column, widget-ready theme that sits on a black backdrop. (Contains sponsored links.)</p>\n<p><a href=\"http://www.adamcoyle.com/city-buildings-10-wordpress-template\">City Buildings</a> is a 2-column theme with a cityscape header. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/3920/gamepark/\">GamePark</a> is a 2-column theme dressed in shades of green and a cartoon-y header. (Contains sponsored links.)</p>\";}i:43;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 6/18\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/18/wordpress-plugin-releases-for-618/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/18/wordpress-plugin-releases-for-618/\";s:11:\"description\";s:2365:\"<p><a href=\"http://affilisoftware.net/scripts.php\">affilisoftware</a> lets you sell software on your WordPress site.</p>\n<p><a href=\"http://www.deanlee.cn/wordpress/updatedfckeditor-for-wordpress-version-22/\">FCKEditor</a> has been upgraded to version 2.4.3. New features include the ability to enable/disable the Firefox spellchecker while typing, the ability to set default link target, being able to turn off the FCKEditor button in the Write menu, and a fix for file uploads.</p>\n<p><a href=\"http://www.jeremyduffy.com/tools/jtags\">Jtags</a> is a plugin for Wordpress that allows you to call php functions from your posts using ordinary XML-like tags. A jtag is a series of name=value pairs where the first one listed (by convention) is the function name to call and the rest are parameters.</p>\n<p><a href=\"http://wp-plugins.net/plugin/onlywireautosubmit/#plugin_2588\">OnlyWire Autosubmitter</a> submits your site to your OnlyWire account and to 16 other social bookmarking sites from there.</p>\n<p><a href=\"http://www.utheguru.com/seo_wordpress-wordpress-seo-plugin\">SEO_WordPress</a> reduces duplicate content on your blog. The plugin essentially ‘herds’ googlebot and other spiders to the content you want indexed. The result? A much more search engine friendly blog and better indexing.</p>\n<p><a href=\"http://planetozh.com/blog/my-projects/plugin-to-correctly-spell-wordpress-not-word-press/\">Spell WordPress</a> is for those who are fastidious about making sure the trademark name is always spelled correctly.</p>\n<p><a href=\"http://www.inverudio.com/programs/WordPressBlog/NewTabWindowTargetBlankPlugin.php\">Target Blank In Posts And Comments</a> opens links in blog posts and pages in a new tab or window, thus keeping visitors on your site.</p>\n<p><a href=\"http://wp-plugins.net/plugin/vkboard/#plugin_2587\">Virtual Keyboard</a>displays a virtual keyboard when writing a post (or a page if required); several keyboard are available for various languages and characters. The plugin handles the bi-directionality for the hebrew keyboard.</p>\n<p><a href=\"http://www.daburna.de/blog/2006/12/13/wordpress-video-plugin/\">WordPress Video Plugin</a> lets you easily add video to your WordPress installation from a wide variety of video sites. Support includes sites like YouTube, Google video, Clipfish, Liveleak, Sevenload, and many others.</p>\";s:7:\"pubdate\";s:31:\"Mon, 18 Jun 2007 04:45:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2365:\"<p><a href=\"http://affilisoftware.net/scripts.php\">affilisoftware</a> lets you sell software on your WordPress site.</p>\n<p><a href=\"http://www.deanlee.cn/wordpress/updatedfckeditor-for-wordpress-version-22/\">FCKEditor</a> has been upgraded to version 2.4.3. New features include the ability to enable/disable the Firefox spellchecker while typing, the ability to set default link target, being able to turn off the FCKEditor button in the Write menu, and a fix for file uploads.</p>\n<p><a href=\"http://www.jeremyduffy.com/tools/jtags\">Jtags</a> is a plugin for Wordpress that allows you to call php functions from your posts using ordinary XML-like tags. A jtag is a series of name=value pairs where the first one listed (by convention) is the function name to call and the rest are parameters.</p>\n<p><a href=\"http://wp-plugins.net/plugin/onlywireautosubmit/#plugin_2588\">OnlyWire Autosubmitter</a> submits your site to your OnlyWire account and to 16 other social bookmarking sites from there.</p>\n<p><a href=\"http://www.utheguru.com/seo_wordpress-wordpress-seo-plugin\">SEO_WordPress</a> reduces duplicate content on your blog. The plugin essentially ‘herds’ googlebot and other spiders to the content you want indexed. The result? A much more search engine friendly blog and better indexing.</p>\n<p><a href=\"http://planetozh.com/blog/my-projects/plugin-to-correctly-spell-wordpress-not-word-press/\">Spell WordPress</a> is for those who are fastidious about making sure the trademark name is always spelled correctly.</p>\n<p><a href=\"http://www.inverudio.com/programs/WordPressBlog/NewTabWindowTargetBlankPlugin.php\">Target Blank In Posts And Comments</a> opens links in blog posts and pages in a new tab or window, thus keeping visitors on your site.</p>\n<p><a href=\"http://wp-plugins.net/plugin/vkboard/#plugin_2587\">Virtual Keyboard</a>displays a virtual keyboard when writing a post (or a page if required); several keyboard are available for various languages and characters. The plugin handles the bi-directionality for the hebrew keyboard.</p>\n<p><a href=\"http://www.daburna.de/blog/2006/12/13/wordpress-video-plugin/\">WordPress Video Plugin</a> lets you easily add video to your WordPress installation from a wide variety of video sites. Support includes sites like YouTube, Google video, Clipfish, Liveleak, Sevenload, and many others.</p>\";}i:44;a:7:{s:5:\"title\";s:82:\"Weblog Tools Collection: Listing Your Plugin at the WordPress.org Plugin Directory\";s:4:\"guid\";s:110:\"http://weblogtoolscollection.com/archives/2007/06/17/listing-your-plugin-at-the-wordpressorg-plugin-directory/\";s:4:\"link\";s:110:\"http://weblogtoolscollection.com/archives/2007/06/17/listing-your-plugin-at-the-wordpressorg-plugin-directory/\";s:11:\"description\";s:10008:\"<p>With the <a href=\"http://weblogtoolscollection.com/pluginblog/\">WordPress Plugin Competition 2.0</a> in full swing, some plugin authors may want to have their plugin listed at the official <a href=\"http://wordpress.org/extend/plugins/\">WordPress.org Plugin Directory</a>. </p>\n<p>Within this post I will go over the steps necessary to get your plugin hosted by WordPress. This tutorial is for Windows users, but I will link to other tutorials as they become available based on other operating systems. The WordPress directory uses <a href=\"http://en.wikipedia.org/wiki/Subversion_(software)\">Subversion</a>, which won’t be covered in detail here (you don’t need to know Subversion to follow this tutorial). The tutorial covers adding a plugin I wrote called Feed Styler into the plugin directory. I apologize in advance for the plug, but I wanted to provide a real-world step-by-step example of adding a <em>real</em> plugin.</p>\n<h3>1. Get a WordPress.org Account</h3>\n<p>Get over to the <a href=\"http://wordpress.org/support/register.php\">WordPress support page</a> and register as a user. You will need to be registered in order to list your plugin.</p>\n<h3>2. Add Your Plugin</h3>\n<p>The second step is to <a href=\"http://wordpress.org/extend/plugins/add/\">add your plugin</a>. You will need to provide:</p>\n<ul>\n<li>Your plugin’s name.</li>\n<li>A one or two sentence plugin description.</li>\n<li>A homepage URI for your plugin (optional).</li>\n</ul>\n<p>I recommend always having a dedicated plugin homepage, but that is up to you. You also want to make sure your plugin is <a href=\"http://www.gnu.org/philosophy/license-list.html#GPLCompatibleLicenses\">GPL Compatible</a>.</p>\n<h3>3. Wait for Approval</h3>\n<p>The approval process isn’t overnight. The first plugin I added took about a week, and the second took almost two weeks.</p>\n<p>When approved, you will receive an email that says that your plugin has been approved and that you will have access to your subversion repository shortly. In the case of my plugin, the repository was located at: http://svn.wp-plugins.org/feed-styler/</p>\n<p>You are also instructed to use the same username and password for WordPress.org to access your repository. </p>\n<h3>4. Download and Install TortoiseSVN</h3>\n<p>Head over ot the <a href=\"http://tortoisesvn.net/downloads\">TortoiseSVN download page</a> and download the appropriate installer (sorry non-Windows users). The installation is relatively painless, but it does require a restart.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard06.jpg\" alt=\"TortoiseSVN Installer Complete\" /><br />TortoiseSVN Installer</p>\n<h3>5. Create a Directory</h3>\n<p>Create a directory somewhat out of the way (but easy to find again) that will hold your repository. For the purpose of making this tutorial, I just created a folder on my desktop called ‘feed styler’. </p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/feed_styler_desktop.gif\" alt=\"Empty Directory for Holding Subversion Files\" /></p>\n<h3>6. Check Out the Repository</h3>\n<p>Navigate to your new folder and right+click to pull up a context menu with the TortoiseSVN options. What you’ll be wanting to select is <strong>SVN Checkout</strong>.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/tortoise_context_menu.gif\" alt=\"TortoiseSVN Context Menu\" /><br />TortoiseSVN Context Menu - Checkout</p>\n<p>After selecting <strong>SVN Checkout</strong>, a dialog box will pop up asking for the URL of the repository and the location to store it. The URL to the repository is the one that was e-mailed to you when your plugin was approved. The location to store the repository should already be filled out. After filling in those two pieces of information, simply hit <strong>OK</strong>.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/svn_checkout_folder_location.gif\" alt=\"Checkout Location\" /><br />Subversion Checkout Dialog</p>\n<p>If all goes well, you should now have three directories in your folder called <strong>branches</strong>, <strong>tags</strong>, and <strong>trunk</strong>.</p>\n<h3>7. Prepare Your Read Me File</h3>\n<p>Prepare your plugin files for being included in the repository. Usually the only thing you have to do for this step is to prepare a Read Me file that adheres to the <a href=\"http://wordpress.org/extend/plugins/about/readme.txt\">WordPress.org guidelines</a>. The Read Me creation is straight forward, but WordPress does have a <a href=\"http://wordpress.org/extend/plugins/about/validator/\">readme validator</a> for your convenience. </p>\n<p>Here are some quick tips for preparing your readme file:</p>\n<ul>\n<li>Use <a href=\"http://wordpress.org/extend/plugins/tags/\">appropriate tags</a> when labeling your plugin.</li>\n<li>Store your readme file in your main plugin directory.</li>\n<li>If including screenshots, make sure the screenshots are named screenshot-1, screenshot-2, screenshot-n, etc.</li>\n<li>Use the <a href=\"http://wordpress.org/extend/plugins/about/validator/\">readme validator</a> to preview your readme file.</li>\n<li>When providing a stable tag, don’t be creative. Use something along the lines of: Stable tag: 1.0.5.0</li>\n</ul>\n<h3>8. Copy the Plugin Files to the Trunk Directory</h3>\n<p>Once you have your plugin files in order and a readme file, copy the files to the <strong>trunk</strong> directory. The main plugin file and the readme should both be at the root of the <strong>trunk</strong> directory.</p>\n<p>In the case of Feed Styler, here is a screenshot of what my trunk directory consisted of:</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/feed_styler_trunk_directory.gif\" alt=\"Feed Styler Trunk Directory\" /><br />The Trunk Directory Contents</p>\n<h3>9. Commit the Files to the Repository</h3>\n<p>Right+click the <strong>trunk</strong> directory to bring up the TortoiseSVN context menu. Select <strong>SVN Commit</strong>.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard13.jpg\" alt=\"Subversion Commit\" /><br />Commit Context Menu</p>\n<p>You will now be presented with a dialog box to enter a log message and to select which files to commit to the trunk. Type in a brief log message (such as “Adding my plugin version”) and select all the files you would like to commit.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard15.jpg\" alt=\"Subversion Commit - Adding Log Message and Files\" /><br />Subversion Commit - Log Messages and Files</p>\n<p>After you are finished, click <strong>OK</strong>. You will now be prompted to enter a username and password. The username and password is the same that you use for the WordPress.org Support forums (see Step 1). </p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard16.jpg\" alt=\"SVN Username and Password\" /><br />Login Screen</p>\n<p>If all goes well, your plugin files should be added.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/trunk_added.jpg\" alt=\"SVN Trunk Added\" /><br />Files Added to the Trunk</p>\n<h3>10. Tag Your Plugin Release</h3>\n<p>This is where the readme file really comes into play. In the readme file, there was a spot to add in a stable tag (in my case 1.0.5.0). You will want to provide a tag that matches the stable tag in the readme file.</p>\n<p>Right+click the <strong>trunk</strong> directory and select TortoiseSVN » Branch/Tag.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard18.jpg\" alt=\"Branch/Tag Context Menu\" /><br />Adding a Tag Context Menu</p>\n<p>Within the dialog that pops up, type in the path to your tag directory and the version. In my case, it was: http://svn.wp-plugins.org/feed-styler/tags/1.0.5.0 </p>\n<p>Also, type in a quick log message that more-or-less says, “Tagging this release.” Hit <strong>OK</strong> when you are finished.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard24.jpg\" alt=\"Adding Plugin Tag\" /><br />Tagging Dialog Box</p>\n<p>If all goes well, the plugin should now be tagged and ready to go. You may want to update your tags directory (locally) by right+clicking the <strong>tags</strong> directory and clicking <strong>SVN Update</strong>.</p>\n<h3>11. Make Sure Everything is Accurate at the Repository and the WordPress Plugin Directory</h3>\n<p>There are a few ways to ensure everything went correctly. The best way is to head to your subversion URL (in my case, http://svn.wp-plugins.org/feed-styler/) and ensure the trunk and tags were uploaded successfully. </p>\n<p>After committing the initial trunk or tags, the WordPress plugin repository takes about fifteen minutes to update. After that, head over to your plugin’s URL at the plugin directory (in my case, http://www.wordpress.org/extend/plugins/feed-styler) and see if everything in your readme file is appropriately displayed. If you need to make changes to the readme file, simply edit it locally and right+click the file and hit “SVN Commit.” </p>\n<p>If all goes well, you should now see your plugin at the front page of the <a href=\"http://wordpress.org/extend/plugins/\">WordPress plugin page</a>.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/feed-styler-added2.gif\" alt=\"Plugin Page Added\" /><br />WordPress Plugin Directory</p>\n<h3>Conclusion</h3>\n<p>Thank you for reading my tips on getting your plugin listed at the official WordPress plugin directory. If you have any questions/comments, please feel free to weigh in. I’d like to personally thank <a href=\"http://www.thereasoner.com\">Bes Zain</a> for assisting me in taking the screenshots and testing out this tutorial.</p>\";s:7:\"pubdate\";s:31:\"Sun, 17 Jun 2007 09:45:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Ronald Huereca\";}s:7:\"summary\";s:10008:\"<p>With the <a href=\"http://weblogtoolscollection.com/pluginblog/\">WordPress Plugin Competition 2.0</a> in full swing, some plugin authors may want to have their plugin listed at the official <a href=\"http://wordpress.org/extend/plugins/\">WordPress.org Plugin Directory</a>. </p>\n<p>Within this post I will go over the steps necessary to get your plugin hosted by WordPress. This tutorial is for Windows users, but I will link to other tutorials as they become available based on other operating systems. The WordPress directory uses <a href=\"http://en.wikipedia.org/wiki/Subversion_(software)\">Subversion</a>, which won’t be covered in detail here (you don’t need to know Subversion to follow this tutorial). The tutorial covers adding a plugin I wrote called Feed Styler into the plugin directory. I apologize in advance for the plug, but I wanted to provide a real-world step-by-step example of adding a <em>real</em> plugin.</p>\n<h3>1. Get a WordPress.org Account</h3>\n<p>Get over to the <a href=\"http://wordpress.org/support/register.php\">WordPress support page</a> and register as a user. You will need to be registered in order to list your plugin.</p>\n<h3>2. Add Your Plugin</h3>\n<p>The second step is to <a href=\"http://wordpress.org/extend/plugins/add/\">add your plugin</a>. You will need to provide:</p>\n<ul>\n<li>Your plugin’s name.</li>\n<li>A one or two sentence plugin description.</li>\n<li>A homepage URI for your plugin (optional).</li>\n</ul>\n<p>I recommend always having a dedicated plugin homepage, but that is up to you. You also want to make sure your plugin is <a href=\"http://www.gnu.org/philosophy/license-list.html#GPLCompatibleLicenses\">GPL Compatible</a>.</p>\n<h3>3. Wait for Approval</h3>\n<p>The approval process isn’t overnight. The first plugin I added took about a week, and the second took almost two weeks.</p>\n<p>When approved, you will receive an email that says that your plugin has been approved and that you will have access to your subversion repository shortly. In the case of my plugin, the repository was located at: http://svn.wp-plugins.org/feed-styler/</p>\n<p>You are also instructed to use the same username and password for WordPress.org to access your repository. </p>\n<h3>4. Download and Install TortoiseSVN</h3>\n<p>Head over ot the <a href=\"http://tortoisesvn.net/downloads\">TortoiseSVN download page</a> and download the appropriate installer (sorry non-Windows users). The installation is relatively painless, but it does require a restart.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard06.jpg\" alt=\"TortoiseSVN Installer Complete\" /><br />TortoiseSVN Installer</p>\n<h3>5. Create a Directory</h3>\n<p>Create a directory somewhat out of the way (but easy to find again) that will hold your repository. For the purpose of making this tutorial, I just created a folder on my desktop called ‘feed styler’. </p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/feed_styler_desktop.gif\" alt=\"Empty Directory for Holding Subversion Files\" /></p>\n<h3>6. Check Out the Repository</h3>\n<p>Navigate to your new folder and right+click to pull up a context menu with the TortoiseSVN options. What you’ll be wanting to select is <strong>SVN Checkout</strong>.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/tortoise_context_menu.gif\" alt=\"TortoiseSVN Context Menu\" /><br />TortoiseSVN Context Menu - Checkout</p>\n<p>After selecting <strong>SVN Checkout</strong>, a dialog box will pop up asking for the URL of the repository and the location to store it. The URL to the repository is the one that was e-mailed to you when your plugin was approved. The location to store the repository should already be filled out. After filling in those two pieces of information, simply hit <strong>OK</strong>.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/svn_checkout_folder_location.gif\" alt=\"Checkout Location\" /><br />Subversion Checkout Dialog</p>\n<p>If all goes well, you should now have three directories in your folder called <strong>branches</strong>, <strong>tags</strong>, and <strong>trunk</strong>.</p>\n<h3>7. Prepare Your Read Me File</h3>\n<p>Prepare your plugin files for being included in the repository. Usually the only thing you have to do for this step is to prepare a Read Me file that adheres to the <a href=\"http://wordpress.org/extend/plugins/about/readme.txt\">WordPress.org guidelines</a>. The Read Me creation is straight forward, but WordPress does have a <a href=\"http://wordpress.org/extend/plugins/about/validator/\">readme validator</a> for your convenience. </p>\n<p>Here are some quick tips for preparing your readme file:</p>\n<ul>\n<li>Use <a href=\"http://wordpress.org/extend/plugins/tags/\">appropriate tags</a> when labeling your plugin.</li>\n<li>Store your readme file in your main plugin directory.</li>\n<li>If including screenshots, make sure the screenshots are named screenshot-1, screenshot-2, screenshot-n, etc.</li>\n<li>Use the <a href=\"http://wordpress.org/extend/plugins/about/validator/\">readme validator</a> to preview your readme file.</li>\n<li>When providing a stable tag, don’t be creative. Use something along the lines of: Stable tag: 1.0.5.0</li>\n</ul>\n<h3>8. Copy the Plugin Files to the Trunk Directory</h3>\n<p>Once you have your plugin files in order and a readme file, copy the files to the <strong>trunk</strong> directory. The main plugin file and the readme should both be at the root of the <strong>trunk</strong> directory.</p>\n<p>In the case of Feed Styler, here is a screenshot of what my trunk directory consisted of:</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/feed_styler_trunk_directory.gif\" alt=\"Feed Styler Trunk Directory\" /><br />The Trunk Directory Contents</p>\n<h3>9. Commit the Files to the Repository</h3>\n<p>Right+click the <strong>trunk</strong> directory to bring up the TortoiseSVN context menu. Select <strong>SVN Commit</strong>.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard13.jpg\" alt=\"Subversion Commit\" /><br />Commit Context Menu</p>\n<p>You will now be presented with a dialog box to enter a log message and to select which files to commit to the trunk. Type in a brief log message (such as “Adding my plugin version”) and select all the files you would like to commit.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard15.jpg\" alt=\"Subversion Commit - Adding Log Message and Files\" /><br />Subversion Commit - Log Messages and Files</p>\n<p>After you are finished, click <strong>OK</strong>. You will now be prompted to enter a username and password. The username and password is the same that you use for the WordPress.org Support forums (see Step 1). </p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard16.jpg\" alt=\"SVN Username and Password\" /><br />Login Screen</p>\n<p>If all goes well, your plugin files should be added.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/trunk_added.jpg\" alt=\"SVN Trunk Added\" /><br />Files Added to the Trunk</p>\n<h3>10. Tag Your Plugin Release</h3>\n<p>This is where the readme file really comes into play. In the readme file, there was a spot to add in a stable tag (in my case 1.0.5.0). You will want to provide a tag that matches the stable tag in the readme file.</p>\n<p>Right+click the <strong>trunk</strong> directory and select TortoiseSVN » Branch/Tag.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard18.jpg\" alt=\"Branch/Tag Context Menu\" /><br />Adding a Tag Context Menu</p>\n<p>Within the dialog that pops up, type in the path to your tag directory and the version. In my case, it was: http://svn.wp-plugins.org/feed-styler/tags/1.0.5.0 </p>\n<p>Also, type in a quick log message that more-or-less says, “Tagging this release.” Hit <strong>OK</strong> when you are finished.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/clipboard24.jpg\" alt=\"Adding Plugin Tag\" /><br />Tagging Dialog Box</p>\n<p>If all goes well, the plugin should now be tagged and ready to go. You may want to update your tags directory (locally) by right+clicking the <strong>tags</strong> directory and clicking <strong>SVN Update</strong>.</p>\n<h3>11. Make Sure Everything is Accurate at the Repository and the WordPress Plugin Directory</h3>\n<p>There are a few ways to ensure everything went correctly. The best way is to head to your subversion URL (in my case, http://svn.wp-plugins.org/feed-styler/) and ensure the trunk and tags were uploaded successfully. </p>\n<p>After committing the initial trunk or tags, the WordPress plugin repository takes about fifteen minutes to update. After that, head over to your plugin’s URL at the plugin directory (in my case, http://www.wordpress.org/extend/plugins/feed-styler) and see if everything in your readme file is appropriately displayed. If you need to make changes to the readme file, simply edit it locally and right+click the file and hit “SVN Commit.” </p>\n<p>If all goes well, you should now see your plugin at the front page of the <a href=\"http://wordpress.org/extend/plugins/\">WordPress plugin page</a>.</p>\n<p class=\"screenshot\"><img src=\"http://weblogtoolscollection.com/b2-img/2007/06/feed-styler-added2.gif\" alt=\"Plugin Page Added\" /><br />WordPress Plugin Directory</p>\n<h3>Conclusion</h3>\n<p>Thank you for reading my tips on getting your plugin listed at the official WordPress plugin directory. If you have any questions/comments, please feel free to weigh in. I’d like to personally thank <a href=\"http://www.thereasoner.com\">Bes Zain</a> for assisting me in taking the screenshots and testing out this tutorial.</p>\";}i:45;a:7:{s:5:\"title\";s:33:\"Matt: Podcast: Charleen Mullenweg\";s:4:\"guid\";s:59:\"http://photomatt.net/2007/06/16/podcast-charleen-mullenweg/\";s:4:\"link\";s:59:\"http://photomatt.net/2007/06/16/podcast-charleen-mullenweg/\";s:11:\"description\";s:514:\"<p><a href=\"http://photomatt.net/dropbox/2007/06/photomatt-podcast-10.mp3\">Podcast #10 is up with my sister Charleen</a>. We talk about the art of TV shows, covering Heroes, Battlestar Galactica, Firefly, Buffy the Vampire Slayer, Angel, Babylon 5, Veronica Mars, Stargate SG-1, Stargate Atlantis, Supernatural, Alias, Lost, Joss Whedon, and more. This is a long one, clocking in at 12:46, but the file size is only 3.9mb. <a href=\"http://charleen.mullenweg.com/\">Here’s Charleen’s blog</a>. Enjoy!</p>\";s:7:\"pubdate\";s:31:\"Sun, 17 Jun 2007 05:35:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:514:\"<p><a href=\"http://photomatt.net/dropbox/2007/06/photomatt-podcast-10.mp3\">Podcast #10 is up with my sister Charleen</a>. We talk about the art of TV shows, covering Heroes, Battlestar Galactica, Firefly, Buffy the Vampire Slayer, Angel, Babylon 5, Veronica Mars, Stargate SG-1, Stargate Atlantis, Supernatural, Alias, Lost, Joss Whedon, and more. This is a long one, clocking in at 12:46, but the file size is only 3.9mb. <a href=\"http://charleen.mullenweg.com/\">Here’s Charleen’s blog</a>. Enjoy!</p>\";}i:46;a:7:{s:5:\"title\";s:54:\"Weblog Tools Collection: CSS for code: Wrap long lines\";s:4:\"guid\";s:82:\"http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/\";s:4:\"link\";s:82:\"http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/\";s:11:\"description\";s:1407:\"<p>If you post code on your Wordpress blog, you could use a code beautifier plugin such as <a href=\"http://blog.igeek.info/wp-plugins/igsyntax-hiliter/\">syntax highlighter</a> or you could include your code in <pre> tags. They preserve line breaks, multiple blanks, tabs between words and other formatting commonly used in code. However, in some cases, if body of your blog is narrow(er) or your line of code is really long, it will not wrap and will overflow over your sidebar. You can just hide the overflow but that still will look tacky and not very usable. On performing a little search, I discovered that <a href=\"http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/\">Tyler Longren</a> had already come up with a clever hack to solve the problem. If you add the following code to your stylesheet, it will wrap the long lines of code.</p>\n<blockquote>\n<pre>\n<code>\n\npre {\n\n white-space: pre-wrap; /* css-3 */\n\n white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */\n\n white-space: -pre-wrap; /* Opera 4-6 */\n\n white-space: -o-pre-wrap; /* Opera 7 */\n\n word-wrap: break-word; /* Internet Explorer 5.5+ */\n\n}\n\n</code></pre>\n</blockquote>\n<p>via <a href=\"http://labnol.blogspot.com/2006/10/html-css-trick-for-displaying-code.html\">Amit</a> (via <a href=\"http://lorelle.wordpress.com/2006/10/05/wrapping-text-inside-pre-html-tags/\">Lorelle</a>)</p>\";s:7:\"pubdate\";s:31:\"Sun, 17 Jun 2007 02:15:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1407:\"<p>If you post code on your Wordpress blog, you could use a code beautifier plugin such as <a href=\"http://blog.igeek.info/wp-plugins/igsyntax-hiliter/\">syntax highlighter</a> or you could include your code in <pre> tags. They preserve line breaks, multiple blanks, tabs between words and other formatting commonly used in code. However, in some cases, if body of your blog is narrow(er) or your line of code is really long, it will not wrap and will overflow over your sidebar. You can just hide the overflow but that still will look tacky and not very usable. On performing a little search, I discovered that <a href=\"http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/\">Tyler Longren</a> had already come up with a clever hack to solve the problem. If you add the following code to your stylesheet, it will wrap the long lines of code.</p>\n<blockquote>\n<pre>\n<code>\n\npre {\n\n white-space: pre-wrap; /* css-3 */\n\n white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */\n\n white-space: -pre-wrap; /* Opera 4-6 */\n\n white-space: -o-pre-wrap; /* Opera 7 */\n\n word-wrap: break-word; /* Internet Explorer 5.5+ */\n\n}\n\n</code></pre>\n</blockquote>\n<p>via <a href=\"http://labnol.blogspot.com/2006/10/html-css-trick-for-displaying-code.html\">Amit</a> (via <a href=\"http://lorelle.wordpress.com/2006/10/05/wrapping-text-inside-pre-html-tags/\">Lorelle</a>)</p>\";}i:47;a:7:{s:5:\"title\";s:35:\"Ryan Boren: 2.2.1 Release Candidate\";s:4:\"guid\";s:58:\"http://boren.nu/archives/2007/06/16/221-release-candidate/\";s:4:\"link\";s:58:\"http://boren.nu/archives/2007/06/16/221-release-candidate/\";s:11:\"description\";s:1257:\"<p><a href=\"http://wordpress.org/\">WordPress</a> 2.2.1 is almost ready. 2.2.1 fixes <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority\">bugs</a> in widgets, xmlrpc, atom feeds, and other areas. 2.2.1 also addresses security issues found in xmlrpc and phpmailer. We’ll have more on that in the release notes.</p>\n<p>A release candidate is available for testing. Try it out, and drop a comment letting us know if you have any problems with it.</p>\n<ul>\n<li><a href=\"http://wordpress.org/wordpress-2.2.1-RC2.zip\">2.2.1 Release Candidate 2 (zip) </a> md5: 4236127b0f5d2c18457d0cf4dd298141</li>\n<li><a href=\"http://wordpress.org/wordpress-2.2.1-RC2.tar.gz\">2.2.1 Release Candidate 2 (tar.gz)</a> md5: f1c586d16cb9540806c2b4f2da187f1e</li>\n</ul>\n<p>All changes made since 2.2 can be viewed <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.2&old=&new_path=branches%2F2.2&new=\">here</a>. A list of all bugs fixed in 2.2.1 is <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority\">here</a>.</p>\n<p>Assuming no nasty bugs are discovered in the RC, 2.2.1 should be released within the next couple days.</p>\";s:7:\"pubdate\";s:31:\"Sat, 16 Jun 2007 16:34:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ryan\";}s:7:\"summary\";s:1257:\"<p><a href=\"http://wordpress.org/\">WordPress</a> 2.2.1 is almost ready. 2.2.1 fixes <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority\">bugs</a> in widgets, xmlrpc, atom feeds, and other areas. 2.2.1 also addresses security issues found in xmlrpc and phpmailer. We’ll have more on that in the release notes.</p>\n<p>A release candidate is available for testing. Try it out, and drop a comment letting us know if you have any problems with it.</p>\n<ul>\n<li><a href=\"http://wordpress.org/wordpress-2.2.1-RC2.zip\">2.2.1 Release Candidate 2 (zip) </a> md5: 4236127b0f5d2c18457d0cf4dd298141</li>\n<li><a href=\"http://wordpress.org/wordpress-2.2.1-RC2.tar.gz\">2.2.1 Release Candidate 2 (tar.gz)</a> md5: f1c586d16cb9540806c2b4f2da187f1e</li>\n</ul>\n<p>All changes made since 2.2 can be viewed <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.2&old=&new_path=branches%2F2.2&new=\">here</a>. A list of all bugs fixed in 2.2.1 is <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.2.1&resolution=fixed&order=priority\">here</a>.</p>\n<p>Assuming no nasty bugs are discovered in the RC, 2.2.1 should be released within the next couple days.</p>\";}i:48;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/16\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/16/wordpress-theme-releases-for-616/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/16/wordpress-theme-releases-for-616/\";s:11:\"description\";s:2008:\"<p><a href=\"http://randaclay.com/archives/new-theme-for-wordpress-bluebird\">Bluebird</a> is a cute 3-column theme with light-blue and chocolate-colored accents designed for 1024×768 resolution.</p>\n<p><a href=\"http://www.gluedideas.com/admin/2007/06/glued-theme-available/\">Glued</a> is a 3-column theme with Web 2.0-style tabs and a professional look.</p>\n<p><a href=\"http://www.garryvandervoort.com/\">Lovecraft</a> is a 3-column, fixed-width (1024px), widget-ready theme. Both sidebar columns sit on the right side, and the theme displays in yellow, white, and two shade of blue.</p>\n<p><a href=\"http://www.paggu.com/?p=12\">PGreen</a> is a 2-column, fixed-width, widget-ready theme. The sidebar sits on the right side and shares space with the header.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/3885/sunshine/\">Sunshine</a> is a 2-column, fixed-width theme dressed up in bright red and yellow colors.</p>\n<p><a href=\"http://www.codescheme.net/2007/06/14/wordpress-theme-triplex/\">Triplex</a> is a 3-column, fixed-width, widget-ready theme with a Web 2.0 feel. Both sidebar columns sit on the right side.</p>\n<p><a href=\"http://www.unthemed.com/clean-blue/\">Unthemed Clean Blue</a> is a 2-column, minimalist-style theme.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/06/14/envison-3c-3-column-adsense-wordpress-theme/\">Envision 3C</a> is a 3-column, widget-ready theme with a blue header and pastel green and white sidebars. Both sidebar columns sit on the right side, and the theme supports Google Adsense. (Contains sponsored links.)</p>\n<p><a href=\"http://www.dezzain.com/archives/2007/06/15/dezzain-free-theme-molotone/\">Molotone</a> is a 2-column, widget- and adsense-ready, glossy theme that looks like a version of the WordPress default theme. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/main-color/yellow/3884/nubricks-10/\">Nubricks</a> is 2-column, fixed-width theme based on the default Kubrick theme. (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Sat, 16 Jun 2007 04:45:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2008:\"<p><a href=\"http://randaclay.com/archives/new-theme-for-wordpress-bluebird\">Bluebird</a> is a cute 3-column theme with light-blue and chocolate-colored accents designed for 1024×768 resolution.</p>\n<p><a href=\"http://www.gluedideas.com/admin/2007/06/glued-theme-available/\">Glued</a> is a 3-column theme with Web 2.0-style tabs and a professional look.</p>\n<p><a href=\"http://www.garryvandervoort.com/\">Lovecraft</a> is a 3-column, fixed-width (1024px), widget-ready theme. Both sidebar columns sit on the right side, and the theme displays in yellow, white, and two shade of blue.</p>\n<p><a href=\"http://www.paggu.com/?p=12\">PGreen</a> is a 2-column, fixed-width, widget-ready theme. The sidebar sits on the right side and shares space with the header.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/3885/sunshine/\">Sunshine</a> is a 2-column, fixed-width theme dressed up in bright red and yellow colors.</p>\n<p><a href=\"http://www.codescheme.net/2007/06/14/wordpress-theme-triplex/\">Triplex</a> is a 3-column, fixed-width, widget-ready theme with a Web 2.0 feel. Both sidebar columns sit on the right side.</p>\n<p><a href=\"http://www.unthemed.com/clean-blue/\">Unthemed Clean Blue</a> is a 2-column, minimalist-style theme.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/06/14/envison-3c-3-column-adsense-wordpress-theme/\">Envision 3C</a> is a 3-column, widget-ready theme with a blue header and pastel green and white sidebars. Both sidebar columns sit on the right side, and the theme supports Google Adsense. (Contains sponsored links.)</p>\n<p><a href=\"http://www.dezzain.com/archives/2007/06/15/dezzain-free-theme-molotone/\">Molotone</a> is a 2-column, widget- and adsense-ready, glossy theme that looks like a version of the WordPress default theme. (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/main-color/yellow/3884/nubricks-10/\">Nubricks</a> is 2-column, fixed-width theme based on the default Kubrick theme. (Contains sponsored links.)</p>\";}i:49;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: Plugin Competition 2.0 Updates\";s:4:\"guid\";s:83:\"http://weblogtoolscollection.com/archives/2007/06/15/plugin-competition-20-updates/\";s:4:\"link\";s:83:\"http://weblogtoolscollection.com/archives/2007/06/15/plugin-competition-20-updates/\";s:11:\"description\";s:2541:\"<p>The WordPress Plugin Competition 2.0 has been getting a <a href=\"http://wordpress.org/development/2007/06/two-contests/\">lot of</a> <a href=\"http://lorelle.wordpress.com/2007/06/08/two-exciting-wordpress-contests/\">good</a> <a href=\"http://www.quickonlinetips.com/archives/2007/05/wordpress-plugin-competition-20-for-developers/\">press</a> in the past few weeks and we already have <a href=\"http://weblogtoolscollection.com/pluginblog/\">four interesting and useful plugins</a> announced for the competition. If you are planning to participate, why don’t you register on the <a href=\"http://weblogtoolscollection.com/pluginblog/\">PluginBlog</a> and post your announcement? The last date to submit your plugin is the 31st of July.<br />\nLots of <a href=\"http://weblogtoolscollection.com/plugin-competition-prizes/\">new prizes</a> have been announced for the competition including over $700 in prize money from myself, <a href=\"http://ajaydsouza.com/\">Ajay</a>, <a href=\"http://www.jonathanwold.com/\">Jonathan</a> and <a href=\"http://www.blogged-out.com/\">Darren</a>, a <a href=\"http://www.hostgator.com/\">Hostgator</a> sponsored dedicated server for a year, an 8GB iPod Nano from <a href=\"http://imthi.com/\">Imthiaz</a>, more hosting from <a href=\"http://www.pjmommy.com/\">PJMommy</a>, a signed copy of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\">Lorelle’s new book</a> and a copy of <a href=\"http://blog.taragana.com/\">Angsuman’s</a> latest Translator Pro.</p>\n<p>Thanks to <a href=\"http://photomatt.net\">Matt</a>, <a href=\"http://lorelle.wordpress.com/\">Lorelle</a> and <a href=\"http://www.google.com/search?hl=en&q=wordpress+plugin+competition+2.0&btnG=Google+Search\">others</a> for helping to promote the competition. <a href=\"http://planetozh.com/blog/\">Oz</a> and Lorelle have also helped me make the PluginBlog more user friendly and clean it up. Ajay is helping me judge the competition and I am having email conversations with at least three other prize sponsors for the competition. I am looking for more sponsors and more plugin authors to participate in the competition. Every dollar you sponsor will go directly to the prize pool, will help WordPress plugin development and will assist me in promoting developers who work hard for the community.</p>\n<p>I can also promise some fame and fortune if you choose to participate as a Plugin Developer in the competition. <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";s:7:\"pubdate\";s:31:\"Fri, 15 Jun 2007 15:46:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:2541:\"<p>The WordPress Plugin Competition 2.0 has been getting a <a href=\"http://wordpress.org/development/2007/06/two-contests/\">lot of</a> <a href=\"http://lorelle.wordpress.com/2007/06/08/two-exciting-wordpress-contests/\">good</a> <a href=\"http://www.quickonlinetips.com/archives/2007/05/wordpress-plugin-competition-20-for-developers/\">press</a> in the past few weeks and we already have <a href=\"http://weblogtoolscollection.com/pluginblog/\">four interesting and useful plugins</a> announced for the competition. If you are planning to participate, why don’t you register on the <a href=\"http://weblogtoolscollection.com/pluginblog/\">PluginBlog</a> and post your announcement? The last date to submit your plugin is the 31st of July.<br />\nLots of <a href=\"http://weblogtoolscollection.com/plugin-competition-prizes/\">new prizes</a> have been announced for the competition including over $700 in prize money from myself, <a href=\"http://ajaydsouza.com/\">Ajay</a>, <a href=\"http://www.jonathanwold.com/\">Jonathan</a> and <a href=\"http://www.blogged-out.com/\">Darren</a>, a <a href=\"http://www.hostgator.com/\">Hostgator</a> sponsored dedicated server for a year, an 8GB iPod Nano from <a href=\"http://imthi.com/\">Imthiaz</a>, more hosting from <a href=\"http://www.pjmommy.com/\">PJMommy</a>, a signed copy of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\">Lorelle’s new book</a> and a copy of <a href=\"http://blog.taragana.com/\">Angsuman’s</a> latest Translator Pro.</p>\n<p>Thanks to <a href=\"http://photomatt.net\">Matt</a>, <a href=\"http://lorelle.wordpress.com/\">Lorelle</a> and <a href=\"http://www.google.com/search?hl=en&q=wordpress+plugin+competition+2.0&btnG=Google+Search\">others</a> for helping to promote the competition. <a href=\"http://planetozh.com/blog/\">Oz</a> and Lorelle have also helped me make the PluginBlog more user friendly and clean it up. Ajay is helping me judge the competition and I am having email conversations with at least three other prize sponsors for the competition. I am looking for more sponsors and more plugin authors to participate in the competition. Every dollar you sponsor will go directly to the prize pool, will help WordPress plugin development and will assist me in promoting developers who work hard for the community.</p>\n<p>I can also promise some fame and fortune if you choose to participate as a Plugin Developer in the competition. <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></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\";}s:4:\"etag\";s:25:\"\"1f75a-4683b7ef-568c2a\"\r\n\";s:13:\"last_modified\";s:31:\"Thu, 28 Jun 2007 13:30:23 GMT\r\n\";}',20,8,'',1,'yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_post2cat` -- DROP TABLE IF EXISTS `wp_post2cat`; CREATE TABLE `wp_post2cat` ( `rel_id` bigint(20) NOT NULL auto_increment, `post_id` bigint(20) NOT NULL default '0', `category_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`rel_id`), KEY `post_id` (`post_id`,`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_post2cat` -- LOCK TABLES `wp_post2cat` WRITE; /*!40000 ALTER TABLE `wp_post2cat` DISABLE KEYS */; INSERT INTO `wp_post2cat` VALUES (1,1,1); /*!40000 ALTER TABLE `wp_post2cat` 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` enum('publish','draft','private','static','object','attachment','inherit','future') NOT NULL default 'publish', `comment_status` enum('open','closed','registered_only') NOT NULL default 'open', `ping_status` enum('open','closed') 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`) ) 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,'2007-06-28 09:25:01','2007-06-28 13:25:01','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!',0,'','publish','open','open','','hello-world','','','2007-06-28 09:25:01','2007-06-28 13:25:01','',0,'',0,'post','',1),(2,1,'2007-06-28 09:25:01','2007-06-28 13:25:01','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','','','2007-06-28 09:25:01','2007-06-28 13:25:01','',0,'',0,'page','',0); /*!40000 ALTER TABLE `wp_posts` 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=4 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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'); /*!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`) ) 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,'admin','d4370c88daed5dbd7c5ce52ab2b31909','admin','test@test.com','','2007-06-28 13:25:01','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!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 */;