-- MySQL dump 10.10
--
-- Host: localhost    Database: prosperi_wp
-- ------------------------------------------------------
-- Server version	5.0.27-standard

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_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-07-08 17:32:45','2007-07-08 21:32:45','Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;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=116 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://prosperity-concepts.com/wptpl',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:48:{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:12:\"manage_polls\";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,'a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:63:\"feedburner_feedsmith_plugin_2.2/FeedBurner_FeedSmith_Plugin.php\";i:2;s:36:\"google-sitemap-generator/sitemap.php\";i:3;s:22:\"polls/polls-widget.php\";i:4;s:15:\"polls/polls.php\";i:5;s:36:\"really-simple-sitemap/rs-sitemap.php\";i:6;s:35:\"sem-bookmark-me/sem-bookmark-me.php\";i:7;s:15:\"ultimate_ga.php\";}',20,8,'',1,'yes'),(40,0,'home','Y',1,'http://prosperity-concepts.com/wptpl',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'),(70,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,'b1e4b5c8762de5f4bdca000d099a423d',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,'Your Blog Team WP Template',20,8,'',1,'yes'),(68,0,'admin_email','Y',1,'contact@prosperity-concepts.com',20,8,'',1,'yes'),(69,0,'blog_public','Y',1,'1',20,8,'',1,'yes'),(71,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:12:{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:8:\"category\";s:14:\"EventsWordCamp\";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&#8217;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&#8217;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&#8217;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&#8217;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&#8217;re asking for $25 to help cover costs, but if that&#8217;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&#8217;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&#8217;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&#8217;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&#8217;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&#8217;re asking for $25 to help cover costs, but if that&#8217;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:12:{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:8:\"category\";s:8:\"Releases\";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&amp;milestone=2.2.1&amp;resolution=fixed&amp;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&amp;milestone=2.2.1&amp;resolution=fixed&amp;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:12:{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:8:\"category\";s:4:\"Meta\";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&#8217;s an honor to have so many of you entrust your blogs to our software, and it&#8217;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&#8217;s an honor to have so many of you entrust your blogs to our software, and it&#8217;s an incredible opportunity for us to live up to the high standards you&#8217;ve set. Here&#8217;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&#8211;above the consumer-oriented publishing products Typepad and Vox. Even combined, these two Six Apart services didn&#8217;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&#8217;s an honor to have so many of you entrust your blogs to our software, and it&#8217;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&#8217;s an honor to have so many of you entrust your blogs to our software, and it&#8217;s an incredible opportunity for us to live up to the high standards you&#8217;ve set. Here&#8217;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&#8211;above the consumer-oriented publishing products Typepad and Vox. Even combined, these two Six Apart services didn&#8217;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:12:{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:8:\"category\";s:6:\"Events\";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&#8217;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&#8217;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&#8217;re participating don&#8217;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&#8217;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&#8217;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&#8217;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&#8217;re participating don&#8217;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&#8217;ll make the entire community much richer. (Remember, WordPress itself was written on the base of existing GPL code!)</p>\n\";}i:4;a:12:{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:8:\"category\";s:8:\"Releases\";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&#8217;m proud and excited to announce the immediate availability of version 2.2 &#8220;Getz&#8221; for download. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It&#8217;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&#8217;m proud and excited to announce the <a href=\"http://wordpress.org/download/\">immediate availability of version 2.2 &#8220;Getz&#8221; for download</a>. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It&#8217;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&#8217;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&#8217;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&#8217;re editing a post or page, as well as several important security fixes. We don&#8217;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&#8217;ll never notice, but if you&#8217;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&#8217;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&#8217;d like an in-depth look at everything that changed, <a href=\"http://trac.wordpress.org/query?status=closed&amp;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&amp;old=5468&amp;new_path=tags%2F2.2&amp;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&#8217;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&#8217;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&#8217;t forget to check out WordPress&#8217; 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 &#8212; the time to help a friend discover the joy of blogging, the time to help a stranger (a friend you haven&#8217;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&#8217;m proud and excited to announce the immediate availability of version 2.2 &#8220;Getz&#8221; for download. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It&#8217;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&#8217;m proud and excited to announce the <a href=\"http://wordpress.org/download/\">immediate availability of version 2.2 &#8220;Getz&#8221; for download</a>. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It&#8217;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&#8217;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&#8217;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&#8217;re editing a post or page, as well as several important security fixes. We don&#8217;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&#8217;ll never notice, but if you&#8217;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&#8217;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&#8217;d like an in-depth look at everything that changed, <a href=\"http://trac.wordpress.org/query?status=closed&amp;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&amp;old=5468&amp;new_path=tags%2F2.2&amp;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&#8217;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&#8217;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&#8217;t forget to check out WordPress&#8217; 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 &#8212; the time to help a friend discover the joy of blogging, the time to help a stranger (a friend you haven&#8217;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:12:{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:8:\"category\";s:16:\"ReleasesSecurity\";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&#8217;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&#8217;t happen again.</p>\n\";}i:6;a:12:{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:8:\"category\";s:7:\"General\";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:12:{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:8:\"category\";s:4:\"Meta\";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&#8217;t any more &#8220;killer features&#8221; 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&#8217;t any more &#8220;killer features&#8221; 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&#8217;s all fine and dandy, but having all these plugins isn&#8217;t that useful if you&#8217;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&#8217;t had a user interface to the plugins hosted there, which I think was a travesty.</p>\n<p>No longer! Our ever-expanding &#8220;extend&#8221; 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&#8217;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&#8217;t any more &#8220;killer features&#8221; 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&#8217;t any more &#8220;killer features&#8221; 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&#8217;s all fine and dandy, but having all these plugins isn&#8217;t that useful if you&#8217;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&#8217;t had a user interface to the plugins hosted there, which I think was a travesty.</p>\n<p>No longer! Our ever-expanding &#8220;extend&#8221; 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&#8217;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:12:{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:8:\"category\";s:6:\"Events\";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&#8217;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&#8217;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&#8217;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&#8217;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&#8217;ll have an assortment of cool WordPress stickers free for the taking.</p>\n<p>Finally if you&#8217;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&#8230;)</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&#8217;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&#8217;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&#8217;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&#8217;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&#8217;ll have an assortment of cool WordPress stickers free for the taking.</p>\n<p>Finally if you&#8217;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&#8230;)</a></p>\n\";}i:9;a:12:{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:8:\"category\";s:8:\"Releases\";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&#8230;)</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&#8230;)</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, 12 Jul 2007 23:05:29 GMT\r\n\";}',20,8,'',1,'no'),(72,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','Y',1,'1184285021',20,8,'',1,'no'),(73,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:12:{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:8:\"category\";s:14:\"EventsWordCamp\";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&#8217;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&#8217;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&#8217;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&#8217;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&#8217;re asking for $25 to help cover costs, but if that&#8217;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&#8217;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&#8217;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&#8217;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&#8217;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&#8217;re asking for $25 to help cover costs, but if that&#8217;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:12:{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:8:\"category\";s:8:\"Releases\";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&amp;milestone=2.2.1&amp;resolution=fixed&amp;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&amp;milestone=2.2.1&amp;resolution=fixed&amp;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:12:{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:8:\"category\";s:4:\"Meta\";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&#8217;s an honor to have so many of you entrust your blogs to our software, and it&#8217;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&#8217;s an honor to have so many of you entrust your blogs to our software, and it&#8217;s an incredible opportunity for us to live up to the high standards you&#8217;ve set. Here&#8217;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&#8211;above the consumer-oriented publishing products Typepad and Vox. Even combined, these two Six Apart services didn&#8217;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&#8217;s an honor to have so many of you entrust your blogs to our software, and it&#8217;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&#8217;s an honor to have so many of you entrust your blogs to our software, and it&#8217;s an incredible opportunity for us to live up to the high standards you&#8217;ve set. Here&#8217;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&#8211;above the consumer-oriented publishing products Typepad and Vox. Even combined, these two Six Apart services didn&#8217;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:12:{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:8:\"category\";s:6:\"Events\";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&#8217;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&#8217;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&#8217;re participating don&#8217;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&#8217;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&#8217;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&#8217;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&#8217;re participating don&#8217;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&#8217;ll make the entire community much richer. (Remember, WordPress itself was written on the base of existing GPL code!)</p>\n\";}i:4;a:12:{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:8:\"category\";s:8:\"Releases\";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&#8217;m proud and excited to announce the immediate availability of version 2.2 &#8220;Getz&#8221; for download. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It&#8217;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&#8217;m proud and excited to announce the <a href=\"http://wordpress.org/download/\">immediate availability of version 2.2 &#8220;Getz&#8221; for download</a>. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It&#8217;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&#8217;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&#8217;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&#8217;re editing a post or page, as well as several important security fixes. We don&#8217;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&#8217;ll never notice, but if you&#8217;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&#8217;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&#8217;d like an in-depth look at everything that changed, <a href=\"http://trac.wordpress.org/query?status=closed&amp;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&amp;old=5468&amp;new_path=tags%2F2.2&amp;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&#8217;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&#8217;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&#8217;t forget to check out WordPress&#8217; 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 &#8212; the time to help a friend discover the joy of blogging, the time to help a stranger (a friend you haven&#8217;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&#8217;m proud and excited to announce the immediate availability of version 2.2 &#8220;Getz&#8221; for download. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It&#8217;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&#8217;m proud and excited to announce the <a href=\"http://wordpress.org/download/\">immediate availability of version 2.2 &#8220;Getz&#8221; for download</a>. This version includes a number of new features, most notably Widgets integration, and over two hundred bug fixes. It&#8217;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&#8217;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&#8217;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&#8217;re editing a post or page, as well as several important security fixes. We don&#8217;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&#8217;ll never notice, but if you&#8217;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&#8217;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&#8217;d like an in-depth look at everything that changed, <a href=\"http://trac.wordpress.org/query?status=closed&amp;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&amp;old=5468&amp;new_path=tags%2F2.2&amp;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&#8217;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&#8217;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&#8217;t forget to check out WordPress&#8217; 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 &#8212; the time to help a friend discover the joy of blogging, the time to help a stranger (a friend you haven&#8217;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:12:{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:8:\"category\";s:16:\"ReleasesSecurity\";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&#8217;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&#8217;t happen again.</p>\n\";}i:6;a:12:{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:8:\"category\";s:7:\"General\";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:12:{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:8:\"category\";s:4:\"Meta\";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&#8217;t any more &#8220;killer features&#8221; 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&#8217;t any more &#8220;killer features&#8221; 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&#8217;s all fine and dandy, but having all these plugins isn&#8217;t that useful if you&#8217;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&#8217;t had a user interface to the plugins hosted there, which I think was a travesty.</p>\n<p>No longer! Our ever-expanding &#8220;extend&#8221; 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&#8217;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&#8217;t any more &#8220;killer features&#8221; 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&#8217;t any more &#8220;killer features&#8221; 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&#8217;s all fine and dandy, but having all these plugins isn&#8217;t that useful if you&#8217;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&#8217;t had a user interface to the plugins hosted there, which I think was a travesty.</p>\n<p>No longer! Our ever-expanding &#8220;extend&#8221; 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&#8217;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:12:{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:8:\"category\";s:6:\"Events\";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&#8217;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&#8217;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&#8217;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&#8217;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&#8217;ll have an assortment of cool WordPress stickers free for the taking.</p>\n<p>Finally if you&#8217;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&#8230;)</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&#8217;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&#8217;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&#8217;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&#8217;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&#8217;ll have an assortment of cool WordPress stickers free for the taking.</p>\n<p>Finally if you&#8217;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&#8230;)</a></p>\n\";}i:9;a:12:{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:8:\"category\";s:8:\"Releases\";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&#8230;)</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&#8230;)</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, 12 Jul 2007 23:05:29 GMT\r\n\";}',20,8,'',1,'yes'),(74,0,'rss_d6d985540c6957df85f2957ae1b4fb28','Y',1,'O:9:\"magpierss\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:0:{}s:7:\"channel\";a:11:{s:5:\"title\";s:55:\"Blog reactions to http://prosperity-concepts.com/wptpl/\";s:4:\"link\";s:76:\"http://technorati.com/search/http%3A%2F%2Fprosperity-concepts.com%2Fwptpl%2F\";s:11:\"description\";s:74:\"Blog posts linking to http://prosperity-concepts.com/wptpl/ on Technorati.\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 17:03:42 -0700\";s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:37:\"http://prosperity-concepts.com/wptpl/\";s:19:\"result_inboundlinks\";s:1:\"0\";}s:6:\"result\";s:10:\"\n    \n    \";s:7:\"tagline\";s:74:\"Blog posts linking to http://prosperity-concepts.com/wptpl/ on Technorati.\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:76:\"http://technorati.com/search/http%3A%2F%2Fprosperity-concepts.com%2Fwptpl%2F\";}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\";}}',20,8,'',1,'no'),(75,0,'rss_d6d985540c6957df85f2957ae1b4fb28_ts','Y',1,'1184285021',20,8,'',1,'no'),(76,0,'rss_d6d985540c6957df85f2957ae1b4fb28','Y',1,'O:9:\"magpierss\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:0:{}s:7:\"channel\";a:11:{s:5:\"title\";s:55:\"Blog reactions to http://prosperity-concepts.com/wptpl/\";s:4:\"link\";s:76:\"http://technorati.com/search/http%3A%2F%2Fprosperity-concepts.com%2Fwptpl%2F\";s:11:\"description\";s:74:\"Blog posts linking to http://prosperity-concepts.com/wptpl/ on Technorati.\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 17:03:42 -0700\";s:9:\"generator\";s:15:\"Technorati v1.0\";s:9:\"webmaster\";s:43:\"support@technorati.com (Technorati Support)\";s:4:\"docs\";s:37:\"http://blogs.law.harvard.edu/tech/rss\";s:3:\"ttl\";s:2:\"60\";s:4:\"tapi\";a:3:{s:6:\"result\";s:5:\"\n    \";s:10:\"result_url\";s:37:\"http://prosperity-concepts.com/wptpl/\";s:19:\"result_inboundlinks\";s:1:\"0\";}s:6:\"result\";s:10:\"\n    \n    \";s:7:\"tagline\";s:74:\"Blog posts linking to http://prosperity-concepts.com/wptpl/ on Technorati.\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:3:{s:3:\"url\";s:50:\"http://static.technorati.com/pix/logos/logo_sm.gif\";s:5:\"title\";s:15:\"Technorati logo\";s:4:\"link\";s:76:\"http://technorati.com/search/http%3A%2F%2Fprosperity-concepts.com%2Fwptpl%2F\";}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\";}}',20,8,'',1,'yes'),(77,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:31:\"Matt: WPMU-based Social Network\";s:4:\"guid\";s:58:\"http://photomatt.net/2007/07/12/wpmu-based-social-network/\";s:4:\"link\";s:58:\"http://photomatt.net/2007/07/12/wpmu-based-social-network/\";s:11:\"description\";s:326:\"<p><a href=\"http://www.blazenewmedia.com/articles/chickspeak-a-wordpress-mu-based-social-network\">Chickspeak is a WordPress MU based social network</a>. &#8220;I recently completed my biggest project yet; a fully fledged social network aimed at female college students. The difference? It’s built on Wordpress MU.&#8221;</p>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 18:58:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:326:\"<p><a href=\"http://www.blazenewmedia.com/articles/chickspeak-a-wordpress-mu-based-social-network\">Chickspeak is a WordPress MU based social network</a>. &#8220;I recently completed my biggest project yet; a fully fledged social network aimed at female college students. The difference? It’s built on Wordpress MU.&#8221;</p>\";}i:1;a:7:{s:5:\"title\";s:76:\"Lorelle on WP: Help! Lorelle Needs a Parking Spot in San Francisco Next Week\";s:4:\"guid\";s:101:\"http://lorelle.wordpress.com/2007/07/12/help-lorelle-needs-a-parking-spot-in-san-francisco-next-week/\";s:4:\"link\";s:101:\"http://lorelle.wordpress.com/2007/07/12/help-lorelle-needs-a-parking-spot-in-san-francisco-next-week/\";s:11:\"description\";s:3092:\"<div class=\"snap_preview\"><p><img src=\"http://lorelle.files.wordpress.com/2007/07/snowspearfishsodakota.jpg\" alt=\"Lorelle in motor home 21 foot Class C in snow in South Dakota\" align=\"right\" />I thought I had all my arrangements set for WordCamp next week but things are now a bit of a mess logistically. I&#8217;m looking for a parking spot or semi-level driveway in the San Francisco area (as close to downtown as possible) from about Tuesday or Wednesday of next week through Tuesday of the following week.</p>\n<p>I am driving a 21 foot Class C motor home, the equivalent of a small truck and camper, and can fit within a slightly longer parking space than a &#8220;normal American car&#8221;. </p>\n<p>In a perfect world, access to electricity and a shower would be wonderful but I&#8217;m traveling fairly self-contained. I have a friend to stay with if I can&#8217;t stay in the motor home, so just a parking spot would be fine if my perfect world isn&#8217;t met.</p>\n<p>I&#8217;ll be hitting the road Saturday, so this is an emergency plea for help. Email me at <a href=\"mailto:&#x6c;&#111;&#114;&#x65;&#x6c;&#108;&#101;&#x6f;&#x6e;&#119;&#111;&#114;&#100;&#112;&#x72;&#101;&#x73;&#x73;&#64;&#103;&#109;&#x61;&#x69;&#x6c;&#46;&#x63;&#111;&#x6d;\">&#x6c;&#x6f;&#114;&#x65;&#x6c;&#x6c;&#x65;&#x6f;&#110;&#x77;&#x6f;&#114;&#100;&#x70;&#x72;&#101;&#x73;&#115;&#x40;&#103;&#109;&#x61;&#105;&#x6c;&#x2e;&#x63;&#x6f;&#109;</a> or call me at 918-812-0236. </p>\n<p>Anyone interested in having Lorelle in their driveway next week? <img src=\"http://lorelle.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif\" alt=\":D\" class=\"wp-smiley\" /> </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 17:28:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:3092:\"<div class=\"snap_preview\"><p><img src=\"http://lorelle.files.wordpress.com/2007/07/snowspearfishsodakota.jpg\" alt=\"Lorelle in motor home 21 foot Class C in snow in South Dakota\" align=\"right\" />I thought I had all my arrangements set for WordCamp next week but things are now a bit of a mess logistically. I&#8217;m looking for a parking spot or semi-level driveway in the San Francisco area (as close to downtown as possible) from about Tuesday or Wednesday of next week through Tuesday of the following week.</p>\n<p>I am driving a 21 foot Class C motor home, the equivalent of a small truck and camper, and can fit within a slightly longer parking space than a &#8220;normal American car&#8221;. </p>\n<p>In a perfect world, access to electricity and a shower would be wonderful but I&#8217;m traveling fairly self-contained. I have a friend to stay with if I can&#8217;t stay in the motor home, so just a parking spot would be fine if my perfect world isn&#8217;t met.</p>\n<p>I&#8217;ll be hitting the road Saturday, so this is an emergency plea for help. Email me at <a href=\"mailto:&#x6c;&#111;&#114;&#x65;&#x6c;&#108;&#101;&#x6f;&#x6e;&#119;&#111;&#114;&#100;&#112;&#x72;&#101;&#x73;&#x73;&#64;&#103;&#109;&#x61;&#x69;&#x6c;&#46;&#x63;&#111;&#x6d;\">&#x6c;&#x6f;&#114;&#x65;&#x6c;&#x6c;&#x65;&#x6f;&#110;&#x77;&#x6f;&#114;&#100;&#x70;&#x72;&#101;&#x73;&#115;&#x40;&#103;&#109;&#x61;&#105;&#x6c;&#x2e;&#x63;&#x6f;&#109;</a> or call me at 918-812-0236. </p>\n<p>Anyone interested in having Lorelle in their driveway next week? <img src=\"http://lorelle.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif\" alt=\":D\" class=\"wp-smiley\" /> </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";}i:2;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: Easier feed migration from Blogger\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2007/07/12/easier-feed-migration-from-blogger/\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2007/07/12/easier-feed-migration-from-blogger/\";s:11:\"description\";s:638:\"<p>Feedburner announced today that they are now offering <a href=\"http://blogs.feedburner.com/feedburner/archives/2007/07/feedburner_integration_for_blo.php\">FeedBurner Integration for Blogspot Blogs</a> but what they failed to mention was that now you can redirect the feed of your BlogSpot blog to any other URI. That should make a move from Blogger to Wordpress (or any other blogging tool) completely transparent to your feed consumers. You could also insulate against or prepare for a future migration and move your feed over to another source. Thanks to <a href=\"http://labnol.blogspot.com/\">Digital Inspiration</a> for the tip.</p>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 15:00:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:638:\"<p>Feedburner announced today that they are now offering <a href=\"http://blogs.feedburner.com/feedburner/archives/2007/07/feedburner_integration_for_blo.php\">FeedBurner Integration for Blogspot Blogs</a> but what they failed to mention was that now you can redirect the feed of your BlogSpot blog to any other URI. That should make a move from Blogger to Wordpress (or any other blogging tool) completely transparent to your feed consumers. You could also insulate against or prepare for a future migration and move your feed over to another source. Thanks to <a href=\"http://labnol.blogspot.com/\">Digital Inspiration</a> for the tip.</p>\";}i:3;a:7:{s:5:\"title\";s:67:\"Lorelle on WP: It’s Official. Sponsored WordPress Themes Are Out.\";s:4:\"guid\";s:88:\"http://lorelle.wordpress.com/2007/07/11/its-official-sponsored-wordpress-themes-are-out/\";s:4:\"link\";s:88:\"http://lorelle.wordpress.com/2007/07/11/its-official-sponsored-wordpress-themes-are-out/\";s:11:\"description\";s:8079:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a><a href=\"http://photomatt.net/2007/07/10/wltc-high-ground/\" title=\"WLTC High Ground\">Matt Mullenweg has made the WordPress policy on sponsored WordPress Themes</a> official:</p>\n<blockquote><p>Before WordCamp all sponsored themes should be removed from http://themes.wordpress.net.</p></blockquote>\n<p>He&#8217;s not alone. <a href=\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\" title=\"Mark Ghosh of Weblog Tools Collection banning sponsored WordPress Themes\">Mark Ghosh on Weblog Tools Collection</a> declared that he would no longer feature sponsored WordPress Themes on <a href=\"http://weblogtoolscollection.com/\" title=\"Weblog Tools Collection\">Weblog Tools Collection</a>, one of the most important sources for news on new WordPress Themes.</p>\n<p>In theory, this means that all WordPress Themes listed on the <a href=\"http://themes.wordpress.net/\" title=\"WordPress Theme Viewer\">WordPress Theme Viewer</a>, the official source for WordPress Themes, and those in the <a href=\"http://codex.wordpress.org/Using_Themes/Theme_List\" title=\"Codex WordPress Theme List\">Codex WordPress Theme List</a> which contain sponsored links, will be removed by July 21, 2007, unless their authors remove them first.</p>\n<p>For more information on previous discussions of the issue of sponsored WordPress Themes, see:</p>\n<ul>\n<li><a href=\"http://photomatt.net/2007/04/12/plugin-authors-get-no-love/\" title=\"Plugin Authors Get No Love\">Plugin Authors Get No Love</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2007/04/12/on-sponsored-themes/\" title=\"On Sponsored Themes\">Weblog Tools Collection featuring Matt Mullenweg - On Sponsored Themes</a></li>\n<li><a href=\"http://wordpress.org/extend/ideas/topic.php?id=553\" title=\"vote on this WordPress Idea to remove sponsored themes\">WordPress Idea Discussion to remove sponsored themes</a></li>\n<li><a href=\"http://www.sassylawyer.com/2007/04/06/sponsored-wordpress-themes\" title=\"Sassy Lawyer - Sponsored WordPress Themes\">Sassy Lawyer - Sponsored WordPress Themes</a></li>\n<li><a href=\"http://blogdesignsolutions.com/2007/03/31/wordpress-theme-sponsorship/\" title=\"WordPress Theme Sponsorship\">xMark Blog - WordPress Theme Sponsorship</a></li>\n<li><a href=\"http://www.wpdesigner.com/2007/04/05/deteriorating-community/\" title=\"Deteriorating Theme Community from Small Potato at WP Designer\">WP Designer - Deteriorating Theme Community</a></li>\n<li><a href=\"http://www.wpdesigner.com/2007/02/26/my-take-on-sponsored-themes/\" title=\"WPDesigner - My Take on Sponsored Themes\">WPDesigner - My Take on Sponsored Themes</a></li>\n<li><a href=\"http://kzkw.net/blog/2007/04/12/on-sponsored-themes/\" title=\"On sponsored themes\">One Woman Show - On sponsored themes</a></li>\n<li><a href=\"http://buzzdroid.com/wordpress/themes/wordpress-beware-the-sponsored-link-theme-do-you-know-where-your-pagerank-is-going/\" title=\"Beware The Sponsored Link Theme - Do You Know Where Your PageRank Is Going?\">Buzzroid - Wordpress: Beware The Sponsored Link Theme - Do You Know Where Your PageRank Is Going?</a></li>\n<li><a href=\"http://www.mattcutts.com/blog/text-links-and-pagerank/\" title=\"Text links and PageRank\">Matt Cutts - Text links and PageRank</a></li>\n<li><a href=\"http://www.h4x3d.com/theme-ethics/\" title=\"Theme Ethics from h4X3d.com\">h4X3d.com - Theme Ethics</a></li>\n<li><a href=\"http://www.h4x3d.com/theme-ethics-part-2/\" title=\"Theme Ethics Part 2\">h4&#215;3d.com - Theme Ethics Part 2</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2007/04/09/sponsored-themes/\" title=\"Sponsored themes from Mark at Weblog Tools Collection\">Weblog Tools Collection - Sponsored Themes</a></li>\n<li><a href=\"http://www.blogherald.com/2007/04/06/sponsored-wordpress-themes-a-great-business-model/\" title=\"Blog Herald - Sponsored WordPress Themes: A Great Business Model\">Blog Herald - Sponsored WordPress Themes: A Great Business Model</a></li>\n<li><a href=\"http://www.davidarussell.co.uk/2007/04/12/wordpress-sponsored-themes-controversy/\" title=\"Wordpress sponsored themes controversy\">Spontaneous Monotony - Wordpress sponsored themes controversy</a></li>\n<li><a href=\"http://www.sassylawyer.com/2007/04/12/i-vote-to-remove-sponsored-themes-from-wordpressorg/\" title=\"Sassy Lawyer - I Vote To Remove Sponsored Themes from WordPress.org\">Sassy Lawyer - I Vote To Remove Sponsored Themes from WordPress.org</a></li>\n<li><a href=\"http://webernetarchitect.com/tempest-in-a-teacup-or-baby-momma-drama-over-sponsored-templates/\" title=\"Webernet Architect - Tempest in a Teacup or Baby Momma Drama Over Sponsored Templates\">Webernet Architect - Tempest in a Teacup or Baby Momma Drama Over Sponsored Templates</a></li>\n<li><a href=\"http://www.headsetoptions.org/2007/04/09/the-other-point-of-view-%e2%80%93-a-designers-opinion-on-sponsored-themes/\" title=\"The Other Point of View – A Designers Opinion on Sponsored Themes\">HeadSetOptions - The Other Point of View – A Designers Opinion on Sponsored Themes</a></li>\n<li><a href=\"http://tailrank.com/1713795/On-Sponsored-Themes\" title=\"TailRank - On Sponsored Themes\">TailRank - On Sponsored Themes</a></li>\n<li><a href=\"http://tailrank.com/1713772/Remove-Sponsored-Themes-from-WordPress-org\" title=\"TailRank - Remove Sponsored Themes from WordPress.org\">TailRank - Remove Sponsored Themes from WordPress.org</a></li>\n<li><a href=\"http://www.technorati.com/search/sponsored+themes\" title=\"Technorati - Sponsored Themes Discussion\">Technorati - Sponsored Themes Tags</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+themes\" rel=\"tag\">wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=sponsored+themes\" rel=\"tag\">sponsored themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+sponsored+themes\" rel=\"tag\">wordpress sponsored themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=sponsored+wordpress+themes\" rel=\"tag\">sponsored wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=matt+mullenweg\" rel=\"tag\">matt mullenweg</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=official+wordpress+news\" rel=\"tag\">official wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=weblog+tools+collection\" rel=\"tag\">weblog tools collection</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 06:39:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:8079:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a><a href=\"http://photomatt.net/2007/07/10/wltc-high-ground/\" title=\"WLTC High Ground\">Matt Mullenweg has made the WordPress policy on sponsored WordPress Themes</a> official:</p>\n<blockquote><p>Before WordCamp all sponsored themes should be removed from http://themes.wordpress.net.</p></blockquote>\n<p>He&#8217;s not alone. <a href=\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\" title=\"Mark Ghosh of Weblog Tools Collection banning sponsored WordPress Themes\">Mark Ghosh on Weblog Tools Collection</a> declared that he would no longer feature sponsored WordPress Themes on <a href=\"http://weblogtoolscollection.com/\" title=\"Weblog Tools Collection\">Weblog Tools Collection</a>, one of the most important sources for news on new WordPress Themes.</p>\n<p>In theory, this means that all WordPress Themes listed on the <a href=\"http://themes.wordpress.net/\" title=\"WordPress Theme Viewer\">WordPress Theme Viewer</a>, the official source for WordPress Themes, and those in the <a href=\"http://codex.wordpress.org/Using_Themes/Theme_List\" title=\"Codex WordPress Theme List\">Codex WordPress Theme List</a> which contain sponsored links, will be removed by July 21, 2007, unless their authors remove them first.</p>\n<p>For more information on previous discussions of the issue of sponsored WordPress Themes, see:</p>\n<ul>\n<li><a href=\"http://photomatt.net/2007/04/12/plugin-authors-get-no-love/\" title=\"Plugin Authors Get No Love\">Plugin Authors Get No Love</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2007/04/12/on-sponsored-themes/\" title=\"On Sponsored Themes\">Weblog Tools Collection featuring Matt Mullenweg - On Sponsored Themes</a></li>\n<li><a href=\"http://wordpress.org/extend/ideas/topic.php?id=553\" title=\"vote on this WordPress Idea to remove sponsored themes\">WordPress Idea Discussion to remove sponsored themes</a></li>\n<li><a href=\"http://www.sassylawyer.com/2007/04/06/sponsored-wordpress-themes\" title=\"Sassy Lawyer - Sponsored WordPress Themes\">Sassy Lawyer - Sponsored WordPress Themes</a></li>\n<li><a href=\"http://blogdesignsolutions.com/2007/03/31/wordpress-theme-sponsorship/\" title=\"WordPress Theme Sponsorship\">xMark Blog - WordPress Theme Sponsorship</a></li>\n<li><a href=\"http://www.wpdesigner.com/2007/04/05/deteriorating-community/\" title=\"Deteriorating Theme Community from Small Potato at WP Designer\">WP Designer - Deteriorating Theme Community</a></li>\n<li><a href=\"http://www.wpdesigner.com/2007/02/26/my-take-on-sponsored-themes/\" title=\"WPDesigner - My Take on Sponsored Themes\">WPDesigner - My Take on Sponsored Themes</a></li>\n<li><a href=\"http://kzkw.net/blog/2007/04/12/on-sponsored-themes/\" title=\"On sponsored themes\">One Woman Show - On sponsored themes</a></li>\n<li><a href=\"http://buzzdroid.com/wordpress/themes/wordpress-beware-the-sponsored-link-theme-do-you-know-where-your-pagerank-is-going/\" title=\"Beware The Sponsored Link Theme - Do You Know Where Your PageRank Is Going?\">Buzzroid - Wordpress: Beware The Sponsored Link Theme - Do You Know Where Your PageRank Is Going?</a></li>\n<li><a href=\"http://www.mattcutts.com/blog/text-links-and-pagerank/\" title=\"Text links and PageRank\">Matt Cutts - Text links and PageRank</a></li>\n<li><a href=\"http://www.h4x3d.com/theme-ethics/\" title=\"Theme Ethics from h4X3d.com\">h4X3d.com - Theme Ethics</a></li>\n<li><a href=\"http://www.h4x3d.com/theme-ethics-part-2/\" title=\"Theme Ethics Part 2\">h4&#215;3d.com - Theme Ethics Part 2</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2007/04/09/sponsored-themes/\" title=\"Sponsored themes from Mark at Weblog Tools Collection\">Weblog Tools Collection - Sponsored Themes</a></li>\n<li><a href=\"http://www.blogherald.com/2007/04/06/sponsored-wordpress-themes-a-great-business-model/\" title=\"Blog Herald - Sponsored WordPress Themes: A Great Business Model\">Blog Herald - Sponsored WordPress Themes: A Great Business Model</a></li>\n<li><a href=\"http://www.davidarussell.co.uk/2007/04/12/wordpress-sponsored-themes-controversy/\" title=\"Wordpress sponsored themes controversy\">Spontaneous Monotony - Wordpress sponsored themes controversy</a></li>\n<li><a href=\"http://www.sassylawyer.com/2007/04/12/i-vote-to-remove-sponsored-themes-from-wordpressorg/\" title=\"Sassy Lawyer - I Vote To Remove Sponsored Themes from WordPress.org\">Sassy Lawyer - I Vote To Remove Sponsored Themes from WordPress.org</a></li>\n<li><a href=\"http://webernetarchitect.com/tempest-in-a-teacup-or-baby-momma-drama-over-sponsored-templates/\" title=\"Webernet Architect - Tempest in a Teacup or Baby Momma Drama Over Sponsored Templates\">Webernet Architect - Tempest in a Teacup or Baby Momma Drama Over Sponsored Templates</a></li>\n<li><a href=\"http://www.headsetoptions.org/2007/04/09/the-other-point-of-view-%e2%80%93-a-designers-opinion-on-sponsored-themes/\" title=\"The Other Point of View – A Designers Opinion on Sponsored Themes\">HeadSetOptions - The Other Point of View – A Designers Opinion on Sponsored Themes</a></li>\n<li><a href=\"http://tailrank.com/1713795/On-Sponsored-Themes\" title=\"TailRank - On Sponsored Themes\">TailRank - On Sponsored Themes</a></li>\n<li><a href=\"http://tailrank.com/1713772/Remove-Sponsored-Themes-from-WordPress-org\" title=\"TailRank - Remove Sponsored Themes from WordPress.org\">TailRank - Remove Sponsored Themes from WordPress.org</a></li>\n<li><a href=\"http://www.technorati.com/search/sponsored+themes\" title=\"Technorati - Sponsored Themes Discussion\">Technorati - Sponsored Themes Tags</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+themes\" rel=\"tag\">wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=sponsored+themes\" rel=\"tag\">sponsored themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+sponsored+themes\" rel=\"tag\">wordpress sponsored themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=sponsored+wordpress+themes\" rel=\"tag\">sponsored wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=matt+mullenweg\" rel=\"tag\">matt mullenweg</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=official+wordpress+news\" rel=\"tag\">official wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=weblog+tools+collection\" rel=\"tag\">weblog tools collection</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";}i:4;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 7/12\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/12/wordpress-theme-releases-for-712/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/12/wordpress-theme-releases-for-712/\";s:11:\"description\";s:1323:\"<p><a href=\"http://neverblog.net/thens-wordpress-theme/\">@thens</a> is a 2-column theme that evokes the ancient city.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4326/big-blue-01/\">Big Blue</a> is a sharp-looking 3-column, widget-ready theme with a feel a bit like the WordPress admin dashboard.</p>\n<p><a href=\"http://rayedwards.com/wordpress-themes/direct-response-web-20-free-wordpress-theme/\">Direct Response Web 2.0</a> is a 2-column, widget-ready theme with a Web 2.0 look.</p>\n<p><a href=\"http://deafmusician.com/dm-bloodless/\">DM-Bloodless</a> is a 3-column, widget-ready theme ready for use with adsense.</p>\n<p><a href=\"http://www.h4x3d.com/themes/feather/\">Feather</a> is a one-column theme with rainbowish colors.</p>\n<p><a href=\"http://www.myokyawhtun.com/2007/07/11/genman-wordpress-theme.html/\">Genman</a> is a 3-column, widget-ready theme with a professional look.</p>\n<p><a href=\"http://designer-daily.com/new-wordpress-theme-gone-fishing-185\">Gone Fishing</a> is a 2-column, widget-ready theme with blue accents colors.</p>\n<p><a href=\"http://www.va4business.com/business/64/free-premium-wordpress-blog-theme-talian-released-an-elegant-theme-that-is-very-much-close-to-my-heart/\">Talian</a> is a 3-column, widget-ready, green-and-black theme optimized for SEO and adsense readiness.</p>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 05:00:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1323:\"<p><a href=\"http://neverblog.net/thens-wordpress-theme/\">@thens</a> is a 2-column theme that evokes the ancient city.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4326/big-blue-01/\">Big Blue</a> is a sharp-looking 3-column, widget-ready theme with a feel a bit like the WordPress admin dashboard.</p>\n<p><a href=\"http://rayedwards.com/wordpress-themes/direct-response-web-20-free-wordpress-theme/\">Direct Response Web 2.0</a> is a 2-column, widget-ready theme with a Web 2.0 look.</p>\n<p><a href=\"http://deafmusician.com/dm-bloodless/\">DM-Bloodless</a> is a 3-column, widget-ready theme ready for use with adsense.</p>\n<p><a href=\"http://www.h4x3d.com/themes/feather/\">Feather</a> is a one-column theme with rainbowish colors.</p>\n<p><a href=\"http://www.myokyawhtun.com/2007/07/11/genman-wordpress-theme.html/\">Genman</a> is a 3-column, widget-ready theme with a professional look.</p>\n<p><a href=\"http://designer-daily.com/new-wordpress-theme-gone-fishing-185\">Gone Fishing</a> is a 2-column, widget-ready theme with blue accents colors.</p>\n<p><a href=\"http://www.va4business.com/business/64/free-premium-wordpress-blog-theme-talian-released-an-elegant-theme-that-is-very-much-close-to-my-heart/\">Talian</a> is a 3-column, widget-ready, green-and-black theme optimized for SEO and adsense readiness.</p>\";}i:5;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 7/12\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/12/wordpress-plugin-releases-for-711/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/12/wordpress-plugin-releases-for-711/\";s:11:\"description\";s:1129:\"<p><a href=\"http://kamajole.dk/blog/plugins/comment-highlighter/\">Commen Highlighter</a> is a plugin which can be used to add different style classes to comments. There are already plugins/hacks/alterations that adds a style to all comments written by the blog owner, adds a different style to every other comment, etc. This plugin takes it a bit further.</p>\n<p><a href=\"http://www.blogclout.com/blog/goodies/feed-footer-plugin/\">Feed Footer</a> allows you to add footers under all your blog posts in your RSS feed.</p>\n<p><a href=\"http://www.gossamer-threads.com/blog/gt-wp-plugins\">Gossamer Threads Tag Cloud</a> allows you to create tags for your posts and display them in a cloud on the sidebar. Tags with more hits are displayed in a bigger font to express popularity or emphasis. Tags can also be displayed underneath the post entry.</p>\n<p><a href=\"http://blog.schlunzen.org/iperss/\">ipeRSS</a> allows you to add your images from ipernity directly to your Blog (as a site, in an article, in th esidebar, etc.). If you want to add the images as a site or in an article you need something similar to Exec-PHP or runPHP.</p>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 04:45:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1129:\"<p><a href=\"http://kamajole.dk/blog/plugins/comment-highlighter/\">Commen Highlighter</a> is a plugin which can be used to add different style classes to comments. There are already plugins/hacks/alterations that adds a style to all comments written by the blog owner, adds a different style to every other comment, etc. This plugin takes it a bit further.</p>\n<p><a href=\"http://www.blogclout.com/blog/goodies/feed-footer-plugin/\">Feed Footer</a> allows you to add footers under all your blog posts in your RSS feed.</p>\n<p><a href=\"http://www.gossamer-threads.com/blog/gt-wp-plugins\">Gossamer Threads Tag Cloud</a> allows you to create tags for your posts and display them in a cloud on the sidebar. Tags with more hits are displayed in a bigger font to express popularity or emphasis. Tags can also be displayed underneath the post entry.</p>\n<p><a href=\"http://blog.schlunzen.org/iperss/\">ipeRSS</a> allows you to add your images from ipernity directly to your Blog (as a site, in an article, in th esidebar, etc.). If you want to add the images as a site or in an article you need something similar to Exec-PHP or runPHP.</p>\";}i:6;a:7:{s:5:\"title\";s:25:\"Matt: Power to the People\";s:4:\"guid\";s:52:\"http://photomatt.net/2007/07/11/power-to-the-people/\";s:4:\"link\";s:52:\"http://photomatt.net/2007/07/11/power-to-the-people/\";s:11:\"description\";s:318:\"<p><a href=\"http://www.ew.com/ew/article/0,,20040408,00.html\">Power to the People</a>, examines using an appeal to the masses to justify mediocrity. You could turn this article into a technology Madlib, substituting big tech companies, web 2.0 products, and &#8220;users&#8221; for the various entertainment terms.</p>\";s:7:\"pubdate\";s:31:\"Wed, 11 Jul 2007 19:41:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:318:\"<p><a href=\"http://www.ew.com/ew/article/0,,20040408,00.html\">Power to the People</a>, examines using an appeal to the masses to justify mediocrity. You could turn this article into a technology Madlib, substituting big tech companies, web 2.0 products, and &#8220;users&#8221; for the various entertainment terms.</p>\";}i:7;a:7:{s:5:\"title\";s:20:\"Akismet: Two Billion\";s:4:\"guid\";s:47:\"http://blog.akismet.com/2007/07/11/two-billion/\";s:4:\"link\";s:47:\"http://blog.akismet.com/2007/07/11/two-billion/\";s:11:\"description\";s:695:\"<div class=\"snap_preview\"><p>Spam <a href=\"http://akismet.com/stats/\">is growing</a>.</p>\n<p>From 0 to <a href=\"http://blog.akismet.com/2005/12/30/one-meeelllion/\">1,000,000</a>: 70 days</p>\n<p>From 1,000,000 to <a href=\"http://blog.akismet.com/2006/07/08/one-hundred-million/\">100,000,000</a>: 190 days</p>\n<p>100,000,000 to <a href=\"http://photomatt.net/2007/03/22/one-billion-spams/\">1,000,000,000</a>: 257 days</p>\n<p>1 billion to <a href=\"http://blog.akismet.com/2007/07/11/two-billion/\">2 billion</a>: 108 days</p>\n<p>It&#8217;s funny how fast that last billion went. To celebrate we made a <a href=\"http://akismet.com/stats/\">new chart showing total spam blocked over time</a>.</p>\n</div>\";s:7:\"pubdate\";s:31:\"Wed, 11 Jul 2007 09:40:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:695:\"<div class=\"snap_preview\"><p>Spam <a href=\"http://akismet.com/stats/\">is growing</a>.</p>\n<p>From 0 to <a href=\"http://blog.akismet.com/2005/12/30/one-meeelllion/\">1,000,000</a>: 70 days</p>\n<p>From 1,000,000 to <a href=\"http://blog.akismet.com/2006/07/08/one-hundred-million/\">100,000,000</a>: 190 days</p>\n<p>100,000,000 to <a href=\"http://photomatt.net/2007/03/22/one-billion-spams/\">1,000,000,000</a>: 257 days</p>\n<p>1 billion to <a href=\"http://blog.akismet.com/2007/07/11/two-billion/\">2 billion</a>: 108 days</p>\n<p>It&#8217;s funny how fast that last billion went. To celebrate we made a <a href=\"http://akismet.com/stats/\">new chart showing total spam blocked over time</a>.</p>\n</div>\";}i:8;a:7:{s:5:\"title\";s:22:\"Matt: WLTC High Ground\";s:4:\"guid\";s:49:\"http://photomatt.net/2007/07/10/wltc-high-ground/\";s:4:\"link\";s:49:\"http://photomatt.net/2007/07/10/wltc-high-ground/\";s:11:\"description\";s:351:\"<p>A round of applause for Mark Ghosh of Weblogs Tool Collection <a href=\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\">for taking a stand against sponsored themes</a>. Before WordCamp all sponsored themes should be removed from <a href=\"http://themes.wordpress.net/\">themes.wordpress.net</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 11 Jul 2007 05:37:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:351:\"<p>A round of applause for Mark Ghosh of Weblogs Tool Collection <a href=\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\">for taking a stand against sponsored themes</a>. Before WordCamp all sponsored themes should be removed from <a href=\"http://themes.wordpress.net/\">themes.wordpress.net</a>.</p>\";}i:9;a:7:{s:5:\"title\";s:69:\"Weblog Tools Collection: No Sponsored themes on WeblogToolsCollection\";s:4:\"guid\";s:98:\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\";s:4:\"link\";s:98:\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\";s:11:\"description\";s:741:\"<p>We will not promote sponsored themes on WeblogToolsCollection any more. There are a bunch of reasons for this decision much of which has been <a href=\"http://weblogtoolscollection.com/archives/2007/04/12/on-sponsored-themes/\">rehashed</a> in the <a href=\"http://weblogtoolscollection.com/archives/2007/04/09/sponsored-themes/\">past</a>. Things have gone downhill since then. I cannot hope to please everyone and I do not apologize or repent for this decision. I believe that this is in the best interest of the community and this is the best way I can serve my readers.</p>\n<p>I strongly urge sponsored theme authors to reconsider their means and I laud those who choose to offer their themes to the community without sponsored links.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 23:45:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:741:\"<p>We will not promote sponsored themes on WeblogToolsCollection any more. There are a bunch of reasons for this decision much of which has been <a href=\"http://weblogtoolscollection.com/archives/2007/04/12/on-sponsored-themes/\">rehashed</a> in the <a href=\"http://weblogtoolscollection.com/archives/2007/04/09/sponsored-themes/\">past</a>. Things have gone downhill since then. I cannot hope to please everyone and I do not apologize or repent for this decision. I believe that this is in the best interest of the community and this is the best way I can serve my readers.</p>\n<p>I strongly urge sponsored theme authors to reconsider their means and I laud those who choose to offer their themes to the community without sponsored links.</p>\";}i:10;a:7:{s:5:\"title\";s:30:\"Matt: Automattic and Six Apart\";s:4:\"guid\";s:57:\"http://photomatt.net/2007/07/10/automattic-and-six-apart/\";s:4:\"link\";s:57:\"http://photomatt.net/2007/07/10/automattic-and-six-apart/\";s:11:\"description\";s:175:\"<p><a href=\"http://www.readwriteweb.com/archives/blog_platforms_head_to_head_six_apart_automattic.php\">Read/WriteWeb has a good article about Automattic and Six Apart</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 20:18:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:175:\"<p><a href=\"http://www.readwriteweb.com/archives/blog_platforms_head_to_head_six_apart_automattic.php\">Read/WriteWeb has a good article about Automattic and Six Apart</a>.</p>\";}i:11;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: Six Apart and Automattic Compared\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/10/six-apart-and-automattic-compared/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/10/six-apart-and-automattic-compared/\";s:11:\"description\";s:1167:\"<p><a href=\"http://www.readwriteweb.com/archives/blog_platforms_head_to_head_six_apart_automattic.php\">Six Apart &amp; Automattic Compared</a>: A comparison of two of the three blogging juggernauts on the web. Though the comparison is mildly interesting from a historical novice&#8217;s point of view, I think the article is missing a few things. Since it was written by a business professor, I would have expected more analysis and forecasts rather than a rehashing of the past events in a company history narrative. Furthermore, a story of MT and WP does not make sense without Blogger and it should have been included.</p>\n<p>There are very interesting business model and structure type details of all three companies that I believe are instrumental in their success in each of their arenas and the underlying competitive tension amalgamated with a deep sense of respect and jealousy among each of the competitors would have made for very interesting business reading. In spite of my perceived shortcomings, <a href=\"http://carthik.net/\">Carthik</a> is mentioned in the article (which made my day) and it is worth a quick read if you are new to either company.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 12:00:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1167:\"<p><a href=\"http://www.readwriteweb.com/archives/blog_platforms_head_to_head_six_apart_automattic.php\">Six Apart &amp; Automattic Compared</a>: A comparison of two of the three blogging juggernauts on the web. Though the comparison is mildly interesting from a historical novice&#8217;s point of view, I think the article is missing a few things. Since it was written by a business professor, I would have expected more analysis and forecasts rather than a rehashing of the past events in a company history narrative. Furthermore, a story of MT and WP does not make sense without Blogger and it should have been included.</p>\n<p>There are very interesting business model and structure type details of all three companies that I believe are instrumental in their success in each of their arenas and the underlying competitive tension amalgamated with a deep sense of respect and jealousy among each of the competitors would have made for very interesting business reading. In spite of my perceived shortcomings, <a href=\"http://carthik.net/\">Carthik</a> is mentioned in the article (which made my day) and it is worth a quick read if you are new to either company.</p>\";}i:12;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 7/10\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/10/wordpress-plugin-releases-for-710/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/10/wordpress-plugin-releases-for-710/\";s:11:\"description\";s:955:\"<p><a href=\"http://bavatuesdays.com/div-share/\">divShare</a> allows you to integrate the file upload and storage site with your WordPress and WPMu installation.</p>\n<p><a href=\"http://michael.hinnerup.net/blog/category/jalbum-plugin/\">JAlbum</a> allows you to integrate JAlbum galleries directly into your posts.</p>\n<p><a href=\"http://wp-plugins.net/plugin/MultiUploader%204%20Wordpress\">MultiUploader</a> allows you to attach many files at once.</p>\n<p><a href=\"http://my-first-million-dollars.com/index.php/my-wordpress-plugin/\">Ultimate Progress Bar</a> creates customizable progress meters to show progress of Your projects.</p>\n<p><a href=\"http://wp-plugins.net/plugin/zorpia_hot_box/#plugin_2632\">Zorpia Hot Box</a> lets users publish articles of your website to Zorpia.com directly, vote the published articles of your website, show voted points to each article with the widget, and allow for configuration of theme &#038; style of the widget.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 04:45:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:955:\"<p><a href=\"http://bavatuesdays.com/div-share/\">divShare</a> allows you to integrate the file upload and storage site with your WordPress and WPMu installation.</p>\n<p><a href=\"http://michael.hinnerup.net/blog/category/jalbum-plugin/\">JAlbum</a> allows you to integrate JAlbum galleries directly into your posts.</p>\n<p><a href=\"http://wp-plugins.net/plugin/MultiUploader%204%20Wordpress\">MultiUploader</a> allows you to attach many files at once.</p>\n<p><a href=\"http://my-first-million-dollars.com/index.php/my-wordpress-plugin/\">Ultimate Progress Bar</a> creates customizable progress meters to show progress of Your projects.</p>\n<p><a href=\"http://wp-plugins.net/plugin/zorpia_hot_box/#plugin_2632\">Zorpia Hot Box</a> lets users publish articles of your website to Zorpia.com directly, vote the published articles of your website, show voted points to each article with the widget, and allow for configuration of theme &#038; style of the widget.</p>\";}i:13;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 7/10\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/10/wordpress-theme-releases-for-710/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/10/wordpress-theme-releases-for-710/\";s:11:\"description\";s:1784:\"<p><a href=\"http://www.h4x3d.com/themes/bomb/\">Bomb</a> is a 2-column theme with a fixed background featuring a bomb with smoke fading away.</p>\n<p><a href=\"http://designadaptations.com/notebook/wordpress-theme-into-the-ocean\">Into the Ocean</a> is a gorgeous 2-column theme that supports Ultimate Tag Warrior.</p>\n<p><a href=\"http://themes.wordpress.net/other/no-images/4309/losemymind-10/\">LoseMyMind</a> is a single-column theme with a javascript-powered module at the bottom for showing typical sidebar content.</p>\n<p><a href=\"http://www.freestylez.co.uk/bugclimb-theme/\">BugClimb</a> is a 2-column, green theme with a nice shot of a ladybug.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.dirjournal.com/wp-themes/cleanbright-free-wordpress-theme/\">Cleanbright</a> is a 2-column, simple theme.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.headsetoptions.org/2007/07/08/deserted-3c-3-column-wordpress-widget-ready-theme/\">Deserted</a> is a 3-column, widget-ready theme.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://themey.com/life-wordpress-theme/\">Life</a> is a 2-column theme with bold colors.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4314/poker-theme-2-10/\">Poker #2</a> is a 3-column, widget-ready theme for poker fans.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.jetpacked.com/omega3-wordpress-theme-release/\">Omega 3</a> is a 3-column, fluid theme with a very clean look.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.freestylez.co.uk/redcarpet-theme/\">RedCarpet</a> is a 2-column theme with red, white, and blue colors.  <strong>(Contains sponsored links.)</strong></p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 04:45:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1784:\"<p><a href=\"http://www.h4x3d.com/themes/bomb/\">Bomb</a> is a 2-column theme with a fixed background featuring a bomb with smoke fading away.</p>\n<p><a href=\"http://designadaptations.com/notebook/wordpress-theme-into-the-ocean\">Into the Ocean</a> is a gorgeous 2-column theme that supports Ultimate Tag Warrior.</p>\n<p><a href=\"http://themes.wordpress.net/other/no-images/4309/losemymind-10/\">LoseMyMind</a> is a single-column theme with a javascript-powered module at the bottom for showing typical sidebar content.</p>\n<p><a href=\"http://www.freestylez.co.uk/bugclimb-theme/\">BugClimb</a> is a 2-column, green theme with a nice shot of a ladybug.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.dirjournal.com/wp-themes/cleanbright-free-wordpress-theme/\">Cleanbright</a> is a 2-column, simple theme.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.headsetoptions.org/2007/07/08/deserted-3c-3-column-wordpress-widget-ready-theme/\">Deserted</a> is a 3-column, widget-ready theme.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://themey.com/life-wordpress-theme/\">Life</a> is a 2-column theme with bold colors.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4314/poker-theme-2-10/\">Poker #2</a> is a 3-column, widget-ready theme for poker fans.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.jetpacked.com/omega3-wordpress-theme-release/\">Omega 3</a> is a 3-column, fluid theme with a very clean look.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.freestylez.co.uk/redcarpet-theme/\">RedCarpet</a> is a 2-column theme with red, white, and blue colors.  <strong>(Contains sponsored links.)</strong></p>\";}i:14;a:7:{s:5:\"title\";s:36:\"Matt: Megatrondon, iPhone AIM Client\";s:4:\"guid\";s:62:\"http://photomatt.net/2007/07/09/megatrondon-iphone-aim-client/\";s:4:\"link\";s:62:\"http://photomatt.net/2007/07/09/megatrondon-iphone-aim-client/\";s:11:\"description\";s:315:\"<p><a href=\"http://en.wikipedia.org/wiki/Just_Blaze\">Just Blaze</a>, hip-hop producer and WordPress user, <a href=\"http://www.themegatrondon2.com/2007/07/08/phone-time/\">has reviewed the iPhone</a>. Includes a video of an AIM client at the end, is that <a href=\"http://www.ebuddy.com/mobile/aim.php\">ebuddy</a>?</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 02:54:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:315:\"<p><a href=\"http://en.wikipedia.org/wiki/Just_Blaze\">Just Blaze</a>, hip-hop producer and WordPress user, <a href=\"http://www.themegatrondon2.com/2007/07/08/phone-time/\">has reviewed the iPhone</a>. Includes a video of an AIM client at the end, is that <a href=\"http://www.ebuddy.com/mobile/aim.php\">ebuddy</a>?</p>\";}i:15;a:7:{s:5:\"title\";s:63:\"Weblog Tools Collection: The “More” Tag on a WordPress Page\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/09/the-more-tag-on-a-wordpress-page/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/09/the-more-tag-on-a-wordpress-page/\";s:11:\"description\";s:1207:\"<p><a href=\"http://rockinthemes.com/\">Nathan Rice</a> wrote about WordPress&#8217;s ability to <a href=\"http://www.blogherald.com/2007/06/21/query_posts-and-your-homepage-design/\">make any page a homepage</a>.  One problem I ran into using the technique of pages was the inability to use the <code>&lt;!--more--&gt;</code> tag to display partial posts.  Apparently this is default behavior (for good reason) on pages.  However, when using Nathan&#8217;s technique, I found myself in a unique situation where I only wanted to show a partial post (on a page) if the post was making use of the <code>&lt;!--more--&gt;</code> tag (apparently, <a href=\"http://wordpress.org/support/topic/113544\">I&#8217;m not alone</a>).</p>\n<p>The technique is rather simple.  Simply declare a variable named <strong>$more</strong> as a global and set it to <strong>false</strong> right before showing your content.  If you wish to resume normal behavior after the content is shown, simply set the variable back to <strong>true</strong>. </p>\n<blockquote><p><code>\n<pre>\n&lt;?php global $more; $more = false; ?&gt;\n&lt;?php the_content(\'Continue Reading\'); ?&gt;\n&lt;?php $more = true; ?&gt;\n</pre>\n<p></code></p>\n</blockquote>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 01:30:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Ronald Huereca\";}s:7:\"summary\";s:1207:\"<p><a href=\"http://rockinthemes.com/\">Nathan Rice</a> wrote about WordPress&#8217;s ability to <a href=\"http://www.blogherald.com/2007/06/21/query_posts-and-your-homepage-design/\">make any page a homepage</a>.  One problem I ran into using the technique of pages was the inability to use the <code>&lt;!--more--&gt;</code> tag to display partial posts.  Apparently this is default behavior (for good reason) on pages.  However, when using Nathan&#8217;s technique, I found myself in a unique situation where I only wanted to show a partial post (on a page) if the post was making use of the <code>&lt;!--more--&gt;</code> tag (apparently, <a href=\"http://wordpress.org/support/topic/113544\">I&#8217;m not alone</a>).</p>\n<p>The technique is rather simple.  Simply declare a variable named <strong>$more</strong> as a global and set it to <strong>false</strong> right before showing your content.  If you wish to resume normal behavior after the content is shown, simply set the variable back to <strong>true</strong>. </p>\n<blockquote><p><code>\n<pre>\n&lt;?php global $more; $more = false; ?&gt;\n&lt;?php the_content(\'Continue Reading\'); ?&gt;\n&lt;?php $more = true; ?&gt;\n</pre>\n<p></code></p>\n</blockquote>\";}i:16;a:7:{s:5:\"title\";s:66:\"Dougal Campbell: Sandbox Designs Competition: deadline approaching\";s:4:\"guid\";s:69:\"http://dougal.gunters.org/blog/2007/07/09/sandbox-designs-competition\";s:4:\"link\";s:69:\"http://dougal.gunters.org/blog/2007/07/09/sandbox-designs-competition\";s:11:\"description\";s:2149:\"<p>\nI\'ve mentioned the <a href=\"http://www.plaintxt.org/themes/sandbox/\">Sandbox</a> theme for <a href=\"http://wordpress.org/\">WordPress</a> a couple of times before, but I\'ve neglected to point out the <a href=\"http://www.sndbx.org/\">Sandbox Designs Competition</a> that is going on right now. A few weeks ago, the total prize money stood at over $1600, with 1st prize netting $750.\n</p>\n<p>\nSandbox has a really good structure, with <a href=\"http://www.sndbx.org/wp-content/uploads/readme.html#functions\">lots of semantic classes</a> (and <a href=\"http://microformats.org/\">microformats</a>) added at key points. This allows the clever theme designer to turn their site into a chameleon. You can theme based on the type of page being viewed (blog posts, single post, pages, archives, categories, search page, etc.). And you can theme certain posts based on their categories, their authors, or even by the season, or time of day when the post was published. \n</p>\n<p>\nI\'m hoping that we\'ll see some really stunning designs that use these capabilities in interesting ways. There\'s a strong chance that Sandbox will be included as a standard theme in a future WordPress release, which would expose your work to an extremely large audience. How\'s <em>that</em> for some extra incentive? Do you think you have good <acronym title=\"Cascading Style Sheets\"><span class=\"caps\">CSS</span></acronym> chops? Design your entry and <a href=\"http://www.sndbx.org/details/how-to-submit/\">get it submitted</a>. Just make sure you get your entry in before  the July 29 deadline. And note that the deadline is 12:00am UTC, which is July 28, 8:00pm EDT, or 5:00pm PDT.\n</p>\n<p>\n<acronym title=\"For What Its Worth\"><span class=\"caps\">FWIW</span></acronym>, this site is running Sandbox (albeit, an older, and slightly customized version). But I certainly wouldn\'t try to hold this site up as a paragon of good design. Make something better, okay?\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=822&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_822\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";s:7:\"pubdate\";s:31:\"Mon, 09 Jul 2007 19:25:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:2149:\"<p>\nI\'ve mentioned the <a href=\"http://www.plaintxt.org/themes/sandbox/\">Sandbox</a> theme for <a href=\"http://wordpress.org/\">WordPress</a> a couple of times before, but I\'ve neglected to point out the <a href=\"http://www.sndbx.org/\">Sandbox Designs Competition</a> that is going on right now. A few weeks ago, the total prize money stood at over $1600, with 1st prize netting $750.\n</p>\n<p>\nSandbox has a really good structure, with <a href=\"http://www.sndbx.org/wp-content/uploads/readme.html#functions\">lots of semantic classes</a> (and <a href=\"http://microformats.org/\">microformats</a>) added at key points. This allows the clever theme designer to turn their site into a chameleon. You can theme based on the type of page being viewed (blog posts, single post, pages, archives, categories, search page, etc.). And you can theme certain posts based on their categories, their authors, or even by the season, or time of day when the post was published. \n</p>\n<p>\nI\'m hoping that we\'ll see some really stunning designs that use these capabilities in interesting ways. There\'s a strong chance that Sandbox will be included as a standard theme in a future WordPress release, which would expose your work to an extremely large audience. How\'s <em>that</em> for some extra incentive? Do you think you have good <acronym title=\"Cascading Style Sheets\"><span class=\"caps\">CSS</span></acronym> chops? Design your entry and <a href=\"http://www.sndbx.org/details/how-to-submit/\">get it submitted</a>. Just make sure you get your entry in before  the July 29 deadline. And note that the deadline is 12:00am UTC, which is July 28, 8:00pm EDT, or 5:00pm PDT.\n</p>\n<p>\n<acronym title=\"For What Its Worth\"><span class=\"caps\">FWIW</span></acronym>, this site is running Sandbox (albeit, an older, and slightly customized version). But I certainly wouldn\'t try to hold this site up as a paragon of good design. Make something better, okay?\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=822&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_822\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";}i:17;a:7:{s:5:\"title\";s:75:\"Weblog Tools Collection: Reduce the Size of Your WordPress Plugin Footprint\";s:4:\"guid\";s:104:\"http://weblogtoolscollection.com/archives/2007/07/09/reduce-the-size-of-your-wordpress-plugin-footprint/\";s:4:\"link\";s:104:\"http://weblogtoolscollection.com/archives/2007/07/09/reduce-the-size-of-your-wordpress-plugin-footprint/\";s:11:\"description\";s:4356:\"<p>For each WordPress plugin you install, you are adding to the bandwidth/server overhead of your site.  As a plugin author, there are some simple steps to take to reduce the footprint of your plugin (whether it be helping with server load or conserving bandwidth), even if your plugin still requires a lot of code.</p>\n<h3>Break Out Admin Panels Into Separate Files</h3>\n<p>Even for simple plugins, <a href=\"http://codex.wordpress.org/Adding_Administration_Menus\">adding admin panels</a> can easily balloon a plugin&#8217;s file size.  A simple, yet effective technique, is to copy the code used for the admin panel to a separate file and simply provide an include in the function that loads the admin panel.</p>\n<p>For example, say you load in your admin panel using this code:</p>\n<blockquote><p><code>\n<pre>\nadd_options_page(\'Plugin Name\', \'Plugin Name\', 10, basename(__FILE__), \'printAdminPage\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>The function <strong>printAdminPage</strong> is going to be the function that loads the admin panel.  Within this function you could have:</p>\n<blockquote><p><code>\n<pre>\nfunction printAdminPage() {\n	include \'includes/admin-panel.php\';\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>The above snippet assumes you have an &#8216;includes&#8217; directory with your admin panel code in &#8216;admin-panel.php&#8217;.</p>\n<blockquote><p>\n<strong>Note:</strong> Per <a href=\"http://dougal.gunters.org/\">Dougal Campbell</a>, includes pose a security risk.  Here is one technique for <a href=\"http://green-beast.com/blog/?p=144\">securing PHP include files</a>.\n</p>\n</blockquote>\n<h3>Use Includes to Separate Major Functions</h3>\n<p>If your plugin has separate functionality, why not separate this functionality into separate files that can be <a href=\"http://us2.php.net/manual/en/function.include.php\">included</a> when needed?  For example, what if your plugin deletes or saves something?  You could include the delete code in its own file, and the save code in another file.</p>\n<blockquote><p><code>\n<pre>\nfunction save_or_delete($task) {\n	switch($task) {\n		case \'save\':\n			include \'includes/save.php\';\n			break;\n		case \'delete\':\n			include \'includes/delete.php\';\n			break;\n	}\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>The above code includes the appropriate code only when certain tasks are performed.</p>\n<h3>Load Parts of Your Plugin on Relevant Pages</h3>\n<p>With more plugins coming with their own stylesheets and JavaScript files, it may be necessary to specify which pages these files should be included.  Fortunately, WordPress has a nice collection of <a href=\"http://codex.wordpress.org/Conditional_Tags\">conditional tags</a> and/or <a href=\"http://codex.wordpress.org/Plugin_API/Action_Reference\">actions</a> that can help you determine what kind of page the end user is using.</p>\n<p>Say that you want to load a piece of JavaScript only when a user is in the admin panel.  Fortunately WordPress has an action specifically for loading scripts in the admin panel called <strong>admin_print_scripts</strong>.  A simple action call would look like:</p>\n<blockquote><p><code>\n<pre>\nadd_action(\'admin_print_scripts\', \'addAdminJS\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>Within this &#8216;addAdminJS&#8217; function, I would run the <strong>wp_enqueue_script</strong> to include my JavaScript file.</p>\n<p>Another example would be only loading a JavaScript file on just single posts and nowhere else.  The action that is necessary to load JavaScript files is <strong>wp_print_scripts</strong>.</p>\n<blockquote><p><code>\n<pre>\nadd_action(\'wp_print_scripts\',\'addJS\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>Within this &#8216;addJS&#8217; function referenced above, we could include a simple conditional tag to determine if we are on a single post.</p>\n<blockquote><p><code>\n<pre>\nfunction addJS() {\n	if (is_single()) {\n		//Do JavaScript code loading here\n	}\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>Now the JavaScript code will only load on a single post and nowhere else.  You can use the same technique for the <strong>wp_head</strong> action when loading style code.</p>\n<h3>Conclusion</h3>\n<p>I outlined three simple ways to reduce your plugin footprint.  Not all ways are beneficial for all plugin authors, but they will hopefully get you thinking about how to reduce the amount of overhead your plugin uses.</p>\";s:7:\"pubdate\";s:31:\"Mon, 09 Jul 2007 09:45:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Ronald Huereca\";}s:7:\"summary\";s:4356:\"<p>For each WordPress plugin you install, you are adding to the bandwidth/server overhead of your site.  As a plugin author, there are some simple steps to take to reduce the footprint of your plugin (whether it be helping with server load or conserving bandwidth), even if your plugin still requires a lot of code.</p>\n<h3>Break Out Admin Panels Into Separate Files</h3>\n<p>Even for simple plugins, <a href=\"http://codex.wordpress.org/Adding_Administration_Menus\">adding admin panels</a> can easily balloon a plugin&#8217;s file size.  A simple, yet effective technique, is to copy the code used for the admin panel to a separate file and simply provide an include in the function that loads the admin panel.</p>\n<p>For example, say you load in your admin panel using this code:</p>\n<blockquote><p><code>\n<pre>\nadd_options_page(\'Plugin Name\', \'Plugin Name\', 10, basename(__FILE__), \'printAdminPage\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>The function <strong>printAdminPage</strong> is going to be the function that loads the admin panel.  Within this function you could have:</p>\n<blockquote><p><code>\n<pre>\nfunction printAdminPage() {\n	include \'includes/admin-panel.php\';\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>The above snippet assumes you have an &#8216;includes&#8217; directory with your admin panel code in &#8216;admin-panel.php&#8217;.</p>\n<blockquote><p>\n<strong>Note:</strong> Per <a href=\"http://dougal.gunters.org/\">Dougal Campbell</a>, includes pose a security risk.  Here is one technique for <a href=\"http://green-beast.com/blog/?p=144\">securing PHP include files</a>.\n</p>\n</blockquote>\n<h3>Use Includes to Separate Major Functions</h3>\n<p>If your plugin has separate functionality, why not separate this functionality into separate files that can be <a href=\"http://us2.php.net/manual/en/function.include.php\">included</a> when needed?  For example, what if your plugin deletes or saves something?  You could include the delete code in its own file, and the save code in another file.</p>\n<blockquote><p><code>\n<pre>\nfunction save_or_delete($task) {\n	switch($task) {\n		case \'save\':\n			include \'includes/save.php\';\n			break;\n		case \'delete\':\n			include \'includes/delete.php\';\n			break;\n	}\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>The above code includes the appropriate code only when certain tasks are performed.</p>\n<h3>Load Parts of Your Plugin on Relevant Pages</h3>\n<p>With more plugins coming with their own stylesheets and JavaScript files, it may be necessary to specify which pages these files should be included.  Fortunately, WordPress has a nice collection of <a href=\"http://codex.wordpress.org/Conditional_Tags\">conditional tags</a> and/or <a href=\"http://codex.wordpress.org/Plugin_API/Action_Reference\">actions</a> that can help you determine what kind of page the end user is using.</p>\n<p>Say that you want to load a piece of JavaScript only when a user is in the admin panel.  Fortunately WordPress has an action specifically for loading scripts in the admin panel called <strong>admin_print_scripts</strong>.  A simple action call would look like:</p>\n<blockquote><p><code>\n<pre>\nadd_action(\'admin_print_scripts\', \'addAdminJS\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>Within this &#8216;addAdminJS&#8217; function, I would run the <strong>wp_enqueue_script</strong> to include my JavaScript file.</p>\n<p>Another example would be only loading a JavaScript file on just single posts and nowhere else.  The action that is necessary to load JavaScript files is <strong>wp_print_scripts</strong>.</p>\n<blockquote><p><code>\n<pre>\nadd_action(\'wp_print_scripts\',\'addJS\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>Within this &#8216;addJS&#8217; function referenced above, we could include a simple conditional tag to determine if we are on a single post.</p>\n<blockquote><p><code>\n<pre>\nfunction addJS() {\n	if (is_single()) {\n		//Do JavaScript code loading here\n	}\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>Now the JavaScript code will only load on a single post and nowhere else.  You can use the same technique for the <strong>wp_head</strong> action when loading style code.</p>\n<h3>Conclusion</h3>\n<p>I outlined three simple ways to reduce your plugin footprint.  Not all ways are beneficial for all plugin authors, but they will hopefully get you thinking about how to reduce the amount of overhead your plugin uses.</p>\";}i:18;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: Successful Blogging is Hard Work\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/08/successful-blogging-is-hard-work/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/08/successful-blogging-is-hard-work/\";s:11:\"description\";s:833:\"<p><a href=\"http://technology.timesonline.co.uk/tol/news/tech_and_web/the_web/article2038078.ece\">Bloggers want my steak baguette</a>: <em>If you&#8217;ve got a friend who thinks they can make money with their blog, get them to read this piece. Like all people who rise to the top of their profession, it demonstrates a simple truth: good bloggers work like dogs. </em>You better believe it! Making a blog successful and making people want to come back for more <em>everyday</em> is more than a full time job that not only needs dedication but it needs a certain amount of eccentricity and obsessive devotion.</p>\n<p>I guess the above is true for any successful venture that is built from the ground up but if you ever heard someone say that blogging is easy or takes any small amount of work, they are probably full of bees wax.</p>\";s:7:\"pubdate\";s:31:\"Mon, 09 Jul 2007 02:15:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:833:\"<p><a href=\"http://technology.timesonline.co.uk/tol/news/tech_and_web/the_web/article2038078.ece\">Bloggers want my steak baguette</a>: <em>If you&#8217;ve got a friend who thinks they can make money with their blog, get them to read this piece. Like all people who rise to the top of their profession, it demonstrates a simple truth: good bloggers work like dogs. </em>You better believe it! Making a blog successful and making people want to come back for more <em>everyday</em> is more than a full time job that not only needs dedication but it needs a certain amount of eccentricity and obsessive devotion.</p>\n<p>I guess the above is true for any successful venture that is built from the ground up but if you ever heard someone say that blogging is easy or takes any small amount of work, they are probably full of bees wax.</p>\";}i:19;a:7:{s:5:\"title\";s:27:\"Akismet: Protect Salesforce\";s:4:\"guid\";s:54:\"http://blog.akismet.com/2007/07/08/protect-salesforce/\";s:4:\"link\";s:54:\"http://blog.akismet.com/2007/07/08/protect-salesforce/\";s:11:\"description\";s:955:\"<div class=\"snap_preview\"><p>Scott Hemmeter wrote in to tell us that many web forms across the web feed into <a href=\"http://salesforce.com/\">Salesforce.com</a> so people can track the responses and such from them. Like any other form on the web these get spammed to death. Scott has cooked up a solution, combining Akismet and Salesforce to combat spam:</p>\n<blockquote><p>Back in January, I posted about a way to help combat web to lead spam. That type of solution works well, but is not scalable. Also, it is a reactive approach rather than a proactive one.</p>\n<p>I decided to try and see if I could incorporate Akismet into the web to lead process and I was successful in doing so! I created a set of scripts for you to download if you’d like to leverage Akismet with your web to lead forms.</p></blockquote>\n<p><a href=\"http://sfdc.arrowpointe.com/2007/05/24/fight-web-to-lead-spam-w-akismet/\">Read the rest and download the script</a>.</p>\n</div>\";s:7:\"pubdate\";s:31:\"Sun, 08 Jul 2007 22:33:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:955:\"<div class=\"snap_preview\"><p>Scott Hemmeter wrote in to tell us that many web forms across the web feed into <a href=\"http://salesforce.com/\">Salesforce.com</a> so people can track the responses and such from them. Like any other form on the web these get spammed to death. Scott has cooked up a solution, combining Akismet and Salesforce to combat spam:</p>\n<blockquote><p>Back in January, I posted about a way to help combat web to lead spam. That type of solution works well, but is not scalable. Also, it is a reactive approach rather than a proactive one.</p>\n<p>I decided to try and see if I could incorporate Akismet into the web to lead process and I was successful in doing so! I created a set of scripts for you to download if you’d like to leverage Akismet with your web to lead forms.</p></blockquote>\n<p><a href=\"http://sfdc.arrowpointe.com/2007/05/24/fight-web-to-lead-spam-w-akismet/\">Read the rest and download the script</a>.</p>\n</div>\";}i:20;a:7:{s:5:\"title\";s:61:\"Lorelle on WP: Choosing WordPress: Which WordPress to Choose?\";s:4:\"guid\";s:85:\"http://lorelle.wordpress.com/2007/07/08/choosing-wordpress-which-wordpress-to-choose/\";s:4:\"link\";s:85:\"http://lorelle.wordpress.com/2007/07/08/choosing-wordpress-which-wordpress-to-choose/\";s:11:\"description\";s:596:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-tips/\" title=\"WordPress Tips\"><img src=\"http://lorelle.files.wordpress.com/2006/11/wordpresstips.gif\" alt=\"\" align=\"right\" /></a>There has recently been some confusion over the issue and types of WordPress blogs. Here is a brief summary to help you understand which is which, what you can do with each, to help you choose your ideal WordPress blog system.<br />\n <a href=\"http://lorelle.wordpress.com/2007/07/08/choosing-wordpress-which-wordpress-to-choose/#more-1968\" class=\"more-link\">(more&#8230;)</a></p>\n</div>\";s:7:\"pubdate\";s:31:\"Sun, 08 Jul 2007 10:03:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:596:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-tips/\" title=\"WordPress Tips\"><img src=\"http://lorelle.files.wordpress.com/2006/11/wordpresstips.gif\" alt=\"\" align=\"right\" /></a>There has recently been some confusion over the issue and types of WordPress blogs. Here is a brief summary to help you understand which is which, what you can do with each, to help you choose your ideal WordPress blog system.<br />\n <a href=\"http://lorelle.wordpress.com/2007/07/08/choosing-wordpress-which-wordpress-to-choose/#more-1968\" class=\"more-link\">(more&#8230;)</a></p>\n</div>\";}i:21;a:7:{s:5:\"title\";s:68:\"WordPress Podcast: Episode 27: WordPress 2.2.1 and WordCamp Schedule\";s:4:\"guid\";s:82:\"http://wp-community.org/2007/07/08/episode-27-wordpress-221-and-wordcamp-schedule/\";s:4:\"link\";s:82:\"http://wp-community.org/2007/07/08/episode-27-wordpress-221-and-wordcamp-schedule/\";s:11:\"description\";s:4770:\"<table border=\"0\" cellpadding=\"4\" cellspacing=\"4\" width=\"100%\">\n<tr>\n<td valign=\"top\">01:51</td>\n<td valign=\"top\">News: <strong>WordPress 2.2.1 is a security fix</strong><br />\nWordPress 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. Here are some highlights.</p>\n<ul>\n<li> Atom feed validation fixes</li>\n<li>XML-RPC fixes</li>\n<li>Widget backward compatibility fixes</li>\n<li>Widget layout fixes for IE7</li>\n<li>Page and Text Widget improvements</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\" class=\"extlink\">Remote shell injection in PHPMailer</a></li>\n<li><a href=\"http://www.milw0rm.com/exploits/4039\" class=\"extlink\">Remote SQL injection in XML-RPC</a></li>\n<li><a href=\"http://archives.neohapsis.com/archives/fulldisclosure/2007-06/0180.html\" class=\"extlink\">Unescaped attribute in default theme</a></li>\n</ul>\n<p>Matt Mullenweg <a href=\"http://photomatt.net/2007/06/22/on-wp-security/\" class=\"extlink\">answered some criticism</a> about the security fixes and the version updates.</td>\n</tr>\n<tr>\n<td valign=\"top\">11:26</td>\n<td valign=\"top\">News: <strong>WordCamp Registration Opened and Speakers Announced</strong><br />\nRegistration for <a href=\"http://2007.wordcamp.org/\" class=\"extlink\">WordCamp 2007 San Francisco</a> was opened up and it&#8217;ll cost you $25 this year, but that&#8217;ll get you a WordCamp t-shirt and lunch both days. Registration closes Monday, July 9th, so you&#8217;d better sign up now if you&#8217;re going.The program is divided into two parts this year. Saturday is focused on general WordPress usage while Sunday is focused on more advanced topics.</td>\n</tr>\n<tr>\n<td valign=\"top\">20:56</td>\n<td valign=\"top\">News: <strong>In San Francisco Friday? Want to come to a WordPress Podcast Meetup?</strong><br />\nAaron and I are kicking around the idea of hosting a meetup in the San Francisco area Friday afternoon prior to WordCamp. If you&#8217;re in town then, would you be interested in meeting up?</td>\n</tr>\n<tr>\n<td valign=\"top\">22:55</td>\n<td valign=\"“top”\">Plug-in: <strong><a href=\"http://planetozh.com/blog/my-projects/plugin-to-correctly-spell-wordpress-not-word-press/\" class=\"extlink\">Spell WordPress</a></strong> is for those who are fastidious about making sure the trademark name is always spelled correctly. (This plugin is based on a <a href=\"http://charlesstricklin.com/2007/06/15/get-it-right/\" class=\"extlink\">rant from my personal blog</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">25:42</td>\n<td valign=\"“top”\">Plug-in: <strong><a href=\"http://www.utheguru.com/seo_wordpress-wordpress-seo-plugin\" class=\"extlink\">SEO WordPress</a></strong> reduces duplicate content on your blog. The plugin essentially &#8216;herds&#8217; googlebot and other spiders to the content you want indexed. The result? A much more search engine friendly blog and better indexing.</td>\n</tr>\n<tr>\n<td valign=\"top\">29:02</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.raproject.com/wordpress/plugins/wp-ajax-edit-comments/\" class=\"extlink\">AJAX Edit Comments 1.1</a></strong> allows admin and users to edit comments from a post. Users see a countdown timer when editing a comment. Admin can now also edit, delete, and mark as spam from a post without having to go to the admin panel. In other words, any user that leaves a comment on your blog can edit their comments.</td>\n</tr>\n<tr>\n<td valign=\"top\">31:46</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.mapelli.info/feed/feed-count-11\" class=\"extlink\">Feed Count</a></strong> provides an alternative to <a href=\"http://www.feedburner.com\" class=\"extlink\">FeedBurner</a>&#8217;s subscribers count chicklet. Users can customize the CSS style, refresh time, and link. Feed Count also uses before and after tags and integrates with the WordPress admin panel.</td>\n</tr>\n<tr>\n<td valign=\"top\">32:58</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.thumbria.com/feed-master/\" class=\"extlink\">Feed Master</a></strong> is a beta-release plugin that allows blog owners to count the number of subscribers to their blog’s feed. Feed Master offers greater personalization of your feed, improved plugin interface, more specific statistics, ability to create feed networks, information about subscribers, and automatically creates a robot.txt file.</td>\n</tr>\n</table>\";s:7:\"pubdate\";s:31:\"Sun, 08 Jul 2007 07:38:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Charles Stricklin\";}s:7:\"summary\";s:4770:\"<table border=\"0\" cellpadding=\"4\" cellspacing=\"4\" width=\"100%\">\n<tr>\n<td valign=\"top\">01:51</td>\n<td valign=\"top\">News: <strong>WordPress 2.2.1 is a security fix</strong><br />\nWordPress 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. Here are some highlights.</p>\n<ul>\n<li> Atom feed validation fixes</li>\n<li>XML-RPC fixes</li>\n<li>Widget backward compatibility fixes</li>\n<li>Widget layout fixes for IE7</li>\n<li>Page and Text Widget improvements</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\" class=\"extlink\">Remote shell injection in PHPMailer</a></li>\n<li><a href=\"http://www.milw0rm.com/exploits/4039\" class=\"extlink\">Remote SQL injection in XML-RPC</a></li>\n<li><a href=\"http://archives.neohapsis.com/archives/fulldisclosure/2007-06/0180.html\" class=\"extlink\">Unescaped attribute in default theme</a></li>\n</ul>\n<p>Matt Mullenweg <a href=\"http://photomatt.net/2007/06/22/on-wp-security/\" class=\"extlink\">answered some criticism</a> about the security fixes and the version updates.</td>\n</tr>\n<tr>\n<td valign=\"top\">11:26</td>\n<td valign=\"top\">News: <strong>WordCamp Registration Opened and Speakers Announced</strong><br />\nRegistration for <a href=\"http://2007.wordcamp.org/\" class=\"extlink\">WordCamp 2007 San Francisco</a> was opened up and it&#8217;ll cost you $25 this year, but that&#8217;ll get you a WordCamp t-shirt and lunch both days. Registration closes Monday, July 9th, so you&#8217;d better sign up now if you&#8217;re going.The program is divided into two parts this year. Saturday is focused on general WordPress usage while Sunday is focused on more advanced topics.</td>\n</tr>\n<tr>\n<td valign=\"top\">20:56</td>\n<td valign=\"top\">News: <strong>In San Francisco Friday? Want to come to a WordPress Podcast Meetup?</strong><br />\nAaron and I are kicking around the idea of hosting a meetup in the San Francisco area Friday afternoon prior to WordCamp. If you&#8217;re in town then, would you be interested in meeting up?</td>\n</tr>\n<tr>\n<td valign=\"top\">22:55</td>\n<td valign=\"“top”\">Plug-in: <strong><a href=\"http://planetozh.com/blog/my-projects/plugin-to-correctly-spell-wordpress-not-word-press/\" class=\"extlink\">Spell WordPress</a></strong> is for those who are fastidious about making sure the trademark name is always spelled correctly. (This plugin is based on a <a href=\"http://charlesstricklin.com/2007/06/15/get-it-right/\" class=\"extlink\">rant from my personal blog</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">25:42</td>\n<td valign=\"“top”\">Plug-in: <strong><a href=\"http://www.utheguru.com/seo_wordpress-wordpress-seo-plugin\" class=\"extlink\">SEO WordPress</a></strong> reduces duplicate content on your blog. The plugin essentially &#8216;herds&#8217; googlebot and other spiders to the content you want indexed. The result? A much more search engine friendly blog and better indexing.</td>\n</tr>\n<tr>\n<td valign=\"top\">29:02</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.raproject.com/wordpress/plugins/wp-ajax-edit-comments/\" class=\"extlink\">AJAX Edit Comments 1.1</a></strong> allows admin and users to edit comments from a post. Users see a countdown timer when editing a comment. Admin can now also edit, delete, and mark as spam from a post without having to go to the admin panel. In other words, any user that leaves a comment on your blog can edit their comments.</td>\n</tr>\n<tr>\n<td valign=\"top\">31:46</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.mapelli.info/feed/feed-count-11\" class=\"extlink\">Feed Count</a></strong> provides an alternative to <a href=\"http://www.feedburner.com\" class=\"extlink\">FeedBurner</a>&#8217;s subscribers count chicklet. Users can customize the CSS style, refresh time, and link. Feed Count also uses before and after tags and integrates with the WordPress admin panel.</td>\n</tr>\n<tr>\n<td valign=\"top\">32:58</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.thumbria.com/feed-master/\" class=\"extlink\">Feed Master</a></strong> is a beta-release plugin that allows blog owners to count the number of subscribers to their blog’s feed. Feed Master offers greater personalization of your feed, improved plugin interface, more specific statistics, ability to create feed networks, information about subscribers, and automatically creates a robot.txt file.</td>\n</tr>\n</table>\";}i:22;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Plugin Releases for 7/8\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/08/wordpress-plugin-releases-for-78/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/08/wordpress-plugin-releases-for-78/\";s:11:\"description\";s:1165:\"<p><a href=\"http://wp-plugins.net/plugin/aggr/#plugin_2627\">aggr</a> allows you to place the contents of an RSS feed into your pages or posts. It is a deeply modified version of the Aggregate plugin of Rob Miller.</p>\n<p><a href=\"http://wp-plugins.net/plugin/ImageControSize/#plugin_2626\">Image Control Size</a> lets you have more control over your thumbnails.</p>\n<p><a href=\"http://wp-plugins.net/plugin/lepcount/#plugin_2628\">Leprakhauns Word Count</a> gives you an estimated number of words based on the tiny_MCE in Wordpress. You do not need to post anything for the count to show up, it does it in real time using Javascript.</p>\n<p><a href=\"http://wp-plugins.net/plugin/pluginst/#plugin_2440\">Pluginstaller</a> is a plugin-management plugin that eliminates the need to download a plugin archive, upload it to your FTP server and unpack it manually.</p>\n<p><a href=\"http://wp-plugins.net/plugin/wp-downloadcounter/#plugin_2624\">WordPress Download Counter</a> keeps track of the amount of downloads for specific files. It will also store the last time the file was downloaded. You can use tags to add the download url or download count to any page or post.</p>\";s:7:\"pubdate\";s:31:\"Sun, 08 Jul 2007 04:45:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1165:\"<p><a href=\"http://wp-plugins.net/plugin/aggr/#plugin_2627\">aggr</a> allows you to place the contents of an RSS feed into your pages or posts. It is a deeply modified version of the Aggregate plugin of Rob Miller.</p>\n<p><a href=\"http://wp-plugins.net/plugin/ImageControSize/#plugin_2626\">Image Control Size</a> lets you have more control over your thumbnails.</p>\n<p><a href=\"http://wp-plugins.net/plugin/lepcount/#plugin_2628\">Leprakhauns Word Count</a> gives you an estimated number of words based on the tiny_MCE in Wordpress. You do not need to post anything for the count to show up, it does it in real time using Javascript.</p>\n<p><a href=\"http://wp-plugins.net/plugin/pluginst/#plugin_2440\">Pluginstaller</a> is a plugin-management plugin that eliminates the need to download a plugin archive, upload it to your FTP server and unpack it manually.</p>\n<p><a href=\"http://wp-plugins.net/plugin/wp-downloadcounter/#plugin_2624\">WordPress Download Counter</a> keeps track of the amount of downloads for specific files. It will also store the last time the file was downloaded. You can use tags to add the download url or download count to any page or post.</p>\";}i:23;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 7/8\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/08/wordpress-theme-releases-for-78/\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/08/wordpress-theme-releases-for-78/\";s:11:\"description\";s:2221:\"<p><a href=\"http://www.linkrain.com/articles/acid-green-pro-free-wordpress-theme/\">Acid Green</a> is a 3-column, widget-ready theme featuring green, white, and grey colors.</p>\n<p><a href=\"http://www.mozspot.com/2007/07/06/wordpress-theme-bblack\">BBlack</a> is a 2-column, widget-ready, black theme with right-side sidebar.</p>\n<p><a href=\"http://blogcut.com/2007/07/05/gazeb-website-template-and-wordpress-theme/\">Gazeb</a> is a 2-column, dark theme based on a website template.</p>\n<p><a href=\"http://www.wpdesigner.com/2007/07/05/lust-wordpress-theme/\">Lust</a> is a very attractive 2-column, widget-ready theme.</p>\n<p><a href=\"http://www.h4x3d.com/themes/moon/\">Moon</a> is a 3-column, widget-ready theme with a prominent moon header image and features mootools.</p>\n<p><a href=\"http://www.h4x3d.com/themes/sign/\">Sign</a> is a 2-column, cityscape theme with two different cityscape options for a backdrop.</p>\n<p><a href=\"http://www.romow.com/blog/free-wordpress-theme-blackredone/\">BlackRedone</a> is a 2-column, widget-ready theme suitable for professional sites.  Also check out <a href=\"http://www.romow.com/blog/free-wordpress-template-sleekbluey/\">SleekBluey</a> and <a href=\"http://www.romow.com/blog/free-wordpress-template-roundedorange/\">RoundedOrange</a> by the same designer.  (Contains sponsored links.)</p>\n<p><a href=\"http://themey.com/coffee-wordpress-theme/\">Coffee</a> is a 2-column theme perfect for those who just have to have their morning cuppajoe.  (Contains sponsored links.)</p>\n<p><a href=\"http://blogem-up.com/blog/gamers-target-10-free-wordpress-theme.htm\">Gamers Target</a> is a 2-column, widget-ready theme designed with the gaming blogger in mind.  (Contains sponsored links.)</p>\n<p><a href=\"http://biboz.net/hello-kitty/\">Hello Kitty</a> is a 2-column, pink theme based on its namesake.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4274/spotless-dot/\">Spotless Dot</a> is a 2-column, minimalistic theme that provides support for several plugins.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.freestylez.co.uk/summers-day-theme/\">Summers Day</a> is a 2-column theme featuring striking colors.  (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Sun, 08 Jul 2007 04:45:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2221:\"<p><a href=\"http://www.linkrain.com/articles/acid-green-pro-free-wordpress-theme/\">Acid Green</a> is a 3-column, widget-ready theme featuring green, white, and grey colors.</p>\n<p><a href=\"http://www.mozspot.com/2007/07/06/wordpress-theme-bblack\">BBlack</a> is a 2-column, widget-ready, black theme with right-side sidebar.</p>\n<p><a href=\"http://blogcut.com/2007/07/05/gazeb-website-template-and-wordpress-theme/\">Gazeb</a> is a 2-column, dark theme based on a website template.</p>\n<p><a href=\"http://www.wpdesigner.com/2007/07/05/lust-wordpress-theme/\">Lust</a> is a very attractive 2-column, widget-ready theme.</p>\n<p><a href=\"http://www.h4x3d.com/themes/moon/\">Moon</a> is a 3-column, widget-ready theme with a prominent moon header image and features mootools.</p>\n<p><a href=\"http://www.h4x3d.com/themes/sign/\">Sign</a> is a 2-column, cityscape theme with two different cityscape options for a backdrop.</p>\n<p><a href=\"http://www.romow.com/blog/free-wordpress-theme-blackredone/\">BlackRedone</a> is a 2-column, widget-ready theme suitable for professional sites.  Also check out <a href=\"http://www.romow.com/blog/free-wordpress-template-sleekbluey/\">SleekBluey</a> and <a href=\"http://www.romow.com/blog/free-wordpress-template-roundedorange/\">RoundedOrange</a> by the same designer.  (Contains sponsored links.)</p>\n<p><a href=\"http://themey.com/coffee-wordpress-theme/\">Coffee</a> is a 2-column theme perfect for those who just have to have their morning cuppajoe.  (Contains sponsored links.)</p>\n<p><a href=\"http://blogem-up.com/blog/gamers-target-10-free-wordpress-theme.htm\">Gamers Target</a> is a 2-column, widget-ready theme designed with the gaming blogger in mind.  (Contains sponsored links.)</p>\n<p><a href=\"http://biboz.net/hello-kitty/\">Hello Kitty</a> is a 2-column, pink theme based on its namesake.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4274/spotless-dot/\">Spotless Dot</a> is a 2-column, minimalistic theme that provides support for several plugins.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.freestylez.co.uk/summers-day-theme/\">Summers Day</a> is a 2-column theme featuring striking colors.  (Contains sponsored links.)</p>\";}i:24;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress iPhone Theme and Plugin\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/06/wordpress-iphone-theme-and-plugin/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/06/wordpress-iphone-theme-and-plugin/\";s:11:\"description\";s:766:\"<p><a href=\"http://iwphone.contentrobot.com/\">iWPhone WordPress Plugin and Theme by ContentRobot</a>:</p>\n<blockquote><p>The iWPhone WordPress Plugin and Theme automatically reformats your blog’s content for optimized viewing on Apple’s iPhone. It detects the iPhone’s User Agent and serves up the content with the special theme only to iPhone visitors, all other browsers will view your WordPress blog with your current theme.</p></blockquote>\n<p>Delish! A classmate of mine is an AT&amp;T regional manager and has an iPhone. I will be checking out WeblogToolsCollection.com in &lt;sarcasm&gt;glorious EDGE speeds&lt;/sarcasm&gt; tomorrow! <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";s:7:\"pubdate\";s:31:\"Sat, 07 Jul 2007 02:15:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:766:\"<p><a href=\"http://iwphone.contentrobot.com/\">iWPhone WordPress Plugin and Theme by ContentRobot</a>:</p>\n<blockquote><p>The iWPhone WordPress Plugin and Theme automatically reformats your blog’s content for optimized viewing on Apple’s iPhone. It detects the iPhone’s User Agent and serves up the content with the special theme only to iPhone visitors, all other browsers will view your WordPress blog with your current theme.</p></blockquote>\n<p>Delish! A classmate of mine is an AT&amp;T regional manager and has an iPhone. I will be checking out WeblogToolsCollection.com in &lt;sarcasm&gt;glorious EDGE speeds&lt;/sarcasm&gt; tomorrow! <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";}i:25;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: Adsense with Rounded Corners\";s:4:\"guid\";s:82:\"http://weblogtoolscollection.com/archives/2007/07/06/adsense-with-rounded-corners/\";s:4:\"link\";s:82:\"http://weblogtoolscollection.com/archives/2007/07/06/adsense-with-rounded-corners/\";s:11:\"description\";s:666:\"<p><a href=\"http://www.quickonlinetips.com/archives/2007/06/google-adsense-ad-border-with-rounded-corners/\">Google Adsense Ad Border with Rounded Corners</a>: Apparently I was snoozing when this feature was released by Google but now you can have rounded corners on your Google AdSense ads. This could be a good way to increase your CTR, especially on blogs with AdSense blindness. I can see people coming up with very creative variations of the borders and colors to attract more attention to AdSense ads. I first noticed it on Google Blogoscoped while reading their article on <a href=\"http://blogoscoped.com/archive/2007-06-29-n50.html\">AdSense Referrals</a>.</p>\";s:7:\"pubdate\";s:31:\"Fri, 06 Jul 2007 17:00:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:666:\"<p><a href=\"http://www.quickonlinetips.com/archives/2007/06/google-adsense-ad-border-with-rounded-corners/\">Google Adsense Ad Border with Rounded Corners</a>: Apparently I was snoozing when this feature was released by Google but now you can have rounded corners on your Google AdSense ads. This could be a good way to increase your CTR, especially on blogs with AdSense blindness. I can see people coming up with very creative variations of the borders and colors to attract more attention to AdSense ads. I first noticed it on Google Blogoscoped while reading their article on <a href=\"http://blogoscoped.com/archive/2007-06-29-n50.html\">AdSense Referrals</a>.</p>\";}i:26;a:7:{s:5:\"title\";s:61:\"Lorelle on WP: Registration for WordCamp 2007 Closes July 9th\";s:4:\"guid\";s:87:\"http://lorelle.wordpress.com/2007/07/05/registration-for-wordcamp-2007-closes-july-9th/\";s:4:\"link\";s:87:\"http://lorelle.wordpress.com/2007/07/05/registration-for-wordcamp-2007-closes-july-9th/\";s:11:\"description\";s:5024:\"<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>I just saw an announcement on the front page of the <a href=\"http://wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> site that registration for <a href=\"http://2007.wordcamp.org/\" title=\"WordCamp\" rel=\"tag\">WordCamp 2007</a> closes July 9th.</p>\n<p>To ensure a place at the WordCamp conference, <a href=\"http://2007.wordcamp.org/register/\" title=\"WordCamp registration\">register immediately</a>. The price for the two day conference, July 21-22 in San Francisco, is $25 USD paid via PayPal. When was the last time you attended anything for that kind of price? Especially a two day event!</p>\n<p>The <a href=\"http://2007.wordcamp.org/schedule/\" title=\"WordCamp Schedule\">WordCamp Schedule</a> is jammed with the best of the best in blogging and WordPress, so get your ticket now before it&#8217;s too late.</p>\n<h4>Related Articles</h4>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/20/wordcamp-2007-registration-and-schedule/\" title=\"WordCamp 2007 Registration and Schedule\">WordCamp 2007 Registration and Schedule</a></li>\n<li><a href=\"http://www.blogherald.com/2007/07/04/wordpress-wednesday-news-wordcamp-filling-up-fast-wordpress-221-mandatory-upgrade-hot-wordpress-themes-and-plugins-wordpress-security-and-wordpress-nerds-blog-naked/\" title=\"WordCamp Filling Up Fast, WordPress 2.2.1 Mandatory Upgrade, Hot WordPress Themes and Plugins, WordPress Security, and WordPress Nerds Blog Naked\">WordPress Wednesday News: WordCamp Filling Up Fast, WordPress 2.2.1 Mandatory Upgrade, Hot WordPress Themes and Plugins, WordPress Security, and WordPress Nerds Blog Naked</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/29/weekly-digest-interviews-guest-blogging-kind-words-and-wordcamp/\" title=\"Interviews, Guest Blogging, Kind Words, and WordCamp\">Weekly Digest: Interviews, Guest Blogging, Kind Words, and WordCamp</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/22/weekly-digest-problogger-guest-blogging-speaking-at-wordcamp-blogathon-parties-and-blogging-tips/\" title=\"Problogger Guest Blogging, Speaking at WordCamp, Blogathon, Parties, and Blogging Tips\">Weekly Digest: Problogger Guest Blogging, Speaking at WordCamp, Blogathon, Parties, and Blogging Tips</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/01/12/got-a-wordpress-event-or-group/\" title=\"Got a WordPress Event or Group?\">Got a WordPress Event or Group?</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/08/09/all-the-news-that-was-from-wordcamp-2006/\" title=\"All The News That Was from WordCamp 2006\">All The News That Was from WordCamp 2006</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/07/27/whats-new-with-wordpress-news-and-wordcamp-wordpress-conference/\" title=\"What’s New With WordPress News and WordCamp WordPress Conference\">What’s New With WordPress News and WordCamp WordPress Conference</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp\" rel=\"tag\">wordcamp</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+wordcamp\" rel=\"tag\">wordpress 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+events\" rel=\"tag\">wordpress events</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";s:7:\"pubdate\";s:31:\"Thu, 05 Jul 2007 17:18:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:5024:\"<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>I just saw an announcement on the front page of the <a href=\"http://wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> site that registration for <a href=\"http://2007.wordcamp.org/\" title=\"WordCamp\" rel=\"tag\">WordCamp 2007</a> closes July 9th.</p>\n<p>To ensure a place at the WordCamp conference, <a href=\"http://2007.wordcamp.org/register/\" title=\"WordCamp registration\">register immediately</a>. The price for the two day conference, July 21-22 in San Francisco, is $25 USD paid via PayPal. When was the last time you attended anything for that kind of price? Especially a two day event!</p>\n<p>The <a href=\"http://2007.wordcamp.org/schedule/\" title=\"WordCamp Schedule\">WordCamp Schedule</a> is jammed with the best of the best in blogging and WordPress, so get your ticket now before it&#8217;s too late.</p>\n<h4>Related Articles</h4>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/20/wordcamp-2007-registration-and-schedule/\" title=\"WordCamp 2007 Registration and Schedule\">WordCamp 2007 Registration and Schedule</a></li>\n<li><a href=\"http://www.blogherald.com/2007/07/04/wordpress-wednesday-news-wordcamp-filling-up-fast-wordpress-221-mandatory-upgrade-hot-wordpress-themes-and-plugins-wordpress-security-and-wordpress-nerds-blog-naked/\" title=\"WordCamp Filling Up Fast, WordPress 2.2.1 Mandatory Upgrade, Hot WordPress Themes and Plugins, WordPress Security, and WordPress Nerds Blog Naked\">WordPress Wednesday News: WordCamp Filling Up Fast, WordPress 2.2.1 Mandatory Upgrade, Hot WordPress Themes and Plugins, WordPress Security, and WordPress Nerds Blog Naked</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/29/weekly-digest-interviews-guest-blogging-kind-words-and-wordcamp/\" title=\"Interviews, Guest Blogging, Kind Words, and WordCamp\">Weekly Digest: Interviews, Guest Blogging, Kind Words, and WordCamp</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/22/weekly-digest-problogger-guest-blogging-speaking-at-wordcamp-blogathon-parties-and-blogging-tips/\" title=\"Problogger Guest Blogging, Speaking at WordCamp, Blogathon, Parties, and Blogging Tips\">Weekly Digest: Problogger Guest Blogging, Speaking at WordCamp, Blogathon, Parties, and Blogging Tips</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/01/12/got-a-wordpress-event-or-group/\" title=\"Got a WordPress Event or Group?\">Got a WordPress Event or Group?</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/08/09/all-the-news-that-was-from-wordcamp-2006/\" title=\"All The News That Was from WordCamp 2006\">All The News That Was from WordCamp 2006</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/07/27/whats-new-with-wordpress-news-and-wordcamp-wordpress-conference/\" title=\"What’s New With WordPress News and WordCamp WordPress Conference\">What’s New With WordPress News and WordCamp WordPress Conference</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp\" rel=\"tag\">wordcamp</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+wordcamp\" rel=\"tag\">wordpress 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+events\" rel=\"tag\">wordpress events</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";}i:27;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: ChipIn: Funds for a reason\";s:4:\"guid\";s:79:\"http://weblogtoolscollection.com/archives/2007/07/05/chipin-funds-for-a-reason/\";s:4:\"link\";s:79:\"http://weblogtoolscollection.com/archives/2007/07/05/chipin-funds-for-a-reason/\";s:11:\"description\";s:1142:\"<p><a href=\"http://www.chipin.com/\">ChipIn</a> is an online tool to collect money from your blog or website and they have widgets that you can embed in your sidebar. It is a good way to keep track of your donations and an eye catching way of keeping track of your fund raising project. I personally like the backend interface and widget loads fast and you can <a href=\"http://www.chipin.com/mywidgets/id/606de40179ffe973\">choose many different applications</a> to display the widget on including hosted Wordpress blogs. At this time ChipIn does not charge any money to use their widget and the only fees you have to pay is for the PayPal transfer. This could be really useful to churches and other non-profit groups that regularly require donations for projects. ChipIn caught my eye when I was browsing a Church&#8217;s blog and they were collecting money for a new air-conditioner. I might set one up for the <a href=\"http://weblogtoolscollection.com/pluginblog/\">Wordpress Plugin Competition</a>.</p>\n<p>Know of anyone that could use ChipIn? If you do end up setting up a fund raiser for something using ChipIn, please leave a comment.</p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Jul 2007 16:15:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1142:\"<p><a href=\"http://www.chipin.com/\">ChipIn</a> is an online tool to collect money from your blog or website and they have widgets that you can embed in your sidebar. It is a good way to keep track of your donations and an eye catching way of keeping track of your fund raising project. I personally like the backend interface and widget loads fast and you can <a href=\"http://www.chipin.com/mywidgets/id/606de40179ffe973\">choose many different applications</a> to display the widget on including hosted Wordpress blogs. At this time ChipIn does not charge any money to use their widget and the only fees you have to pay is for the PayPal transfer. This could be really useful to churches and other non-profit groups that regularly require donations for projects. ChipIn caught my eye when I was browsing a Church&#8217;s blog and they were collecting money for a new air-conditioner. I might set one up for the <a href=\"http://weblogtoolscollection.com/pluginblog/\">Wordpress Plugin Competition</a>.</p>\n<p>Know of anyone that could use ChipIn? If you do end up setting up a fund raiser for something using ChipIn, please leave a comment.</p>\";}i:28;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 7/5\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/05/wordpress-theme-releases-for-75/\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/05/wordpress-theme-releases-for-75/\";s:11:\"description\";s:1417:\"<p><a href=\"http://www.linkrain.com/articles/rctic-business-free-wordpress-theme/\">@arctic business</a> is a 3-column, widget-ready theme with left and right sidebars.  </p>\n<p><a href=\"http://www.h4x3d.com/themes/fresh-apple/\">Fresh Apple</a> is a 3-column, adsense-ready theme with white and green colors.</p>\n<p><a href=\"http://corymiller.com/free-wordpress-theme/rockinchrome-is-here-my-dark-three-column-free-theme-released/\">Rockin&#8217; Chrome</a> is a 3-column, widget-ready theme with black, grey, and red colors.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/07/04/tech-9/\">Tech9</a> is a 4-column theme that supports recent comments and posts, del.icio.us, and flickr.</p>\n<p><a href=\"http://www.briangardner.com/themes/vertigo-blue-wordpress-theme.htm\">VertigoBlue</a> is a 2- or 3-column, widget-ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4232/emporium-grass/\">Emporium Grass</a> is a 3-column, widget-ready theme with a custom grassy header.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.romow.com/blog/free-wordpress-theme-pinkangel/\">Pink Angel</a> is a 2-column, pink-and-black theme.  Also check out <a href=\"http://www.romow.com/blog/free-wordpress-theme-blackpink/\">BlackPink</a> and <a href=\"http://www.romow.com/blog/3-column-wordpress-theme-yellowflowers/\">YellowFlowers</a> by the same designer.  (All three themes contain sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Jul 2007 05:00:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1417:\"<p><a href=\"http://www.linkrain.com/articles/rctic-business-free-wordpress-theme/\">@arctic business</a> is a 3-column, widget-ready theme with left and right sidebars.  </p>\n<p><a href=\"http://www.h4x3d.com/themes/fresh-apple/\">Fresh Apple</a> is a 3-column, adsense-ready theme with white and green colors.</p>\n<p><a href=\"http://corymiller.com/free-wordpress-theme/rockinchrome-is-here-my-dark-three-column-free-theme-released/\">Rockin&#8217; Chrome</a> is a 3-column, widget-ready theme with black, grey, and red colors.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/07/04/tech-9/\">Tech9</a> is a 4-column theme that supports recent comments and posts, del.icio.us, and flickr.</p>\n<p><a href=\"http://www.briangardner.com/themes/vertigo-blue-wordpress-theme.htm\">VertigoBlue</a> is a 2- or 3-column, widget-ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4232/emporium-grass/\">Emporium Grass</a> is a 3-column, widget-ready theme with a custom grassy header.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.romow.com/blog/free-wordpress-theme-pinkangel/\">Pink Angel</a> is a 2-column, pink-and-black theme.  Also check out <a href=\"http://www.romow.com/blog/free-wordpress-theme-blackpink/\">BlackPink</a> and <a href=\"http://www.romow.com/blog/3-column-wordpress-theme-yellowflowers/\">YellowFlowers</a> by the same designer.  (All three themes contain sponsored links.)</p>\";}i:29;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Plugin Releases for 7/5\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/05/wordpress-plugin-releases-for-75/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/05/wordpress-plugin-releases-for-75/\";s:11:\"description\";s:1595:\"<p><a href=\"http://www.cre8d-design.com/blog/2007/07/04/wordpress-plugin-login-logger/\">Login Logger</a> keeps track of recent logins to Wordpress for all users, as well as all failed logins. It records username, time, IP address and how long since each login attempt as well as time since last active for each user.</p>\n<p><a href=\"http://geekyweekly.com/mycategoryorder/\">My Category Order</a> gives you manual control over the order of your Wordpress post categories by letting you set an explicit order.</p>\n<p><a href=\"http://geekyweekly.com/mylinkorder/\">My Link Order</a> gives you manual control over the order of your Wordpress link categories and links by letting you set an arbitrary order.</p>\n<p><a href=\"http://geekyweekly.com/mypageorder/\">My Page Order</a> gives you manual control over the order of your Wordpress pages and subpages by letting you easily set an explicit order. </p>\n<p><a href=\"http://wp-plugins.net/plugin/profile-link/#plugin_1540\">Post Author Profile</a> adds a link under the post author&#8217;s name to his profile page (his/her website URL, all posts written by him/her and so on).</p>\n<p><a href=\"http://wp-plugins.net/plugin/textimage/#plugin_2442\">Text Image</a> displays your post text as a PNG image instead of sending it to the browser as normal HTML. You can specify the text color, background color, font, font size, and image width you want to use.</p>\n<p><a href=\"http://helvensteijn.com/blog/2007/07/03/wp-list-files/\">WP List Files</a> is a simple WordPress plugin that can insert a list with links to all the files in the given directory.</p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Jul 2007 05:00:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1595:\"<p><a href=\"http://www.cre8d-design.com/blog/2007/07/04/wordpress-plugin-login-logger/\">Login Logger</a> keeps track of recent logins to Wordpress for all users, as well as all failed logins. It records username, time, IP address and how long since each login attempt as well as time since last active for each user.</p>\n<p><a href=\"http://geekyweekly.com/mycategoryorder/\">My Category Order</a> gives you manual control over the order of your Wordpress post categories by letting you set an explicit order.</p>\n<p><a href=\"http://geekyweekly.com/mylinkorder/\">My Link Order</a> gives you manual control over the order of your Wordpress link categories and links by letting you set an arbitrary order.</p>\n<p><a href=\"http://geekyweekly.com/mypageorder/\">My Page Order</a> gives you manual control over the order of your Wordpress pages and subpages by letting you easily set an explicit order. </p>\n<p><a href=\"http://wp-plugins.net/plugin/profile-link/#plugin_1540\">Post Author Profile</a> adds a link under the post author&#8217;s name to his profile page (his/her website URL, all posts written by him/her and so on).</p>\n<p><a href=\"http://wp-plugins.net/plugin/textimage/#plugin_2442\">Text Image</a> displays your post text as a PNG image instead of sending it to the browser as normal HTML. You can specify the text color, background color, font, font size, and image width you want to use.</p>\n<p><a href=\"http://helvensteijn.com/blog/2007/07/03/wp-list-files/\">WP List Files</a> is a simple WordPress plugin that can insert a list with links to all the files in the given directory.</p>\";}i:30;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Plugin Releases for 7/4\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/04/wordpress-plugin-releases-for-74/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/04/wordpress-plugin-releases-for-74/\";s:11:\"description\";s:2390:\"<p><a href=\"http://swanderer.ws/index.php/wordpress-plugins/plugin-comment-fields-js-validation/\">Comment Fields JS Validation</a> validates the comment form required fields using JavaScript. </p>\n<p><a href=\"http://wp-plugins.net/plugin/customadmincss/#plugin_2622\">Custom Admin CSS</a> hides modules in admin-edit area. Configure a simple css and have more space in the edit-area.</p>\n<p><a href=\"http://wp-plugins.net/plugin/sagtus_engelleme/#plugin_1035\">Disable Right-click</a> disables right-clicks on your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/metin_secme_engelleme/#plugin_1034\">Disable Select-text</a> removes the ability for readers to highlight and copy text from your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/dmry-menu/#plugin_702\">Navigation Menu</a> is a dynamic tree menu navigation that function in a similar fashion to wp_list_page().</p>\n<p><a href=\"http://wp-plugins.net/plugin/sayfa_sayac/#plugin_2035\">Page Read Counter</a> will count the number of posts on your blog, how many times each has been read, and how many people are currently reading a given entry.</p>\n<p><a href=\"http://wp-plugins.net/plugin/phpbb_son_basliklar/#plugin_1023\">phpBB Last Topics</a> displays recent phpBB topics on your WordPress installation.</p>\n<p><a href=\"http://www.postreach.com/static/clickcomments\">Postreach ClickComments</a> is a WordPress plugin that allows your readers to comments by just clicking and without providing email addresses.</p>\n<p><a href=\"http://theicono.com/2007/07/03/wp-plugin-resize-and-save/\">Resize and Save</a> lets you attach a thumbnail image to a post that will become full-size when the post is clicked on to get the full story.</p>\n<p><a href=\"http://tantannoodles.com/toolkit/spam-filter/\">Simple Spam Filter</a> filters out the most obvious comment spam (about 90% of all spam), which allows you to more easily manage your spam queue.</p>\n<p><a href=\"http://planetozh.com/blog/2007/07/introducing-the-ultimate-ad-management-plugin/\">Ultimate Ad Management Plugin</a> lets you insert ads into your blog more easily, as well as giving you more power over the display rules, visual interface, rules wizard, adsense and YPN compliancy, and admin click safety.</p>\n<p><a href=\"http://www.dmry.net/wordpress-comment-url-validation-10\">WordPress Comment URL Validation</a> checks the website addresses of commenters for validity.</p>\";s:7:\"pubdate\";s:31:\"Wed, 04 Jul 2007 04:45:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2390:\"<p><a href=\"http://swanderer.ws/index.php/wordpress-plugins/plugin-comment-fields-js-validation/\">Comment Fields JS Validation</a> validates the comment form required fields using JavaScript. </p>\n<p><a href=\"http://wp-plugins.net/plugin/customadmincss/#plugin_2622\">Custom Admin CSS</a> hides modules in admin-edit area. Configure a simple css and have more space in the edit-area.</p>\n<p><a href=\"http://wp-plugins.net/plugin/sagtus_engelleme/#plugin_1035\">Disable Right-click</a> disables right-clicks on your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/metin_secme_engelleme/#plugin_1034\">Disable Select-text</a> removes the ability for readers to highlight and copy text from your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/dmry-menu/#plugin_702\">Navigation Menu</a> is a dynamic tree menu navigation that function in a similar fashion to wp_list_page().</p>\n<p><a href=\"http://wp-plugins.net/plugin/sayfa_sayac/#plugin_2035\">Page Read Counter</a> will count the number of posts on your blog, how many times each has been read, and how many people are currently reading a given entry.</p>\n<p><a href=\"http://wp-plugins.net/plugin/phpbb_son_basliklar/#plugin_1023\">phpBB Last Topics</a> displays recent phpBB topics on your WordPress installation.</p>\n<p><a href=\"http://www.postreach.com/static/clickcomments\">Postreach ClickComments</a> is a WordPress plugin that allows your readers to comments by just clicking and without providing email addresses.</p>\n<p><a href=\"http://theicono.com/2007/07/03/wp-plugin-resize-and-save/\">Resize and Save</a> lets you attach a thumbnail image to a post that will become full-size when the post is clicked on to get the full story.</p>\n<p><a href=\"http://tantannoodles.com/toolkit/spam-filter/\">Simple Spam Filter</a> filters out the most obvious comment spam (about 90% of all spam), which allows you to more easily manage your spam queue.</p>\n<p><a href=\"http://planetozh.com/blog/2007/07/introducing-the-ultimate-ad-management-plugin/\">Ultimate Ad Management Plugin</a> lets you insert ads into your blog more easily, as well as giving you more power over the display rules, visual interface, rules wizard, adsense and YPN compliancy, and admin click safety.</p>\n<p><a href=\"http://www.dmry.net/wordpress-comment-url-validation-10\">WordPress Comment URL Validation</a> checks the website addresses of commenters for validity.</p>\";}i:31;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 7/4\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/04/wordpress-theme-releases-for-74/\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/04/wordpress-theme-releases-for-74/\";s:11:\"description\";s:1507:\"<p><a href=\"http://blog.nicolargo.com/largo-un-theme-pour-wordpress/\">Largo</a> is a 2-column theme with a unique header structure.  (Page written in French.)</p>\n<p><a href=\"http://www.h4x3d.com/themes/glass/\">Glass</a> is a 2-column, widget-ready theme that lets you put a Google adsense bar inside the glass itself.</p>\n<p><a href=\"http://www.h4x3d.com/themes/mandarin/\">Mandarin</a> is a 2-column, widget-ready theme with a citrus-y look and a variety of unique features.</p>\n<p><a href=\"http://www.dirjournal.com/wp-themes/mindless-spot-free-wp-theme/\">Mindless Spot</a> is a 2-column theme dressed in blue colors.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4206/modernpaper-10/\">Modern Paper</a> is a 3-column, widget-ready, minimalist theme with both sidebar columns situated to the right side.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4204/stickybud-10/\">Stickybud</a> is an attractive 2-column theme with a custom header image that shows recent comments and posts.</p>\n<p><a href=\"http://blogcut.com/2007/07/02/velice-website-template-and-wordpress-theme/\">Velice</a> is a 2-column, professional theme with a white sidebar and grey-patterned content area.</p>\n<p><a href=\"http://themey.com/frog-wordpress-theme/\">Frog</a> is a 2-column theme with a frog image in the lower, right corner.  Also check out <a href=\"http://themey.com/darts-wordpress-theme/\">Darts</a>, a 2-column, yellow theme by the same designer.  (Both themes contain sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Wed, 04 Jul 2007 04:45:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1507:\"<p><a href=\"http://blog.nicolargo.com/largo-un-theme-pour-wordpress/\">Largo</a> is a 2-column theme with a unique header structure.  (Page written in French.)</p>\n<p><a href=\"http://www.h4x3d.com/themes/glass/\">Glass</a> is a 2-column, widget-ready theme that lets you put a Google adsense bar inside the glass itself.</p>\n<p><a href=\"http://www.h4x3d.com/themes/mandarin/\">Mandarin</a> is a 2-column, widget-ready theme with a citrus-y look and a variety of unique features.</p>\n<p><a href=\"http://www.dirjournal.com/wp-themes/mindless-spot-free-wp-theme/\">Mindless Spot</a> is a 2-column theme dressed in blue colors.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4206/modernpaper-10/\">Modern Paper</a> is a 3-column, widget-ready, minimalist theme with both sidebar columns situated to the right side.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4204/stickybud-10/\">Stickybud</a> is an attractive 2-column theme with a custom header image that shows recent comments and posts.</p>\n<p><a href=\"http://blogcut.com/2007/07/02/velice-website-template-and-wordpress-theme/\">Velice</a> is a 2-column, professional theme with a white sidebar and grey-patterned content area.</p>\n<p><a href=\"http://themey.com/frog-wordpress-theme/\">Frog</a> is a 2-column theme with a frog image in the lower, right corner.  Also check out <a href=\"http://themey.com/darts-wordpress-theme/\">Darts</a>, a 2-column, yellow theme by the same designer.  (Both themes contain sponsored links.)</p>\";}i:32;a:7:{s:5:\"title\";s:12:\"Matt: Norati\";s:4:\"guid\";s:39:\"http://photomatt.net/2007/07/03/norati/\";s:4:\"link\";s:39:\"http://photomatt.net/2007/07/03/norati/\";s:11:\"description\";s:252:\"<p><a href=\"http://technorati.com/weblog/2007/07/362.html\">Tantek Çelik is leaving Technorati</a>, no word on <a href=\"http://tantek.com/\">his blog</a> about the move yet. This is surprising, to say the least. Excited to see what he moves to next.</p>\";s:7:\"pubdate\";s:31:\"Wed, 04 Jul 2007 00:19:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:252:\"<p><a href=\"http://technorati.com/weblog/2007/07/362.html\">Tantek Çelik is leaving Technorati</a>, no word on <a href=\"http://tantek.com/\">his blog</a> about the move yet. This is surprising, to say the least. Excited to see what he moves to next.</p>\";}i:33;a:7:{s:5:\"title\";s:45:\"Weblog Tools Collection: Holy Plugins Batman!\";s:4:\"guid\";s:73:\"http://weblogtoolscollection.com/archives/2007/07/03/holy-plugins-batman/\";s:4:\"link\";s:73:\"http://weblogtoolscollection.com/archives/2007/07/03/holy-plugins-batman/\";s:11:\"description\";s:2766:\"<p><a href=\"http://www.google.com/search?hl=en&amp;safe=off&amp;q=Index+of+%2Fwp-content%2Fplugins&amp;btnG=Search\">Index of /wp-content/plugins - Google Search</a>: I am not sure what to make of this search but not only are there a lot of self hosted Wordpress blogs, too many of them allow their plugin folder to be indexed. I performed this search because I noticed a crawler on a couple of my blogs that was indexing my plugins and that alarmed me a little. I do not allow my plugin folder to be indexed since I consider that too risky. The homepage of the crawler lists various plugins and their propensity in the Wordpress Blogosphere. I imagine the crawler browses the plugins folder of each new blog discovered and if that folder can be browsed, it tries to crawl the various plugin php files it is aware of while looking for 404s and empty strings. I stop short of suggesting that everyone protect their plugins folder because if the plugins are written correctly and your server is configured correctly, there should be nothing to worry about. However, since I write or hack most of my own plugins and I am my own worst critic, I choose to protect that folder.</p>\n<p>[EDIT] There have been lots of questions on how to protect the plugins folder and here are a few quick and simple answers.</p>\n<ul>\n<li>Add the following to the .htaccess file in your Wordpress directory<br />\n<blockquote><p><code>Options All -Indexes</code></p></blockquote>\n</li>\n<li>Create a new file, call it index.php, leave it completely empty and upload it to your wp-content/plugins directory. [EDIT] It <a href=\"http://wordpress.org/support/topic/65565\">appears</a> that a blank index.php might cause some trouble with the dashboard. You can use a blank index.html instead or opt for the .htaccess solution above.</li>\n<li>Make sure you have warning and error reporting turned to logging only. There are many tutorials to do this properly that are available on the web. If you are on a shared server, ask your host to turn them off if they have not done so already. I am guilty of leaving this turned on because I use this server for debugging at times and I get lazy. This is good security practice for all servers. I love how this option cannot be modified with ini_set on cPanel based servers.</li>\n<li>Refrain from going overboard and restricting/protecting everything. You might end up making your blog invisible to search engines and such.</li>\n</ul>\n<p>A couple of people have also asked why this could be bad. My primary reason is that I do not like to air my (dirty) laundry. I would like to stay away from discussing this too much further. If you need clarifications or are concerned for a particular reason or another, please contact me and I will explain further.</p>\";s:7:\"pubdate\";s:31:\"Tue, 03 Jul 2007 17:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:2766:\"<p><a href=\"http://www.google.com/search?hl=en&amp;safe=off&amp;q=Index+of+%2Fwp-content%2Fplugins&amp;btnG=Search\">Index of /wp-content/plugins - Google Search</a>: I am not sure what to make of this search but not only are there a lot of self hosted Wordpress blogs, too many of them allow their plugin folder to be indexed. I performed this search because I noticed a crawler on a couple of my blogs that was indexing my plugins and that alarmed me a little. I do not allow my plugin folder to be indexed since I consider that too risky. The homepage of the crawler lists various plugins and their propensity in the Wordpress Blogosphere. I imagine the crawler browses the plugins folder of each new blog discovered and if that folder can be browsed, it tries to crawl the various plugin php files it is aware of while looking for 404s and empty strings. I stop short of suggesting that everyone protect their plugins folder because if the plugins are written correctly and your server is configured correctly, there should be nothing to worry about. However, since I write or hack most of my own plugins and I am my own worst critic, I choose to protect that folder.</p>\n<p>[EDIT] There have been lots of questions on how to protect the plugins folder and here are a few quick and simple answers.</p>\n<ul>\n<li>Add the following to the .htaccess file in your Wordpress directory<br />\n<blockquote><p><code>Options All -Indexes</code></p></blockquote>\n</li>\n<li>Create a new file, call it index.php, leave it completely empty and upload it to your wp-content/plugins directory. [EDIT] It <a href=\"http://wordpress.org/support/topic/65565\">appears</a> that a blank index.php might cause some trouble with the dashboard. You can use a blank index.html instead or opt for the .htaccess solution above.</li>\n<li>Make sure you have warning and error reporting turned to logging only. There are many tutorials to do this properly that are available on the web. If you are on a shared server, ask your host to turn them off if they have not done so already. I am guilty of leaving this turned on because I use this server for debugging at times and I get lazy. This is good security practice for all servers. I love how this option cannot be modified with ini_set on cPanel based servers.</li>\n<li>Refrain from going overboard and restricting/protecting everything. You might end up making your blog invisible to search engines and such.</li>\n</ul>\n<p>A couple of people have also asked why this could be bad. My primary reason is that I do not like to air my (dirty) laundry. I would like to stay away from discussing this too much further. If you need clarifications or are concerned for a particular reason or another, please contact me and I will explain further.</p>\";}i:34;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: Bloggers Face Off\";s:4:\"guid\";s:70:\"http://weblogtoolscollection.com/archives/2007/07/03/blogger-face-off/\";s:4:\"link\";s:70:\"http://weblogtoolscollection.com/archives/2007/07/03/blogger-face-off/\";s:11:\"description\";s:609:\"<p>Daniel from <a href=\"http://www.dailyblogtips.com/\">DailyBlogTips</a> is running a series called Bloggers Face Off and this time <a href=\"http://www.dailyblogtips.com/bloggers-face-off-mark-gosh-vs-engtech/\">I am featured along with engtech</a>. I like featured posts like this because they not only promote the participants (and thus gives you brownie points) but they also help to increase traffic with the right methods and intentions. Daniel has run this series very effectively with a lot of high profile bloggers. The interview questions were relatively simple and all in good fun. Thanks Daniel.</p>\";s:7:\"pubdate\";s:31:\"Tue, 03 Jul 2007 15:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:609:\"<p>Daniel from <a href=\"http://www.dailyblogtips.com/\">DailyBlogTips</a> is running a series called Bloggers Face Off and this time <a href=\"http://www.dailyblogtips.com/bloggers-face-off-mark-gosh-vs-engtech/\">I am featured along with engtech</a>. I like featured posts like this because they not only promote the participants (and thus gives you brownie points) but they also help to increase traffic with the right methods and intentions. Daniel has run this series very effectively with a lot of high profile bloggers. The interview questions were relatively simple and all in good fun. Thanks Daniel.</p>\";}i:35;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: FeedBurner MyBrand Now Free\";s:4:\"guid\";s:81:\"http://weblogtoolscollection.com/archives/2007/07/03/feedburner-mybrand-now-free/\";s:4:\"link\";s:81:\"http://weblogtoolscollection.com/archives/2007/07/03/feedburner-mybrand-now-free/\";s:11:\"description\";s:746:\"<p><a href=\"http://www.feedburner.com/fb/a/publishers/mybrand\">FeedBurner MyBrand Now Free</a>: Feedburner&#8217;s service that allowed publishers to publish their feeds through their own domain with the help of Feedburner, is now free of cost. This service <a href=\"http://googlesystem.blogspot.com/2007/07/google-makes-feedburner-pro-free.html\">used to cost upwards of $3</a> and might be a good way to retain the transparency and control over the feeds of your blog if you choose to serve them through Feedburner.</p>\n<p>[EDIT] Looks like Google decided to make the Pro Stats feature of Feedburner <a href=\"http://blogs.feedburner.com/feedburner/archives/2007/07/freeburner_for_everyone.php\">free as well</a>. This is definitely good news!</p>\";s:7:\"pubdate\";s:31:\"Tue, 03 Jul 2007 12:30:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:746:\"<p><a href=\"http://www.feedburner.com/fb/a/publishers/mybrand\">FeedBurner MyBrand Now Free</a>: Feedburner&#8217;s service that allowed publishers to publish their feeds through their own domain with the help of Feedburner, is now free of cost. This service <a href=\"http://googlesystem.blogspot.com/2007/07/google-makes-feedburner-pro-free.html\">used to cost upwards of $3</a> and might be a good way to retain the transparency and control over the feeds of your blog if you choose to serve them through Feedburner.</p>\n<p>[EDIT] Looks like Google decided to make the Pro Stats feature of Feedburner <a href=\"http://blogs.feedburner.com/feedburner/archives/2007/07/freeburner_for_everyone.php\">free as well</a>. This is definitely good news!</p>\";}i:36;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Plugin Releases for 7/2\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/02/wordpress-plugin-releases-for-72/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/02/wordpress-plugin-releases-for-72/\";s:11:\"description\";s:455:\"<p><a href=\"http://wp-plugins.net/plugin/berri-personalized-care/#plugin_2616\">Berry Personalized</a> will give up to four personalized messages depending on the origin of the visitors of your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/whats_new_whats_fresh_whats_happening/#plugin_2618\">What&#8217;s New, What&#8217;s Fresh, What&#8217;s Happening</a> displays a customizable set of links to posts and comments in your sidebar or on any page.</p>\";s:7:\"pubdate\";s:31:\"Mon, 02 Jul 2007 04:45:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:455:\"<p><a href=\"http://wp-plugins.net/plugin/berri-personalized-care/#plugin_2616\">Berry Personalized</a> will give up to four personalized messages depending on the origin of the visitors of your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/whats_new_whats_fresh_whats_happening/#plugin_2618\">What&#8217;s New, What&#8217;s Fresh, What&#8217;s Happening</a> displays a customizable set of links to posts and comments in your sidebar or on any page.</p>\";}i:37;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 7/2\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/02/wordpress-theme-releases-for-72/\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/02/wordpress-theme-releases-for-72/\";s:11:\"description\";s:721:\"<p><a href=\"http://www.h4x3d.com/themes/dragee/\">Dragee</a> is a 2-column theme with most of the traditional sidebar content sitting at the bottom of the page.</p>\n<p><a href=\"http://www.devlounge.net/extras/lounge2\">Lounge 2</a> is a 2-column, widget-ready theme with whites, grays, and reds.</p>\n<p><a href=\"http://www.stealthsettings.com/stealth-gray-mix-wp-theme.html\">Stealth Gray</a> is a 2-column, grey-and-red theme with recent activity in the sidebar.</p>\n<p><a href=\"http://www.paggu.com/?p=19\">PPad</a> is a 2-column, widget-ready theme with a hardwood look.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.paggu.com/?p=18\">PRusti</a> is a 3-column, widget-ready theme.  (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Mon, 02 Jul 2007 04:45:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:721:\"<p><a href=\"http://www.h4x3d.com/themes/dragee/\">Dragee</a> is a 2-column theme with most of the traditional sidebar content sitting at the bottom of the page.</p>\n<p><a href=\"http://www.devlounge.net/extras/lounge2\">Lounge 2</a> is a 2-column, widget-ready theme with whites, grays, and reds.</p>\n<p><a href=\"http://www.stealthsettings.com/stealth-gray-mix-wp-theme.html\">Stealth Gray</a> is a 2-column, grey-and-red theme with recent activity in the sidebar.</p>\n<p><a href=\"http://www.paggu.com/?p=19\">PPad</a> is a 2-column, widget-ready theme with a hardwood look.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.paggu.com/?p=18\">PRusti</a> is a 3-column, widget-ready theme.  (Contains sponsored links.)</p>\";}i:38;a:7:{s:5:\"title\";s:27:\"Matt: iPhone Disappointment\";s:4:\"guid\";s:54:\"http://photomatt.net/2007/06/30/iphone-disappointment/\";s:4:\"link\";s:54:\"http://photomatt.net/2007/06/30/iphone-disappointment/\";s:11:\"description\";s:626:\"<p>The process of buying the Apple iPhone was pretty easy. Glenda and I walked into a store in Daly City at about 8:30 PM and each ordered one, and walked out. No lines. The device is physically much more elegant and smaller than I expected, and the iTunes-integrated signup process was fairly smooth. However, it&#8217;s been hours now and still no activation, which means I have a very expensive paperweight, which is worse than not having it at all. <strong>Update:</strong> Approximately 16 hours after my inital setup, I now have a working phone. I was contemplating taking it back, but I&#8217;m glad I didn&#8217;t.</p>\";s:7:\"pubdate\";s:31:\"Sat, 30 Jun 2007 06:57:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:626:\"<p>The process of buying the Apple iPhone was pretty easy. Glenda and I walked into a store in Daly City at about 8:30 PM and each ordered one, and walked out. No lines. The device is physically much more elegant and smaller than I expected, and the iTunes-integrated signup process was fairly smooth. However, it&#8217;s been hours now and still no activation, which means I have a very expensive paperweight, which is worse than not having it at all. <strong>Update:</strong> Approximately 16 hours after my inital setup, I now have a working phone. I was contemplating taking it back, but I&#8217;m glad I didn&#8217;t.</p>\";}i:39;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/30\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/30/wordpress-theme-releases-for-630/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/30/wordpress-theme-releases-for-630/\";s:11:\"description\";s:924:\"<p><a href=\"http://playground.laurentiupiron.com/web-design/new-wordpress-theme-bloggers-cafe/\">Bloggers Cafe</a> is a 2-column, brown theme with a simple header image to set the theme&#8217;s tone.</p>\n<p><a href=\"http://technoblogging.free.fr/?p=14\">Twitter</a> is a 2-column theme that makes your blog looks like a Twitter installation.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4140/bams_oceanblue-10/\">Bams Oceanblue</a> is a 2-column, adsense-ready theme.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.romow.com/blog/wordpress-theme-dottedart/\">Dotted Art</a> is a 2-column with header graphic, simple background graphic, and rounded edges.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/rounded-corners/4146/mysterious-illusion-10/\">Mysterious Illusion</a> is a 2-column, widget-ready theme with social bookmarking links.  (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Sat, 30 Jun 2007 04:45:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:924:\"<p><a href=\"http://playground.laurentiupiron.com/web-design/new-wordpress-theme-bloggers-cafe/\">Bloggers Cafe</a> is a 2-column, brown theme with a simple header image to set the theme&#8217;s tone.</p>\n<p><a href=\"http://technoblogging.free.fr/?p=14\">Twitter</a> is a 2-column theme that makes your blog looks like a Twitter installation.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4140/bams_oceanblue-10/\">Bams Oceanblue</a> is a 2-column, adsense-ready theme.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.romow.com/blog/wordpress-theme-dottedart/\">Dotted Art</a> is a 2-column with header graphic, simple background graphic, and rounded edges.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/rounded-corners/4146/mysterious-illusion-10/\">Mysterious Illusion</a> is a 2-column, widget-ready theme with social bookmarking links.  (Contains sponsored links.)</p>\";}i:40;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 6/30\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/30/wordpress-plugin-releases-for-630/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/30/wordpress-plugin-releases-for-630/\";s:11:\"description\";s:354:\"<p><a href=\"http://wp-plugins.net/plugin/Dare2Bstupid/#plugin_2614\">Dare2Bstupid</a> puts &#8220;Weird Al&#8221; Yankovic&#8217;s Dare to be Stupid in your Admin Panel.</p>\n<p><a href=\"http://urbangiraffe.com/plugins/html-purified/\">HTML Purified</a> replaces the default WordPress comments filters with HTML Purifier, a super HTML filtering library.</p>\";s:7:\"pubdate\";s:31:\"Sat, 30 Jun 2007 04:45:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:354:\"<p><a href=\"http://wp-plugins.net/plugin/Dare2Bstupid/#plugin_2614\">Dare2Bstupid</a> puts &#8220;Weird Al&#8221; Yankovic&#8217;s Dare to be Stupid in your Admin Panel.</p>\n<p><a href=\"http://urbangiraffe.com/plugins/html-purified/\">HTML Purified</a> replaces the default WordPress comments filters with HTML Purifier, a super HTML filtering library.</p>\";}i:41;a:7:{s:5:\"title\";s:41:\"bbPress: Searching and the BB_Query class\";s:4:\"guid\";s:65:\"http://bbpress.org/blog/2007/06/searching-and-the-bb_query-class/\";s:4:\"link\";s:65:\"http://bbpress.org/blog/2007/06/searching-and-the-bb_query-class/\";s:11:\"description\";s:835:\"<p>bbPress has twenty or so functions that select groups of topics or posts from the database.  Some of them do very specific things, and some of them do something only slightly different from another such function.</p>\n<p>Maintaining this large group of functions and keeping them all consistent was beginning to become a nuisance.  Additionally, it was annoying to have either to write a whole new function or to hack filters into and onto an existing function every time a new database query was needed.</p>\n<p>To help alleviate both of these problems, the next version of bbPress will come with a <code>BB_Query</code> class, which all of the above referenced functions will use.</p>\n<p> <a href=\"http://bbpress.org/blog/2007/06/searching-and-the-bb_query-class/#more-70\" class=\"morelink\">Details and Cool new user features</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 29 Jun 2007 17:17:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:835:\"<p>bbPress has twenty or so functions that select groups of topics or posts from the database.  Some of them do very specific things, and some of them do something only slightly different from another such function.</p>\n<p>Maintaining this large group of functions and keeping them all consistent was beginning to become a nuisance.  Additionally, it was annoying to have either to write a whole new function or to hack filters into and onto an existing function every time a new database query was needed.</p>\n<p>To help alleviate both of these problems, the next version of bbPress will come with a <code>BB_Query</code> class, which all of the above referenced functions will use.</p>\n<p> <a href=\"http://bbpress.org/blog/2007/06/searching-and-the-bb_query-class/#more-70\" class=\"morelink\">Details and Cool new user features</a></p>\";}i:42;a:7:{s:5:\"title\";s:77:\"Lorelle on WP: Understanding GPL and Copyright in WordPress Community Podcast\";s:4:\"guid\";s:103:\"http://lorelle.wordpress.com/2007/06/28/understanding-gpl-and-copyright-in-wordpress-community-podcast/\";s:4:\"link\";s:103:\"http://lorelle.wordpress.com/2007/06/28/understanding-gpl-and-copyright-in-wordpress-community-podcast/\";s:11:\"description\";s:7439:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a>With all the traveling I&#8217;ve been doing lately and knowing I would be driving through some wide areas without radio or cell phone, I uploaded the last few podcasts from the <a href=\"http://wp-community.org/\" title=\"WordPress Community Podcast\">WordPress Community Podcast</a> with Charles Stricklin and new co-host Aaron Brazell and had a great time catching up on what I&#8217;ve been missing.</p>\n<p>The most recent episode features an indepth interview with <a href=\"http://wp-community.org/2007/06/20/episode-26-dennis-kennedy-discusses-copyrights-gpl-and-creative-commons/\" title=\"Dennis Kennedy discusses copyrights, GPL and Creative Commons\">Dennis Kennedy, lawyer and intellectual property expert, covering copyrights, GPL and Creative Commons</a>. It was well done.</p>\n<p>Dennis Kennedy discussed the issues of copyright and the various rights and licenses you have for protecting your blog&#8217;s content, which includes words, images, and design. He also covered the issues surrounding GPL, General Public License, the license used by WordPress and most of the WordPress Community Themes and Plugins. </p>\n<p>If you need a refresher course, or are new to the subject of intellectual property rights, check out this great podcast. It&#8217;s worth the time.</p>\n<p>I do hope that they bring Dennis back for more as I&#8217;d like to see more answers to some of the questions they raised, and more on licensing WordPress Themes and Plugins under GPL and other options for a full understanding of what options these authors have to protect, or not, their code, and how to deal with changing a license on an existing WordPress Plugin or Theme that they change or take over and improve.</p>\n<p>I&#8217;d also like to see one whole episode that deals exclusively with the issue of responding to a copyright infringement. All bloggers, not just WordPress bloggers, are struggling with how to respond, and if and when they should respond, to someone taking their content and using it on their blog. All bloggers need to learn more about Fair Use, how it works and what&#8217;s acceptable as well as how to fight back against splogs and those who steal our content.</p>\n<p>While I&#8217;m wishing, I&#8217;d really love to have them talk to my copyright blogging hero, Jonathan Bailey of <a href=\"http://www.plagiarismtoday.com/\" title=\"Plagiarism Today\">Plagiarism Today</a> for his perspective on this issue. It is such an important issue and the more we bloggers can learn, and in turn educate our readers and other bloggers, the better.</p>\n<p>Good work, Charles and Aaron. Looking forward to more!</p>\n<h4>Related Articles</h4>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/10/what-do-you-do-when-someone-steals-your-content/\" title=\"What Do You Do When Someone Steals Your Content\" rel=\"bookmark\">What Do You Do When Someone Steals Your Content</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/11/finding-stolen-content-and-copyright-infringements/\" title=\"Finding Stolen Content and Copyright Infringements\" rel=\"bookmark\">Finding Stolen Content and Copyright Infringements</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/11/the-growing-trends-in-content-theft/\" title=\"The Growing Trends in Content Theft\" rel=\"bookmark\">The Growing Trends in Content Theft</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/22/can-the-dmca-be-used-against-you-if-someone-doesnt-like-what-you-blog/\" title=\"Can The DMCA Be Used Against You If Someone Doesn’t Like What You Blog?\">Can The DMCA Be Used Against You If Someone Doesn’t Like What You Blog?</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/19/copyright-law-tips-from-daily-blog-tips/\" title=\"Copyright Law Tips from Daily Blog Tips\">Copyright Law Tips from Daily Blog Tips</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/05/31/brag-on-jonathan-bailey-now-offers-plagiarism-advice-on-the-blog-herald/\" title=\"Jonathan Bailey Now Offers Plagiarism Advice on the Blog Herald\">Brag On: Jonathan Bailey Now Offers Plagiarism Advice on the Blog Herald</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/05/24/google-gives-tips-to-eastern-european-bloggers/\" title=\"Google Gives Tips to Eastern European Bloggers\">Google Gives Tips to Eastern European Bloggers</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/02/04/wordpress-plugins-battling-evil/\" title=\"WordPress Plugins Battling Evil\">WordPress Plugins Battling Evil</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community\" rel=\"tag\">wordpress community</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community+podcast\" rel=\"tag\">wordpress community podcast</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright\" rel=\"tag\">copyright</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=intellectual+property\" rel=\"tag\">intellectual property</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=dennis+kennedy\" rel=\"tag\">dennis kennedy</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=gpl\" rel=\"tag\">gpl</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=creative+commons\" rel=\"tag\">creative commons</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright+license\" rel=\"tag\">copyright license</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=content+license\" rel=\"tag\">content license</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=protect+your+content\" rel=\"tag\">protect your content</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=splogs\" rel=\"tag\">splogs</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=content+theft\" rel=\"tag\">content theft</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright+violation\" rel=\"tag\">copyright violation</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";s:7:\"pubdate\";s:31:\"Fri, 29 Jun 2007 04:48:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:7439:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a>With all the traveling I&#8217;ve been doing lately and knowing I would be driving through some wide areas without radio or cell phone, I uploaded the last few podcasts from the <a href=\"http://wp-community.org/\" title=\"WordPress Community Podcast\">WordPress Community Podcast</a> with Charles Stricklin and new co-host Aaron Brazell and had a great time catching up on what I&#8217;ve been missing.</p>\n<p>The most recent episode features an indepth interview with <a href=\"http://wp-community.org/2007/06/20/episode-26-dennis-kennedy-discusses-copyrights-gpl-and-creative-commons/\" title=\"Dennis Kennedy discusses copyrights, GPL and Creative Commons\">Dennis Kennedy, lawyer and intellectual property expert, covering copyrights, GPL and Creative Commons</a>. It was well done.</p>\n<p>Dennis Kennedy discussed the issues of copyright and the various rights and licenses you have for protecting your blog&#8217;s content, which includes words, images, and design. He also covered the issues surrounding GPL, General Public License, the license used by WordPress and most of the WordPress Community Themes and Plugins. </p>\n<p>If you need a refresher course, or are new to the subject of intellectual property rights, check out this great podcast. It&#8217;s worth the time.</p>\n<p>I do hope that they bring Dennis back for more as I&#8217;d like to see more answers to some of the questions they raised, and more on licensing WordPress Themes and Plugins under GPL and other options for a full understanding of what options these authors have to protect, or not, their code, and how to deal with changing a license on an existing WordPress Plugin or Theme that they change or take over and improve.</p>\n<p>I&#8217;d also like to see one whole episode that deals exclusively with the issue of responding to a copyright infringement. All bloggers, not just WordPress bloggers, are struggling with how to respond, and if and when they should respond, to someone taking their content and using it on their blog. All bloggers need to learn more about Fair Use, how it works and what&#8217;s acceptable as well as how to fight back against splogs and those who steal our content.</p>\n<p>While I&#8217;m wishing, I&#8217;d really love to have them talk to my copyright blogging hero, Jonathan Bailey of <a href=\"http://www.plagiarismtoday.com/\" title=\"Plagiarism Today\">Plagiarism Today</a> for his perspective on this issue. It is such an important issue and the more we bloggers can learn, and in turn educate our readers and other bloggers, the better.</p>\n<p>Good work, Charles and Aaron. Looking forward to more!</p>\n<h4>Related Articles</h4>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/10/what-do-you-do-when-someone-steals-your-content/\" title=\"What Do You Do When Someone Steals Your Content\" rel=\"bookmark\">What Do You Do When Someone Steals Your Content</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/11/finding-stolen-content-and-copyright-infringements/\" title=\"Finding Stolen Content and Copyright Infringements\" rel=\"bookmark\">Finding Stolen Content and Copyright Infringements</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/11/the-growing-trends-in-content-theft/\" title=\"The Growing Trends in Content Theft\" rel=\"bookmark\">The Growing Trends in Content Theft</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/22/can-the-dmca-be-used-against-you-if-someone-doesnt-like-what-you-blog/\" title=\"Can The DMCA Be Used Against You If Someone Doesn’t Like What You Blog?\">Can The DMCA Be Used Against You If Someone Doesn’t Like What You Blog?</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/19/copyright-law-tips-from-daily-blog-tips/\" title=\"Copyright Law Tips from Daily Blog Tips\">Copyright Law Tips from Daily Blog Tips</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/05/31/brag-on-jonathan-bailey-now-offers-plagiarism-advice-on-the-blog-herald/\" title=\"Jonathan Bailey Now Offers Plagiarism Advice on the Blog Herald\">Brag On: Jonathan Bailey Now Offers Plagiarism Advice on the Blog Herald</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/05/24/google-gives-tips-to-eastern-european-bloggers/\" title=\"Google Gives Tips to Eastern European Bloggers\">Google Gives Tips to Eastern European Bloggers</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/02/04/wordpress-plugins-battling-evil/\" title=\"WordPress Plugins Battling Evil\">WordPress Plugins Battling Evil</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community\" rel=\"tag\">wordpress community</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community+podcast\" rel=\"tag\">wordpress community podcast</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright\" rel=\"tag\">copyright</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=intellectual+property\" rel=\"tag\">intellectual property</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=dennis+kennedy\" rel=\"tag\">dennis kennedy</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=gpl\" rel=\"tag\">gpl</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=creative+commons\" rel=\"tag\">creative commons</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright+license\" rel=\"tag\">copyright license</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=content+license\" rel=\"tag\">content license</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=protect+your+content\" rel=\"tag\">protect your content</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=splogs\" rel=\"tag\">splogs</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=content+theft\" rel=\"tag\">content theft</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright+violation\" rel=\"tag\">copyright violation</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";}i:43;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/29\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/29/wordpress-theme-releases-for-629/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/29/wordpress-theme-releases-for-629/\";s:11:\"description\";s:1993:\"<p><a href=\"http://service.compuskills.co.uk/blog/2007/06/28/classical-elegance-wordpress-theme/\">Classical Elegance</a> is a 3-column, widget-ready theme with options page which allows you to choose an asides category.  The theme also supports Ultimate Tag Warrior and Share This.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/06/27/fleur-de-lys/\">Fleu de Lys</a> is a 3-column theme with eight beautiful flower views prepared as header images, flickr support, bookmark service and a related post php code built in. The frontpage shows the latest post with the previous posts underneath divided by the post info such as time and tags.</p>\n<p><a href=\"http://www.stealthsettings.com/im-okay-wordpress-theme.html\">I&#8217;m Okay</a> is a 2-column theme with black background and rounded corners.</p>\n<p><a href=\"http://biboz.net/magazine/\">Magazine</a> is a 2-column, fixed-width theme.</p>\n<p><a href=\"http://www.wpdesigner.com/2007/06/28/wpdesigner5-wordpress-theme/\">Wpdesigner5</a> is a three column, widget-ready, blue, white, and green theme with a horizontal menu.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4129/audiophile-3c/\">Audiophile 3C</a> is a 3-column, widget-ready theme designed for music and entertainment sites.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.freestylez.co.uk/cityview-theme/\">CityView</a> is a 2-column, red theme with rounded corners.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4144/pame-10/\">Pame</a> is a 2-column theme with dark colors and built-in comment plugin.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/rounded-corners/4137/sensible-blogging/\">Sensible Blogging</a> is a 4-column, widget- and adsense-ready theme that comes with Options page.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4136/xtn57/\">xtn57</a> is a 3-column, web 2.0-style theme.  (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Fri, 29 Jun 2007 04:45:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1993:\"<p><a href=\"http://service.compuskills.co.uk/blog/2007/06/28/classical-elegance-wordpress-theme/\">Classical Elegance</a> is a 3-column, widget-ready theme with options page which allows you to choose an asides category.  The theme also supports Ultimate Tag Warrior and Share This.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/06/27/fleur-de-lys/\">Fleu de Lys</a> is a 3-column theme with eight beautiful flower views prepared as header images, flickr support, bookmark service and a related post php code built in. The frontpage shows the latest post with the previous posts underneath divided by the post info such as time and tags.</p>\n<p><a href=\"http://www.stealthsettings.com/im-okay-wordpress-theme.html\">I&#8217;m Okay</a> is a 2-column theme with black background and rounded corners.</p>\n<p><a href=\"http://biboz.net/magazine/\">Magazine</a> is a 2-column, fixed-width theme.</p>\n<p><a href=\"http://www.wpdesigner.com/2007/06/28/wpdesigner5-wordpress-theme/\">Wpdesigner5</a> is a three column, widget-ready, blue, white, and green theme with a horizontal menu.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4129/audiophile-3c/\">Audiophile 3C</a> is a 3-column, widget-ready theme designed for music and entertainment sites.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.freestylez.co.uk/cityview-theme/\">CityView</a> is a 2-column, red theme with rounded corners.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4144/pame-10/\">Pame</a> is a 2-column theme with dark colors and built-in comment plugin.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/rounded-corners/4137/sensible-blogging/\">Sensible Blogging</a> is a 4-column, widget- and adsense-ready theme that comes with Options page.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4136/xtn57/\">xtn57</a> is a 3-column, web 2.0-style theme.  (Contains sponsored links.)</p>\";}i:44;a:7:{s:5:\"title\";s:25:\"Matt: Headache or Bullet?\";s:4:\"guid\";s:51:\"http://photomatt.net/2007/06/28/headache-or-bullet/\";s:4:\"link\";s:51:\"http://photomatt.net/2007/06/28/headache-or-bullet/\";s:11:\"description\";s:164:\"<p><a href=\"http://news.bbc.co.uk/1/hi/world/americas/6246800.stm\">Man goes to hospital for headache, discovers bullet</a>. Haven&#8217;t we all had those days?</p>\";s:7:\"pubdate\";s:31:\"Thu, 28 Jun 2007 19:53:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:164:\"<p><a href=\"http://news.bbc.co.uk/1/hi/world/americas/6246800.stm\">Man goes to hospital for headache, discovers bullet</a>. Haven&#8217;t we all had those days?</p>\";}i:45;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&#8217;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 &#8220;new blog&#8221; 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&#8217;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 &#8220;new blog&#8221; 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:46;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:47;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:48;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&#8217;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&#8217;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:49;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&#8217;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 &#8220;Dusk&#8221; 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&#8217; 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&#8217;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&#8217;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 &#8220;Dusk&#8221; 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&#8217; 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&#8217;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:\"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:\"\"1ba10-4696c09c-568c2a\"\r\n\";s:13:\"last_modified\";s:31:\"Fri, 13 Jul 2007 00:00:28 GMT\r\n\";}',20,8,'',1,'no'),(78,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','Y',1,'1184285022',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:31:\"Matt: WPMU-based Social Network\";s:4:\"guid\";s:58:\"http://photomatt.net/2007/07/12/wpmu-based-social-network/\";s:4:\"link\";s:58:\"http://photomatt.net/2007/07/12/wpmu-based-social-network/\";s:11:\"description\";s:326:\"<p><a href=\"http://www.blazenewmedia.com/articles/chickspeak-a-wordpress-mu-based-social-network\">Chickspeak is a WordPress MU based social network</a>. &#8220;I recently completed my biggest project yet; a fully fledged social network aimed at female college students. The difference? It’s built on Wordpress MU.&#8221;</p>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 18:58:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:326:\"<p><a href=\"http://www.blazenewmedia.com/articles/chickspeak-a-wordpress-mu-based-social-network\">Chickspeak is a WordPress MU based social network</a>. &#8220;I recently completed my biggest project yet; a fully fledged social network aimed at female college students. The difference? It’s built on Wordpress MU.&#8221;</p>\";}i:1;a:7:{s:5:\"title\";s:76:\"Lorelle on WP: Help! Lorelle Needs a Parking Spot in San Francisco Next Week\";s:4:\"guid\";s:101:\"http://lorelle.wordpress.com/2007/07/12/help-lorelle-needs-a-parking-spot-in-san-francisco-next-week/\";s:4:\"link\";s:101:\"http://lorelle.wordpress.com/2007/07/12/help-lorelle-needs-a-parking-spot-in-san-francisco-next-week/\";s:11:\"description\";s:3092:\"<div class=\"snap_preview\"><p><img src=\"http://lorelle.files.wordpress.com/2007/07/snowspearfishsodakota.jpg\" alt=\"Lorelle in motor home 21 foot Class C in snow in South Dakota\" align=\"right\" />I thought I had all my arrangements set for WordCamp next week but things are now a bit of a mess logistically. I&#8217;m looking for a parking spot or semi-level driveway in the San Francisco area (as close to downtown as possible) from about Tuesday or Wednesday of next week through Tuesday of the following week.</p>\n<p>I am driving a 21 foot Class C motor home, the equivalent of a small truck and camper, and can fit within a slightly longer parking space than a &#8220;normal American car&#8221;. </p>\n<p>In a perfect world, access to electricity and a shower would be wonderful but I&#8217;m traveling fairly self-contained. I have a friend to stay with if I can&#8217;t stay in the motor home, so just a parking spot would be fine if my perfect world isn&#8217;t met.</p>\n<p>I&#8217;ll be hitting the road Saturday, so this is an emergency plea for help. Email me at <a href=\"mailto:&#x6c;&#111;&#114;&#x65;&#x6c;&#108;&#101;&#x6f;&#x6e;&#119;&#111;&#114;&#100;&#112;&#x72;&#101;&#x73;&#x73;&#64;&#103;&#109;&#x61;&#x69;&#x6c;&#46;&#x63;&#111;&#x6d;\">&#x6c;&#x6f;&#114;&#x65;&#x6c;&#x6c;&#x65;&#x6f;&#110;&#x77;&#x6f;&#114;&#100;&#x70;&#x72;&#101;&#x73;&#115;&#x40;&#103;&#109;&#x61;&#105;&#x6c;&#x2e;&#x63;&#x6f;&#109;</a> or call me at 918-812-0236. </p>\n<p>Anyone interested in having Lorelle in their driveway next week? <img src=\"http://lorelle.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif\" alt=\":D\" class=\"wp-smiley\" /> </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 17:28:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:3092:\"<div class=\"snap_preview\"><p><img src=\"http://lorelle.files.wordpress.com/2007/07/snowspearfishsodakota.jpg\" alt=\"Lorelle in motor home 21 foot Class C in snow in South Dakota\" align=\"right\" />I thought I had all my arrangements set for WordCamp next week but things are now a bit of a mess logistically. I&#8217;m looking for a parking spot or semi-level driveway in the San Francisco area (as close to downtown as possible) from about Tuesday or Wednesday of next week through Tuesday of the following week.</p>\n<p>I am driving a 21 foot Class C motor home, the equivalent of a small truck and camper, and can fit within a slightly longer parking space than a &#8220;normal American car&#8221;. </p>\n<p>In a perfect world, access to electricity and a shower would be wonderful but I&#8217;m traveling fairly self-contained. I have a friend to stay with if I can&#8217;t stay in the motor home, so just a parking spot would be fine if my perfect world isn&#8217;t met.</p>\n<p>I&#8217;ll be hitting the road Saturday, so this is an emergency plea for help. Email me at <a href=\"mailto:&#x6c;&#111;&#114;&#x65;&#x6c;&#108;&#101;&#x6f;&#x6e;&#119;&#111;&#114;&#100;&#112;&#x72;&#101;&#x73;&#x73;&#64;&#103;&#109;&#x61;&#x69;&#x6c;&#46;&#x63;&#111;&#x6d;\">&#x6c;&#x6f;&#114;&#x65;&#x6c;&#x6c;&#x65;&#x6f;&#110;&#x77;&#x6f;&#114;&#100;&#x70;&#x72;&#101;&#x73;&#115;&#x40;&#103;&#109;&#x61;&#105;&#x6c;&#x2e;&#x63;&#x6f;&#109;</a> or call me at 918-812-0236. </p>\n<p>Anyone interested in having Lorelle in their driveway next week? <img src=\"http://lorelle.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif\" alt=\":D\" class=\"wp-smiley\" /> </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";}i:2;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: Easier feed migration from Blogger\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2007/07/12/easier-feed-migration-from-blogger/\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2007/07/12/easier-feed-migration-from-blogger/\";s:11:\"description\";s:638:\"<p>Feedburner announced today that they are now offering <a href=\"http://blogs.feedburner.com/feedburner/archives/2007/07/feedburner_integration_for_blo.php\">FeedBurner Integration for Blogspot Blogs</a> but what they failed to mention was that now you can redirect the feed of your BlogSpot blog to any other URI. That should make a move from Blogger to Wordpress (or any other blogging tool) completely transparent to your feed consumers. You could also insulate against or prepare for a future migration and move your feed over to another source. Thanks to <a href=\"http://labnol.blogspot.com/\">Digital Inspiration</a> for the tip.</p>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 15:00:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:638:\"<p>Feedburner announced today that they are now offering <a href=\"http://blogs.feedburner.com/feedburner/archives/2007/07/feedburner_integration_for_blo.php\">FeedBurner Integration for Blogspot Blogs</a> but what they failed to mention was that now you can redirect the feed of your BlogSpot blog to any other URI. That should make a move from Blogger to Wordpress (or any other blogging tool) completely transparent to your feed consumers. You could also insulate against or prepare for a future migration and move your feed over to another source. Thanks to <a href=\"http://labnol.blogspot.com/\">Digital Inspiration</a> for the tip.</p>\";}i:3;a:7:{s:5:\"title\";s:67:\"Lorelle on WP: It’s Official. Sponsored WordPress Themes Are Out.\";s:4:\"guid\";s:88:\"http://lorelle.wordpress.com/2007/07/11/its-official-sponsored-wordpress-themes-are-out/\";s:4:\"link\";s:88:\"http://lorelle.wordpress.com/2007/07/11/its-official-sponsored-wordpress-themes-are-out/\";s:11:\"description\";s:8079:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a><a href=\"http://photomatt.net/2007/07/10/wltc-high-ground/\" title=\"WLTC High Ground\">Matt Mullenweg has made the WordPress policy on sponsored WordPress Themes</a> official:</p>\n<blockquote><p>Before WordCamp all sponsored themes should be removed from http://themes.wordpress.net.</p></blockquote>\n<p>He&#8217;s not alone. <a href=\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\" title=\"Mark Ghosh of Weblog Tools Collection banning sponsored WordPress Themes\">Mark Ghosh on Weblog Tools Collection</a> declared that he would no longer feature sponsored WordPress Themes on <a href=\"http://weblogtoolscollection.com/\" title=\"Weblog Tools Collection\">Weblog Tools Collection</a>, one of the most important sources for news on new WordPress Themes.</p>\n<p>In theory, this means that all WordPress Themes listed on the <a href=\"http://themes.wordpress.net/\" title=\"WordPress Theme Viewer\">WordPress Theme Viewer</a>, the official source for WordPress Themes, and those in the <a href=\"http://codex.wordpress.org/Using_Themes/Theme_List\" title=\"Codex WordPress Theme List\">Codex WordPress Theme List</a> which contain sponsored links, will be removed by July 21, 2007, unless their authors remove them first.</p>\n<p>For more information on previous discussions of the issue of sponsored WordPress Themes, see:</p>\n<ul>\n<li><a href=\"http://photomatt.net/2007/04/12/plugin-authors-get-no-love/\" title=\"Plugin Authors Get No Love\">Plugin Authors Get No Love</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2007/04/12/on-sponsored-themes/\" title=\"On Sponsored Themes\">Weblog Tools Collection featuring Matt Mullenweg - On Sponsored Themes</a></li>\n<li><a href=\"http://wordpress.org/extend/ideas/topic.php?id=553\" title=\"vote on this WordPress Idea to remove sponsored themes\">WordPress Idea Discussion to remove sponsored themes</a></li>\n<li><a href=\"http://www.sassylawyer.com/2007/04/06/sponsored-wordpress-themes\" title=\"Sassy Lawyer - Sponsored WordPress Themes\">Sassy Lawyer - Sponsored WordPress Themes</a></li>\n<li><a href=\"http://blogdesignsolutions.com/2007/03/31/wordpress-theme-sponsorship/\" title=\"WordPress Theme Sponsorship\">xMark Blog - WordPress Theme Sponsorship</a></li>\n<li><a href=\"http://www.wpdesigner.com/2007/04/05/deteriorating-community/\" title=\"Deteriorating Theme Community from Small Potato at WP Designer\">WP Designer - Deteriorating Theme Community</a></li>\n<li><a href=\"http://www.wpdesigner.com/2007/02/26/my-take-on-sponsored-themes/\" title=\"WPDesigner - My Take on Sponsored Themes\">WPDesigner - My Take on Sponsored Themes</a></li>\n<li><a href=\"http://kzkw.net/blog/2007/04/12/on-sponsored-themes/\" title=\"On sponsored themes\">One Woman Show - On sponsored themes</a></li>\n<li><a href=\"http://buzzdroid.com/wordpress/themes/wordpress-beware-the-sponsored-link-theme-do-you-know-where-your-pagerank-is-going/\" title=\"Beware The Sponsored Link Theme - Do You Know Where Your PageRank Is Going?\">Buzzroid - Wordpress: Beware The Sponsored Link Theme - Do You Know Where Your PageRank Is Going?</a></li>\n<li><a href=\"http://www.mattcutts.com/blog/text-links-and-pagerank/\" title=\"Text links and PageRank\">Matt Cutts - Text links and PageRank</a></li>\n<li><a href=\"http://www.h4x3d.com/theme-ethics/\" title=\"Theme Ethics from h4X3d.com\">h4X3d.com - Theme Ethics</a></li>\n<li><a href=\"http://www.h4x3d.com/theme-ethics-part-2/\" title=\"Theme Ethics Part 2\">h4&#215;3d.com - Theme Ethics Part 2</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2007/04/09/sponsored-themes/\" title=\"Sponsored themes from Mark at Weblog Tools Collection\">Weblog Tools Collection - Sponsored Themes</a></li>\n<li><a href=\"http://www.blogherald.com/2007/04/06/sponsored-wordpress-themes-a-great-business-model/\" title=\"Blog Herald - Sponsored WordPress Themes: A Great Business Model\">Blog Herald - Sponsored WordPress Themes: A Great Business Model</a></li>\n<li><a href=\"http://www.davidarussell.co.uk/2007/04/12/wordpress-sponsored-themes-controversy/\" title=\"Wordpress sponsored themes controversy\">Spontaneous Monotony - Wordpress sponsored themes controversy</a></li>\n<li><a href=\"http://www.sassylawyer.com/2007/04/12/i-vote-to-remove-sponsored-themes-from-wordpressorg/\" title=\"Sassy Lawyer - I Vote To Remove Sponsored Themes from WordPress.org\">Sassy Lawyer - I Vote To Remove Sponsored Themes from WordPress.org</a></li>\n<li><a href=\"http://webernetarchitect.com/tempest-in-a-teacup-or-baby-momma-drama-over-sponsored-templates/\" title=\"Webernet Architect - Tempest in a Teacup or Baby Momma Drama Over Sponsored Templates\">Webernet Architect - Tempest in a Teacup or Baby Momma Drama Over Sponsored Templates</a></li>\n<li><a href=\"http://www.headsetoptions.org/2007/04/09/the-other-point-of-view-%e2%80%93-a-designers-opinion-on-sponsored-themes/\" title=\"The Other Point of View – A Designers Opinion on Sponsored Themes\">HeadSetOptions - The Other Point of View – A Designers Opinion on Sponsored Themes</a></li>\n<li><a href=\"http://tailrank.com/1713795/On-Sponsored-Themes\" title=\"TailRank - On Sponsored Themes\">TailRank - On Sponsored Themes</a></li>\n<li><a href=\"http://tailrank.com/1713772/Remove-Sponsored-Themes-from-WordPress-org\" title=\"TailRank - Remove Sponsored Themes from WordPress.org\">TailRank - Remove Sponsored Themes from WordPress.org</a></li>\n<li><a href=\"http://www.technorati.com/search/sponsored+themes\" title=\"Technorati - Sponsored Themes Discussion\">Technorati - Sponsored Themes Tags</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+themes\" rel=\"tag\">wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=sponsored+themes\" rel=\"tag\">sponsored themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+sponsored+themes\" rel=\"tag\">wordpress sponsored themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=sponsored+wordpress+themes\" rel=\"tag\">sponsored wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=matt+mullenweg\" rel=\"tag\">matt mullenweg</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=official+wordpress+news\" rel=\"tag\">official wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=weblog+tools+collection\" rel=\"tag\">weblog tools collection</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 06:39:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:8079:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a><a href=\"http://photomatt.net/2007/07/10/wltc-high-ground/\" title=\"WLTC High Ground\">Matt Mullenweg has made the WordPress policy on sponsored WordPress Themes</a> official:</p>\n<blockquote><p>Before WordCamp all sponsored themes should be removed from http://themes.wordpress.net.</p></blockquote>\n<p>He&#8217;s not alone. <a href=\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\" title=\"Mark Ghosh of Weblog Tools Collection banning sponsored WordPress Themes\">Mark Ghosh on Weblog Tools Collection</a> declared that he would no longer feature sponsored WordPress Themes on <a href=\"http://weblogtoolscollection.com/\" title=\"Weblog Tools Collection\">Weblog Tools Collection</a>, one of the most important sources for news on new WordPress Themes.</p>\n<p>In theory, this means that all WordPress Themes listed on the <a href=\"http://themes.wordpress.net/\" title=\"WordPress Theme Viewer\">WordPress Theme Viewer</a>, the official source for WordPress Themes, and those in the <a href=\"http://codex.wordpress.org/Using_Themes/Theme_List\" title=\"Codex WordPress Theme List\">Codex WordPress Theme List</a> which contain sponsored links, will be removed by July 21, 2007, unless their authors remove them first.</p>\n<p>For more information on previous discussions of the issue of sponsored WordPress Themes, see:</p>\n<ul>\n<li><a href=\"http://photomatt.net/2007/04/12/plugin-authors-get-no-love/\" title=\"Plugin Authors Get No Love\">Plugin Authors Get No Love</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2007/04/12/on-sponsored-themes/\" title=\"On Sponsored Themes\">Weblog Tools Collection featuring Matt Mullenweg - On Sponsored Themes</a></li>\n<li><a href=\"http://wordpress.org/extend/ideas/topic.php?id=553\" title=\"vote on this WordPress Idea to remove sponsored themes\">WordPress Idea Discussion to remove sponsored themes</a></li>\n<li><a href=\"http://www.sassylawyer.com/2007/04/06/sponsored-wordpress-themes\" title=\"Sassy Lawyer - Sponsored WordPress Themes\">Sassy Lawyer - Sponsored WordPress Themes</a></li>\n<li><a href=\"http://blogdesignsolutions.com/2007/03/31/wordpress-theme-sponsorship/\" title=\"WordPress Theme Sponsorship\">xMark Blog - WordPress Theme Sponsorship</a></li>\n<li><a href=\"http://www.wpdesigner.com/2007/04/05/deteriorating-community/\" title=\"Deteriorating Theme Community from Small Potato at WP Designer\">WP Designer - Deteriorating Theme Community</a></li>\n<li><a href=\"http://www.wpdesigner.com/2007/02/26/my-take-on-sponsored-themes/\" title=\"WPDesigner - My Take on Sponsored Themes\">WPDesigner - My Take on Sponsored Themes</a></li>\n<li><a href=\"http://kzkw.net/blog/2007/04/12/on-sponsored-themes/\" title=\"On sponsored themes\">One Woman Show - On sponsored themes</a></li>\n<li><a href=\"http://buzzdroid.com/wordpress/themes/wordpress-beware-the-sponsored-link-theme-do-you-know-where-your-pagerank-is-going/\" title=\"Beware The Sponsored Link Theme - Do You Know Where Your PageRank Is Going?\">Buzzroid - Wordpress: Beware The Sponsored Link Theme - Do You Know Where Your PageRank Is Going?</a></li>\n<li><a href=\"http://www.mattcutts.com/blog/text-links-and-pagerank/\" title=\"Text links and PageRank\">Matt Cutts - Text links and PageRank</a></li>\n<li><a href=\"http://www.h4x3d.com/theme-ethics/\" title=\"Theme Ethics from h4X3d.com\">h4X3d.com - Theme Ethics</a></li>\n<li><a href=\"http://www.h4x3d.com/theme-ethics-part-2/\" title=\"Theme Ethics Part 2\">h4&#215;3d.com - Theme Ethics Part 2</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2007/04/09/sponsored-themes/\" title=\"Sponsored themes from Mark at Weblog Tools Collection\">Weblog Tools Collection - Sponsored Themes</a></li>\n<li><a href=\"http://www.blogherald.com/2007/04/06/sponsored-wordpress-themes-a-great-business-model/\" title=\"Blog Herald - Sponsored WordPress Themes: A Great Business Model\">Blog Herald - Sponsored WordPress Themes: A Great Business Model</a></li>\n<li><a href=\"http://www.davidarussell.co.uk/2007/04/12/wordpress-sponsored-themes-controversy/\" title=\"Wordpress sponsored themes controversy\">Spontaneous Monotony - Wordpress sponsored themes controversy</a></li>\n<li><a href=\"http://www.sassylawyer.com/2007/04/12/i-vote-to-remove-sponsored-themes-from-wordpressorg/\" title=\"Sassy Lawyer - I Vote To Remove Sponsored Themes from WordPress.org\">Sassy Lawyer - I Vote To Remove Sponsored Themes from WordPress.org</a></li>\n<li><a href=\"http://webernetarchitect.com/tempest-in-a-teacup-or-baby-momma-drama-over-sponsored-templates/\" title=\"Webernet Architect - Tempest in a Teacup or Baby Momma Drama Over Sponsored Templates\">Webernet Architect - Tempest in a Teacup or Baby Momma Drama Over Sponsored Templates</a></li>\n<li><a href=\"http://www.headsetoptions.org/2007/04/09/the-other-point-of-view-%e2%80%93-a-designers-opinion-on-sponsored-themes/\" title=\"The Other Point of View – A Designers Opinion on Sponsored Themes\">HeadSetOptions - The Other Point of View – A Designers Opinion on Sponsored Themes</a></li>\n<li><a href=\"http://tailrank.com/1713795/On-Sponsored-Themes\" title=\"TailRank - On Sponsored Themes\">TailRank - On Sponsored Themes</a></li>\n<li><a href=\"http://tailrank.com/1713772/Remove-Sponsored-Themes-from-WordPress-org\" title=\"TailRank - Remove Sponsored Themes from WordPress.org\">TailRank - Remove Sponsored Themes from WordPress.org</a></li>\n<li><a href=\"http://www.technorati.com/search/sponsored+themes\" title=\"Technorati - Sponsored Themes Discussion\">Technorati - Sponsored Themes Tags</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+themes\" rel=\"tag\">wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=sponsored+themes\" rel=\"tag\">sponsored themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+sponsored+themes\" rel=\"tag\">wordpress sponsored themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=sponsored+wordpress+themes\" rel=\"tag\">sponsored wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=matt+mullenweg\" rel=\"tag\">matt mullenweg</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=official+wordpress+news\" rel=\"tag\">official wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=weblog+tools+collection\" rel=\"tag\">weblog tools collection</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";}i:4;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 7/12\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/12/wordpress-theme-releases-for-712/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/12/wordpress-theme-releases-for-712/\";s:11:\"description\";s:1323:\"<p><a href=\"http://neverblog.net/thens-wordpress-theme/\">@thens</a> is a 2-column theme that evokes the ancient city.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4326/big-blue-01/\">Big Blue</a> is a sharp-looking 3-column, widget-ready theme with a feel a bit like the WordPress admin dashboard.</p>\n<p><a href=\"http://rayedwards.com/wordpress-themes/direct-response-web-20-free-wordpress-theme/\">Direct Response Web 2.0</a> is a 2-column, widget-ready theme with a Web 2.0 look.</p>\n<p><a href=\"http://deafmusician.com/dm-bloodless/\">DM-Bloodless</a> is a 3-column, widget-ready theme ready for use with adsense.</p>\n<p><a href=\"http://www.h4x3d.com/themes/feather/\">Feather</a> is a one-column theme with rainbowish colors.</p>\n<p><a href=\"http://www.myokyawhtun.com/2007/07/11/genman-wordpress-theme.html/\">Genman</a> is a 3-column, widget-ready theme with a professional look.</p>\n<p><a href=\"http://designer-daily.com/new-wordpress-theme-gone-fishing-185\">Gone Fishing</a> is a 2-column, widget-ready theme with blue accents colors.</p>\n<p><a href=\"http://www.va4business.com/business/64/free-premium-wordpress-blog-theme-talian-released-an-elegant-theme-that-is-very-much-close-to-my-heart/\">Talian</a> is a 3-column, widget-ready, green-and-black theme optimized for SEO and adsense readiness.</p>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 05:00:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1323:\"<p><a href=\"http://neverblog.net/thens-wordpress-theme/\">@thens</a> is a 2-column theme that evokes the ancient city.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4326/big-blue-01/\">Big Blue</a> is a sharp-looking 3-column, widget-ready theme with a feel a bit like the WordPress admin dashboard.</p>\n<p><a href=\"http://rayedwards.com/wordpress-themes/direct-response-web-20-free-wordpress-theme/\">Direct Response Web 2.0</a> is a 2-column, widget-ready theme with a Web 2.0 look.</p>\n<p><a href=\"http://deafmusician.com/dm-bloodless/\">DM-Bloodless</a> is a 3-column, widget-ready theme ready for use with adsense.</p>\n<p><a href=\"http://www.h4x3d.com/themes/feather/\">Feather</a> is a one-column theme with rainbowish colors.</p>\n<p><a href=\"http://www.myokyawhtun.com/2007/07/11/genman-wordpress-theme.html/\">Genman</a> is a 3-column, widget-ready theme with a professional look.</p>\n<p><a href=\"http://designer-daily.com/new-wordpress-theme-gone-fishing-185\">Gone Fishing</a> is a 2-column, widget-ready theme with blue accents colors.</p>\n<p><a href=\"http://www.va4business.com/business/64/free-premium-wordpress-blog-theme-talian-released-an-elegant-theme-that-is-very-much-close-to-my-heart/\">Talian</a> is a 3-column, widget-ready, green-and-black theme optimized for SEO and adsense readiness.</p>\";}i:5;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 7/12\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/12/wordpress-plugin-releases-for-711/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/12/wordpress-plugin-releases-for-711/\";s:11:\"description\";s:1129:\"<p><a href=\"http://kamajole.dk/blog/plugins/comment-highlighter/\">Commen Highlighter</a> is a plugin which can be used to add different style classes to comments. There are already plugins/hacks/alterations that adds a style to all comments written by the blog owner, adds a different style to every other comment, etc. This plugin takes it a bit further.</p>\n<p><a href=\"http://www.blogclout.com/blog/goodies/feed-footer-plugin/\">Feed Footer</a> allows you to add footers under all your blog posts in your RSS feed.</p>\n<p><a href=\"http://www.gossamer-threads.com/blog/gt-wp-plugins\">Gossamer Threads Tag Cloud</a> allows you to create tags for your posts and display them in a cloud on the sidebar. Tags with more hits are displayed in a bigger font to express popularity or emphasis. Tags can also be displayed underneath the post entry.</p>\n<p><a href=\"http://blog.schlunzen.org/iperss/\">ipeRSS</a> allows you to add your images from ipernity directly to your Blog (as a site, in an article, in th esidebar, etc.). If you want to add the images as a site or in an article you need something similar to Exec-PHP or runPHP.</p>\";s:7:\"pubdate\";s:31:\"Thu, 12 Jul 2007 04:45:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1129:\"<p><a href=\"http://kamajole.dk/blog/plugins/comment-highlighter/\">Commen Highlighter</a> is a plugin which can be used to add different style classes to comments. There are already plugins/hacks/alterations that adds a style to all comments written by the blog owner, adds a different style to every other comment, etc. This plugin takes it a bit further.</p>\n<p><a href=\"http://www.blogclout.com/blog/goodies/feed-footer-plugin/\">Feed Footer</a> allows you to add footers under all your blog posts in your RSS feed.</p>\n<p><a href=\"http://www.gossamer-threads.com/blog/gt-wp-plugins\">Gossamer Threads Tag Cloud</a> allows you to create tags for your posts and display them in a cloud on the sidebar. Tags with more hits are displayed in a bigger font to express popularity or emphasis. Tags can also be displayed underneath the post entry.</p>\n<p><a href=\"http://blog.schlunzen.org/iperss/\">ipeRSS</a> allows you to add your images from ipernity directly to your Blog (as a site, in an article, in th esidebar, etc.). If you want to add the images as a site or in an article you need something similar to Exec-PHP or runPHP.</p>\";}i:6;a:7:{s:5:\"title\";s:25:\"Matt: Power to the People\";s:4:\"guid\";s:52:\"http://photomatt.net/2007/07/11/power-to-the-people/\";s:4:\"link\";s:52:\"http://photomatt.net/2007/07/11/power-to-the-people/\";s:11:\"description\";s:318:\"<p><a href=\"http://www.ew.com/ew/article/0,,20040408,00.html\">Power to the People</a>, examines using an appeal to the masses to justify mediocrity. You could turn this article into a technology Madlib, substituting big tech companies, web 2.0 products, and &#8220;users&#8221; for the various entertainment terms.</p>\";s:7:\"pubdate\";s:31:\"Wed, 11 Jul 2007 19:41:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:318:\"<p><a href=\"http://www.ew.com/ew/article/0,,20040408,00.html\">Power to the People</a>, examines using an appeal to the masses to justify mediocrity. You could turn this article into a technology Madlib, substituting big tech companies, web 2.0 products, and &#8220;users&#8221; for the various entertainment terms.</p>\";}i:7;a:7:{s:5:\"title\";s:20:\"Akismet: Two Billion\";s:4:\"guid\";s:47:\"http://blog.akismet.com/2007/07/11/two-billion/\";s:4:\"link\";s:47:\"http://blog.akismet.com/2007/07/11/two-billion/\";s:11:\"description\";s:695:\"<div class=\"snap_preview\"><p>Spam <a href=\"http://akismet.com/stats/\">is growing</a>.</p>\n<p>From 0 to <a href=\"http://blog.akismet.com/2005/12/30/one-meeelllion/\">1,000,000</a>: 70 days</p>\n<p>From 1,000,000 to <a href=\"http://blog.akismet.com/2006/07/08/one-hundred-million/\">100,000,000</a>: 190 days</p>\n<p>100,000,000 to <a href=\"http://photomatt.net/2007/03/22/one-billion-spams/\">1,000,000,000</a>: 257 days</p>\n<p>1 billion to <a href=\"http://blog.akismet.com/2007/07/11/two-billion/\">2 billion</a>: 108 days</p>\n<p>It&#8217;s funny how fast that last billion went. To celebrate we made a <a href=\"http://akismet.com/stats/\">new chart showing total spam blocked over time</a>.</p>\n</div>\";s:7:\"pubdate\";s:31:\"Wed, 11 Jul 2007 09:40:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:695:\"<div class=\"snap_preview\"><p>Spam <a href=\"http://akismet.com/stats/\">is growing</a>.</p>\n<p>From 0 to <a href=\"http://blog.akismet.com/2005/12/30/one-meeelllion/\">1,000,000</a>: 70 days</p>\n<p>From 1,000,000 to <a href=\"http://blog.akismet.com/2006/07/08/one-hundred-million/\">100,000,000</a>: 190 days</p>\n<p>100,000,000 to <a href=\"http://photomatt.net/2007/03/22/one-billion-spams/\">1,000,000,000</a>: 257 days</p>\n<p>1 billion to <a href=\"http://blog.akismet.com/2007/07/11/two-billion/\">2 billion</a>: 108 days</p>\n<p>It&#8217;s funny how fast that last billion went. To celebrate we made a <a href=\"http://akismet.com/stats/\">new chart showing total spam blocked over time</a>.</p>\n</div>\";}i:8;a:7:{s:5:\"title\";s:22:\"Matt: WLTC High Ground\";s:4:\"guid\";s:49:\"http://photomatt.net/2007/07/10/wltc-high-ground/\";s:4:\"link\";s:49:\"http://photomatt.net/2007/07/10/wltc-high-ground/\";s:11:\"description\";s:351:\"<p>A round of applause for Mark Ghosh of Weblogs Tool Collection <a href=\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\">for taking a stand against sponsored themes</a>. Before WordCamp all sponsored themes should be removed from <a href=\"http://themes.wordpress.net/\">themes.wordpress.net</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 11 Jul 2007 05:37:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:351:\"<p>A round of applause for Mark Ghosh of Weblogs Tool Collection <a href=\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\">for taking a stand against sponsored themes</a>. Before WordCamp all sponsored themes should be removed from <a href=\"http://themes.wordpress.net/\">themes.wordpress.net</a>.</p>\";}i:9;a:7:{s:5:\"title\";s:69:\"Weblog Tools Collection: No Sponsored themes on WeblogToolsCollection\";s:4:\"guid\";s:98:\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\";s:4:\"link\";s:98:\"http://weblogtoolscollection.com/archives/2007/07/10/no-sponsored-themes-on-weblogtoolscollection/\";s:11:\"description\";s:741:\"<p>We will not promote sponsored themes on WeblogToolsCollection any more. There are a bunch of reasons for this decision much of which has been <a href=\"http://weblogtoolscollection.com/archives/2007/04/12/on-sponsored-themes/\">rehashed</a> in the <a href=\"http://weblogtoolscollection.com/archives/2007/04/09/sponsored-themes/\">past</a>. Things have gone downhill since then. I cannot hope to please everyone and I do not apologize or repent for this decision. I believe that this is in the best interest of the community and this is the best way I can serve my readers.</p>\n<p>I strongly urge sponsored theme authors to reconsider their means and I laud those who choose to offer their themes to the community without sponsored links.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 23:45:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:741:\"<p>We will not promote sponsored themes on WeblogToolsCollection any more. There are a bunch of reasons for this decision much of which has been <a href=\"http://weblogtoolscollection.com/archives/2007/04/12/on-sponsored-themes/\">rehashed</a> in the <a href=\"http://weblogtoolscollection.com/archives/2007/04/09/sponsored-themes/\">past</a>. Things have gone downhill since then. I cannot hope to please everyone and I do not apologize or repent for this decision. I believe that this is in the best interest of the community and this is the best way I can serve my readers.</p>\n<p>I strongly urge sponsored theme authors to reconsider their means and I laud those who choose to offer their themes to the community without sponsored links.</p>\";}i:10;a:7:{s:5:\"title\";s:30:\"Matt: Automattic and Six Apart\";s:4:\"guid\";s:57:\"http://photomatt.net/2007/07/10/automattic-and-six-apart/\";s:4:\"link\";s:57:\"http://photomatt.net/2007/07/10/automattic-and-six-apart/\";s:11:\"description\";s:175:\"<p><a href=\"http://www.readwriteweb.com/archives/blog_platforms_head_to_head_six_apart_automattic.php\">Read/WriteWeb has a good article about Automattic and Six Apart</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 20:18:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:175:\"<p><a href=\"http://www.readwriteweb.com/archives/blog_platforms_head_to_head_six_apart_automattic.php\">Read/WriteWeb has a good article about Automattic and Six Apart</a>.</p>\";}i:11;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: Six Apart and Automattic Compared\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/10/six-apart-and-automattic-compared/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/10/six-apart-and-automattic-compared/\";s:11:\"description\";s:1167:\"<p><a href=\"http://www.readwriteweb.com/archives/blog_platforms_head_to_head_six_apart_automattic.php\">Six Apart &amp; Automattic Compared</a>: A comparison of two of the three blogging juggernauts on the web. Though the comparison is mildly interesting from a historical novice&#8217;s point of view, I think the article is missing a few things. Since it was written by a business professor, I would have expected more analysis and forecasts rather than a rehashing of the past events in a company history narrative. Furthermore, a story of MT and WP does not make sense without Blogger and it should have been included.</p>\n<p>There are very interesting business model and structure type details of all three companies that I believe are instrumental in their success in each of their arenas and the underlying competitive tension amalgamated with a deep sense of respect and jealousy among each of the competitors would have made for very interesting business reading. In spite of my perceived shortcomings, <a href=\"http://carthik.net/\">Carthik</a> is mentioned in the article (which made my day) and it is worth a quick read if you are new to either company.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 12:00:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1167:\"<p><a href=\"http://www.readwriteweb.com/archives/blog_platforms_head_to_head_six_apart_automattic.php\">Six Apart &amp; Automattic Compared</a>: A comparison of two of the three blogging juggernauts on the web. Though the comparison is mildly interesting from a historical novice&#8217;s point of view, I think the article is missing a few things. Since it was written by a business professor, I would have expected more analysis and forecasts rather than a rehashing of the past events in a company history narrative. Furthermore, a story of MT and WP does not make sense without Blogger and it should have been included.</p>\n<p>There are very interesting business model and structure type details of all three companies that I believe are instrumental in their success in each of their arenas and the underlying competitive tension amalgamated with a deep sense of respect and jealousy among each of the competitors would have made for very interesting business reading. In spite of my perceived shortcomings, <a href=\"http://carthik.net/\">Carthik</a> is mentioned in the article (which made my day) and it is worth a quick read if you are new to either company.</p>\";}i:12;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 7/10\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/10/wordpress-plugin-releases-for-710/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/10/wordpress-plugin-releases-for-710/\";s:11:\"description\";s:955:\"<p><a href=\"http://bavatuesdays.com/div-share/\">divShare</a> allows you to integrate the file upload and storage site with your WordPress and WPMu installation.</p>\n<p><a href=\"http://michael.hinnerup.net/blog/category/jalbum-plugin/\">JAlbum</a> allows you to integrate JAlbum galleries directly into your posts.</p>\n<p><a href=\"http://wp-plugins.net/plugin/MultiUploader%204%20Wordpress\">MultiUploader</a> allows you to attach many files at once.</p>\n<p><a href=\"http://my-first-million-dollars.com/index.php/my-wordpress-plugin/\">Ultimate Progress Bar</a> creates customizable progress meters to show progress of Your projects.</p>\n<p><a href=\"http://wp-plugins.net/plugin/zorpia_hot_box/#plugin_2632\">Zorpia Hot Box</a> lets users publish articles of your website to Zorpia.com directly, vote the published articles of your website, show voted points to each article with the widget, and allow for configuration of theme &#038; style of the widget.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 04:45:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:955:\"<p><a href=\"http://bavatuesdays.com/div-share/\">divShare</a> allows you to integrate the file upload and storage site with your WordPress and WPMu installation.</p>\n<p><a href=\"http://michael.hinnerup.net/blog/category/jalbum-plugin/\">JAlbum</a> allows you to integrate JAlbum galleries directly into your posts.</p>\n<p><a href=\"http://wp-plugins.net/plugin/MultiUploader%204%20Wordpress\">MultiUploader</a> allows you to attach many files at once.</p>\n<p><a href=\"http://my-first-million-dollars.com/index.php/my-wordpress-plugin/\">Ultimate Progress Bar</a> creates customizable progress meters to show progress of Your projects.</p>\n<p><a href=\"http://wp-plugins.net/plugin/zorpia_hot_box/#plugin_2632\">Zorpia Hot Box</a> lets users publish articles of your website to Zorpia.com directly, vote the published articles of your website, show voted points to each article with the widget, and allow for configuration of theme &#038; style of the widget.</p>\";}i:13;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 7/10\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/10/wordpress-theme-releases-for-710/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/10/wordpress-theme-releases-for-710/\";s:11:\"description\";s:1784:\"<p><a href=\"http://www.h4x3d.com/themes/bomb/\">Bomb</a> is a 2-column theme with a fixed background featuring a bomb with smoke fading away.</p>\n<p><a href=\"http://designadaptations.com/notebook/wordpress-theme-into-the-ocean\">Into the Ocean</a> is a gorgeous 2-column theme that supports Ultimate Tag Warrior.</p>\n<p><a href=\"http://themes.wordpress.net/other/no-images/4309/losemymind-10/\">LoseMyMind</a> is a single-column theme with a javascript-powered module at the bottom for showing typical sidebar content.</p>\n<p><a href=\"http://www.freestylez.co.uk/bugclimb-theme/\">BugClimb</a> is a 2-column, green theme with a nice shot of a ladybug.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.dirjournal.com/wp-themes/cleanbright-free-wordpress-theme/\">Cleanbright</a> is a 2-column, simple theme.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.headsetoptions.org/2007/07/08/deserted-3c-3-column-wordpress-widget-ready-theme/\">Deserted</a> is a 3-column, widget-ready theme.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://themey.com/life-wordpress-theme/\">Life</a> is a 2-column theme with bold colors.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4314/poker-theme-2-10/\">Poker #2</a> is a 3-column, widget-ready theme for poker fans.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.jetpacked.com/omega3-wordpress-theme-release/\">Omega 3</a> is a 3-column, fluid theme with a very clean look.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.freestylez.co.uk/redcarpet-theme/\">RedCarpet</a> is a 2-column theme with red, white, and blue colors.  <strong>(Contains sponsored links.)</strong></p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 04:45:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1784:\"<p><a href=\"http://www.h4x3d.com/themes/bomb/\">Bomb</a> is a 2-column theme with a fixed background featuring a bomb with smoke fading away.</p>\n<p><a href=\"http://designadaptations.com/notebook/wordpress-theme-into-the-ocean\">Into the Ocean</a> is a gorgeous 2-column theme that supports Ultimate Tag Warrior.</p>\n<p><a href=\"http://themes.wordpress.net/other/no-images/4309/losemymind-10/\">LoseMyMind</a> is a single-column theme with a javascript-powered module at the bottom for showing typical sidebar content.</p>\n<p><a href=\"http://www.freestylez.co.uk/bugclimb-theme/\">BugClimb</a> is a 2-column, green theme with a nice shot of a ladybug.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.dirjournal.com/wp-themes/cleanbright-free-wordpress-theme/\">Cleanbright</a> is a 2-column, simple theme.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.headsetoptions.org/2007/07/08/deserted-3c-3-column-wordpress-widget-ready-theme/\">Deserted</a> is a 3-column, widget-ready theme.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://themey.com/life-wordpress-theme/\">Life</a> is a 2-column theme with bold colors.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4314/poker-theme-2-10/\">Poker #2</a> is a 3-column, widget-ready theme for poker fans.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.jetpacked.com/omega3-wordpress-theme-release/\">Omega 3</a> is a 3-column, fluid theme with a very clean look.  <strong>(Contains sponsored links.)</strong></p>\n<p><a href=\"http://www.freestylez.co.uk/redcarpet-theme/\">RedCarpet</a> is a 2-column theme with red, white, and blue colors.  <strong>(Contains sponsored links.)</strong></p>\";}i:14;a:7:{s:5:\"title\";s:36:\"Matt: Megatrondon, iPhone AIM Client\";s:4:\"guid\";s:62:\"http://photomatt.net/2007/07/09/megatrondon-iphone-aim-client/\";s:4:\"link\";s:62:\"http://photomatt.net/2007/07/09/megatrondon-iphone-aim-client/\";s:11:\"description\";s:315:\"<p><a href=\"http://en.wikipedia.org/wiki/Just_Blaze\">Just Blaze</a>, hip-hop producer and WordPress user, <a href=\"http://www.themegatrondon2.com/2007/07/08/phone-time/\">has reviewed the iPhone</a>. Includes a video of an AIM client at the end, is that <a href=\"http://www.ebuddy.com/mobile/aim.php\">ebuddy</a>?</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 02:54:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:315:\"<p><a href=\"http://en.wikipedia.org/wiki/Just_Blaze\">Just Blaze</a>, hip-hop producer and WordPress user, <a href=\"http://www.themegatrondon2.com/2007/07/08/phone-time/\">has reviewed the iPhone</a>. Includes a video of an AIM client at the end, is that <a href=\"http://www.ebuddy.com/mobile/aim.php\">ebuddy</a>?</p>\";}i:15;a:7:{s:5:\"title\";s:63:\"Weblog Tools Collection: The “More” Tag on a WordPress Page\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/09/the-more-tag-on-a-wordpress-page/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/09/the-more-tag-on-a-wordpress-page/\";s:11:\"description\";s:1207:\"<p><a href=\"http://rockinthemes.com/\">Nathan Rice</a> wrote about WordPress&#8217;s ability to <a href=\"http://www.blogherald.com/2007/06/21/query_posts-and-your-homepage-design/\">make any page a homepage</a>.  One problem I ran into using the technique of pages was the inability to use the <code>&lt;!--more--&gt;</code> tag to display partial posts.  Apparently this is default behavior (for good reason) on pages.  However, when using Nathan&#8217;s technique, I found myself in a unique situation where I only wanted to show a partial post (on a page) if the post was making use of the <code>&lt;!--more--&gt;</code> tag (apparently, <a href=\"http://wordpress.org/support/topic/113544\">I&#8217;m not alone</a>).</p>\n<p>The technique is rather simple.  Simply declare a variable named <strong>$more</strong> as a global and set it to <strong>false</strong> right before showing your content.  If you wish to resume normal behavior after the content is shown, simply set the variable back to <strong>true</strong>. </p>\n<blockquote><p><code>\n<pre>\n&lt;?php global $more; $more = false; ?&gt;\n&lt;?php the_content(\'Continue Reading\'); ?&gt;\n&lt;?php $more = true; ?&gt;\n</pre>\n<p></code></p>\n</blockquote>\";s:7:\"pubdate\";s:31:\"Tue, 10 Jul 2007 01:30:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Ronald Huereca\";}s:7:\"summary\";s:1207:\"<p><a href=\"http://rockinthemes.com/\">Nathan Rice</a> wrote about WordPress&#8217;s ability to <a href=\"http://www.blogherald.com/2007/06/21/query_posts-and-your-homepage-design/\">make any page a homepage</a>.  One problem I ran into using the technique of pages was the inability to use the <code>&lt;!--more--&gt;</code> tag to display partial posts.  Apparently this is default behavior (for good reason) on pages.  However, when using Nathan&#8217;s technique, I found myself in a unique situation where I only wanted to show a partial post (on a page) if the post was making use of the <code>&lt;!--more--&gt;</code> tag (apparently, <a href=\"http://wordpress.org/support/topic/113544\">I&#8217;m not alone</a>).</p>\n<p>The technique is rather simple.  Simply declare a variable named <strong>$more</strong> as a global and set it to <strong>false</strong> right before showing your content.  If you wish to resume normal behavior after the content is shown, simply set the variable back to <strong>true</strong>. </p>\n<blockquote><p><code>\n<pre>\n&lt;?php global $more; $more = false; ?&gt;\n&lt;?php the_content(\'Continue Reading\'); ?&gt;\n&lt;?php $more = true; ?&gt;\n</pre>\n<p></code></p>\n</blockquote>\";}i:16;a:7:{s:5:\"title\";s:66:\"Dougal Campbell: Sandbox Designs Competition: deadline approaching\";s:4:\"guid\";s:69:\"http://dougal.gunters.org/blog/2007/07/09/sandbox-designs-competition\";s:4:\"link\";s:69:\"http://dougal.gunters.org/blog/2007/07/09/sandbox-designs-competition\";s:11:\"description\";s:2149:\"<p>\nI\'ve mentioned the <a href=\"http://www.plaintxt.org/themes/sandbox/\">Sandbox</a> theme for <a href=\"http://wordpress.org/\">WordPress</a> a couple of times before, but I\'ve neglected to point out the <a href=\"http://www.sndbx.org/\">Sandbox Designs Competition</a> that is going on right now. A few weeks ago, the total prize money stood at over $1600, with 1st prize netting $750.\n</p>\n<p>\nSandbox has a really good structure, with <a href=\"http://www.sndbx.org/wp-content/uploads/readme.html#functions\">lots of semantic classes</a> (and <a href=\"http://microformats.org/\">microformats</a>) added at key points. This allows the clever theme designer to turn their site into a chameleon. You can theme based on the type of page being viewed (blog posts, single post, pages, archives, categories, search page, etc.). And you can theme certain posts based on their categories, their authors, or even by the season, or time of day when the post was published. \n</p>\n<p>\nI\'m hoping that we\'ll see some really stunning designs that use these capabilities in interesting ways. There\'s a strong chance that Sandbox will be included as a standard theme in a future WordPress release, which would expose your work to an extremely large audience. How\'s <em>that</em> for some extra incentive? Do you think you have good <acronym title=\"Cascading Style Sheets\"><span class=\"caps\">CSS</span></acronym> chops? Design your entry and <a href=\"http://www.sndbx.org/details/how-to-submit/\">get it submitted</a>. Just make sure you get your entry in before  the July 29 deadline. And note that the deadline is 12:00am UTC, which is July 28, 8:00pm EDT, or 5:00pm PDT.\n</p>\n<p>\n<acronym title=\"For What Its Worth\"><span class=\"caps\">FWIW</span></acronym>, this site is running Sandbox (albeit, an older, and slightly customized version). But I certainly wouldn\'t try to hold this site up as a paragon of good design. Make something better, okay?\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=822&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_822\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";s:7:\"pubdate\";s:31:\"Mon, 09 Jul 2007 19:25:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:2149:\"<p>\nI\'ve mentioned the <a href=\"http://www.plaintxt.org/themes/sandbox/\">Sandbox</a> theme for <a href=\"http://wordpress.org/\">WordPress</a> a couple of times before, but I\'ve neglected to point out the <a href=\"http://www.sndbx.org/\">Sandbox Designs Competition</a> that is going on right now. A few weeks ago, the total prize money stood at over $1600, with 1st prize netting $750.\n</p>\n<p>\nSandbox has a really good structure, with <a href=\"http://www.sndbx.org/wp-content/uploads/readme.html#functions\">lots of semantic classes</a> (and <a href=\"http://microformats.org/\">microformats</a>) added at key points. This allows the clever theme designer to turn their site into a chameleon. You can theme based on the type of page being viewed (blog posts, single post, pages, archives, categories, search page, etc.). And you can theme certain posts based on their categories, their authors, or even by the season, or time of day when the post was published. \n</p>\n<p>\nI\'m hoping that we\'ll see some really stunning designs that use these capabilities in interesting ways. There\'s a strong chance that Sandbox will be included as a standard theme in a future WordPress release, which would expose your work to an extremely large audience. How\'s <em>that</em> for some extra incentive? Do you think you have good <acronym title=\"Cascading Style Sheets\"><span class=\"caps\">CSS</span></acronym> chops? Design your entry and <a href=\"http://www.sndbx.org/details/how-to-submit/\">get it submitted</a>. Just make sure you get your entry in before  the July 29 deadline. And note that the deadline is 12:00am UTC, which is July 28, 8:00pm EDT, or 5:00pm PDT.\n</p>\n<p>\n<acronym title=\"For What Its Worth\"><span class=\"caps\">FWIW</span></acronym>, this site is running Sandbox (albeit, an older, and slightly customized version). But I certainly wouldn\'t try to hold this site up as a paragon of good design. Make something better, okay?\n</p>\n<p class=\"akst_link\"><a href=\"http://dougal.gunters.org/?p=822&amp;akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_822\" class=\"akst_share_link\" rel=\"nofollow\">Share This</a>\n</p>\";}i:17;a:7:{s:5:\"title\";s:75:\"Weblog Tools Collection: Reduce the Size of Your WordPress Plugin Footprint\";s:4:\"guid\";s:104:\"http://weblogtoolscollection.com/archives/2007/07/09/reduce-the-size-of-your-wordpress-plugin-footprint/\";s:4:\"link\";s:104:\"http://weblogtoolscollection.com/archives/2007/07/09/reduce-the-size-of-your-wordpress-plugin-footprint/\";s:11:\"description\";s:4356:\"<p>For each WordPress plugin you install, you are adding to the bandwidth/server overhead of your site.  As a plugin author, there are some simple steps to take to reduce the footprint of your plugin (whether it be helping with server load or conserving bandwidth), even if your plugin still requires a lot of code.</p>\n<h3>Break Out Admin Panels Into Separate Files</h3>\n<p>Even for simple plugins, <a href=\"http://codex.wordpress.org/Adding_Administration_Menus\">adding admin panels</a> can easily balloon a plugin&#8217;s file size.  A simple, yet effective technique, is to copy the code used for the admin panel to a separate file and simply provide an include in the function that loads the admin panel.</p>\n<p>For example, say you load in your admin panel using this code:</p>\n<blockquote><p><code>\n<pre>\nadd_options_page(\'Plugin Name\', \'Plugin Name\', 10, basename(__FILE__), \'printAdminPage\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>The function <strong>printAdminPage</strong> is going to be the function that loads the admin panel.  Within this function you could have:</p>\n<blockquote><p><code>\n<pre>\nfunction printAdminPage() {\n	include \'includes/admin-panel.php\';\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>The above snippet assumes you have an &#8216;includes&#8217; directory with your admin panel code in &#8216;admin-panel.php&#8217;.</p>\n<blockquote><p>\n<strong>Note:</strong> Per <a href=\"http://dougal.gunters.org/\">Dougal Campbell</a>, includes pose a security risk.  Here is one technique for <a href=\"http://green-beast.com/blog/?p=144\">securing PHP include files</a>.\n</p>\n</blockquote>\n<h3>Use Includes to Separate Major Functions</h3>\n<p>If your plugin has separate functionality, why not separate this functionality into separate files that can be <a href=\"http://us2.php.net/manual/en/function.include.php\">included</a> when needed?  For example, what if your plugin deletes or saves something?  You could include the delete code in its own file, and the save code in another file.</p>\n<blockquote><p><code>\n<pre>\nfunction save_or_delete($task) {\n	switch($task) {\n		case \'save\':\n			include \'includes/save.php\';\n			break;\n		case \'delete\':\n			include \'includes/delete.php\';\n			break;\n	}\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>The above code includes the appropriate code only when certain tasks are performed.</p>\n<h3>Load Parts of Your Plugin on Relevant Pages</h3>\n<p>With more plugins coming with their own stylesheets and JavaScript files, it may be necessary to specify which pages these files should be included.  Fortunately, WordPress has a nice collection of <a href=\"http://codex.wordpress.org/Conditional_Tags\">conditional tags</a> and/or <a href=\"http://codex.wordpress.org/Plugin_API/Action_Reference\">actions</a> that can help you determine what kind of page the end user is using.</p>\n<p>Say that you want to load a piece of JavaScript only when a user is in the admin panel.  Fortunately WordPress has an action specifically for loading scripts in the admin panel called <strong>admin_print_scripts</strong>.  A simple action call would look like:</p>\n<blockquote><p><code>\n<pre>\nadd_action(\'admin_print_scripts\', \'addAdminJS\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>Within this &#8216;addAdminJS&#8217; function, I would run the <strong>wp_enqueue_script</strong> to include my JavaScript file.</p>\n<p>Another example would be only loading a JavaScript file on just single posts and nowhere else.  The action that is necessary to load JavaScript files is <strong>wp_print_scripts</strong>.</p>\n<blockquote><p><code>\n<pre>\nadd_action(\'wp_print_scripts\',\'addJS\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>Within this &#8216;addJS&#8217; function referenced above, we could include a simple conditional tag to determine if we are on a single post.</p>\n<blockquote><p><code>\n<pre>\nfunction addJS() {\n	if (is_single()) {\n		//Do JavaScript code loading here\n	}\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>Now the JavaScript code will only load on a single post and nowhere else.  You can use the same technique for the <strong>wp_head</strong> action when loading style code.</p>\n<h3>Conclusion</h3>\n<p>I outlined three simple ways to reduce your plugin footprint.  Not all ways are beneficial for all plugin authors, but they will hopefully get you thinking about how to reduce the amount of overhead your plugin uses.</p>\";s:7:\"pubdate\";s:31:\"Mon, 09 Jul 2007 09:45:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Ronald Huereca\";}s:7:\"summary\";s:4356:\"<p>For each WordPress plugin you install, you are adding to the bandwidth/server overhead of your site.  As a plugin author, there are some simple steps to take to reduce the footprint of your plugin (whether it be helping with server load or conserving bandwidth), even if your plugin still requires a lot of code.</p>\n<h3>Break Out Admin Panels Into Separate Files</h3>\n<p>Even for simple plugins, <a href=\"http://codex.wordpress.org/Adding_Administration_Menus\">adding admin panels</a> can easily balloon a plugin&#8217;s file size.  A simple, yet effective technique, is to copy the code used for the admin panel to a separate file and simply provide an include in the function that loads the admin panel.</p>\n<p>For example, say you load in your admin panel using this code:</p>\n<blockquote><p><code>\n<pre>\nadd_options_page(\'Plugin Name\', \'Plugin Name\', 10, basename(__FILE__), \'printAdminPage\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>The function <strong>printAdminPage</strong> is going to be the function that loads the admin panel.  Within this function you could have:</p>\n<blockquote><p><code>\n<pre>\nfunction printAdminPage() {\n	include \'includes/admin-panel.php\';\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>The above snippet assumes you have an &#8216;includes&#8217; directory with your admin panel code in &#8216;admin-panel.php&#8217;.</p>\n<blockquote><p>\n<strong>Note:</strong> Per <a href=\"http://dougal.gunters.org/\">Dougal Campbell</a>, includes pose a security risk.  Here is one technique for <a href=\"http://green-beast.com/blog/?p=144\">securing PHP include files</a>.\n</p>\n</blockquote>\n<h3>Use Includes to Separate Major Functions</h3>\n<p>If your plugin has separate functionality, why not separate this functionality into separate files that can be <a href=\"http://us2.php.net/manual/en/function.include.php\">included</a> when needed?  For example, what if your plugin deletes or saves something?  You could include the delete code in its own file, and the save code in another file.</p>\n<blockquote><p><code>\n<pre>\nfunction save_or_delete($task) {\n	switch($task) {\n		case \'save\':\n			include \'includes/save.php\';\n			break;\n		case \'delete\':\n			include \'includes/delete.php\';\n			break;\n	}\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>The above code includes the appropriate code only when certain tasks are performed.</p>\n<h3>Load Parts of Your Plugin on Relevant Pages</h3>\n<p>With more plugins coming with their own stylesheets and JavaScript files, it may be necessary to specify which pages these files should be included.  Fortunately, WordPress has a nice collection of <a href=\"http://codex.wordpress.org/Conditional_Tags\">conditional tags</a> and/or <a href=\"http://codex.wordpress.org/Plugin_API/Action_Reference\">actions</a> that can help you determine what kind of page the end user is using.</p>\n<p>Say that you want to load a piece of JavaScript only when a user is in the admin panel.  Fortunately WordPress has an action specifically for loading scripts in the admin panel called <strong>admin_print_scripts</strong>.  A simple action call would look like:</p>\n<blockquote><p><code>\n<pre>\nadd_action(\'admin_print_scripts\', \'addAdminJS\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>Within this &#8216;addAdminJS&#8217; function, I would run the <strong>wp_enqueue_script</strong> to include my JavaScript file.</p>\n<p>Another example would be only loading a JavaScript file on just single posts and nowhere else.  The action that is necessary to load JavaScript files is <strong>wp_print_scripts</strong>.</p>\n<blockquote><p><code>\n<pre>\nadd_action(\'wp_print_scripts\',\'addJS\');\n</pre>\n<p></code></p>\n</blockquote>\n<p>Within this &#8216;addJS&#8217; function referenced above, we could include a simple conditional tag to determine if we are on a single post.</p>\n<blockquote><p><code>\n<pre>\nfunction addJS() {\n	if (is_single()) {\n		//Do JavaScript code loading here\n	}\n}\n</pre>\n<p></code></p>\n</blockquote>\n<p>Now the JavaScript code will only load on a single post and nowhere else.  You can use the same technique for the <strong>wp_head</strong> action when loading style code.</p>\n<h3>Conclusion</h3>\n<p>I outlined three simple ways to reduce your plugin footprint.  Not all ways are beneficial for all plugin authors, but they will hopefully get you thinking about how to reduce the amount of overhead your plugin uses.</p>\";}i:18;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: Successful Blogging is Hard Work\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/08/successful-blogging-is-hard-work/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/08/successful-blogging-is-hard-work/\";s:11:\"description\";s:833:\"<p><a href=\"http://technology.timesonline.co.uk/tol/news/tech_and_web/the_web/article2038078.ece\">Bloggers want my steak baguette</a>: <em>If you&#8217;ve got a friend who thinks they can make money with their blog, get them to read this piece. Like all people who rise to the top of their profession, it demonstrates a simple truth: good bloggers work like dogs. </em>You better believe it! Making a blog successful and making people want to come back for more <em>everyday</em> is more than a full time job that not only needs dedication but it needs a certain amount of eccentricity and obsessive devotion.</p>\n<p>I guess the above is true for any successful venture that is built from the ground up but if you ever heard someone say that blogging is easy or takes any small amount of work, they are probably full of bees wax.</p>\";s:7:\"pubdate\";s:31:\"Mon, 09 Jul 2007 02:15:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:833:\"<p><a href=\"http://technology.timesonline.co.uk/tol/news/tech_and_web/the_web/article2038078.ece\">Bloggers want my steak baguette</a>: <em>If you&#8217;ve got a friend who thinks they can make money with their blog, get them to read this piece. Like all people who rise to the top of their profession, it demonstrates a simple truth: good bloggers work like dogs. </em>You better believe it! Making a blog successful and making people want to come back for more <em>everyday</em> is more than a full time job that not only needs dedication but it needs a certain amount of eccentricity and obsessive devotion.</p>\n<p>I guess the above is true for any successful venture that is built from the ground up but if you ever heard someone say that blogging is easy or takes any small amount of work, they are probably full of bees wax.</p>\";}i:19;a:7:{s:5:\"title\";s:27:\"Akismet: Protect Salesforce\";s:4:\"guid\";s:54:\"http://blog.akismet.com/2007/07/08/protect-salesforce/\";s:4:\"link\";s:54:\"http://blog.akismet.com/2007/07/08/protect-salesforce/\";s:11:\"description\";s:955:\"<div class=\"snap_preview\"><p>Scott Hemmeter wrote in to tell us that many web forms across the web feed into <a href=\"http://salesforce.com/\">Salesforce.com</a> so people can track the responses and such from them. Like any other form on the web these get spammed to death. Scott has cooked up a solution, combining Akismet and Salesforce to combat spam:</p>\n<blockquote><p>Back in January, I posted about a way to help combat web to lead spam. That type of solution works well, but is not scalable. Also, it is a reactive approach rather than a proactive one.</p>\n<p>I decided to try and see if I could incorporate Akismet into the web to lead process and I was successful in doing so! I created a set of scripts for you to download if you’d like to leverage Akismet with your web to lead forms.</p></blockquote>\n<p><a href=\"http://sfdc.arrowpointe.com/2007/05/24/fight-web-to-lead-spam-w-akismet/\">Read the rest and download the script</a>.</p>\n</div>\";s:7:\"pubdate\";s:31:\"Sun, 08 Jul 2007 22:33:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:955:\"<div class=\"snap_preview\"><p>Scott Hemmeter wrote in to tell us that many web forms across the web feed into <a href=\"http://salesforce.com/\">Salesforce.com</a> so people can track the responses and such from them. Like any other form on the web these get spammed to death. Scott has cooked up a solution, combining Akismet and Salesforce to combat spam:</p>\n<blockquote><p>Back in January, I posted about a way to help combat web to lead spam. That type of solution works well, but is not scalable. Also, it is a reactive approach rather than a proactive one.</p>\n<p>I decided to try and see if I could incorporate Akismet into the web to lead process and I was successful in doing so! I created a set of scripts for you to download if you’d like to leverage Akismet with your web to lead forms.</p></blockquote>\n<p><a href=\"http://sfdc.arrowpointe.com/2007/05/24/fight-web-to-lead-spam-w-akismet/\">Read the rest and download the script</a>.</p>\n</div>\";}i:20;a:7:{s:5:\"title\";s:61:\"Lorelle on WP: Choosing WordPress: Which WordPress to Choose?\";s:4:\"guid\";s:85:\"http://lorelle.wordpress.com/2007/07/08/choosing-wordpress-which-wordpress-to-choose/\";s:4:\"link\";s:85:\"http://lorelle.wordpress.com/2007/07/08/choosing-wordpress-which-wordpress-to-choose/\";s:11:\"description\";s:596:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-tips/\" title=\"WordPress Tips\"><img src=\"http://lorelle.files.wordpress.com/2006/11/wordpresstips.gif\" alt=\"\" align=\"right\" /></a>There has recently been some confusion over the issue and types of WordPress blogs. Here is a brief summary to help you understand which is which, what you can do with each, to help you choose your ideal WordPress blog system.<br />\n <a href=\"http://lorelle.wordpress.com/2007/07/08/choosing-wordpress-which-wordpress-to-choose/#more-1968\" class=\"more-link\">(more&#8230;)</a></p>\n</div>\";s:7:\"pubdate\";s:31:\"Sun, 08 Jul 2007 10:03:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:596:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-tips/\" title=\"WordPress Tips\"><img src=\"http://lorelle.files.wordpress.com/2006/11/wordpresstips.gif\" alt=\"\" align=\"right\" /></a>There has recently been some confusion over the issue and types of WordPress blogs. Here is a brief summary to help you understand which is which, what you can do with each, to help you choose your ideal WordPress blog system.<br />\n <a href=\"http://lorelle.wordpress.com/2007/07/08/choosing-wordpress-which-wordpress-to-choose/#more-1968\" class=\"more-link\">(more&#8230;)</a></p>\n</div>\";}i:21;a:7:{s:5:\"title\";s:68:\"WordPress Podcast: Episode 27: WordPress 2.2.1 and WordCamp Schedule\";s:4:\"guid\";s:82:\"http://wp-community.org/2007/07/08/episode-27-wordpress-221-and-wordcamp-schedule/\";s:4:\"link\";s:82:\"http://wp-community.org/2007/07/08/episode-27-wordpress-221-and-wordcamp-schedule/\";s:11:\"description\";s:4770:\"<table border=\"0\" cellpadding=\"4\" cellspacing=\"4\" width=\"100%\">\n<tr>\n<td valign=\"top\">01:51</td>\n<td valign=\"top\">News: <strong>WordPress 2.2.1 is a security fix</strong><br />\nWordPress 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. Here are some highlights.</p>\n<ul>\n<li> Atom feed validation fixes</li>\n<li>XML-RPC fixes</li>\n<li>Widget backward compatibility fixes</li>\n<li>Widget layout fixes for IE7</li>\n<li>Page and Text Widget improvements</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\" class=\"extlink\">Remote shell injection in PHPMailer</a></li>\n<li><a href=\"http://www.milw0rm.com/exploits/4039\" class=\"extlink\">Remote SQL injection in XML-RPC</a></li>\n<li><a href=\"http://archives.neohapsis.com/archives/fulldisclosure/2007-06/0180.html\" class=\"extlink\">Unescaped attribute in default theme</a></li>\n</ul>\n<p>Matt Mullenweg <a href=\"http://photomatt.net/2007/06/22/on-wp-security/\" class=\"extlink\">answered some criticism</a> about the security fixes and the version updates.</td>\n</tr>\n<tr>\n<td valign=\"top\">11:26</td>\n<td valign=\"top\">News: <strong>WordCamp Registration Opened and Speakers Announced</strong><br />\nRegistration for <a href=\"http://2007.wordcamp.org/\" class=\"extlink\">WordCamp 2007 San Francisco</a> was opened up and it&#8217;ll cost you $25 this year, but that&#8217;ll get you a WordCamp t-shirt and lunch both days. Registration closes Monday, July 9th, so you&#8217;d better sign up now if you&#8217;re going.The program is divided into two parts this year. Saturday is focused on general WordPress usage while Sunday is focused on more advanced topics.</td>\n</tr>\n<tr>\n<td valign=\"top\">20:56</td>\n<td valign=\"top\">News: <strong>In San Francisco Friday? Want to come to a WordPress Podcast Meetup?</strong><br />\nAaron and I are kicking around the idea of hosting a meetup in the San Francisco area Friday afternoon prior to WordCamp. If you&#8217;re in town then, would you be interested in meeting up?</td>\n</tr>\n<tr>\n<td valign=\"top\">22:55</td>\n<td valign=\"“top”\">Plug-in: <strong><a href=\"http://planetozh.com/blog/my-projects/plugin-to-correctly-spell-wordpress-not-word-press/\" class=\"extlink\">Spell WordPress</a></strong> is for those who are fastidious about making sure the trademark name is always spelled correctly. (This plugin is based on a <a href=\"http://charlesstricklin.com/2007/06/15/get-it-right/\" class=\"extlink\">rant from my personal blog</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">25:42</td>\n<td valign=\"“top”\">Plug-in: <strong><a href=\"http://www.utheguru.com/seo_wordpress-wordpress-seo-plugin\" class=\"extlink\">SEO WordPress</a></strong> reduces duplicate content on your blog. The plugin essentially &#8216;herds&#8217; googlebot and other spiders to the content you want indexed. The result? A much more search engine friendly blog and better indexing.</td>\n</tr>\n<tr>\n<td valign=\"top\">29:02</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.raproject.com/wordpress/plugins/wp-ajax-edit-comments/\" class=\"extlink\">AJAX Edit Comments 1.1</a></strong> allows admin and users to edit comments from a post. Users see a countdown timer when editing a comment. Admin can now also edit, delete, and mark as spam from a post without having to go to the admin panel. In other words, any user that leaves a comment on your blog can edit their comments.</td>\n</tr>\n<tr>\n<td valign=\"top\">31:46</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.mapelli.info/feed/feed-count-11\" class=\"extlink\">Feed Count</a></strong> provides an alternative to <a href=\"http://www.feedburner.com\" class=\"extlink\">FeedBurner</a>&#8217;s subscribers count chicklet. Users can customize the CSS style, refresh time, and link. Feed Count also uses before and after tags and integrates with the WordPress admin panel.</td>\n</tr>\n<tr>\n<td valign=\"top\">32:58</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.thumbria.com/feed-master/\" class=\"extlink\">Feed Master</a></strong> is a beta-release plugin that allows blog owners to count the number of subscribers to their blog’s feed. Feed Master offers greater personalization of your feed, improved plugin interface, more specific statistics, ability to create feed networks, information about subscribers, and automatically creates a robot.txt file.</td>\n</tr>\n</table>\";s:7:\"pubdate\";s:31:\"Sun, 08 Jul 2007 07:38:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Charles Stricklin\";}s:7:\"summary\";s:4770:\"<table border=\"0\" cellpadding=\"4\" cellspacing=\"4\" width=\"100%\">\n<tr>\n<td valign=\"top\">01:51</td>\n<td valign=\"top\">News: <strong>WordPress 2.2.1 is a security fix</strong><br />\nWordPress 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. Here are some highlights.</p>\n<ul>\n<li> Atom feed validation fixes</li>\n<li>XML-RPC fixes</li>\n<li>Widget backward compatibility fixes</li>\n<li>Widget layout fixes for IE7</li>\n<li>Page and Text Widget improvements</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\" class=\"extlink\">Remote shell injection in PHPMailer</a></li>\n<li><a href=\"http://www.milw0rm.com/exploits/4039\" class=\"extlink\">Remote SQL injection in XML-RPC</a></li>\n<li><a href=\"http://archives.neohapsis.com/archives/fulldisclosure/2007-06/0180.html\" class=\"extlink\">Unescaped attribute in default theme</a></li>\n</ul>\n<p>Matt Mullenweg <a href=\"http://photomatt.net/2007/06/22/on-wp-security/\" class=\"extlink\">answered some criticism</a> about the security fixes and the version updates.</td>\n</tr>\n<tr>\n<td valign=\"top\">11:26</td>\n<td valign=\"top\">News: <strong>WordCamp Registration Opened and Speakers Announced</strong><br />\nRegistration for <a href=\"http://2007.wordcamp.org/\" class=\"extlink\">WordCamp 2007 San Francisco</a> was opened up and it&#8217;ll cost you $25 this year, but that&#8217;ll get you a WordCamp t-shirt and lunch both days. Registration closes Monday, July 9th, so you&#8217;d better sign up now if you&#8217;re going.The program is divided into two parts this year. Saturday is focused on general WordPress usage while Sunday is focused on more advanced topics.</td>\n</tr>\n<tr>\n<td valign=\"top\">20:56</td>\n<td valign=\"top\">News: <strong>In San Francisco Friday? Want to come to a WordPress Podcast Meetup?</strong><br />\nAaron and I are kicking around the idea of hosting a meetup in the San Francisco area Friday afternoon prior to WordCamp. If you&#8217;re in town then, would you be interested in meeting up?</td>\n</tr>\n<tr>\n<td valign=\"top\">22:55</td>\n<td valign=\"“top”\">Plug-in: <strong><a href=\"http://planetozh.com/blog/my-projects/plugin-to-correctly-spell-wordpress-not-word-press/\" class=\"extlink\">Spell WordPress</a></strong> is for those who are fastidious about making sure the trademark name is always spelled correctly. (This plugin is based on a <a href=\"http://charlesstricklin.com/2007/06/15/get-it-right/\" class=\"extlink\">rant from my personal blog</a>.</td>\n</tr>\n<tr>\n<td valign=\"top\">25:42</td>\n<td valign=\"“top”\">Plug-in: <strong><a href=\"http://www.utheguru.com/seo_wordpress-wordpress-seo-plugin\" class=\"extlink\">SEO WordPress</a></strong> reduces duplicate content on your blog. The plugin essentially &#8216;herds&#8217; googlebot and other spiders to the content you want indexed. The result? A much more search engine friendly blog and better indexing.</td>\n</tr>\n<tr>\n<td valign=\"top\">29:02</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.raproject.com/wordpress/plugins/wp-ajax-edit-comments/\" class=\"extlink\">AJAX Edit Comments 1.1</a></strong> allows admin and users to edit comments from a post. Users see a countdown timer when editing a comment. Admin can now also edit, delete, and mark as spam from a post without having to go to the admin panel. In other words, any user that leaves a comment on your blog can edit their comments.</td>\n</tr>\n<tr>\n<td valign=\"top\">31:46</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.mapelli.info/feed/feed-count-11\" class=\"extlink\">Feed Count</a></strong> provides an alternative to <a href=\"http://www.feedburner.com\" class=\"extlink\">FeedBurner</a>&#8217;s subscribers count chicklet. Users can customize the CSS style, refresh time, and link. Feed Count also uses before and after tags and integrates with the WordPress admin panel.</td>\n</tr>\n<tr>\n<td valign=\"top\">32:58</td>\n<td valign=\"top\">Plug-in: <strong><a href=\"http://www.thumbria.com/feed-master/\" class=\"extlink\">Feed Master</a></strong> is a beta-release plugin that allows blog owners to count the number of subscribers to their blog’s feed. Feed Master offers greater personalization of your feed, improved plugin interface, more specific statistics, ability to create feed networks, information about subscribers, and automatically creates a robot.txt file.</td>\n</tr>\n</table>\";}i:22;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Plugin Releases for 7/8\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/08/wordpress-plugin-releases-for-78/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/08/wordpress-plugin-releases-for-78/\";s:11:\"description\";s:1165:\"<p><a href=\"http://wp-plugins.net/plugin/aggr/#plugin_2627\">aggr</a> allows you to place the contents of an RSS feed into your pages or posts. It is a deeply modified version of the Aggregate plugin of Rob Miller.</p>\n<p><a href=\"http://wp-plugins.net/plugin/ImageControSize/#plugin_2626\">Image Control Size</a> lets you have more control over your thumbnails.</p>\n<p><a href=\"http://wp-plugins.net/plugin/lepcount/#plugin_2628\">Leprakhauns Word Count</a> gives you an estimated number of words based on the tiny_MCE in Wordpress. You do not need to post anything for the count to show up, it does it in real time using Javascript.</p>\n<p><a href=\"http://wp-plugins.net/plugin/pluginst/#plugin_2440\">Pluginstaller</a> is a plugin-management plugin that eliminates the need to download a plugin archive, upload it to your FTP server and unpack it manually.</p>\n<p><a href=\"http://wp-plugins.net/plugin/wp-downloadcounter/#plugin_2624\">WordPress Download Counter</a> keeps track of the amount of downloads for specific files. It will also store the last time the file was downloaded. You can use tags to add the download url or download count to any page or post.</p>\";s:7:\"pubdate\";s:31:\"Sun, 08 Jul 2007 04:45:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1165:\"<p><a href=\"http://wp-plugins.net/plugin/aggr/#plugin_2627\">aggr</a> allows you to place the contents of an RSS feed into your pages or posts. It is a deeply modified version of the Aggregate plugin of Rob Miller.</p>\n<p><a href=\"http://wp-plugins.net/plugin/ImageControSize/#plugin_2626\">Image Control Size</a> lets you have more control over your thumbnails.</p>\n<p><a href=\"http://wp-plugins.net/plugin/lepcount/#plugin_2628\">Leprakhauns Word Count</a> gives you an estimated number of words based on the tiny_MCE in Wordpress. You do not need to post anything for the count to show up, it does it in real time using Javascript.</p>\n<p><a href=\"http://wp-plugins.net/plugin/pluginst/#plugin_2440\">Pluginstaller</a> is a plugin-management plugin that eliminates the need to download a plugin archive, upload it to your FTP server and unpack it manually.</p>\n<p><a href=\"http://wp-plugins.net/plugin/wp-downloadcounter/#plugin_2624\">WordPress Download Counter</a> keeps track of the amount of downloads for specific files. It will also store the last time the file was downloaded. You can use tags to add the download url or download count to any page or post.</p>\";}i:23;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 7/8\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/08/wordpress-theme-releases-for-78/\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/08/wordpress-theme-releases-for-78/\";s:11:\"description\";s:2221:\"<p><a href=\"http://www.linkrain.com/articles/acid-green-pro-free-wordpress-theme/\">Acid Green</a> is a 3-column, widget-ready theme featuring green, white, and grey colors.</p>\n<p><a href=\"http://www.mozspot.com/2007/07/06/wordpress-theme-bblack\">BBlack</a> is a 2-column, widget-ready, black theme with right-side sidebar.</p>\n<p><a href=\"http://blogcut.com/2007/07/05/gazeb-website-template-and-wordpress-theme/\">Gazeb</a> is a 2-column, dark theme based on a website template.</p>\n<p><a href=\"http://www.wpdesigner.com/2007/07/05/lust-wordpress-theme/\">Lust</a> is a very attractive 2-column, widget-ready theme.</p>\n<p><a href=\"http://www.h4x3d.com/themes/moon/\">Moon</a> is a 3-column, widget-ready theme with a prominent moon header image and features mootools.</p>\n<p><a href=\"http://www.h4x3d.com/themes/sign/\">Sign</a> is a 2-column, cityscape theme with two different cityscape options for a backdrop.</p>\n<p><a href=\"http://www.romow.com/blog/free-wordpress-theme-blackredone/\">BlackRedone</a> is a 2-column, widget-ready theme suitable for professional sites.  Also check out <a href=\"http://www.romow.com/blog/free-wordpress-template-sleekbluey/\">SleekBluey</a> and <a href=\"http://www.romow.com/blog/free-wordpress-template-roundedorange/\">RoundedOrange</a> by the same designer.  (Contains sponsored links.)</p>\n<p><a href=\"http://themey.com/coffee-wordpress-theme/\">Coffee</a> is a 2-column theme perfect for those who just have to have their morning cuppajoe.  (Contains sponsored links.)</p>\n<p><a href=\"http://blogem-up.com/blog/gamers-target-10-free-wordpress-theme.htm\">Gamers Target</a> is a 2-column, widget-ready theme designed with the gaming blogger in mind.  (Contains sponsored links.)</p>\n<p><a href=\"http://biboz.net/hello-kitty/\">Hello Kitty</a> is a 2-column, pink theme based on its namesake.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4274/spotless-dot/\">Spotless Dot</a> is a 2-column, minimalistic theme that provides support for several plugins.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.freestylez.co.uk/summers-day-theme/\">Summers Day</a> is a 2-column theme featuring striking colors.  (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Sun, 08 Jul 2007 04:45:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2221:\"<p><a href=\"http://www.linkrain.com/articles/acid-green-pro-free-wordpress-theme/\">Acid Green</a> is a 3-column, widget-ready theme featuring green, white, and grey colors.</p>\n<p><a href=\"http://www.mozspot.com/2007/07/06/wordpress-theme-bblack\">BBlack</a> is a 2-column, widget-ready, black theme with right-side sidebar.</p>\n<p><a href=\"http://blogcut.com/2007/07/05/gazeb-website-template-and-wordpress-theme/\">Gazeb</a> is a 2-column, dark theme based on a website template.</p>\n<p><a href=\"http://www.wpdesigner.com/2007/07/05/lust-wordpress-theme/\">Lust</a> is a very attractive 2-column, widget-ready theme.</p>\n<p><a href=\"http://www.h4x3d.com/themes/moon/\">Moon</a> is a 3-column, widget-ready theme with a prominent moon header image and features mootools.</p>\n<p><a href=\"http://www.h4x3d.com/themes/sign/\">Sign</a> is a 2-column, cityscape theme with two different cityscape options for a backdrop.</p>\n<p><a href=\"http://www.romow.com/blog/free-wordpress-theme-blackredone/\">BlackRedone</a> is a 2-column, widget-ready theme suitable for professional sites.  Also check out <a href=\"http://www.romow.com/blog/free-wordpress-template-sleekbluey/\">SleekBluey</a> and <a href=\"http://www.romow.com/blog/free-wordpress-template-roundedorange/\">RoundedOrange</a> by the same designer.  (Contains sponsored links.)</p>\n<p><a href=\"http://themey.com/coffee-wordpress-theme/\">Coffee</a> is a 2-column theme perfect for those who just have to have their morning cuppajoe.  (Contains sponsored links.)</p>\n<p><a href=\"http://blogem-up.com/blog/gamers-target-10-free-wordpress-theme.htm\">Gamers Target</a> is a 2-column, widget-ready theme designed with the gaming blogger in mind.  (Contains sponsored links.)</p>\n<p><a href=\"http://biboz.net/hello-kitty/\">Hello Kitty</a> is a 2-column, pink theme based on its namesake.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4274/spotless-dot/\">Spotless Dot</a> is a 2-column, minimalistic theme that provides support for several plugins.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.freestylez.co.uk/summers-day-theme/\">Summers Day</a> is a 2-column theme featuring striking colors.  (Contains sponsored links.)</p>\";}i:24;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress iPhone Theme and Plugin\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/06/wordpress-iphone-theme-and-plugin/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/07/06/wordpress-iphone-theme-and-plugin/\";s:11:\"description\";s:766:\"<p><a href=\"http://iwphone.contentrobot.com/\">iWPhone WordPress Plugin and Theme by ContentRobot</a>:</p>\n<blockquote><p>The iWPhone WordPress Plugin and Theme automatically reformats your blog’s content for optimized viewing on Apple’s iPhone. It detects the iPhone’s User Agent and serves up the content with the special theme only to iPhone visitors, all other browsers will view your WordPress blog with your current theme.</p></blockquote>\n<p>Delish! A classmate of mine is an AT&amp;T regional manager and has an iPhone. I will be checking out WeblogToolsCollection.com in &lt;sarcasm&gt;glorious EDGE speeds&lt;/sarcasm&gt; tomorrow! <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";s:7:\"pubdate\";s:31:\"Sat, 07 Jul 2007 02:15:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:766:\"<p><a href=\"http://iwphone.contentrobot.com/\">iWPhone WordPress Plugin and Theme by ContentRobot</a>:</p>\n<blockquote><p>The iWPhone WordPress Plugin and Theme automatically reformats your blog’s content for optimized viewing on Apple’s iPhone. It detects the iPhone’s User Agent and serves up the content with the special theme only to iPhone visitors, all other browsers will view your WordPress blog with your current theme.</p></blockquote>\n<p>Delish! A classmate of mine is an AT&amp;T regional manager and has an iPhone. I will be checking out WeblogToolsCollection.com in &lt;sarcasm&gt;glorious EDGE speeds&lt;/sarcasm&gt; tomorrow! <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";}i:25;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: Adsense with Rounded Corners\";s:4:\"guid\";s:82:\"http://weblogtoolscollection.com/archives/2007/07/06/adsense-with-rounded-corners/\";s:4:\"link\";s:82:\"http://weblogtoolscollection.com/archives/2007/07/06/adsense-with-rounded-corners/\";s:11:\"description\";s:666:\"<p><a href=\"http://www.quickonlinetips.com/archives/2007/06/google-adsense-ad-border-with-rounded-corners/\">Google Adsense Ad Border with Rounded Corners</a>: Apparently I was snoozing when this feature was released by Google but now you can have rounded corners on your Google AdSense ads. This could be a good way to increase your CTR, especially on blogs with AdSense blindness. I can see people coming up with very creative variations of the borders and colors to attract more attention to AdSense ads. I first noticed it on Google Blogoscoped while reading their article on <a href=\"http://blogoscoped.com/archive/2007-06-29-n50.html\">AdSense Referrals</a>.</p>\";s:7:\"pubdate\";s:31:\"Fri, 06 Jul 2007 17:00:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:666:\"<p><a href=\"http://www.quickonlinetips.com/archives/2007/06/google-adsense-ad-border-with-rounded-corners/\">Google Adsense Ad Border with Rounded Corners</a>: Apparently I was snoozing when this feature was released by Google but now you can have rounded corners on your Google AdSense ads. This could be a good way to increase your CTR, especially on blogs with AdSense blindness. I can see people coming up with very creative variations of the borders and colors to attract more attention to AdSense ads. I first noticed it on Google Blogoscoped while reading their article on <a href=\"http://blogoscoped.com/archive/2007-06-29-n50.html\">AdSense Referrals</a>.</p>\";}i:26;a:7:{s:5:\"title\";s:61:\"Lorelle on WP: Registration for WordCamp 2007 Closes July 9th\";s:4:\"guid\";s:87:\"http://lorelle.wordpress.com/2007/07/05/registration-for-wordcamp-2007-closes-july-9th/\";s:4:\"link\";s:87:\"http://lorelle.wordpress.com/2007/07/05/registration-for-wordcamp-2007-closes-july-9th/\";s:11:\"description\";s:5024:\"<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>I just saw an announcement on the front page of the <a href=\"http://wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> site that registration for <a href=\"http://2007.wordcamp.org/\" title=\"WordCamp\" rel=\"tag\">WordCamp 2007</a> closes July 9th.</p>\n<p>To ensure a place at the WordCamp conference, <a href=\"http://2007.wordcamp.org/register/\" title=\"WordCamp registration\">register immediately</a>. The price for the two day conference, July 21-22 in San Francisco, is $25 USD paid via PayPal. When was the last time you attended anything for that kind of price? Especially a two day event!</p>\n<p>The <a href=\"http://2007.wordcamp.org/schedule/\" title=\"WordCamp Schedule\">WordCamp Schedule</a> is jammed with the best of the best in blogging and WordPress, so get your ticket now before it&#8217;s too late.</p>\n<h4>Related Articles</h4>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/20/wordcamp-2007-registration-and-schedule/\" title=\"WordCamp 2007 Registration and Schedule\">WordCamp 2007 Registration and Schedule</a></li>\n<li><a href=\"http://www.blogherald.com/2007/07/04/wordpress-wednesday-news-wordcamp-filling-up-fast-wordpress-221-mandatory-upgrade-hot-wordpress-themes-and-plugins-wordpress-security-and-wordpress-nerds-blog-naked/\" title=\"WordCamp Filling Up Fast, WordPress 2.2.1 Mandatory Upgrade, Hot WordPress Themes and Plugins, WordPress Security, and WordPress Nerds Blog Naked\">WordPress Wednesday News: WordCamp Filling Up Fast, WordPress 2.2.1 Mandatory Upgrade, Hot WordPress Themes and Plugins, WordPress Security, and WordPress Nerds Blog Naked</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/29/weekly-digest-interviews-guest-blogging-kind-words-and-wordcamp/\" title=\"Interviews, Guest Blogging, Kind Words, and WordCamp\">Weekly Digest: Interviews, Guest Blogging, Kind Words, and WordCamp</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/22/weekly-digest-problogger-guest-blogging-speaking-at-wordcamp-blogathon-parties-and-blogging-tips/\" title=\"Problogger Guest Blogging, Speaking at WordCamp, Blogathon, Parties, and Blogging Tips\">Weekly Digest: Problogger Guest Blogging, Speaking at WordCamp, Blogathon, Parties, and Blogging Tips</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/01/12/got-a-wordpress-event-or-group/\" title=\"Got a WordPress Event or Group?\">Got a WordPress Event or Group?</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/08/09/all-the-news-that-was-from-wordcamp-2006/\" title=\"All The News That Was from WordCamp 2006\">All The News That Was from WordCamp 2006</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/07/27/whats-new-with-wordpress-news-and-wordcamp-wordpress-conference/\" title=\"What’s New With WordPress News and WordCamp WordPress Conference\">What’s New With WordPress News and WordCamp WordPress Conference</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp\" rel=\"tag\">wordcamp</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+wordcamp\" rel=\"tag\">wordpress 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+events\" rel=\"tag\">wordpress events</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";s:7:\"pubdate\";s:31:\"Thu, 05 Jul 2007 17:18:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:5024:\"<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>I just saw an announcement on the front page of the <a href=\"http://wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> site that registration for <a href=\"http://2007.wordcamp.org/\" title=\"WordCamp\" rel=\"tag\">WordCamp 2007</a> closes July 9th.</p>\n<p>To ensure a place at the WordCamp conference, <a href=\"http://2007.wordcamp.org/register/\" title=\"WordCamp registration\">register immediately</a>. The price for the two day conference, July 21-22 in San Francisco, is $25 USD paid via PayPal. When was the last time you attended anything for that kind of price? Especially a two day event!</p>\n<p>The <a href=\"http://2007.wordcamp.org/schedule/\" title=\"WordCamp Schedule\">WordCamp Schedule</a> is jammed with the best of the best in blogging and WordPress, so get your ticket now before it&#8217;s too late.</p>\n<h4>Related Articles</h4>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/20/wordcamp-2007-registration-and-schedule/\" title=\"WordCamp 2007 Registration and Schedule\">WordCamp 2007 Registration and Schedule</a></li>\n<li><a href=\"http://www.blogherald.com/2007/07/04/wordpress-wednesday-news-wordcamp-filling-up-fast-wordpress-221-mandatory-upgrade-hot-wordpress-themes-and-plugins-wordpress-security-and-wordpress-nerds-blog-naked/\" title=\"WordCamp Filling Up Fast, WordPress 2.2.1 Mandatory Upgrade, Hot WordPress Themes and Plugins, WordPress Security, and WordPress Nerds Blog Naked\">WordPress Wednesday News: WordCamp Filling Up Fast, WordPress 2.2.1 Mandatory Upgrade, Hot WordPress Themes and Plugins, WordPress Security, and WordPress Nerds Blog Naked</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/29/weekly-digest-interviews-guest-blogging-kind-words-and-wordcamp/\" title=\"Interviews, Guest Blogging, Kind Words, and WordCamp\">Weekly Digest: Interviews, Guest Blogging, Kind Words, and WordCamp</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/22/weekly-digest-problogger-guest-blogging-speaking-at-wordcamp-blogathon-parties-and-blogging-tips/\" title=\"Problogger Guest Blogging, Speaking at WordCamp, Blogathon, Parties, and Blogging Tips\">Weekly Digest: Problogger Guest Blogging, Speaking at WordCamp, Blogathon, Parties, and Blogging Tips</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/01/12/got-a-wordpress-event-or-group/\" title=\"Got a WordPress Event or Group?\">Got a WordPress Event or Group?</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/08/09/all-the-news-that-was-from-wordcamp-2006/\" title=\"All The News That Was from WordCamp 2006\">All The News That Was from WordCamp 2006</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/07/27/whats-new-with-wordpress-news-and-wordcamp-wordpress-conference/\" title=\"What’s New With WordPress News and WordCamp WordPress Conference\">What’s New With WordPress News and WordCamp WordPress Conference</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordcamp\" rel=\"tag\">wordcamp</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+wordcamp\" rel=\"tag\">wordpress 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+events\" rel=\"tag\">wordpress events</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";}i:27;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: ChipIn: Funds for a reason\";s:4:\"guid\";s:79:\"http://weblogtoolscollection.com/archives/2007/07/05/chipin-funds-for-a-reason/\";s:4:\"link\";s:79:\"http://weblogtoolscollection.com/archives/2007/07/05/chipin-funds-for-a-reason/\";s:11:\"description\";s:1142:\"<p><a href=\"http://www.chipin.com/\">ChipIn</a> is an online tool to collect money from your blog or website and they have widgets that you can embed in your sidebar. It is a good way to keep track of your donations and an eye catching way of keeping track of your fund raising project. I personally like the backend interface and widget loads fast and you can <a href=\"http://www.chipin.com/mywidgets/id/606de40179ffe973\">choose many different applications</a> to display the widget on including hosted Wordpress blogs. At this time ChipIn does not charge any money to use their widget and the only fees you have to pay is for the PayPal transfer. This could be really useful to churches and other non-profit groups that regularly require donations for projects. ChipIn caught my eye when I was browsing a Church&#8217;s blog and they were collecting money for a new air-conditioner. I might set one up for the <a href=\"http://weblogtoolscollection.com/pluginblog/\">Wordpress Plugin Competition</a>.</p>\n<p>Know of anyone that could use ChipIn? If you do end up setting up a fund raiser for something using ChipIn, please leave a comment.</p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Jul 2007 16:15:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1142:\"<p><a href=\"http://www.chipin.com/\">ChipIn</a> is an online tool to collect money from your blog or website and they have widgets that you can embed in your sidebar. It is a good way to keep track of your donations and an eye catching way of keeping track of your fund raising project. I personally like the backend interface and widget loads fast and you can <a href=\"http://www.chipin.com/mywidgets/id/606de40179ffe973\">choose many different applications</a> to display the widget on including hosted Wordpress blogs. At this time ChipIn does not charge any money to use their widget and the only fees you have to pay is for the PayPal transfer. This could be really useful to churches and other non-profit groups that regularly require donations for projects. ChipIn caught my eye when I was browsing a Church&#8217;s blog and they were collecting money for a new air-conditioner. I might set one up for the <a href=\"http://weblogtoolscollection.com/pluginblog/\">Wordpress Plugin Competition</a>.</p>\n<p>Know of anyone that could use ChipIn? If you do end up setting up a fund raiser for something using ChipIn, please leave a comment.</p>\";}i:28;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 7/5\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/05/wordpress-theme-releases-for-75/\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/05/wordpress-theme-releases-for-75/\";s:11:\"description\";s:1417:\"<p><a href=\"http://www.linkrain.com/articles/rctic-business-free-wordpress-theme/\">@arctic business</a> is a 3-column, widget-ready theme with left and right sidebars.  </p>\n<p><a href=\"http://www.h4x3d.com/themes/fresh-apple/\">Fresh Apple</a> is a 3-column, adsense-ready theme with white and green colors.</p>\n<p><a href=\"http://corymiller.com/free-wordpress-theme/rockinchrome-is-here-my-dark-three-column-free-theme-released/\">Rockin&#8217; Chrome</a> is a 3-column, widget-ready theme with black, grey, and red colors.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/07/04/tech-9/\">Tech9</a> is a 4-column theme that supports recent comments and posts, del.icio.us, and flickr.</p>\n<p><a href=\"http://www.briangardner.com/themes/vertigo-blue-wordpress-theme.htm\">VertigoBlue</a> is a 2- or 3-column, widget-ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4232/emporium-grass/\">Emporium Grass</a> is a 3-column, widget-ready theme with a custom grassy header.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.romow.com/blog/free-wordpress-theme-pinkangel/\">Pink Angel</a> is a 2-column, pink-and-black theme.  Also check out <a href=\"http://www.romow.com/blog/free-wordpress-theme-blackpink/\">BlackPink</a> and <a href=\"http://www.romow.com/blog/3-column-wordpress-theme-yellowflowers/\">YellowFlowers</a> by the same designer.  (All three themes contain sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Jul 2007 05:00:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1417:\"<p><a href=\"http://www.linkrain.com/articles/rctic-business-free-wordpress-theme/\">@arctic business</a> is a 3-column, widget-ready theme with left and right sidebars.  </p>\n<p><a href=\"http://www.h4x3d.com/themes/fresh-apple/\">Fresh Apple</a> is a 3-column, adsense-ready theme with white and green colors.</p>\n<p><a href=\"http://corymiller.com/free-wordpress-theme/rockinchrome-is-here-my-dark-three-column-free-theme-released/\">Rockin&#8217; Chrome</a> is a 3-column, widget-ready theme with black, grey, and red colors.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/07/04/tech-9/\">Tech9</a> is a 4-column theme that supports recent comments and posts, del.icio.us, and flickr.</p>\n<p><a href=\"http://www.briangardner.com/themes/vertigo-blue-wordpress-theme.htm\">VertigoBlue</a> is a 2- or 3-column, widget-ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4232/emporium-grass/\">Emporium Grass</a> is a 3-column, widget-ready theme with a custom grassy header.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.romow.com/blog/free-wordpress-theme-pinkangel/\">Pink Angel</a> is a 2-column, pink-and-black theme.  Also check out <a href=\"http://www.romow.com/blog/free-wordpress-theme-blackpink/\">BlackPink</a> and <a href=\"http://www.romow.com/blog/3-column-wordpress-theme-yellowflowers/\">YellowFlowers</a> by the same designer.  (All three themes contain sponsored links.)</p>\";}i:29;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Plugin Releases for 7/5\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/05/wordpress-plugin-releases-for-75/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/05/wordpress-plugin-releases-for-75/\";s:11:\"description\";s:1595:\"<p><a href=\"http://www.cre8d-design.com/blog/2007/07/04/wordpress-plugin-login-logger/\">Login Logger</a> keeps track of recent logins to Wordpress for all users, as well as all failed logins. It records username, time, IP address and how long since each login attempt as well as time since last active for each user.</p>\n<p><a href=\"http://geekyweekly.com/mycategoryorder/\">My Category Order</a> gives you manual control over the order of your Wordpress post categories by letting you set an explicit order.</p>\n<p><a href=\"http://geekyweekly.com/mylinkorder/\">My Link Order</a> gives you manual control over the order of your Wordpress link categories and links by letting you set an arbitrary order.</p>\n<p><a href=\"http://geekyweekly.com/mypageorder/\">My Page Order</a> gives you manual control over the order of your Wordpress pages and subpages by letting you easily set an explicit order. </p>\n<p><a href=\"http://wp-plugins.net/plugin/profile-link/#plugin_1540\">Post Author Profile</a> adds a link under the post author&#8217;s name to his profile page (his/her website URL, all posts written by him/her and so on).</p>\n<p><a href=\"http://wp-plugins.net/plugin/textimage/#plugin_2442\">Text Image</a> displays your post text as a PNG image instead of sending it to the browser as normal HTML. You can specify the text color, background color, font, font size, and image width you want to use.</p>\n<p><a href=\"http://helvensteijn.com/blog/2007/07/03/wp-list-files/\">WP List Files</a> is a simple WordPress plugin that can insert a list with links to all the files in the given directory.</p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Jul 2007 05:00:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1595:\"<p><a href=\"http://www.cre8d-design.com/blog/2007/07/04/wordpress-plugin-login-logger/\">Login Logger</a> keeps track of recent logins to Wordpress for all users, as well as all failed logins. It records username, time, IP address and how long since each login attempt as well as time since last active for each user.</p>\n<p><a href=\"http://geekyweekly.com/mycategoryorder/\">My Category Order</a> gives you manual control over the order of your Wordpress post categories by letting you set an explicit order.</p>\n<p><a href=\"http://geekyweekly.com/mylinkorder/\">My Link Order</a> gives you manual control over the order of your Wordpress link categories and links by letting you set an arbitrary order.</p>\n<p><a href=\"http://geekyweekly.com/mypageorder/\">My Page Order</a> gives you manual control over the order of your Wordpress pages and subpages by letting you easily set an explicit order. </p>\n<p><a href=\"http://wp-plugins.net/plugin/profile-link/#plugin_1540\">Post Author Profile</a> adds a link under the post author&#8217;s name to his profile page (his/her website URL, all posts written by him/her and so on).</p>\n<p><a href=\"http://wp-plugins.net/plugin/textimage/#plugin_2442\">Text Image</a> displays your post text as a PNG image instead of sending it to the browser as normal HTML. You can specify the text color, background color, font, font size, and image width you want to use.</p>\n<p><a href=\"http://helvensteijn.com/blog/2007/07/03/wp-list-files/\">WP List Files</a> is a simple WordPress plugin that can insert a list with links to all the files in the given directory.</p>\";}i:30;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Plugin Releases for 7/4\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/04/wordpress-plugin-releases-for-74/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/04/wordpress-plugin-releases-for-74/\";s:11:\"description\";s:2390:\"<p><a href=\"http://swanderer.ws/index.php/wordpress-plugins/plugin-comment-fields-js-validation/\">Comment Fields JS Validation</a> validates the comment form required fields using JavaScript. </p>\n<p><a href=\"http://wp-plugins.net/plugin/customadmincss/#plugin_2622\">Custom Admin CSS</a> hides modules in admin-edit area. Configure a simple css and have more space in the edit-area.</p>\n<p><a href=\"http://wp-plugins.net/plugin/sagtus_engelleme/#plugin_1035\">Disable Right-click</a> disables right-clicks on your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/metin_secme_engelleme/#plugin_1034\">Disable Select-text</a> removes the ability for readers to highlight and copy text from your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/dmry-menu/#plugin_702\">Navigation Menu</a> is a dynamic tree menu navigation that function in a similar fashion to wp_list_page().</p>\n<p><a href=\"http://wp-plugins.net/plugin/sayfa_sayac/#plugin_2035\">Page Read Counter</a> will count the number of posts on your blog, how many times each has been read, and how many people are currently reading a given entry.</p>\n<p><a href=\"http://wp-plugins.net/plugin/phpbb_son_basliklar/#plugin_1023\">phpBB Last Topics</a> displays recent phpBB topics on your WordPress installation.</p>\n<p><a href=\"http://www.postreach.com/static/clickcomments\">Postreach ClickComments</a> is a WordPress plugin that allows your readers to comments by just clicking and without providing email addresses.</p>\n<p><a href=\"http://theicono.com/2007/07/03/wp-plugin-resize-and-save/\">Resize and Save</a> lets you attach a thumbnail image to a post that will become full-size when the post is clicked on to get the full story.</p>\n<p><a href=\"http://tantannoodles.com/toolkit/spam-filter/\">Simple Spam Filter</a> filters out the most obvious comment spam (about 90% of all spam), which allows you to more easily manage your spam queue.</p>\n<p><a href=\"http://planetozh.com/blog/2007/07/introducing-the-ultimate-ad-management-plugin/\">Ultimate Ad Management Plugin</a> lets you insert ads into your blog more easily, as well as giving you more power over the display rules, visual interface, rules wizard, adsense and YPN compliancy, and admin click safety.</p>\n<p><a href=\"http://www.dmry.net/wordpress-comment-url-validation-10\">WordPress Comment URL Validation</a> checks the website addresses of commenters for validity.</p>\";s:7:\"pubdate\";s:31:\"Wed, 04 Jul 2007 04:45:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:2390:\"<p><a href=\"http://swanderer.ws/index.php/wordpress-plugins/plugin-comment-fields-js-validation/\">Comment Fields JS Validation</a> validates the comment form required fields using JavaScript. </p>\n<p><a href=\"http://wp-plugins.net/plugin/customadmincss/#plugin_2622\">Custom Admin CSS</a> hides modules in admin-edit area. Configure a simple css and have more space in the edit-area.</p>\n<p><a href=\"http://wp-plugins.net/plugin/sagtus_engelleme/#plugin_1035\">Disable Right-click</a> disables right-clicks on your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/metin_secme_engelleme/#plugin_1034\">Disable Select-text</a> removes the ability for readers to highlight and copy text from your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/dmry-menu/#plugin_702\">Navigation Menu</a> is a dynamic tree menu navigation that function in a similar fashion to wp_list_page().</p>\n<p><a href=\"http://wp-plugins.net/plugin/sayfa_sayac/#plugin_2035\">Page Read Counter</a> will count the number of posts on your blog, how many times each has been read, and how many people are currently reading a given entry.</p>\n<p><a href=\"http://wp-plugins.net/plugin/phpbb_son_basliklar/#plugin_1023\">phpBB Last Topics</a> displays recent phpBB topics on your WordPress installation.</p>\n<p><a href=\"http://www.postreach.com/static/clickcomments\">Postreach ClickComments</a> is a WordPress plugin that allows your readers to comments by just clicking and without providing email addresses.</p>\n<p><a href=\"http://theicono.com/2007/07/03/wp-plugin-resize-and-save/\">Resize and Save</a> lets you attach a thumbnail image to a post that will become full-size when the post is clicked on to get the full story.</p>\n<p><a href=\"http://tantannoodles.com/toolkit/spam-filter/\">Simple Spam Filter</a> filters out the most obvious comment spam (about 90% of all spam), which allows you to more easily manage your spam queue.</p>\n<p><a href=\"http://planetozh.com/blog/2007/07/introducing-the-ultimate-ad-management-plugin/\">Ultimate Ad Management Plugin</a> lets you insert ads into your blog more easily, as well as giving you more power over the display rules, visual interface, rules wizard, adsense and YPN compliancy, and admin click safety.</p>\n<p><a href=\"http://www.dmry.net/wordpress-comment-url-validation-10\">WordPress Comment URL Validation</a> checks the website addresses of commenters for validity.</p>\";}i:31;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 7/4\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/04/wordpress-theme-releases-for-74/\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/04/wordpress-theme-releases-for-74/\";s:11:\"description\";s:1507:\"<p><a href=\"http://blog.nicolargo.com/largo-un-theme-pour-wordpress/\">Largo</a> is a 2-column theme with a unique header structure.  (Page written in French.)</p>\n<p><a href=\"http://www.h4x3d.com/themes/glass/\">Glass</a> is a 2-column, widget-ready theme that lets you put a Google adsense bar inside the glass itself.</p>\n<p><a href=\"http://www.h4x3d.com/themes/mandarin/\">Mandarin</a> is a 2-column, widget-ready theme with a citrus-y look and a variety of unique features.</p>\n<p><a href=\"http://www.dirjournal.com/wp-themes/mindless-spot-free-wp-theme/\">Mindless Spot</a> is a 2-column theme dressed in blue colors.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4206/modernpaper-10/\">Modern Paper</a> is a 3-column, widget-ready, minimalist theme with both sidebar columns situated to the right side.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4204/stickybud-10/\">Stickybud</a> is an attractive 2-column theme with a custom header image that shows recent comments and posts.</p>\n<p><a href=\"http://blogcut.com/2007/07/02/velice-website-template-and-wordpress-theme/\">Velice</a> is a 2-column, professional theme with a white sidebar and grey-patterned content area.</p>\n<p><a href=\"http://themey.com/frog-wordpress-theme/\">Frog</a> is a 2-column theme with a frog image in the lower, right corner.  Also check out <a href=\"http://themey.com/darts-wordpress-theme/\">Darts</a>, a 2-column, yellow theme by the same designer.  (Both themes contain sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Wed, 04 Jul 2007 04:45:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1507:\"<p><a href=\"http://blog.nicolargo.com/largo-un-theme-pour-wordpress/\">Largo</a> is a 2-column theme with a unique header structure.  (Page written in French.)</p>\n<p><a href=\"http://www.h4x3d.com/themes/glass/\">Glass</a> is a 2-column, widget-ready theme that lets you put a Google adsense bar inside the glass itself.</p>\n<p><a href=\"http://www.h4x3d.com/themes/mandarin/\">Mandarin</a> is a 2-column, widget-ready theme with a citrus-y look and a variety of unique features.</p>\n<p><a href=\"http://www.dirjournal.com/wp-themes/mindless-spot-free-wp-theme/\">Mindless Spot</a> is a 2-column theme dressed in blue colors.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4206/modernpaper-10/\">Modern Paper</a> is a 3-column, widget-ready, minimalist theme with both sidebar columns situated to the right side.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4204/stickybud-10/\">Stickybud</a> is an attractive 2-column theme with a custom header image that shows recent comments and posts.</p>\n<p><a href=\"http://blogcut.com/2007/07/02/velice-website-template-and-wordpress-theme/\">Velice</a> is a 2-column, professional theme with a white sidebar and grey-patterned content area.</p>\n<p><a href=\"http://themey.com/frog-wordpress-theme/\">Frog</a> is a 2-column theme with a frog image in the lower, right corner.  Also check out <a href=\"http://themey.com/darts-wordpress-theme/\">Darts</a>, a 2-column, yellow theme by the same designer.  (Both themes contain sponsored links.)</p>\";}i:32;a:7:{s:5:\"title\";s:12:\"Matt: Norati\";s:4:\"guid\";s:39:\"http://photomatt.net/2007/07/03/norati/\";s:4:\"link\";s:39:\"http://photomatt.net/2007/07/03/norati/\";s:11:\"description\";s:252:\"<p><a href=\"http://technorati.com/weblog/2007/07/362.html\">Tantek Çelik is leaving Technorati</a>, no word on <a href=\"http://tantek.com/\">his blog</a> about the move yet. This is surprising, to say the least. Excited to see what he moves to next.</p>\";s:7:\"pubdate\";s:31:\"Wed, 04 Jul 2007 00:19:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:252:\"<p><a href=\"http://technorati.com/weblog/2007/07/362.html\">Tantek Çelik is leaving Technorati</a>, no word on <a href=\"http://tantek.com/\">his blog</a> about the move yet. This is surprising, to say the least. Excited to see what he moves to next.</p>\";}i:33;a:7:{s:5:\"title\";s:45:\"Weblog Tools Collection: Holy Plugins Batman!\";s:4:\"guid\";s:73:\"http://weblogtoolscollection.com/archives/2007/07/03/holy-plugins-batman/\";s:4:\"link\";s:73:\"http://weblogtoolscollection.com/archives/2007/07/03/holy-plugins-batman/\";s:11:\"description\";s:2766:\"<p><a href=\"http://www.google.com/search?hl=en&amp;safe=off&amp;q=Index+of+%2Fwp-content%2Fplugins&amp;btnG=Search\">Index of /wp-content/plugins - Google Search</a>: I am not sure what to make of this search but not only are there a lot of self hosted Wordpress blogs, too many of them allow their plugin folder to be indexed. I performed this search because I noticed a crawler on a couple of my blogs that was indexing my plugins and that alarmed me a little. I do not allow my plugin folder to be indexed since I consider that too risky. The homepage of the crawler lists various plugins and their propensity in the Wordpress Blogosphere. I imagine the crawler browses the plugins folder of each new blog discovered and if that folder can be browsed, it tries to crawl the various plugin php files it is aware of while looking for 404s and empty strings. I stop short of suggesting that everyone protect their plugins folder because if the plugins are written correctly and your server is configured correctly, there should be nothing to worry about. However, since I write or hack most of my own plugins and I am my own worst critic, I choose to protect that folder.</p>\n<p>[EDIT] There have been lots of questions on how to protect the plugins folder and here are a few quick and simple answers.</p>\n<ul>\n<li>Add the following to the .htaccess file in your Wordpress directory<br />\n<blockquote><p><code>Options All -Indexes</code></p></blockquote>\n</li>\n<li>Create a new file, call it index.php, leave it completely empty and upload it to your wp-content/plugins directory. [EDIT] It <a href=\"http://wordpress.org/support/topic/65565\">appears</a> that a blank index.php might cause some trouble with the dashboard. You can use a blank index.html instead or opt for the .htaccess solution above.</li>\n<li>Make sure you have warning and error reporting turned to logging only. There are many tutorials to do this properly that are available on the web. If you are on a shared server, ask your host to turn them off if they have not done so already. I am guilty of leaving this turned on because I use this server for debugging at times and I get lazy. This is good security practice for all servers. I love how this option cannot be modified with ini_set on cPanel based servers.</li>\n<li>Refrain from going overboard and restricting/protecting everything. You might end up making your blog invisible to search engines and such.</li>\n</ul>\n<p>A couple of people have also asked why this could be bad. My primary reason is that I do not like to air my (dirty) laundry. I would like to stay away from discussing this too much further. If you need clarifications or are concerned for a particular reason or another, please contact me and I will explain further.</p>\";s:7:\"pubdate\";s:31:\"Tue, 03 Jul 2007 17:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:2766:\"<p><a href=\"http://www.google.com/search?hl=en&amp;safe=off&amp;q=Index+of+%2Fwp-content%2Fplugins&amp;btnG=Search\">Index of /wp-content/plugins - Google Search</a>: I am not sure what to make of this search but not only are there a lot of self hosted Wordpress blogs, too many of them allow their plugin folder to be indexed. I performed this search because I noticed a crawler on a couple of my blogs that was indexing my plugins and that alarmed me a little. I do not allow my plugin folder to be indexed since I consider that too risky. The homepage of the crawler lists various plugins and their propensity in the Wordpress Blogosphere. I imagine the crawler browses the plugins folder of each new blog discovered and if that folder can be browsed, it tries to crawl the various plugin php files it is aware of while looking for 404s and empty strings. I stop short of suggesting that everyone protect their plugins folder because if the plugins are written correctly and your server is configured correctly, there should be nothing to worry about. However, since I write or hack most of my own plugins and I am my own worst critic, I choose to protect that folder.</p>\n<p>[EDIT] There have been lots of questions on how to protect the plugins folder and here are a few quick and simple answers.</p>\n<ul>\n<li>Add the following to the .htaccess file in your Wordpress directory<br />\n<blockquote><p><code>Options All -Indexes</code></p></blockquote>\n</li>\n<li>Create a new file, call it index.php, leave it completely empty and upload it to your wp-content/plugins directory. [EDIT] It <a href=\"http://wordpress.org/support/topic/65565\">appears</a> that a blank index.php might cause some trouble with the dashboard. You can use a blank index.html instead or opt for the .htaccess solution above.</li>\n<li>Make sure you have warning and error reporting turned to logging only. There are many tutorials to do this properly that are available on the web. If you are on a shared server, ask your host to turn them off if they have not done so already. I am guilty of leaving this turned on because I use this server for debugging at times and I get lazy. This is good security practice for all servers. I love how this option cannot be modified with ini_set on cPanel based servers.</li>\n<li>Refrain from going overboard and restricting/protecting everything. You might end up making your blog invisible to search engines and such.</li>\n</ul>\n<p>A couple of people have also asked why this could be bad. My primary reason is that I do not like to air my (dirty) laundry. I would like to stay away from discussing this too much further. If you need clarifications or are concerned for a particular reason or another, please contact me and I will explain further.</p>\";}i:34;a:7:{s:5:\"title\";s:42:\"Weblog Tools Collection: Bloggers Face Off\";s:4:\"guid\";s:70:\"http://weblogtoolscollection.com/archives/2007/07/03/blogger-face-off/\";s:4:\"link\";s:70:\"http://weblogtoolscollection.com/archives/2007/07/03/blogger-face-off/\";s:11:\"description\";s:609:\"<p>Daniel from <a href=\"http://www.dailyblogtips.com/\">DailyBlogTips</a> is running a series called Bloggers Face Off and this time <a href=\"http://www.dailyblogtips.com/bloggers-face-off-mark-gosh-vs-engtech/\">I am featured along with engtech</a>. I like featured posts like this because they not only promote the participants (and thus gives you brownie points) but they also help to increase traffic with the right methods and intentions. Daniel has run this series very effectively with a lot of high profile bloggers. The interview questions were relatively simple and all in good fun. Thanks Daniel.</p>\";s:7:\"pubdate\";s:31:\"Tue, 03 Jul 2007 15:30:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:609:\"<p>Daniel from <a href=\"http://www.dailyblogtips.com/\">DailyBlogTips</a> is running a series called Bloggers Face Off and this time <a href=\"http://www.dailyblogtips.com/bloggers-face-off-mark-gosh-vs-engtech/\">I am featured along with engtech</a>. I like featured posts like this because they not only promote the participants (and thus gives you brownie points) but they also help to increase traffic with the right methods and intentions. Daniel has run this series very effectively with a lot of high profile bloggers. The interview questions were relatively simple and all in good fun. Thanks Daniel.</p>\";}i:35;a:7:{s:5:\"title\";s:52:\"Weblog Tools Collection: FeedBurner MyBrand Now Free\";s:4:\"guid\";s:81:\"http://weblogtoolscollection.com/archives/2007/07/03/feedburner-mybrand-now-free/\";s:4:\"link\";s:81:\"http://weblogtoolscollection.com/archives/2007/07/03/feedburner-mybrand-now-free/\";s:11:\"description\";s:746:\"<p><a href=\"http://www.feedburner.com/fb/a/publishers/mybrand\">FeedBurner MyBrand Now Free</a>: Feedburner&#8217;s service that allowed publishers to publish their feeds through their own domain with the help of Feedburner, is now free of cost. This service <a href=\"http://googlesystem.blogspot.com/2007/07/google-makes-feedburner-pro-free.html\">used to cost upwards of $3</a> and might be a good way to retain the transparency and control over the feeds of your blog if you choose to serve them through Feedburner.</p>\n<p>[EDIT] Looks like Google decided to make the Pro Stats feature of Feedburner <a href=\"http://blogs.feedburner.com/feedburner/archives/2007/07/freeburner_for_everyone.php\">free as well</a>. This is definitely good news!</p>\";s:7:\"pubdate\";s:31:\"Tue, 03 Jul 2007 12:30:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:746:\"<p><a href=\"http://www.feedburner.com/fb/a/publishers/mybrand\">FeedBurner MyBrand Now Free</a>: Feedburner&#8217;s service that allowed publishers to publish their feeds through their own domain with the help of Feedburner, is now free of cost. This service <a href=\"http://googlesystem.blogspot.com/2007/07/google-makes-feedburner-pro-free.html\">used to cost upwards of $3</a> and might be a good way to retain the transparency and control over the feeds of your blog if you choose to serve them through Feedburner.</p>\n<p>[EDIT] Looks like Google decided to make the Pro Stats feature of Feedburner <a href=\"http://blogs.feedburner.com/feedburner/archives/2007/07/freeburner_for_everyone.php\">free as well</a>. This is definitely good news!</p>\";}i:36;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Plugin Releases for 7/2\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/02/wordpress-plugin-releases-for-72/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/07/02/wordpress-plugin-releases-for-72/\";s:11:\"description\";s:455:\"<p><a href=\"http://wp-plugins.net/plugin/berri-personalized-care/#plugin_2616\">Berry Personalized</a> will give up to four personalized messages depending on the origin of the visitors of your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/whats_new_whats_fresh_whats_happening/#plugin_2618\">What&#8217;s New, What&#8217;s Fresh, What&#8217;s Happening</a> displays a customizable set of links to posts and comments in your sidebar or on any page.</p>\";s:7:\"pubdate\";s:31:\"Mon, 02 Jul 2007 04:45:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:455:\"<p><a href=\"http://wp-plugins.net/plugin/berri-personalized-care/#plugin_2616\">Berry Personalized</a> will give up to four personalized messages depending on the origin of the visitors of your blog.</p>\n<p><a href=\"http://wp-plugins.net/plugin/whats_new_whats_fresh_whats_happening/#plugin_2618\">What&#8217;s New, What&#8217;s Fresh, What&#8217;s Happening</a> displays a customizable set of links to posts and comments in your sidebar or on any page.</p>\";}i:37;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 7/2\";s:4:\"guid\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/02/wordpress-theme-releases-for-72/\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2007/07/02/wordpress-theme-releases-for-72/\";s:11:\"description\";s:721:\"<p><a href=\"http://www.h4x3d.com/themes/dragee/\">Dragee</a> is a 2-column theme with most of the traditional sidebar content sitting at the bottom of the page.</p>\n<p><a href=\"http://www.devlounge.net/extras/lounge2\">Lounge 2</a> is a 2-column, widget-ready theme with whites, grays, and reds.</p>\n<p><a href=\"http://www.stealthsettings.com/stealth-gray-mix-wp-theme.html\">Stealth Gray</a> is a 2-column, grey-and-red theme with recent activity in the sidebar.</p>\n<p><a href=\"http://www.paggu.com/?p=19\">PPad</a> is a 2-column, widget-ready theme with a hardwood look.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.paggu.com/?p=18\">PRusti</a> is a 3-column, widget-ready theme.  (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Mon, 02 Jul 2007 04:45:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:721:\"<p><a href=\"http://www.h4x3d.com/themes/dragee/\">Dragee</a> is a 2-column theme with most of the traditional sidebar content sitting at the bottom of the page.</p>\n<p><a href=\"http://www.devlounge.net/extras/lounge2\">Lounge 2</a> is a 2-column, widget-ready theme with whites, grays, and reds.</p>\n<p><a href=\"http://www.stealthsettings.com/stealth-gray-mix-wp-theme.html\">Stealth Gray</a> is a 2-column, grey-and-red theme with recent activity in the sidebar.</p>\n<p><a href=\"http://www.paggu.com/?p=19\">PPad</a> is a 2-column, widget-ready theme with a hardwood look.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.paggu.com/?p=18\">PRusti</a> is a 3-column, widget-ready theme.  (Contains sponsored links.)</p>\";}i:38;a:7:{s:5:\"title\";s:27:\"Matt: iPhone Disappointment\";s:4:\"guid\";s:54:\"http://photomatt.net/2007/06/30/iphone-disappointment/\";s:4:\"link\";s:54:\"http://photomatt.net/2007/06/30/iphone-disappointment/\";s:11:\"description\";s:626:\"<p>The process of buying the Apple iPhone was pretty easy. Glenda and I walked into a store in Daly City at about 8:30 PM and each ordered one, and walked out. No lines. The device is physically much more elegant and smaller than I expected, and the iTunes-integrated signup process was fairly smooth. However, it&#8217;s been hours now and still no activation, which means I have a very expensive paperweight, which is worse than not having it at all. <strong>Update:</strong> Approximately 16 hours after my inital setup, I now have a working phone. I was contemplating taking it back, but I&#8217;m glad I didn&#8217;t.</p>\";s:7:\"pubdate\";s:31:\"Sat, 30 Jun 2007 06:57:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:626:\"<p>The process of buying the Apple iPhone was pretty easy. Glenda and I walked into a store in Daly City at about 8:30 PM and each ordered one, and walked out. No lines. The device is physically much more elegant and smaller than I expected, and the iTunes-integrated signup process was fairly smooth. However, it&#8217;s been hours now and still no activation, which means I have a very expensive paperweight, which is worse than not having it at all. <strong>Update:</strong> Approximately 16 hours after my inital setup, I now have a working phone. I was contemplating taking it back, but I&#8217;m glad I didn&#8217;t.</p>\";}i:39;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/30\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/30/wordpress-theme-releases-for-630/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/30/wordpress-theme-releases-for-630/\";s:11:\"description\";s:924:\"<p><a href=\"http://playground.laurentiupiron.com/web-design/new-wordpress-theme-bloggers-cafe/\">Bloggers Cafe</a> is a 2-column, brown theme with a simple header image to set the theme&#8217;s tone.</p>\n<p><a href=\"http://technoblogging.free.fr/?p=14\">Twitter</a> is a 2-column theme that makes your blog looks like a Twitter installation.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4140/bams_oceanblue-10/\">Bams Oceanblue</a> is a 2-column, adsense-ready theme.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.romow.com/blog/wordpress-theme-dottedart/\">Dotted Art</a> is a 2-column with header graphic, simple background graphic, and rounded edges.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/rounded-corners/4146/mysterious-illusion-10/\">Mysterious Illusion</a> is a 2-column, widget-ready theme with social bookmarking links.  (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Sat, 30 Jun 2007 04:45:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:924:\"<p><a href=\"http://playground.laurentiupiron.com/web-design/new-wordpress-theme-bloggers-cafe/\">Bloggers Cafe</a> is a 2-column, brown theme with a simple header image to set the theme&#8217;s tone.</p>\n<p><a href=\"http://technoblogging.free.fr/?p=14\">Twitter</a> is a 2-column theme that makes your blog looks like a Twitter installation.</p>\n<p><a href=\"http://themes.wordpress.net/other/left-sidebar/4140/bams_oceanblue-10/\">Bams Oceanblue</a> is a 2-column, adsense-ready theme.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.romow.com/blog/wordpress-theme-dottedart/\">Dotted Art</a> is a 2-column with header graphic, simple background graphic, and rounded edges.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/rounded-corners/4146/mysterious-illusion-10/\">Mysterious Illusion</a> is a 2-column, widget-ready theme with social bookmarking links.  (Contains sponsored links.)</p>\";}i:40;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 6/30\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/30/wordpress-plugin-releases-for-630/\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2007/06/30/wordpress-plugin-releases-for-630/\";s:11:\"description\";s:354:\"<p><a href=\"http://wp-plugins.net/plugin/Dare2Bstupid/#plugin_2614\">Dare2Bstupid</a> puts &#8220;Weird Al&#8221; Yankovic&#8217;s Dare to be Stupid in your Admin Panel.</p>\n<p><a href=\"http://urbangiraffe.com/plugins/html-purified/\">HTML Purified</a> replaces the default WordPress comments filters with HTML Purifier, a super HTML filtering library.</p>\";s:7:\"pubdate\";s:31:\"Sat, 30 Jun 2007 04:45:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:354:\"<p><a href=\"http://wp-plugins.net/plugin/Dare2Bstupid/#plugin_2614\">Dare2Bstupid</a> puts &#8220;Weird Al&#8221; Yankovic&#8217;s Dare to be Stupid in your Admin Panel.</p>\n<p><a href=\"http://urbangiraffe.com/plugins/html-purified/\">HTML Purified</a> replaces the default WordPress comments filters with HTML Purifier, a super HTML filtering library.</p>\";}i:41;a:7:{s:5:\"title\";s:41:\"bbPress: Searching and the BB_Query class\";s:4:\"guid\";s:65:\"http://bbpress.org/blog/2007/06/searching-and-the-bb_query-class/\";s:4:\"link\";s:65:\"http://bbpress.org/blog/2007/06/searching-and-the-bb_query-class/\";s:11:\"description\";s:835:\"<p>bbPress has twenty or so functions that select groups of topics or posts from the database.  Some of them do very specific things, and some of them do something only slightly different from another such function.</p>\n<p>Maintaining this large group of functions and keeping them all consistent was beginning to become a nuisance.  Additionally, it was annoying to have either to write a whole new function or to hack filters into and onto an existing function every time a new database query was needed.</p>\n<p>To help alleviate both of these problems, the next version of bbPress will come with a <code>BB_Query</code> class, which all of the above referenced functions will use.</p>\n<p> <a href=\"http://bbpress.org/blog/2007/06/searching-and-the-bb_query-class/#more-70\" class=\"morelink\">Details and Cool new user features</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 29 Jun 2007 17:17:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:835:\"<p>bbPress has twenty or so functions that select groups of topics or posts from the database.  Some of them do very specific things, and some of them do something only slightly different from another such function.</p>\n<p>Maintaining this large group of functions and keeping them all consistent was beginning to become a nuisance.  Additionally, it was annoying to have either to write a whole new function or to hack filters into and onto an existing function every time a new database query was needed.</p>\n<p>To help alleviate both of these problems, the next version of bbPress will come with a <code>BB_Query</code> class, which all of the above referenced functions will use.</p>\n<p> <a href=\"http://bbpress.org/blog/2007/06/searching-and-the-bb_query-class/#more-70\" class=\"morelink\">Details and Cool new user features</a></p>\";}i:42;a:7:{s:5:\"title\";s:77:\"Lorelle on WP: Understanding GPL and Copyright in WordPress Community Podcast\";s:4:\"guid\";s:103:\"http://lorelle.wordpress.com/2007/06/28/understanding-gpl-and-copyright-in-wordpress-community-podcast/\";s:4:\"link\";s:103:\"http://lorelle.wordpress.com/2007/06/28/understanding-gpl-and-copyright-in-wordpress-community-podcast/\";s:11:\"description\";s:7439:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a>With all the traveling I&#8217;ve been doing lately and knowing I would be driving through some wide areas without radio or cell phone, I uploaded the last few podcasts from the <a href=\"http://wp-community.org/\" title=\"WordPress Community Podcast\">WordPress Community Podcast</a> with Charles Stricklin and new co-host Aaron Brazell and had a great time catching up on what I&#8217;ve been missing.</p>\n<p>The most recent episode features an indepth interview with <a href=\"http://wp-community.org/2007/06/20/episode-26-dennis-kennedy-discusses-copyrights-gpl-and-creative-commons/\" title=\"Dennis Kennedy discusses copyrights, GPL and Creative Commons\">Dennis Kennedy, lawyer and intellectual property expert, covering copyrights, GPL and Creative Commons</a>. It was well done.</p>\n<p>Dennis Kennedy discussed the issues of copyright and the various rights and licenses you have for protecting your blog&#8217;s content, which includes words, images, and design. He also covered the issues surrounding GPL, General Public License, the license used by WordPress and most of the WordPress Community Themes and Plugins. </p>\n<p>If you need a refresher course, or are new to the subject of intellectual property rights, check out this great podcast. It&#8217;s worth the time.</p>\n<p>I do hope that they bring Dennis back for more as I&#8217;d like to see more answers to some of the questions they raised, and more on licensing WordPress Themes and Plugins under GPL and other options for a full understanding of what options these authors have to protect, or not, their code, and how to deal with changing a license on an existing WordPress Plugin or Theme that they change or take over and improve.</p>\n<p>I&#8217;d also like to see one whole episode that deals exclusively with the issue of responding to a copyright infringement. All bloggers, not just WordPress bloggers, are struggling with how to respond, and if and when they should respond, to someone taking their content and using it on their blog. All bloggers need to learn more about Fair Use, how it works and what&#8217;s acceptable as well as how to fight back against splogs and those who steal our content.</p>\n<p>While I&#8217;m wishing, I&#8217;d really love to have them talk to my copyright blogging hero, Jonathan Bailey of <a href=\"http://www.plagiarismtoday.com/\" title=\"Plagiarism Today\">Plagiarism Today</a> for his perspective on this issue. It is such an important issue and the more we bloggers can learn, and in turn educate our readers and other bloggers, the better.</p>\n<p>Good work, Charles and Aaron. Looking forward to more!</p>\n<h4>Related Articles</h4>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/10/what-do-you-do-when-someone-steals-your-content/\" title=\"What Do You Do When Someone Steals Your Content\" rel=\"bookmark\">What Do You Do When Someone Steals Your Content</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/11/finding-stolen-content-and-copyright-infringements/\" title=\"Finding Stolen Content and Copyright Infringements\" rel=\"bookmark\">Finding Stolen Content and Copyright Infringements</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/11/the-growing-trends-in-content-theft/\" title=\"The Growing Trends in Content Theft\" rel=\"bookmark\">The Growing Trends in Content Theft</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/22/can-the-dmca-be-used-against-you-if-someone-doesnt-like-what-you-blog/\" title=\"Can The DMCA Be Used Against You If Someone Doesn’t Like What You Blog?\">Can The DMCA Be Used Against You If Someone Doesn’t Like What You Blog?</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/19/copyright-law-tips-from-daily-blog-tips/\" title=\"Copyright Law Tips from Daily Blog Tips\">Copyright Law Tips from Daily Blog Tips</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/05/31/brag-on-jonathan-bailey-now-offers-plagiarism-advice-on-the-blog-herald/\" title=\"Jonathan Bailey Now Offers Plagiarism Advice on the Blog Herald\">Brag On: Jonathan Bailey Now Offers Plagiarism Advice on the Blog Herald</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/05/24/google-gives-tips-to-eastern-european-bloggers/\" title=\"Google Gives Tips to Eastern European Bloggers\">Google Gives Tips to Eastern European Bloggers</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/02/04/wordpress-plugins-battling-evil/\" title=\"WordPress Plugins Battling Evil\">WordPress Plugins Battling Evil</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community\" rel=\"tag\">wordpress community</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community+podcast\" rel=\"tag\">wordpress community podcast</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright\" rel=\"tag\">copyright</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=intellectual+property\" rel=\"tag\">intellectual property</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=dennis+kennedy\" rel=\"tag\">dennis kennedy</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=gpl\" rel=\"tag\">gpl</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=creative+commons\" rel=\"tag\">creative commons</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright+license\" rel=\"tag\">copyright license</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=content+license\" rel=\"tag\">content license</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=protect+your+content\" rel=\"tag\">protect your content</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=splogs\" rel=\"tag\">splogs</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=content+theft\" rel=\"tag\">content theft</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright+violation\" rel=\"tag\">copyright violation</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";s:7:\"pubdate\";s:31:\"Fri, 29 Jun 2007 04:48:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:7439:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a>With all the traveling I&#8217;ve been doing lately and knowing I would be driving through some wide areas without radio or cell phone, I uploaded the last few podcasts from the <a href=\"http://wp-community.org/\" title=\"WordPress Community Podcast\">WordPress Community Podcast</a> with Charles Stricklin and new co-host Aaron Brazell and had a great time catching up on what I&#8217;ve been missing.</p>\n<p>The most recent episode features an indepth interview with <a href=\"http://wp-community.org/2007/06/20/episode-26-dennis-kennedy-discusses-copyrights-gpl-and-creative-commons/\" title=\"Dennis Kennedy discusses copyrights, GPL and Creative Commons\">Dennis Kennedy, lawyer and intellectual property expert, covering copyrights, GPL and Creative Commons</a>. It was well done.</p>\n<p>Dennis Kennedy discussed the issues of copyright and the various rights and licenses you have for protecting your blog&#8217;s content, which includes words, images, and design. He also covered the issues surrounding GPL, General Public License, the license used by WordPress and most of the WordPress Community Themes and Plugins. </p>\n<p>If you need a refresher course, or are new to the subject of intellectual property rights, check out this great podcast. It&#8217;s worth the time.</p>\n<p>I do hope that they bring Dennis back for more as I&#8217;d like to see more answers to some of the questions they raised, and more on licensing WordPress Themes and Plugins under GPL and other options for a full understanding of what options these authors have to protect, or not, their code, and how to deal with changing a license on an existing WordPress Plugin or Theme that they change or take over and improve.</p>\n<p>I&#8217;d also like to see one whole episode that deals exclusively with the issue of responding to a copyright infringement. All bloggers, not just WordPress bloggers, are struggling with how to respond, and if and when they should respond, to someone taking their content and using it on their blog. All bloggers need to learn more about Fair Use, how it works and what&#8217;s acceptable as well as how to fight back against splogs and those who steal our content.</p>\n<p>While I&#8217;m wishing, I&#8217;d really love to have them talk to my copyright blogging hero, Jonathan Bailey of <a href=\"http://www.plagiarismtoday.com/\" title=\"Plagiarism Today\">Plagiarism Today</a> for his perspective on this issue. It is such an important issue and the more we bloggers can learn, and in turn educate our readers and other bloggers, the better.</p>\n<p>Good work, Charles and Aaron. Looking forward to more!</p>\n<h4>Related Articles</h4>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/10/what-do-you-do-when-someone-steals-your-content/\" title=\"What Do You Do When Someone Steals Your Content\" rel=\"bookmark\">What Do You Do When Someone Steals Your Content</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/11/finding-stolen-content-and-copyright-infringements/\" title=\"Finding Stolen Content and Copyright Infringements\" rel=\"bookmark\">Finding Stolen Content and Copyright Infringements</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/04/11/the-growing-trends-in-content-theft/\" title=\"The Growing Trends in Content Theft\" rel=\"bookmark\">The Growing Trends in Content Theft</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/22/can-the-dmca-be-used-against-you-if-someone-doesnt-like-what-you-blog/\" title=\"Can The DMCA Be Used Against You If Someone Doesn’t Like What You Blog?\">Can The DMCA Be Used Against You If Someone Doesn’t Like What You Blog?</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/06/19/copyright-law-tips-from-daily-blog-tips/\" title=\"Copyright Law Tips from Daily Blog Tips\">Copyright Law Tips from Daily Blog Tips</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/05/31/brag-on-jonathan-bailey-now-offers-plagiarism-advice-on-the-blog-herald/\" title=\"Jonathan Bailey Now Offers Plagiarism Advice on the Blog Herald\">Brag On: Jonathan Bailey Now Offers Plagiarism Advice on the Blog Herald</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/05/24/google-gives-tips-to-eastern-european-bloggers/\" title=\"Google Gives Tips to Eastern European Bloggers\">Google Gives Tips to Eastern European Bloggers</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/02/04/wordpress-plugins-battling-evil/\" title=\"WordPress Plugins Battling Evil\">WordPress Plugins Battling Evil</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community\" rel=\"tag\">wordpress community</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community+podcast\" rel=\"tag\">wordpress community podcast</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright\" rel=\"tag\">copyright</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=intellectual+property\" rel=\"tag\">intellectual property</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=dennis+kennedy\" rel=\"tag\">dennis kennedy</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=gpl\" rel=\"tag\">gpl</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=creative+commons\" rel=\"tag\">creative commons</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright+license\" rel=\"tag\">copyright license</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=content+license\" rel=\"tag\">content license</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=protect+your+content\" rel=\"tag\">protect your content</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=splogs\" rel=\"tag\">splogs</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=content+theft\" rel=\"tag\">content theft</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=copyright+violation\" rel=\"tag\">copyright violation</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordpress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\n</div>\";}i:43;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/29\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/29/wordpress-theme-releases-for-629/\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2007/06/29/wordpress-theme-releases-for-629/\";s:11:\"description\";s:1993:\"<p><a href=\"http://service.compuskills.co.uk/blog/2007/06/28/classical-elegance-wordpress-theme/\">Classical Elegance</a> is a 3-column, widget-ready theme with options page which allows you to choose an asides category.  The theme also supports Ultimate Tag Warrior and Share This.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/06/27/fleur-de-lys/\">Fleu de Lys</a> is a 3-column theme with eight beautiful flower views prepared as header images, flickr support, bookmark service and a related post php code built in. The frontpage shows the latest post with the previous posts underneath divided by the post info such as time and tags.</p>\n<p><a href=\"http://www.stealthsettings.com/im-okay-wordpress-theme.html\">I&#8217;m Okay</a> is a 2-column theme with black background and rounded corners.</p>\n<p><a href=\"http://biboz.net/magazine/\">Magazine</a> is a 2-column, fixed-width theme.</p>\n<p><a href=\"http://www.wpdesigner.com/2007/06/28/wpdesigner5-wordpress-theme/\">Wpdesigner5</a> is a three column, widget-ready, blue, white, and green theme with a horizontal menu.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4129/audiophile-3c/\">Audiophile 3C</a> is a 3-column, widget-ready theme designed for music and entertainment sites.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.freestylez.co.uk/cityview-theme/\">CityView</a> is a 2-column, red theme with rounded corners.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4144/pame-10/\">Pame</a> is a 2-column theme with dark colors and built-in comment plugin.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/rounded-corners/4137/sensible-blogging/\">Sensible Blogging</a> is a 4-column, widget- and adsense-ready theme that comes with Options page.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4136/xtn57/\">xtn57</a> is a 3-column, web 2.0-style theme.  (Contains sponsored links.)</p>\";s:7:\"pubdate\";s:31:\"Fri, 29 Jun 2007 04:45:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"Jim Stitzel\";}s:7:\"summary\";s:1993:\"<p><a href=\"http://service.compuskills.co.uk/blog/2007/06/28/classical-elegance-wordpress-theme/\">Classical Elegance</a> is a 3-column, widget-ready theme with options page which allows you to choose an asides category.  The theme also supports Ultimate Tag Warrior and Share This.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/06/27/fleur-de-lys/\">Fleu de Lys</a> is a 3-column theme with eight beautiful flower views prepared as header images, flickr support, bookmark service and a related post php code built in. The frontpage shows the latest post with the previous posts underneath divided by the post info such as time and tags.</p>\n<p><a href=\"http://www.stealthsettings.com/im-okay-wordpress-theme.html\">I&#8217;m Okay</a> is a 2-column theme with black background and rounded corners.</p>\n<p><a href=\"http://biboz.net/magazine/\">Magazine</a> is a 2-column, fixed-width theme.</p>\n<p><a href=\"http://www.wpdesigner.com/2007/06/28/wpdesigner5-wordpress-theme/\">Wpdesigner5</a> is a three column, widget-ready, blue, white, and green theme with a horizontal menu.</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4129/audiophile-3c/\">Audiophile 3C</a> is a 3-column, widget-ready theme designed for music and entertainment sites.  (Contains sponsored links.)</p>\n<p><a href=\"http://www.freestylez.co.uk/cityview-theme/\">CityView</a> is a 2-column, red theme with rounded corners.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4144/pame-10/\">Pame</a> is a 2-column theme with dark colors and built-in comment plugin.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/rounded-corners/4137/sensible-blogging/\">Sensible Blogging</a> is a 4-column, widget- and adsense-ready theme that comes with Options page.  (Contains sponsored links.)</p>\n<p><a href=\"http://themes.wordpress.net/other/right-sidebar/4136/xtn57/\">xtn57</a> is a 3-column, web 2.0-style theme.  (Contains sponsored links.)</p>\";}i:44;a:7:{s:5:\"title\";s:25:\"Matt: Headache or Bullet?\";s:4:\"guid\";s:51:\"http://photomatt.net/2007/06/28/headache-or-bullet/\";s:4:\"link\";s:51:\"http://photomatt.net/2007/06/28/headache-or-bullet/\";s:11:\"description\";s:164:\"<p><a href=\"http://news.bbc.co.uk/1/hi/world/americas/6246800.stm\">Man goes to hospital for headache, discovers bullet</a>. Haven&#8217;t we all had those days?</p>\";s:7:\"pubdate\";s:31:\"Thu, 28 Jun 2007 19:53:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:164:\"<p><a href=\"http://news.bbc.co.uk/1/hi/world/americas/6246800.stm\">Man goes to hospital for headache, discovers bullet</a>. Haven&#8217;t we all had those days?</p>\";}i:45;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&#8217;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 &#8220;new blog&#8221; 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&#8217;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 &#8220;new blog&#8221; 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:46;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:47;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:48;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&#8217;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&#8217;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:49;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&#8217;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 &#8220;Dusk&#8221; 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&#8217; 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&#8217;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&#8217;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 &#8220;Dusk&#8221; 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&#8217; 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&#8217;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:\"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:\"\"1ba10-4696c09c-568c2a\"\r\n\";s:13:\"last_modified\";s:31:\"Fri, 13 Jul 2007 00:00:28 GMT\r\n\";}',20,8,'',1,'yes'),(80,0,'sidebars_widgets','Y',1,'a:1:{s:13:\"array_version\";i:3;}',20,8,'',1,'yes'),(81,0,'category_children','Y',1,'a:0:{}',20,8,'',1,'yes'),(82,0,'wordpress_api_key','Y',1,'01595393d5ee',20,8,'',1,'yes'),(83,0,'akismet_discard_month','Y',1,'true',20,8,'',1,'yes'),(84,0,'feedburner_settings','Y',1,'a:2:{s:14:\"feedburner_url\";s:0:\"\";s:23:\"feedburner_comments_url\";s:0:\"\";}',20,8,'FeedBurner Feed Replacement Options',1,'yes'),(85,0,'poll_template_voteheader','Y',1,'<p style=\"text-align: center;\"><strong>%POLL_QUESTION%</strong></p><div id=\"polls-%POLL_ID%-ans\" class=\"wp-polls-ans\"><ul class=\"wp-polls-ul\">',20,8,'Template For Poll\'s Question',1,'yes'),(86,0,'poll_template_votebody','Y',1,'<li><input type=\"%POLL_CHECKBOX_RADIO%\" id=\"poll-answer-%POLL_ANSWER_ID%\" name=\"poll_%POLL_ID%\" value=\"%POLL_ANSWER_ID%\" /> <label for=\"poll-answer-%POLL_ANSWER_ID%\">%POLL_ANSWER%</label></li>',20,8,'Template For Poll\'s Answers',1,'yes'),(87,0,'poll_template_votefooter','Y',1,'</ul><p style=\"text-align: center;\"><input type=\"button\" name=\"vote\" value=\"   Vote   \" class=\"Buttons\" onclick=\"poll_vote(%POLL_ID%);\" onkeypress=\"poll_result(%POLL_ID%);\" /></p><p style=\"text-align: center;\"><a href=\"#ViewPollResults\" onclick=\"poll_result(%POLL_ID%); return false;\" onkeypress=\"poll_result(%POLL_ID%); return false;\" title=\"View Results Of This Poll\">View Results</a></p></div>',20,8,'Template For Poll\'s Voting Footer',1,'yes'),(88,0,'poll_template_resultheader','Y',1,'<p style=\"text-align: center;\"><strong>%POLL_QUESTION%</strong></p><div id=\"polls-%POLL_ID%-ans\" class=\"wp-polls-ans\"><ul class=\"wp-polls-ul\">',20,8,'Template For Poll Header',1,'yes'),(89,0,'poll_template_resultbody','Y',1,'<li>%POLL_ANSWER% <small>(%POLL_ANSWER_PERCENTAGE%%, %POLL_ANSWER_VOTES% Votes)</small><div class=\"pollbar\" style=\"width: %POLL_ANSWER_IMAGEWIDTH%%;\" title=\"%POLL_ANSWER_TEXT% (%POLL_ANSWER_PERCENTAGE%% | %POLL_ANSWER_VOTES% Votes)\"></div></li>',20,8,'Template For Poll Results',1,'yes'),(90,0,'poll_template_resultbody2','Y',1,'<li><strong><i>%POLL_ANSWER% <small>(%POLL_ANSWER_PERCENTAGE%%, %POLL_ANSWER_VOTES% Votes)</small></i></strong><div class=\"pollbar\" style=\"width: %POLL_ANSWER_IMAGEWIDTH%%;\" title=\"You Have Voted For This Choice - %POLL_ANSWER_TEXT% (%POLL_ANSWER_PERCENTAGE%% | %POLL_ANSWER_VOTES% Votes)\"></div></li>',20,8,'Template For Poll Results (User Voted)',1,'yes'),(91,0,'poll_template_resultfooter','Y',1,'</ul><p style=\"text-align: center;\">Total Voters: <strong>%POLL_TOTALVOTERS%</strong></p></div>',20,8,'Template For Poll Result Footer',1,'yes'),(92,0,'poll_template_resultfooter2','Y',1,'</ul><p style=\"text-align: center;\">Total Voters: <strong>%POLL_TOTALVOTERS%</strong></p><p style=\"text-align: center;\"><a href=\"#VotePoll\" onclick=\"poll_booth(%POLL_ID%); return false;\" onkeypress=\"poll_booth(%POLL_ID%); return false;\" title=\"Vote For This Poll\">Vote</a></p></div>',20,8,'Template For Poll Result Footer',1,'yes'),(93,0,'poll_template_disable','Y',1,'Sorry, there are no polls available at the moment.',20,8,'Template For Poll When It Is Disabled',1,'yes'),(94,0,'poll_template_error','Y',1,'An error has occurred when processing your poll.',20,8,'Template For Poll When An Error Has Occured',1,'yes'),(95,0,'poll_currentpoll','Y',1,'0',20,8,'Current Displayed Poll',1,'yes'),(96,0,'poll_latestpoll','Y',1,'1',20,8,'The Latest Poll',1,'yes'),(97,0,'poll_archive_perpage','Y',1,'5',20,8,'Number Of Polls To Display Per Page On The Poll\'s Archive',1,'no'),(98,0,'poll_ans_sortby','Y',1,'polla_aid',20,8,'Sorting Of Poll\'s Answers',1,'yes'),(99,0,'poll_ans_sortorder','Y',1,'asc',20,8,'Sort Order Of Poll\'s Answers',1,'yes'),(100,0,'poll_ans_result_sortby','Y',1,'polla_votes',20,8,'Sorting Of Poll\'s Answers Result',1,'yes'),(101,0,'poll_ans_result_sortorder','Y',1,'desc',20,8,'Sorting Order Of Poll\'s Answers Result',1,'yes'),(102,0,'poll_logging_method','Y',1,'3',20,8,'Logging Method Of User Poll\'s Answer',1,'yes'),(103,0,'poll_allowtovote','Y',1,'2',20,8,'Who Is Allowed To Vote',1,'yes'),(104,0,'poll_archive_url','Y',1,'http://prosperity-concepts.com/wptpl/pollsarchive/',20,8,'Polls Archive URL',1,'yes'),(105,0,'poll_archive_show','Y',1,'1',20,8,'Show Polls Archive?',1,'yes'),(106,0,'poll_bar','Y',1,'a:4:{s:5:\"style\";s:7:\"default\";s:10:\"background\";s:6:\"d8e1eb\";s:6:\"border\";s:6:\"c8c8c8\";s:6:\"height\";i:8;}',20,8,'Poll Bar Style',1,'yes'),(107,0,'poll_close','Y',1,'1',20,8,'Poll Close',1,'yes'),(108,0,'poll_ajax_style','Y',1,'a:2:{s:7:\"loading\";i:1;s:6:\"fading\";i:1;}',20,8,'Poll AJAX Style',1,'yes'),(109,0,'poll_template_pollarchivelink','Y',1,'<ul><li><a href=\"%POLL_ARCHIVE_URL%\">Polls Archive</a></li></ul>',20,8,'Template For Poll Archive Link',1,'yes'),(110,0,'poll_archive_displaypoll','Y',1,'2',20,8,'Type Of Polls To Display In Polls Archive',1,'yes'),(111,0,'poll_archive_pollarchiveheader','Y',1,'',20,8,'Displayed Before Each Poll In The Poll Archive',1,'yes'),(112,0,'poll_archive_pollarchivefooter','Y',1,'<p>Start Date: %POLL_START_DATE%<br />End Date: %POLL_END_DATE%</p>',20,8,'Displayed After Each Poll In The Poll Archive',1,'yes'),(113,0,'ultimate_ga_options','Y',1,'a:21:{s:16:\"internal_domains\";s:51:\"www.prosperity-concepts.com,prosperity-concepts.com\";s:10:\"account_id\";s:11:\"UA-XXXXXX-X\";s:14:\"enable_tracker\";b:1;s:15:\"track_adm_pages\";b:0;s:12:\"ignore_users\";b:1;s:14:\"max_user_level\";i:8;s:13:\"footer_hooked\";b:0;s:14:\"filter_content\";b:1;s:15:\"filter_comments\";b:1;s:22:\"filter_comment_authors\";b:1;s:15:\"track_ext_links\";b:1;s:16:\"prefix_ext_links\";s:10:\"/outgoing/\";s:11:\"track_files\";b:1;s:17:\"prefix_file_links\";s:11:\"/downloads/\";s:16:\"track_extensions\";s:76:\"gif,jpg,jpeg,bmp,png,pdf,mp3,wav,phps,zip,gz,tar,rar,jar,exe,pps,ppt,xls,doc\";s:16:\"track_mail_links\";b:1;s:17:\"prefix_mail_links\";s:8:\"/mailto/\";s:5:\"debug\";b:0;s:13:\"check_updates\";b:1;s:12:\"version_sent\";s:5:\"1.5.3\";s:15:\"advanced_config\";b:0;}',20,8,'Settings for Ultimate Google Analytics plugin',1,'yes'),(114,0,'sm_options','Y',1,'a:41:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:13:\"sm_b_filename\";s:11:\"sitemap.xml\";s:10:\"sm_b_debug\";b:1;s:8:\"sm_b_xml\";b:1;s:9:\"sm_b_gzip\";b:1;s:9:\"sm_b_ping\";b:1;s:14:\"sm_b_pingyahoo\";b:0;s:13:\"sm_b_yahookey\";s:0:\"\";s:12:\"sm_b_pingask\";b:1;s:19:\"sm_b_manual_enabled\";b:0;s:17:\"sm_b_auto_enabled\";b:1;s:15:\"sm_b_manual_key\";s:32:\"dd4a9b6e3762fe3dcf6ef05042f3c583\";s:16:\"sm_b_hide_donors\";b:0;s:12:\"sm_b_donated\";b:0;s:17:\"sm_b_hide_donated\";b:0;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:10:\"sm_b_style\";s:92:\"http://prosperity-concepts.com/wptpl/wp-content/plugins/google-sitemap-generator/sitemap.xsl\";s:18:\"sm_b_location_mode\";s:4:\"auto\";s:20:\"sm_b_filename_manual\";s:0:\"\";s:19:\"sm_b_fileurl_manual\";s:0:\"\";s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:1;s:10:\"sm_in_arch\";b:1;s:10:\"sm_in_auth\";b:0;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.6;s:15:\"sm_pr_posts_min\";d:0.2;s:11:\"sm_pr_pages\";d:0.6;s:10:\"sm_pr_cats\";d:0.3;s:10:\"sm_pr_arch\";d:0.3;s:10:\"sm_pr_auth\";d:0.3;}',20,8,'',1,'yes'),(115,0,'sm_cpages','Y',1,'a:0:{}',20,8,'Storage for custom pages of the sitemap plugin',1,'no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pollsa`
--

DROP TABLE IF EXISTS `wp_pollsa`;
CREATE TABLE `wp_pollsa` (
  `polla_aid` int(10) NOT NULL auto_increment,
  `polla_qid` int(10) NOT NULL default '0',
  `polla_answers` varchar(200) NOT NULL default '',
  `polla_votes` int(10) NOT NULL default '0',
  PRIMARY KEY  (`polla_aid`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_pollsa`
--

LOCK TABLES `wp_pollsa` WRITE;
/*!40000 ALTER TABLE `wp_pollsa` DISABLE KEYS */;
INSERT INTO `wp_pollsa` VALUES (1,1,'Good',0),(2,1,'Excellent',0),(3,1,'Bad',0),(4,1,'Can Be Improved',0),(5,1,'No Comments',0);
/*!40000 ALTER TABLE `wp_pollsa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pollsip`
--

DROP TABLE IF EXISTS `wp_pollsip`;
CREATE TABLE `wp_pollsip` (
  `pollip_id` int(10) NOT NULL auto_increment,
  `pollip_qid` varchar(10) NOT NULL default '',
  `pollip_aid` varchar(10) NOT NULL default '',
  `pollip_ip` varchar(100) NOT NULL default '',
  `pollip_host` varchar(200) NOT NULL default '',
  `pollip_timestamp` varchar(20) NOT NULL default '0000-00-00 00:00:00',
  `pollip_user` tinytext NOT NULL,
  `pollip_userid` int(10) NOT NULL default '0',
  PRIMARY KEY  (`pollip_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_pollsip`
--

LOCK TABLES `wp_pollsip` WRITE;
/*!40000 ALTER TABLE `wp_pollsip` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_pollsip` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pollsq`
--

DROP TABLE IF EXISTS `wp_pollsq`;
CREATE TABLE `wp_pollsq` (
  `pollq_id` int(10) NOT NULL auto_increment,
  `pollq_question` varchar(200) NOT NULL default '',
  `pollq_timestamp` varchar(20) NOT NULL default '',
  `pollq_totalvotes` int(10) NOT NULL default '0',
  `pollq_active` tinyint(1) NOT NULL default '1',
  `pollq_expiry` varchar(20) NOT NULL default '',
  `pollq_multiple` tinyint(3) NOT NULL default '0',
  `pollq_totalvoters` int(10) NOT NULL default '0',
  PRIMARY KEY  (`pollq_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_pollsq`
--

LOCK TABLES `wp_pollsq` WRITE;
/*!40000 ALTER TABLE `wp_pollsq` DISABLE KEYS */;
INSERT INTO `wp_pollsq` VALUES (1,'How Is My Site?','1184270793',0,1,'',0,0);
/*!40000 ALTER TABLE `wp_pollsq` 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-07-08 17:32:45','2007-07-08 21:32:45','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!',0,'','publish','open','open','','hello-world','','','2007-07-08 17:32:45','2007-07-08 21:32:45','',0,'',0,'post','',1),(2,1,'2007-07-08 17:32:45','2007-07-08 21:32:45','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-07-08 17:32:45','2007-07-08 21:32:45','',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','c3a2c54ce9652dc59830a63d8ef5ec64','admin','contact@prosperity-concepts.com','','2007-07-08 21:32:45','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2007-07-13  0:21:02

