0byt3m1n1
Path:
/
data
/
0
/
0
/
82
/
106
/
82595
/
meta
/
83921
/
mysql.backup
/
[
Home
]
File: wp_002646b_0.mysqlv104.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv104 Database: wp_002646b_0 -- ------------------------------------------------------ -- Server version 5.0.91 /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=latin1; SET character_set_client = @saved_cs_client; -- -- 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=latin1; SET character_set_client = @saved_cs_client; -- -- 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-04-01 13:39:17','2007-04-01 17:39:17','Hi, this is a comment.<br />To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_link2cat` -- DROP TABLE IF EXISTS `wp_link2cat`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=latin1; SET character_set_client = @saved_cs_client; -- -- 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=latin1; SET character_set_client = @saved_cs_client; -- -- 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=74 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- 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://www.richardhubbardlaw.com/blog',20,8,'WordPress web address',1,'yes'),(2,0,'blogname','Y',1,'Blog',20,8,'Blog title',1,'yes'),(3,0,'blogdescription','Y',1,'Just another WordPress weblog',20,8,'Short tagline',1,'yes'),(66,0,'wp_user_roles','Y',1,'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:47:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}',20,8,'',1,'yes'),(5,0,'users_can_register','Y',1,'0',20,8,'',1,'yes'),(6,0,'admin_email','Y',1,'Sandy@RichardHubbardLaw.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,'127.0.0.1',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,'0',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:0:{}',20,8,'',1,'yes'),(40,0,'home','Y',1,'http://www.richardhubbardlaw.com/blog',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'),(67,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,'4772',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,'4a0626067f3fe88801936839ccf75539',20,8,'',1,'yes'),(63,0,'blog_public','Y',1,'0',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'),(68,0,'rss_3349d82b84e17de3e86161ef5091f778','Y',1,'O:9:\"magpierss\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:1:{i:0;a:3:{s:5:\"title\";s:16:\"No results found\";s:11:\"description\";s:63:\"No results were found for http://www.richardhubbardlaw.com/blog\";s:7:\"summary\";s:63:\"No results were found for http://www.richardhubbardlaw.com/blog\";}}s:7:\"channel\";a:10:{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://www.richardhubbardlaw.com/blog\";s:19:\"result_rankingstart\";s:1:\"0\";}s:6:\"result\";s:16:\"\n \n \n \n\";s:5:\"title\";s:23:\"Technorati Search for: \";s:4:\"link\";s:33:\"http://richardhubbardlaw.com/blog\";s:7:\"pubdate\";s:29:\"Thu, 01 Jan 1970 00:00:00 GMT\";s:7:\"tagline\";N;}s:9:\"textinput\";a:4:{s:5:\"title\";s:17:\"Search Technorati\";s:11:\"description\";s:43:\"Search millions of blogs for the latest on:\";s:4:\"name\";s:1:\"s\";s:4:\"link\";s:32:\"http://technorati.com/search.php\";}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:21:\"http://technorati.com\";}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'),(69,0,'rss_3349d82b84e17de3e86161ef5091f778_ts','Y',1,'1175449373',20,8,'',1,'no'),(70,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: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:1;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’t any more “killer features” in software, there are 10,000 killer features and everyone has a different 20. If we tried to put everything into WordPress the result would be, for [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2705:\"<p>One of the greatest things about WordPress has always been the amazing number of high-quality plugins available for the platform. I believe that there aren’t any more “killer features” in software, there are 10,000 killer features and everyone has a different 20. If we tried to put everything into WordPress the result would be, for lack of a better term, bloated. However through our robust plugin API people have used WordPress as a platform for building almost anything you can imagine leveraging the huge WP userbase and scalable core codebase.</p>\n<p>That’s all fine and dandy, but having all these plugins isn’t that useful if you’ve got no place to find them. Even though we have provided development hosting at <a href=\"http://wp-plugins.org\">wp-plugins.org</a> for years, we hadn’t had a user interface to the plugins hosted there, which I think was a travesty.</p>\n<p>No longer! Our ever-expanding “extend” section <a href=\"http://wordpress.org/extend/plugins/\">now has a brand-spanking new plugins directory</a> where you can browse, download, rate, and comment on all your favorite plugins. I highly encourage you to go check it out.</p>\n<p>For users, this means:</p>\n<ul>\n<li>There is now a <a href=\"http://wordpress.org/extend/plugins/\">central place to find and download WordPress plugins</a>.</li>\n<li>You can get a much better idea about plugin quality and compatibility from the site.</li>\n<li>In the future you’ll be able to get notification inside of WordPress about plugins you use that have updates.</li>\n</ul>\n<p>For developers, you now have:</p>\n<ul>\n<li>Exposure to the millions of people who visit WordPress.org every month.</li>\n<li>Free SVN hosting for GPL plugin development at wp-plugins.org. (Like always.)</li>\n<li>Automatic download packages and free hosting of those.</li>\n<li>Statistics about how many people are using and downloading your plugins.</li>\n<li>Prominent links to your homepage, and the ability to specify a Paypal donation link from your plugin page.</li>\n</ul>\n<p>As a developer all you need to do to start taking advantage of the new plugin pages is to include a <a href=\"http://wordpress.org/extend/plugins/about/\">properly formatted readme.txt file</a> along with your plugin.</p>\n<p>Props to <a href=\"http://blogwaffe.com/\">Michael Adams</a>, <a href=\"http://txfx.net/\">Mark Jaquith</a>, and <a href=\"http://iammattthomas.com/\">Matt Thomas</a> for making this dream a reality. We hope you all enjoy it and if you have any feedback blog it and <a href=\"http://wordpress.org/development/2007/03/plugin-directory/\">link back to this entry</a> so we get the pingback. Happy downloading!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2007/03/plugin-directory/feed/\";}s:7:\"summary\";s:357:\"One of the greatest things about WordPress has always been the amazing number of high-quality plugins available for the platform. I believe that there aren’t any more “killer features” in software, there are 10,000 killer features and everyone has a different 20. If we tried to put everything into WordPress the result would be, for [...]\";s:12:\"atom_content\";s:2705:\"<p>One of the greatest things about WordPress has always been the amazing number of high-quality plugins available for the platform. I believe that there aren’t any more “killer features” in software, there are 10,000 killer features and everyone has a different 20. If we tried to put everything into WordPress the result would be, for lack of a better term, bloated. However through our robust plugin API people have used WordPress as a platform for building almost anything you can imagine leveraging the huge WP userbase and scalable core codebase.</p>\n<p>That’s all fine and dandy, but having all these plugins isn’t that useful if you’ve got no place to find them. Even though we have provided development hosting at <a href=\"http://wp-plugins.org\">wp-plugins.org</a> for years, we hadn’t had a user interface to the plugins hosted there, which I think was a travesty.</p>\n<p>No longer! Our ever-expanding “extend” section <a href=\"http://wordpress.org/extend/plugins/\">now has a brand-spanking new plugins directory</a> where you can browse, download, rate, and comment on all your favorite plugins. I highly encourage you to go check it out.</p>\n<p>For users, this means:</p>\n<ul>\n<li>There is now a <a href=\"http://wordpress.org/extend/plugins/\">central place to find and download WordPress plugins</a>.</li>\n<li>You can get a much better idea about plugin quality and compatibility from the site.</li>\n<li>In the future you’ll be able to get notification inside of WordPress about plugins you use that have updates.</li>\n</ul>\n<p>For developers, you now have:</p>\n<ul>\n<li>Exposure to the millions of people who visit WordPress.org every month.</li>\n<li>Free SVN hosting for GPL plugin development at wp-plugins.org. (Like always.)</li>\n<li>Automatic download packages and free hosting of those.</li>\n<li>Statistics about how many people are using and downloading your plugins.</li>\n<li>Prominent links to your homepage, and the ability to specify a Paypal donation link from your plugin page.</li>\n</ul>\n<p>As a developer all you need to do to start taking advantage of the new plugin pages is to include a <a href=\"http://wordpress.org/extend/plugins/about/\">properly formatted readme.txt file</a> along with your plugin.</p>\n<p>Props to <a href=\"http://blogwaffe.com/\">Michael Adams</a>, <a href=\"http://txfx.net/\">Mark Jaquith</a>, and <a href=\"http://iammattthomas.com/\">Matt Thomas</a> for making this dream a reality. We hope you all enjoy it and if you have any feedback blog it and <a href=\"http://wordpress.org/development/2007/03/plugin-directory/\">link back to this entry</a> so we get the pingback. Happy downloading!</p>\n\";}i:2;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’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:1368:\"<p>Every year <a href=\"http://2007.sxsw.com/interactive/\">South by Southwest, or SxSW</a>, is a very unique and affordable confluence of some of the most influential minds on the web gathering in the state where I grew up, Texas. It’s actually the first tech conference I ever went to, four years ago, and where I got my start down the path that has led me to where I am today.</p>\n<p>Another movement close to my heart, Barcamp, <a href=\"http://barcamp.org/BarCampAustin\">is in full effect here in Austin</a>. <strong>Saturday March 10 at 6 PM we’re going to do a WordPress meetup</strong> at the Barcamp venue Bourbon Rocks on 6th Street. Unlike many other SxSW parties, it is completely open to the public and doesn’t require a conference badge. There will be food and drinks available, and a live band after we wrap up the meetup.</p>\n<p>So come enjoy part of your SxSW evening in this beautiful Austin weather with fellow WordPressers. In addition to the good company, we’ll have an assortment of cool WordPress stickers free for the taking.</p>\n<p>Finally if you’re attending the conference part of SxSW Interactive, be sure to check out the following cool speakers who are WordPress users like yourself:</p>\n<p> <a href=\"http://wordpress.org/development/2007/03/wordpress-at-sxsw/#more-200\" class=\"more-link\">(more…)</a></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:64:\"http://wordpress.org/development/2007/03/wordpress-at-sxsw/feed/\";}s:7:\"summary\";s:301:\"Every year South by Southwest, or SxSW, is a very unique and affordable confluence of some of the most influential minds on the web gathering in the state where I grew up, Texas. It’s actually the first tech conference I ever went to, four years ago, and where I got my start down the path [...]\";s:12:\"atom_content\";s:1368:\"<p>Every year <a href=\"http://2007.sxsw.com/interactive/\">South by Southwest, or SxSW</a>, is a very unique and affordable confluence of some of the most influential minds on the web gathering in the state where I grew up, Texas. It’s actually the first tech conference I ever went to, four years ago, and where I got my start down the path that has led me to where I am today.</p>\n<p>Another movement close to my heart, Barcamp, <a href=\"http://barcamp.org/BarCampAustin\">is in full effect here in Austin</a>. <strong>Saturday March 10 at 6 PM we’re going to do a WordPress meetup</strong> at the Barcamp venue Bourbon Rocks on 6th Street. Unlike many other SxSW parties, it is completely open to the public and doesn’t require a conference badge. There will be food and drinks available, and a live band after we wrap up the meetup.</p>\n<p>So come enjoy part of your SxSW evening in this beautiful Austin weather with fellow WordPressers. In addition to the good company, we’ll have an assortment of cool WordPress stickers free for the taking.</p>\n<p>Finally if you’re attending the conference part of SxSW Interactive, be sure to check out the following cool speakers who are WordPress users like yourself:</p>\n<p> <a href=\"http://wordpress.org/development/2007/03/wordpress-at-sxsw/#more-200\" class=\"more-link\">(more…)</a></p>\n\";}i:3;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:660:\"<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=\"more-link\">(more…)</a></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:58:\"http://wordpress.org/development/2007/03/upgrade-212/feed/\";}s:7:\"summary\";s:343:\"Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.\nLonger explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code [...]\";s:12:\"atom_content\";s:660:\"<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=\"more-link\">(more…)</a></p>\n\";}i:4;a:12:{s:5:\"title\";s:29:\"New Releases: 2.1.1 and 2.0.9\";s:4:\"link\";s:54:\"http://wordpress.org/development/2007/02/new-releases/\";s:8:\"comments\";s:63:\"http://wordpress.org/development/2007/02/new-releases/#comments\";s:7:\"pubdate\";s:31:\"Wed, 21 Feb 2007 06:45:12 +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/02/new-releases/\";s:11:\"description\";s:369:\"We’ve got a new bugfix and security release for both of our actively maintained branches of WordPress. Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code. It’s available for immediate download on our download page. \nVersion 2.0.9 only includes the security update, which was around [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:991:\"<p>We’ve got a new bugfix and security release for both of our actively maintained branches of WordPress. Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code. It’s available <a href=\"http://wordpress.org/download/\">for immediate download on our download page</a>. </p>\n<p>Version 2.0.9 only includes the security update, which was around the code we use to prevent XSS. You can download it from <a href=\"http://wordpress.org/download/release-archive/\">our release archive</a>. As a reminder, we’ve committed to proving security updates to 2.0 through 2010, but all new features and development are going into the newer branch, which is at this time 2.1.</p>\n<p>This is a low-to-medium priority update recommended for all WordPress users. After the break is a list of changed files.</p>\n<p> <a href=\"http://wordpress.org/development/2007/02/new-releases/#more-197\" class=\"more-link\">(more…)</a></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:59:\"http://wordpress.org/development/2007/02/new-releases/feed/\";}s:7:\"summary\";s:369:\"We’ve got a new bugfix and security release for both of our actively maintained branches of WordPress. Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code. It’s available for immediate download on our download page. \nVersion 2.0.9 only includes the security update, which was around [...]\";s:12:\"atom_content\";s:991:\"<p>We’ve got a new bugfix and security release for both of our actively maintained branches of WordPress. Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code. It’s available <a href=\"http://wordpress.org/download/\">for immediate download on our download page</a>. </p>\n<p>Version 2.0.9 only includes the security update, which was around the code we use to prevent XSS. You can download it from <a href=\"http://wordpress.org/download/release-archive/\">our release archive</a>. As a reminder, we’ve committed to proving security updates to 2.0 through 2010, but all new features and development are going into the newer branch, which is at this time 2.1.</p>\n<p>This is a low-to-medium priority update recommended for all WordPress users. After the break is a list of changed files.</p>\n<p> <a href=\"http://wordpress.org/development/2007/02/new-releases/#more-197\" class=\"more-link\">(more…)</a></p>\n\";}i:5;a:12:{s:5:\"title\";s:18:\"WordPress 2.1 Ella\";s:4:\"link\";s:49:\"http://wordpress.org/development/2007/01/ella-21/\";s:8:\"comments\";s:58:\"http://wordpress.org/development/2007/01/ella-21/#comments\";s:7:\"pubdate\";s:31:\"Mon, 22 Jan 2007 22:24:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:49:\"http://wordpress.org/development/2007/01/ella-21/\";s:11:\"description\";s:377:\"On behalf of the WordPress.org community of commiters, contributers, and volunteers, I’m very proud to announce the immediate availability of WordPress 2.1 “Ella”, named for jazz vocalist Ella Fitzgerald. Here’s a sampling of what’s in the new version:\n\n Autosave makes sure you never lose a post again. \n Our new tabbed editor allows you to [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:4690:\"<p>On behalf of the WordPress.org community of commiters, contributers, and volunteers, I’m very proud to announce <a href=\"http://wordpress.org/download/\">the immediate availability of WordPress 2.1 “Ella”</a>, named for jazz vocalist <a href=\"http://www.ellafitzgerald.com/\">Ella Fitzgerald</a>. Here’s a sampling of what’s in the new version:</p>\n<ul>\n<li> <strong>Autosave</strong> makes sure you never lose a post again. </li>\n<li> Our new <strong>tabbed editor</strong> allows you to switch between WYSIWYG and code editing instantly while writing a post. </li>\n<li> The <strong>lossless XML import and export</strong> makes it easy for you to move your content between WordPress blogs. </li>\n<li> Our completely redone visual editor also now includes <strong>spell checking</strong>. </li>\n<li> <strong>New search engine privacy option</strong> allows you take you to indicate your blog shouldn’t ping or be indexed by search engines like Google. </li>\n<li> You can set any “page” to be the front page of your site, and put the latest posts somewhere else, making it much easier to use WordPress as a content management system. </li>\n<li> Much more efficient database code, faster than previous versions. <a href=\"http://dammit.lt/\">Domas Mituzas</a> from MySQL went over all our queries with a fine-toothed comb. </li>\n<li> Links in your blogroll now support sub-categories and you can add categories on the fly. </li>\n<li> Redesigned login screen from the Shuttle project. </li>\n<li> More AJAX to make custom fields, moderation, deletions, and more all faster. My favorite is the comments page, which new lets you approve or unapprove things instantly. </li>\n<li> Pages can now be drafts, or private. </li>\n<li> Our admin has been refreshed to load faster and be more visually consistent. </li>\n<li> The dashboard now loads instantly and brings RSS feeds asynchronously in the background. </li>\n<li> Comment feeds now include all the comments, not just the last 10. </li>\n<li> Better internationalization and support for right-to-left languages. </li>\n<li> The <strong>upload manager</strong> lets you easily manage all your uploads pictures, video, and audio. </li>\n<li> A <a href=\"http://akismet.com/blog/2007/01/version-20/\">new version of the Akismet plugin</a> is bundled. </li>\n</ul>\n<p>…and much, much more. There are little easter eggs hidden everywhere, so the best way to find everything new is to <a href=\"http://wordpress.org/download/\">just try it out</a>.</p>\n<h3>Developer Features</h3>\n<p>Developers will especially love this release, as it has much cleaner code than 2.0 and includes hundreds of enhancements that will enable a new generation of richer plugins. Here’s a taste of some of the things included:</p>\n<ul>\n<li> Psuedo-cron functionality let’s you schedule events much like cron. </li>\n<li> Users admin can now comfortably handle hundreds of thousands of users. </li>\n<li> The new WP_Error class cleans up how we do error reporting and handling. </li>\n<li> The javascript loader makes it easier for plugins to include rich functionality. </li>\n<li> Tons of new hooks and APIs. </li>\n<li> We’ve started to fill out our code inline documentation. </li>\n<li> Image and thumbnail API allows for richer media plugins. </li>\n<li> Custom header, color picker, and image cropping framework. </li>\n</ul>\n<p>2.1 also <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.1\">includes over 550 bug fixes</a>.</p>\n<h3>The Future</h3>\n<p>What’s really exciting for me is what’s coming in the future. First of all, the 2.0 series was an unparalleled success, with over 1.8 million downloads, and thanks to the work of Mark Jaquith we’re committing to maintaining stable security and bug fixes on the 2.0 branch until 2010.</p>\n<p>More exciting for most of our users, though, is our new development cycle. Based on everything we’ve learned in the past 3 years of doing WordPress, we’ve decided to shift to a more frequent release schedule like Ubuntu, with major releases coming several times a year. So, for the first time in WordPress’ history, I have an answer to when the next version is coming out: April 23rd.</p>\n<p>Even better, the development will be driven primarily by <a href=\"http://wordpress.org/extend/ideas/\">the features you guys are voting for on the ideas board</a>. (But wait, there’s more: the ideas board now has a new Hot-or-Not-like interface for rating a bunch of ideas at once, <a href=\"http://wordpress.org/extend/ideas/view.php?view=not_voted\">so go get your vote on and have a say in WordPress 2.2</a>.)</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:54:\"http://wordpress.org/development/2007/01/ella-21/feed/\";}s:7:\"summary\";s:377:\"On behalf of the WordPress.org community of commiters, contributers, and volunteers, I’m very proud to announce the immediate availability of WordPress 2.1 “Ella”, named for jazz vocalist Ella Fitzgerald. Here’s a sampling of what’s in the new version:\n\n Autosave makes sure you never lose a post again. \n Our new tabbed editor allows you to [...]\";s:12:\"atom_content\";s:4690:\"<p>On behalf of the WordPress.org community of commiters, contributers, and volunteers, I’m very proud to announce <a href=\"http://wordpress.org/download/\">the immediate availability of WordPress 2.1 “Ella”</a>, named for jazz vocalist <a href=\"http://www.ellafitzgerald.com/\">Ella Fitzgerald</a>. Here’s a sampling of what’s in the new version:</p>\n<ul>\n<li> <strong>Autosave</strong> makes sure you never lose a post again. </li>\n<li> Our new <strong>tabbed editor</strong> allows you to switch between WYSIWYG and code editing instantly while writing a post. </li>\n<li> The <strong>lossless XML import and export</strong> makes it easy for you to move your content between WordPress blogs. </li>\n<li> Our completely redone visual editor also now includes <strong>spell checking</strong>. </li>\n<li> <strong>New search engine privacy option</strong> allows you take you to indicate your blog shouldn’t ping or be indexed by search engines like Google. </li>\n<li> You can set any “page” to be the front page of your site, and put the latest posts somewhere else, making it much easier to use WordPress as a content management system. </li>\n<li> Much more efficient database code, faster than previous versions. <a href=\"http://dammit.lt/\">Domas Mituzas</a> from MySQL went over all our queries with a fine-toothed comb. </li>\n<li> Links in your blogroll now support sub-categories and you can add categories on the fly. </li>\n<li> Redesigned login screen from the Shuttle project. </li>\n<li> More AJAX to make custom fields, moderation, deletions, and more all faster. My favorite is the comments page, which new lets you approve or unapprove things instantly. </li>\n<li> Pages can now be drafts, or private. </li>\n<li> Our admin has been refreshed to load faster and be more visually consistent. </li>\n<li> The dashboard now loads instantly and brings RSS feeds asynchronously in the background. </li>\n<li> Comment feeds now include all the comments, not just the last 10. </li>\n<li> Better internationalization and support for right-to-left languages. </li>\n<li> The <strong>upload manager</strong> lets you easily manage all your uploads pictures, video, and audio. </li>\n<li> A <a href=\"http://akismet.com/blog/2007/01/version-20/\">new version of the Akismet plugin</a> is bundled. </li>\n</ul>\n<p>…and much, much more. There are little easter eggs hidden everywhere, so the best way to find everything new is to <a href=\"http://wordpress.org/download/\">just try it out</a>.</p>\n<h3>Developer Features</h3>\n<p>Developers will especially love this release, as it has much cleaner code than 2.0 and includes hundreds of enhancements that will enable a new generation of richer plugins. Here’s a taste of some of the things included:</p>\n<ul>\n<li> Psuedo-cron functionality let’s you schedule events much like cron. </li>\n<li> Users admin can now comfortably handle hundreds of thousands of users. </li>\n<li> The new WP_Error class cleans up how we do error reporting and handling. </li>\n<li> The javascript loader makes it easier for plugins to include rich functionality. </li>\n<li> Tons of new hooks and APIs. </li>\n<li> We’ve started to fill out our code inline documentation. </li>\n<li> Image and thumbnail API allows for richer media plugins. </li>\n<li> Custom header, color picker, and image cropping framework. </li>\n</ul>\n<p>2.1 also <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.1\">includes over 550 bug fixes</a>.</p>\n<h3>The Future</h3>\n<p>What’s really exciting for me is what’s coming in the future. First of all, the 2.0 series was an unparalleled success, with over 1.8 million downloads, and thanks to the work of Mark Jaquith we’re committing to maintaining stable security and bug fixes on the 2.0 branch until 2010.</p>\n<p>More exciting for most of our users, though, is our new development cycle. Based on everything we’ve learned in the past 3 years of doing WordPress, we’ve decided to shift to a more frequent release schedule like Ubuntu, with major releases coming several times a year. So, for the first time in WordPress’ history, I have an answer to when the next version is coming out: April 23rd.</p>\n<p>Even better, the development will be driven primarily by <a href=\"http://wordpress.org/extend/ideas/\">the features you guys are voting for on the ideas board</a>. (But wait, there’s more: the ideas board now has a new Hot-or-Not-like interface for rating a bunch of ideas at once, <a href=\"http://wordpress.org/extend/ideas/view.php?view=not_voted\">so go get your vote on and have a say in WordPress 2.2</a>.)</p>\n\";}i:6;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.7\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/01/wordpress-207/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2007/01/wordpress-207/#comments\";s:7:\"pubdate\";s:31:\"Mon, 15 Jan 2007 22:14:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:8:\"category\";s:16:\"SecurityReleases\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/01/wordpress-207/\";s:11:\"description\";s:331:\"Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We’re able to work around it fairly easily, so we’ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2239:\"<p>Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We’re able to work around it fairly easily, so we’ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running WordPress 2.0.6 or lower <a href=\"http://wordpress.org/download/\">upgrade to this new version</a>.</p>\n<p>Because this is a much smaller update than previous versions, you do not have to update all of WordPress’ files if you’re upgrading from version 2.0.6. Here is the list of files that have changed since 2.0.6:</p>\n<ul>\n<li>wp-admin/inline-uploading.php</li>\n<li>wp-admin/post.php</li>\n<li>wp-includes/classes.php</li>\n<li>wp-includes/functions.php</li>\n<li>wp-settings.php</li>\n<li>wp-includes/version.php</li>\n</ul>\n<p>We know it sucks to have a release only 10 days after our last one, but we think it’s important enough for your blog to be secure to do it, and hopefully only having to change a few files will make the upgrade easier than normal.</p>\n<p>Here are the changes that have been made since 2.0.6:</p>\n<ul>\n<li>Security fix for <code>wp_unregister_GLOBALS()</code> to work around the <a href=\"http://www.hardened-php.net/hphp/zend_hash_del_key_or_index_vulnerability.html\">zend_hash_del_key_or_index bug</a> in PHP 4 versions less than 4.4.3 and PHP 5 versions less than 5.1.4 with <code>register_globals</code> set to “On.”</li>\n<li>Feeds now properly serve <code>304 Not Modified</code> headers instead of mismatched 200/304 headers (a.k.a. the FeedBurner bug).</li>\n<li>Backport of another <code>304 Not Modified</code> fix from WordPress 2.1</li>\n<li>Deleting WordPress Pages no longer gives an “Are You Sure?” prompt.</li>\n<li>After deleting a WordPress Page, you are now properly redirected to the Edit Pages screen.</li>\n<li>Sending an image at original size in Internet Explorer no longer adds an incorrect “height” attribute.</li>\n</ul>\n<p>And just as a reminder, the next major version of WordPress (2.1) is due out by the end of the month, but the 2.0 branch of WordPress will continue to be maintained for several years.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2007/01/wordpress-207/feed/\";}s:7:\"summary\";s:331:\"Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We’re able to work around it fairly easily, so we’ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running [...]\";s:12:\"atom_content\";s:2239:\"<p>Recently a bug in certain versions of PHP came to our attention that could cause a security vulnerability in your blog. We’re able to work around it fairly easily, so we’ve decided to release 2.0.7 to fix the PHP security problem and the Feedburner issue that was in 2.0.6. It is recommended that everyone running WordPress 2.0.6 or lower <a href=\"http://wordpress.org/download/\">upgrade to this new version</a>.</p>\n<p>Because this is a much smaller update than previous versions, you do not have to update all of WordPress’ files if you’re upgrading from version 2.0.6. Here is the list of files that have changed since 2.0.6:</p>\n<ul>\n<li>wp-admin/inline-uploading.php</li>\n<li>wp-admin/post.php</li>\n<li>wp-includes/classes.php</li>\n<li>wp-includes/functions.php</li>\n<li>wp-settings.php</li>\n<li>wp-includes/version.php</li>\n</ul>\n<p>We know it sucks to have a release only 10 days after our last one, but we think it’s important enough for your blog to be secure to do it, and hopefully only having to change a few files will make the upgrade easier than normal.</p>\n<p>Here are the changes that have been made since 2.0.6:</p>\n<ul>\n<li>Security fix for <code>wp_unregister_GLOBALS()</code> to work around the <a href=\"http://www.hardened-php.net/hphp/zend_hash_del_key_or_index_vulnerability.html\">zend_hash_del_key_or_index bug</a> in PHP 4 versions less than 4.4.3 and PHP 5 versions less than 5.1.4 with <code>register_globals</code> set to “On.”</li>\n<li>Feeds now properly serve <code>304 Not Modified</code> headers instead of mismatched 200/304 headers (a.k.a. the FeedBurner bug).</li>\n<li>Backport of another <code>304 Not Modified</code> fix from WordPress 2.1</li>\n<li>Deleting WordPress Pages no longer gives an “Are You Sure?” prompt.</li>\n<li>After deleting a WordPress Page, you are now properly redirected to the Edit Pages screen.</li>\n<li>Sending an image at original size in Internet Explorer no longer adds an incorrect “height” attribute.</li>\n</ul>\n<p>And just as a reminder, the next major version of WordPress (2.1) is due out by the end of the month, but the 2.0 branch of WordPress will continue to be maintained for several years.</p>\n\";}i:7;a:12:{s:5:\"title\";s:17:\"Ideas and Kvetch!\";s:4:\"link\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/#comments\";s:7:\"pubdate\";s:31:\"Tue, 09 Jan 2007 18:18:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:15:\"MetaDevelopment\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/\";s:11:\"description\";s:324:\"It’s a new year, and we have a new major release of WordPress coming soon. (We’re currently aiming for the 22nd.) It’s as good a time as any to examine where we’ve been, and where we are, and where we’re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2235:\"<p>It’s a new year, and we have a new major release of WordPress coming soon. (We’re currently aiming for the 22nd.) It’s as good a time as any to examine where we’ve been, and where we are, and where we’re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that’s not even counting the people who install it through their host’s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we’ve done has worked in the past doesn’t mean it’s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP’s secret ingredient… you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We’re announcing new projects—two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it’s a place where you can share your wildest WordPress wishes with the world, and also vote on other people’s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we’ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we’ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys—our users—first. It’s easy because there’s so many of you.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2007/01/ideas-and-kvetch/feed/\";}s:7:\"summary\";s:324:\"It’s a new year, and we have a new major release of WordPress coming soon. (We’re currently aiming for the 22nd.) It’s as good a time as any to examine where we’ve been, and where we are, and where we’re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]\";s:12:\"atom_content\";s:2235:\"<p>It’s a new year, and we have a new major release of WordPress coming soon. (We’re currently aiming for the 22nd.) It’s as good a time as any to examine where we’ve been, and where we are, and where we’re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that’s not even counting the people who install it through their host’s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>\n<p>However, just because what we’ve done has worked in the past doesn’t mean it’s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP’s secret ingredient… you.</p>\n<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>\n<p>Now you can tell us. We’re announcing new projects—two sides of the same coin.</p>\n<p><a href=\"http://wordpress.org/extend/ideas/\">The first is simply called Ideas</a>, and it’s a place where you can share your wildest WordPress wishes with the world, and also vote on other people’s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>\n<p>The second we’ve named after the <a href=\"http://www.answers.com/kvetch\">Yiddish word</a>, <a href=\"http://wordpress.org/extend/kvetch/\">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we’ll show a random kvetch on the page once we get enough in the system.</p>\n<p>Both are just part of putting you guys—our users—first. It’s easy because there’s so many of you.</p>\n\";}i:8;a:12:{s:5:\"title\";s:15:\"WordPress 2.0.6\";s:4:\"link\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2007/01/wordpress-206/#comments\";s:7:\"pubdate\";s:31:\"Fri, 05 Jan 2007 13:24:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:16:\"SecurityReleases\";s:4:\"guid\";s:55:\"http://wordpress.org/development/2007/01/wordpress-206/\";s:11:\"description\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it’s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we’ve committed to maintaining for several more years.\nHere’s what’s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it’s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we’ve committed to maintaining for several more years.</p>\n<p>Here’s what’s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there’s a new anti-XSS function called attribute_escape(), and a new filter called “query” which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you’re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you’re a plugin or theme author you should check your code to make sure it’s compatible with 2.1 before the release.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2007/01/wordpress-206/feed/\";}s:7:\"summary\";s:414:\"We have a pretty important release available for everyone, it includes an important security fix and it’s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we’ve committed to maintaining for several more years.\nHere’s what’s new:\n\nThe aforementioned security fixes.\nHTML quicktags now work in Safari browsers.\nComments are filtered to prevent [...]\";s:12:\"atom_content\";s:1444:\"<p>We have a pretty important release available for everyone, it includes an important security fix and it’s recommended that everyone upgrade. This is the latest release in our stable 2.0 line, which we’ve committed to maintaining for several more years.</p>\n<p>Here’s what’s new:</p>\n<ul>\n<li>The aforementioned security fixes.</li>\n<li>HTML quicktags now work in Safari browsers.</li>\n<li>Comments are filtered to prevent them from messing up your blog layout.</li>\n<li>Compatibility with PHP/FastCGI setups.</li>\n</ul>\n<p>For developers, there’s a new anti-XSS function called attribute_escape(), and a new filter called “query” which allows you filter any SQL at runtime. (Which is pretty powerful.) Thanks to Mark Jaquith for handling this release and Stefan Esser for responsibly reporting the security issue.</p>\n<p>As always, <a href=\"http://wordpress.org/download/\">you can download the latest version of WordPress here</a>.</p>\n<p>As a side note, this is probably our last release before 2.1 is out, which will be our first major feature release in quite a while. 2.1 just entered beta stage, so if you’re interested in helping out with that process consider <a href=\"http://wordpress.org/download/beta/\">joining our beta group</a>. As a reminder, if you’re a plugin or theme author you should check your code to make sure it’s compatible with 2.1 before the release.</p>\n\";}i:9;a:12:{s:5:\"title\";s:16:\"Limited T-shirts\";s:4:\"link\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:8:\"comments\";s:67:\"http://wordpress.org/development/2006/12/limited-t-shirts/#comments\";s:7:\"pubdate\";s:31:\"Thu, 14 Dec 2006 23:49:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:13:\"WordCampStore\";s:4:\"guid\";s:58:\"http://wordpress.org/development/2006/12/limited-t-shirts/\";s:11:\"description\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren’t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can’t tell [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren’t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can’t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We’re very sorry, but Goodstorm only ships to the US. If you’d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://wordpress.org/development/2006/12/limited-t-shirts/feed/\";}s:7:\"summary\";s:306:\"At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren’t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year available to order online.\nYou can’t tell [...]\";s:12:\"atom_content\";s:1430:\"<p>At various events throughout 2006, like SxSW and WordCamp we had t-shirts and each time we got a ton of requests for people who weren’t there to be able to buy them. Well, now you can. We have a limited supply of some of our shirts from this year <a href=\"http://www.goodstorm.com/stores/wordpress\">available to order online</a>.</p>\n<p>You can’t tell from the pictures, but the black shirts have a larger W logo and make you feel a bit <a href=\"http://flickr.com/photos/photomatt/110143508/\">like Superman</a>. The grey WordCamp shirts have the logo a bit smaller, and are a bit reminiscent of <a href=\"http://daringfireball.net/\">Daring Fireball</a>. Both look good with jeans.</p>\n<p>Part of the idea is once we print a style, we never do it again, so each shirt will be representative of a certain time in WordPress history. Since these are the very first, they make a great gift for yourself or that special blogging geek in you life. <a href=\"http://www.goodstorm.com/stores/wordpress\">Check out the store</a>.</p>\n<p>If you have any pictures of yourself in a WordPress shirt on Flickr, be sure to <a href=\"http://flickr.com/photos/tags/wordpressshirt/\">tag them wordpressshirt</a> to join the fun.</p>\n<p><strong>Update:</strong> We’re very sorry, but Goodstorm only ships to the US. If you’d like that to change, <a href=\"http://www.goodstorm.com/feedback\">send Goodstorm some feedback</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:\"Tue, 20 Mar 2007 16:30:34 +0000\";s:9:\"generator\";s:36:\"http://wordpress.org/?v=2.2-bleeding\";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:\"Sun, 01 Apr 2007 16:55:53 GMT\r\n\";}',20,8,'',1,'no'),(71,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','Y',1,'1175449374',20,8,'',1,'no'),(72,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:18:\"Owen: Time to Fork\";s:4:\"guid\";s:49:\"tag:asymptomatic.net,2007:time-to-fork/1175403174\";s:4:\"link\";s:41:\"http://asymptomatic.net/time-to-fork/atom\";s:11:\"description\";s:2412:\"<p>It\'s been since October with these Habari people, and I\'m totally through. It\'s not worth it any more.</p>\n<p>Day after ceaseless day, the agony of having decisions by committee... It\'s finally gotten the best of me. I thought I could handle it, but it\'s just not working out.</p>\n<p>The latest straw to break this camel\'s back is the rush to <a href=\"http://habariproject.org\">release the Developer Review</a>. I\'m not sure what the all-fired hurry is to release software that is obviously not ready for prime time. Nevermind that we could have released at the end of January had we not wasted all of our time bickering over logos, default themes, HTML vs XHTML, and other irrelevant claptrap. 100+ messages about whether Habari should use HTML or XHTML. I mean, is that really necessary?</p>\n<p>People have questioned whether the team could really pull off the release, and I told them, \"No, no, we\'ve got a great team. We\'ll release something soon.\" And I said that every day for months, and nothing happened. And then, out of the blue, they want to release this codeset? Forget it!</p>\n<p>Well, clearly, I can\'t use WordPress any more, and I can\'t use Habari, so my only other option is to go it alone. So, here\'s my big news...</p>\n<p><a href=\"http://forkpress.com\"><img src=\"/images/forkpress.png\" style=\"border:0px;\"></a></p>\n<p>I\'ve been working on a separate project for a few weeks now, but I haven\'t said anything because I hadn\'t really committed to it. But I\'ve finally had enough, and I\'m ready to announce it and maybe throw off those Habarians\' developer release. My solution is more robust than Habari simply because I\'ve not had to put up with the committee approval on every decision. </p>\n<p>I\'ve gotten a couple of folks to fly my banner, including <a href=\"http://skippy.net\">skippy</a>, and we\'ve set up more support for our users in two weeks than Habari has even considered since October.</p>\n<p>So, I\'m kind of sad to see Habari go, but I\'m glad to be rid of the bureaucracy. I hope people are as welcoming to <a href=\"http://forkpress.com\">ForkPress</a> as they might have been to poor, doomed Habari.</p><img src=\"http://feeds.feedburner.com/~r/asymptomatic/wp/~4/105731289\" height=\"1\" width=\"1\"/>\";s:7:\"pubdate\";s:31:\"Sun, 01 Apr 2007 05:30:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"owen\";}s:7:\"summary\";s:2412:\"<p>It\'s been since October with these Habari people, and I\'m totally through. It\'s not worth it any more.</p>\n<p>Day after ceaseless day, the agony of having decisions by committee... It\'s finally gotten the best of me. I thought I could handle it, but it\'s just not working out.</p>\n<p>The latest straw to break this camel\'s back is the rush to <a href=\"http://habariproject.org\">release the Developer Review</a>. I\'m not sure what the all-fired hurry is to release software that is obviously not ready for prime time. Nevermind that we could have released at the end of January had we not wasted all of our time bickering over logos, default themes, HTML vs XHTML, and other irrelevant claptrap. 100+ messages about whether Habari should use HTML or XHTML. I mean, is that really necessary?</p>\n<p>People have questioned whether the team could really pull off the release, and I told them, \"No, no, we\'ve got a great team. We\'ll release something soon.\" And I said that every day for months, and nothing happened. And then, out of the blue, they want to release this codeset? Forget it!</p>\n<p>Well, clearly, I can\'t use WordPress any more, and I can\'t use Habari, so my only other option is to go it alone. So, here\'s my big news...</p>\n<p><a href=\"http://forkpress.com\"><img src=\"/images/forkpress.png\" style=\"border:0px;\"></a></p>\n<p>I\'ve been working on a separate project for a few weeks now, but I haven\'t said anything because I hadn\'t really committed to it. But I\'ve finally had enough, and I\'m ready to announce it and maybe throw off those Habarians\' developer release. My solution is more robust than Habari simply because I\'ve not had to put up with the committee approval on every decision. </p>\n<p>I\'ve gotten a couple of folks to fly my banner, including <a href=\"http://skippy.net\">skippy</a>, and we\'ve set up more support for our users in two weeks than Habari has even considered since October.</p>\n<p>So, I\'m kind of sad to see Habari go, but I\'m glad to be rid of the bureaucracy. I hope people are as welcoming to <a href=\"http://forkpress.com\">ForkPress</a> as they might have been to poor, doomed Habari.</p><img src=\"http://feeds.feedburner.com/~r/asymptomatic/wp/~4/105731289\" height=\"1\" width=\"1\"/>\";}i:1;a:7:{s:5:\"title\";s:108:\"WordPress Podcast: Episode 21: WordCamp, an official plug-in directory and Charles’ troubles with upgrades\";s:4:\"guid\";s:120:\"http://wp-community.org/2007/03/31/episode-21-wordcamp-an-official-plug-in-directory-and-charles-troubles-with-upgrades/\";s:4:\"link\";s:120:\"http://wp-community.org/2007/03/31/episode-21-wordcamp-an-official-plug-in-directory-and-charles-troubles-with-upgrades/\";s:11:\"description\";s:6:\"<br />\";s:7:\"pubdate\";s:31:\"Sat, 31 Mar 2007 22:15:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Charles\";}s:7:\"summary\";s:6:\"<br />\";}i:2;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: This April: A Plugin A Day\";s:4:\"guid\";s:79:\"http://weblogtoolscollection.com/archives/2007/03/31/this-april-a-plugin-a-day/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/105563778/\";s:11:\"description\";s:1923:\"<p>Starting Monday and all through April, <a href=\"http://weblogtoolscollection.com/\">Weblog Tools Collection</a> will be featuring several WordPress plugins.</p>\n<p>This isn’t a contest but instead a showcase of the talent of our web developers.</p>\n<p>Every day (except Sundays) we will be reviewing a plugin. This will be in addition to our daily plugin release posts.</p>\n<h3>What we will be looking at</h3>\n<p>Besides a general description and feature listing of the plugin, we will also be asking our readers to suggest feature improvements and state what else they would want the plugin to do. This would work as a great group brainstorming session to improve your plugin.</p>\n<h3>How to submit</h3>\n<p>If you would like to have your plugin reviewed during this month, send an email to <strong>wltc@ajaydsouza.com</strong> with the following details:</p>\n<p><strong>Subject:</strong> APAD: <em>Plugin Name</em><br />\nMake sure you mention <strong>APAD</strong> in the subject of your email, so that my email filter can label it correctly.</p>\n<p>In the body of the email, send in the following information:</p>\n<p><strong>URL</strong>: Provide a direct url to the plugin page. I won’t go hunting through your blog for this.</p>\n<p><strong>Description</strong>: A short description about what your plugin does.</p>\n<p><strong>Features</strong>: A detailed list of features of your plugin. Mention everything that your plugin can do.</p>\n<p><strong>Implementation</strong>: How does a user go about using your plugin.</p>\n<p><strong>Future Plans</strong>: Mention what you have in mind for the future of your plugin.</p>\n<p>We will checkout the various plugins and select some of them for review. There isn’t any hard or fast rule on selecting this and choice will be made more on the basis of how your plugin appeals to us. So, make sure your email is highlights everything you want us to know. </p>\";s:7:\"pubdate\";s:31:\"Sat, 31 Mar 2007 10:28:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1923:\"<p>Starting Monday and all through April, <a href=\"http://weblogtoolscollection.com/\">Weblog Tools Collection</a> will be featuring several WordPress plugins.</p>\n<p>This isn’t a contest but instead a showcase of the talent of our web developers.</p>\n<p>Every day (except Sundays) we will be reviewing a plugin. This will be in addition to our daily plugin release posts.</p>\n<h3>What we will be looking at</h3>\n<p>Besides a general description and feature listing of the plugin, we will also be asking our readers to suggest feature improvements and state what else they would want the plugin to do. This would work as a great group brainstorming session to improve your plugin.</p>\n<h3>How to submit</h3>\n<p>If you would like to have your plugin reviewed during this month, send an email to <strong>wltc@ajaydsouza.com</strong> with the following details:</p>\n<p><strong>Subject:</strong> APAD: <em>Plugin Name</em><br />\nMake sure you mention <strong>APAD</strong> in the subject of your email, so that my email filter can label it correctly.</p>\n<p>In the body of the email, send in the following information:</p>\n<p><strong>URL</strong>: Provide a direct url to the plugin page. I won’t go hunting through your blog for this.</p>\n<p><strong>Description</strong>: A short description about what your plugin does.</p>\n<p><strong>Features</strong>: A detailed list of features of your plugin. Mention everything that your plugin can do.</p>\n<p><strong>Implementation</strong>: How does a user go about using your plugin.</p>\n<p><strong>Future Plans</strong>: Mention what you have in mind for the future of your plugin.</p>\n<p>We will checkout the various plugins and select some of them for review. There isn’t any hard or fast rule on selecting this and choice will be made more on the basis of how your plugin appeals to us. So, make sure your email is highlights everything you want us to know. </p>\";}i:3;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 03/31\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2007/03/31/wordpress-plugin-releases-for-0331/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/105559948/\";s:11:\"description\";s:2070:\"<p><a href=\"http://tzafrir.net/nextofkin/\">Next Of Kin</a> will monitor your visits to your blog and will send you a warning email after a number of weeks (of your choice) without a visit. If you fail to visit your blog even after that, the system will send a mail you wrote to whoever you choose.</p>\n<p><a href=\"http://wordpress-tuto.fr/xiti-widget-24\">Xiti Widget</a> lets you add the logo of <a href=\"http://www.xiti.com/\">Xiti</a>, a free tool to measure and analyse the audience of a site.</p>\n<p><a href=\"http://anthologyoi.com/inap/\">Inline Ajax Page (INAP)</a> will allow you to load posts, comments and the add comment box inline, and also submit comments, paginate posts, paginate your homepage, display a live comment preview.</p>\n<p><a href=\"http://www.lbcd78.fr/2007/03/29/plugin-wordpress-ajout-de-lien-a-la-blogroll-directement-a-partir-de-lediteur-de-billet/\">Updater Blogroll Link</a> catches all links from your post and allows to add easily to your blogroll. (Page in French)</p>\n<p><a href=\"http://scorerender.abelcheung.org/\">Score Render</a> renders inline sheet music fragments inside posts and comments into images. It supports ABC, GUIDO, Lilypond and Mup music notations.</p>\n<p><a href=\"http://www.webanalyticmatt.com/2007/03/30/web-log-generator-plugin-version-2/\">Web Log Generator With Cookie</a> generates web log files enabling the site owner to track visitors.</p>\n<p><a href=\"http://www.iamdeadnow.info/2007/03/29/wordpress-twitter-status-plugin-twitter-sharts/\">Twitter Sharts</a> helps you display your <a href=\"http://twitter.com/\">Twitter</a> status in a post.</p>\n<p><a href=\"http://vril.vn.ua/vrils-Transparent-PNG-fix-WordPress-plugin.html\">Vril’s Transparent PNG Fix</a> adds support for the transparent PNG pictures available to Internet Explorer.</p>\n<p><a href=\"http://wp.uberdose.com/2007/03/25/add-your-own-headers-01/\">Add Your Own Headers</a> allows you to add tags to the header of an individual page or post such as keywords/descriptions, custom meta tags, external style sheet links, or embedded style tags.</p>\";s:7:\"pubdate\";s:31:\"Sat, 31 Mar 2007 10:00:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2070:\"<p><a href=\"http://tzafrir.net/nextofkin/\">Next Of Kin</a> will monitor your visits to your blog and will send you a warning email after a number of weeks (of your choice) without a visit. If you fail to visit your blog even after that, the system will send a mail you wrote to whoever you choose.</p>\n<p><a href=\"http://wordpress-tuto.fr/xiti-widget-24\">Xiti Widget</a> lets you add the logo of <a href=\"http://www.xiti.com/\">Xiti</a>, a free tool to measure and analyse the audience of a site.</p>\n<p><a href=\"http://anthologyoi.com/inap/\">Inline Ajax Page (INAP)</a> will allow you to load posts, comments and the add comment box inline, and also submit comments, paginate posts, paginate your homepage, display a live comment preview.</p>\n<p><a href=\"http://www.lbcd78.fr/2007/03/29/plugin-wordpress-ajout-de-lien-a-la-blogroll-directement-a-partir-de-lediteur-de-billet/\">Updater Blogroll Link</a> catches all links from your post and allows to add easily to your blogroll. (Page in French)</p>\n<p><a href=\"http://scorerender.abelcheung.org/\">Score Render</a> renders inline sheet music fragments inside posts and comments into images. It supports ABC, GUIDO, Lilypond and Mup music notations.</p>\n<p><a href=\"http://www.webanalyticmatt.com/2007/03/30/web-log-generator-plugin-version-2/\">Web Log Generator With Cookie</a> generates web log files enabling the site owner to track visitors.</p>\n<p><a href=\"http://www.iamdeadnow.info/2007/03/29/wordpress-twitter-status-plugin-twitter-sharts/\">Twitter Sharts</a> helps you display your <a href=\"http://twitter.com/\">Twitter</a> status in a post.</p>\n<p><a href=\"http://vril.vn.ua/vrils-Transparent-PNG-fix-WordPress-plugin.html\">Vril’s Transparent PNG Fix</a> adds support for the transparent PNG pictures available to Internet Explorer.</p>\n<p><a href=\"http://wp.uberdose.com/2007/03/25/add-your-own-headers-01/\">Add Your Own Headers</a> allows you to add tags to the header of an individual page or post such as keywords/descriptions, custom meta tags, external style sheet links, or embedded style tags.</p>\";}i:4;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/31\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/31/wordpress-theme-releases-for-0331/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/105559949/\";s:11:\"description\";s:1966:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/2096/rockinletterhead-blue-1/\">RockinLetterhead</a> is a two-column, clean blue, green, orange and white theme designed for blog content and sharp simplicity. </p>\n<p><a href=\"http://theme.brajeshwar.com/2007/brajeshwar-wp-theme-version-710-released/\">Brajeshward WP Theme</a> is a three column, fixed width theme which highlights the excerpt of the latest article on the homepage.</p>\n<p><a href=\"http://themey.com/soccer-wordpress-theme/\">Soccer</a> is a widget ready two column, dark theme based on the game.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/29/sleek-new-wp-theme-for-your-businesspersonal-website/\">Sleek 2C</a> is a smooth and sleek, neat and clean, black and white, 2-column widget ready WordPress template with a professional look.</p>\n<p><a href=\"http://www.friskywife.com/archives/269\">Coffee Chick</a> is a two column, widget ready in a 1950’s style with a plaid background.</p>\n<p><a href=\"http://themey.com/angel-wordpress-theme/\">Angel</a> is a widget ready, two column theme with a brown and cream color scheme and the picture of a little girl in the header.</p>\n<p><a href=\"http://www.exguides.org/blog/2007/03/30/aqueouswp-theme-released/\">AqueousWP</a> is a three column, fluid, widget ready theme with support for Gravatar2.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/28/latest-wordpress-theme-news-sunflower-gold/\">Sunflower Gold</a> is a three column, fixed width, widget ready theme with a sunflower header.</p>\n<p><a href=\"http://themes.wordpress.net/columns/1-column/2092/bluebreak-10/\">BlueBreak</a> is a single column, fixed width, widget ready, black and blue theme.</p>\n<p><a href=\"http://www.amsterdamn.org/2007/03/29/wordpress/wordpress-blue/\">WordPress Blue</a> is a small and simple two column, blue theme.</p>\n<p><a href=\"http://www.blog-themes.xynfo.com/?p=4\">Simple Blue</a> is a blue, three column, fixed width, widget ready theme.</p>\";s:7:\"pubdate\";s:31:\"Sat, 31 Mar 2007 09:52:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1966:\"<p><a href=\"http://themes.wordpress.net/columns/2-columns/2096/rockinletterhead-blue-1/\">RockinLetterhead</a> is a two-column, clean blue, green, orange and white theme designed for blog content and sharp simplicity. </p>\n<p><a href=\"http://theme.brajeshwar.com/2007/brajeshwar-wp-theme-version-710-released/\">Brajeshward WP Theme</a> is a three column, fixed width theme which highlights the excerpt of the latest article on the homepage.</p>\n<p><a href=\"http://themey.com/soccer-wordpress-theme/\">Soccer</a> is a widget ready two column, dark theme based on the game.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/29/sleek-new-wp-theme-for-your-businesspersonal-website/\">Sleek 2C</a> is a smooth and sleek, neat and clean, black and white, 2-column widget ready WordPress template with a professional look.</p>\n<p><a href=\"http://www.friskywife.com/archives/269\">Coffee Chick</a> is a two column, widget ready in a 1950’s style with a plaid background.</p>\n<p><a href=\"http://themey.com/angel-wordpress-theme/\">Angel</a> is a widget ready, two column theme with a brown and cream color scheme and the picture of a little girl in the header.</p>\n<p><a href=\"http://www.exguides.org/blog/2007/03/30/aqueouswp-theme-released/\">AqueousWP</a> is a three column, fluid, widget ready theme with support for Gravatar2.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/28/latest-wordpress-theme-news-sunflower-gold/\">Sunflower Gold</a> is a three column, fixed width, widget ready theme with a sunflower header.</p>\n<p><a href=\"http://themes.wordpress.net/columns/1-column/2092/bluebreak-10/\">BlueBreak</a> is a single column, fixed width, widget ready, black and blue theme.</p>\n<p><a href=\"http://www.amsterdamn.org/2007/03/29/wordpress/wordpress-blue/\">WordPress Blue</a> is a small and simple two column, blue theme.</p>\n<p><a href=\"http://www.blog-themes.xynfo.com/?p=4\">Simple Blue</a> is a blue, three column, fixed width, widget ready theme.</p>\";}i:5;a:7:{s:5:\"title\";s:21:\"Matt: With Jeff Bezos\";s:4:\"guid\";s:48:\"http://photomatt.net/2007/03/30/with-jeff-bezos/\";s:4:\"link\";s:48:\"http://photomatt.net/2007/03/30/with-jeff-bezos/\";s:11:\"description\";s:212:\"<p>At ETech <a href=\"http://laughingsquid.com/\">Scott Beale</a> called me over to meet Jeff Bezos <a href=\"http://flickr.com/photos/laughingsquid/438086995/\">and caught the moment on camera</a>. Thanks Scott!</p>\";s:7:\"pubdate\";s:31:\"Fri, 30 Mar 2007 18:26:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:212:\"<p>At ETech <a href=\"http://laughingsquid.com/\">Scott Beale</a> called me over to meet Jeff Bezos <a href=\"http://flickr.com/photos/laughingsquid/438086995/\">and caught the moment on camera</a>. Thanks Scott!</p>\";}i:6;a:7:{s:5:\"title\";s:45:\"Weblog Tools Collection: TechMeme on Steroids\";s:4:\"guid\";s:74:\"http://weblogtoolscollection.com/archives/2007/03/30/techmeme-on-steroids/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/105394526/\";s:11:\"description\";s:1298:\"<p>After reading MacManus’ post on <a href=\"http://www.readwriteweb.com/archives/blogrovr_fetches_blog_content.php\">BlogRovr</a> I had to try it. I am a HUGE fan of <a href=\"http://www.techmeme.com/\">Techmeme</a> and any service that promises similar information with a personalized slant is something that I cannot wait to try. I signed up, downloaded the Firefox Plugin and exported/imported my feeds into the product. To sum up, <a href=\"http://www.blogrovr.com/\">BlogRovr</a> is a vertical search engine, personalized from your favorite feeds that sits on top of your browser (FF in my case) and displays relevant posts about the page you are visiting from your feeds. The information is obtained real time and the display is fairly unobtrusive. For example: When I visit Photomatt.net, I get a series of 14 recent articles from my feeds, including tags from those items for links created to Photomatt for various reasons. For now, the plugin is not very processor intensive and MacManus has a detailed post on how it works and how it can be useful. I do not see the economic model yet but Activeweave, the parent company has some VC funding and is already running <a href=\"http://stickis.com\">Stickis</a> (on whose technology BlogRovr is built) so they have something in mind. Right?</p>\";s:7:\"pubdate\";s:31:\"Fri, 30 Mar 2007 15:38:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:1298:\"<p>After reading MacManus’ post on <a href=\"http://www.readwriteweb.com/archives/blogrovr_fetches_blog_content.php\">BlogRovr</a> I had to try it. I am a HUGE fan of <a href=\"http://www.techmeme.com/\">Techmeme</a> and any service that promises similar information with a personalized slant is something that I cannot wait to try. I signed up, downloaded the Firefox Plugin and exported/imported my feeds into the product. To sum up, <a href=\"http://www.blogrovr.com/\">BlogRovr</a> is a vertical search engine, personalized from your favorite feeds that sits on top of your browser (FF in my case) and displays relevant posts about the page you are visiting from your feeds. The information is obtained real time and the display is fairly unobtrusive. For example: When I visit Photomatt.net, I get a series of 14 recent articles from my feeds, including tags from those items for links created to Photomatt for various reasons. For now, the plugin is not very processor intensive and MacManus has a detailed post on how it works and how it can be useful. I do not see the economic model yet but Activeweave, the parent company has some VC funding and is already running <a href=\"http://stickis.com\">Stickis</a> (on whose technology BlogRovr is built) so they have something in mind. Right?</p>\";}i:7;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 03/29\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2007/03/29/wordpress-plugin-releases-for-0329/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/105287569/\";s:11:\"description\";s:519:\"<p><a href=\"http://unknowngenius.com/blog/wordpress/spam-karma/\">Spam Karma 2</a> v2.3 has just been released with several bug fixes, better plugin support. SK2 is an anti-spam plugin for the WordPress blogging platform. It is meant to stop all forms of automated Blog spam effortlessly, while remaining as unobtrusive as possible to regular commenters.</p>\n<p><a href=\"http://www.boriel.com/?page_id=12\">XSPF Player Plugin</a> embeds XSPF mp3 flash player on your blog and allows you to play local and remote mp3s.</p>\";s:7:\"pubdate\";s:31:\"Fri, 30 Mar 2007 03:20:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:519:\"<p><a href=\"http://unknowngenius.com/blog/wordpress/spam-karma/\">Spam Karma 2</a> v2.3 has just been released with several bug fixes, better plugin support. SK2 is an anti-spam plugin for the WordPress blogging platform. It is meant to stop all forms of automated Blog spam effortlessly, while remaining as unobtrusive as possible to regular commenters.</p>\n<p><a href=\"http://www.boriel.com/?page_id=12\">XSPF Player Plugin</a> embeds XSPF mp3 flash player on your blog and allows you to play local and remote mp3s.</p>\";}i:8;a:7:{s:5:\"title\";s:49:\"Weblog Tools Collection: Are you banned in China?\";s:4:\"guid\";s:77:\"http://weblogtoolscollection.com/archives/2007/03/29/are-you-banned-in-china/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/105256236/\";s:11:\"description\";s:823:\"<p><a href=\"http://greatfirewallofchina.org/\">Great Firewall of China </a>: Use this tool to find out if your site or blog is banned in China. WeblogToolsCollection is not. It is interesting to notice that the disclaimer states that some sites might simply not be available for techincal reasons which might have nothing to do with censorship. Some of the obvious culprits that I tried came back with mixed results. <em>Source:</em> Various Wordpress.com blogs that seem to be blocked.<br />\nThis is also a good time to mention that I am going to be visiting various cities in China and Japan at the beginning of December including Shanghai, Beijing and Tokyo and would love to meetup and exchange ideas and contacts with my readers and other Wordpress users and bloggers while I am there. I will be posting dates soon.</p>\";s:7:\"pubdate\";s:31:\"Fri, 30 Mar 2007 00:00:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:823:\"<p><a href=\"http://greatfirewallofchina.org/\">Great Firewall of China </a>: Use this tool to find out if your site or blog is banned in China. WeblogToolsCollection is not. It is interesting to notice that the disclaimer states that some sites might simply not be available for techincal reasons which might have nothing to do with censorship. Some of the obvious culprits that I tried came back with mixed results. <em>Source:</em> Various Wordpress.com blogs that seem to be blocked.<br />\nThis is also a good time to mention that I am going to be visiting various cities in China and Japan at the beginning of December including Shanghai, Beijing and Tokyo and would love to meetup and exchange ideas and contacts with my readers and other Wordpress users and bloggers while I am there. I will be posting dates soon.</p>\";}i:9;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/29\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/29/wordpress-theme-releases-for-0329/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/105102077/\";s:11:\"description\";s:1650:\"<p><a href=\"http://rockinthemes.com/rockinbizred3-3-column-business-friendly-free-wordpress-theme-released/\">RockinBizRed3</a> is a 3 column, widget ready, business friendly theme with a red an white color scheme and replaceable header image.</p>\n<p><a href=\"http://themey.com/redblue-wordpress-theme/\">RedBlue</a> is a three column widget ready Wordpress theme with right-hand sidebars and red and blue shamrocks in the header.</p>\n<p><a href=\"http://jquindlen.com/blog/2007/03/29/wordpress-themes-xpress-theme-released/\">XPress</a> is a blue and green, XP Style two column theme.</p>\n<p><a href=\"http://www.mandarinmusing.com/2007/03/28/pink-flowers-new-wordpress-floral-template/\">Pink Flowers</a> is a two column, fixed width, widget ready theme with a right sidebar, ideal for floral and gift sites.</p>\n<p><a href=\"http://www.inmypad.com/2007/03/wordpress-themes-redline/\">Redline</a> is a red and white, widget ready theme with support for several plugins.</p>\n<p><a href=\"http://www.mandarinmusing.com/2007/03/28/orange-juice-enjoy-this-refreshing-and-delicious-new-wp-flavor/\">Orange Juice</a> is a two column, widget ready, fixed width theme with an orange in the header.</p>\n<p><a href=\"http://www.linkrain.com/articles/moony-free-wordpress-theme/\">Moony</a> is a fixed width black theme with a big moon in the background.</p>\n<p><a href=\"http://bloggerlounge.net/2007/03/29/wordpress-theme-lavrentis-10/\">Lavrentis</a> is a two column, fixed width, widget ready theme.</p>\n<p><a href=\"http://www.amsterdamn.org/2007/03/28/wordpress/wordpress-brownish/\">Brownish</a> is a brown and black, three column, fixed width theme for WordPress.</p>\";s:7:\"pubdate\";s:31:\"Thu, 29 Mar 2007 08:15:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1650:\"<p><a href=\"http://rockinthemes.com/rockinbizred3-3-column-business-friendly-free-wordpress-theme-released/\">RockinBizRed3</a> is a 3 column, widget ready, business friendly theme with a red an white color scheme and replaceable header image.</p>\n<p><a href=\"http://themey.com/redblue-wordpress-theme/\">RedBlue</a> is a three column widget ready Wordpress theme with right-hand sidebars and red and blue shamrocks in the header.</p>\n<p><a href=\"http://jquindlen.com/blog/2007/03/29/wordpress-themes-xpress-theme-released/\">XPress</a> is a blue and green, XP Style two column theme.</p>\n<p><a href=\"http://www.mandarinmusing.com/2007/03/28/pink-flowers-new-wordpress-floral-template/\">Pink Flowers</a> is a two column, fixed width, widget ready theme with a right sidebar, ideal for floral and gift sites.</p>\n<p><a href=\"http://www.inmypad.com/2007/03/wordpress-themes-redline/\">Redline</a> is a red and white, widget ready theme with support for several plugins.</p>\n<p><a href=\"http://www.mandarinmusing.com/2007/03/28/orange-juice-enjoy-this-refreshing-and-delicious-new-wp-flavor/\">Orange Juice</a> is a two column, widget ready, fixed width theme with an orange in the header.</p>\n<p><a href=\"http://www.linkrain.com/articles/moony-free-wordpress-theme/\">Moony</a> is a fixed width black theme with a big moon in the background.</p>\n<p><a href=\"http://bloggerlounge.net/2007/03/29/wordpress-theme-lavrentis-10/\">Lavrentis</a> is a two column, fixed width, widget ready theme.</p>\n<p><a href=\"http://www.amsterdamn.org/2007/03/28/wordpress/wordpress-brownish/\">Brownish</a> is a brown and black, three column, fixed width theme for WordPress.</p>\";}i:10;a:7:{s:5:\"title\";s:25:\"Donncha: WordPress MU 1.2\";s:4:\"guid\";s:45:\"http://ocaoimh.ie/2007/03/28/wordpress-mu-12/\";s:4:\"link\";s:45:\"http://ocaoimh.ie/2007/03/28/wordpress-mu-12/\";s:11:\"description\";s:1451:\"<p>Go grab the new WordPress MU 1.2 from the <a href=\"http://mu.wordpress.org/download/\">download page</a> now. This is primarily a bugfix update but it also has a security fix and all WPMU site owners are encouraged to upgrade.</p>\n<p>I’ll post to the <a href=\"http://mu.wordpress.org/forums/\">MU forums</a> in a few days time with details of the security fix. It’s a short one-liner that can be applied within minutes if you can’t upgrade.</p>\n<p>Update: After you update, go to “Site Admin->Themes” and click Save. That will update the allowed themes list because it was <a href=\"http://trac.mu.wordpress.org/changeset/936\">changed</a> a few days ago.</p>\n<p>Edit: a few issues with themes and .htaccess rewrite problem appeared overnight. These have been <a href=\"http://mu.wordpress.org/forums/topic.php?id=3876&replies=13#post-24660\">fixed</a> now. If you updated to 1.2 then download the new 1.2.1 version and copy these files into your install:</p>\n<ul>\n<li>wp-admin/themes.php</li>\n<li>htaccess.dist</li>\n<li>wp-includes/version.php</li>\n<li>wp-admin/admin-db.php</li>\n<li>wp-admin/themes.php</li>\n<li>wp-admin/wpmu-themes.php</li>\n</ul>\n<a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>, <a href=\"http://ocaoimh.ie/tag/wordpress-mu/\" rel=\"tag\">wordpress mu</a>, <a href=\"http://ocaoimh.ie/tag/wpmu/\" rel=\"tag\">wpmu</a>\";s:7:\"pubdate\";s:31:\"Wed, 28 Mar 2007 21:17:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:1451:\"<p>Go grab the new WordPress MU 1.2 from the <a href=\"http://mu.wordpress.org/download/\">download page</a> now. This is primarily a bugfix update but it also has a security fix and all WPMU site owners are encouraged to upgrade.</p>\n<p>I’ll post to the <a href=\"http://mu.wordpress.org/forums/\">MU forums</a> in a few days time with details of the security fix. It’s a short one-liner that can be applied within minutes if you can’t upgrade.</p>\n<p>Update: After you update, go to “Site Admin->Themes” and click Save. That will update the allowed themes list because it was <a href=\"http://trac.mu.wordpress.org/changeset/936\">changed</a> a few days ago.</p>\n<p>Edit: a few issues with themes and .htaccess rewrite problem appeared overnight. These have been <a href=\"http://mu.wordpress.org/forums/topic.php?id=3876&replies=13#post-24660\">fixed</a> now. If you updated to 1.2 then download the new 1.2.1 version and copy these files into your install:</p>\n<ul>\n<li>wp-admin/themes.php</li>\n<li>htaccess.dist</li>\n<li>wp-includes/version.php</li>\n<li>wp-admin/admin-db.php</li>\n<li>wp-admin/themes.php</li>\n<li>wp-admin/wpmu-themes.php</li>\n</ul>\n<a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>, <a href=\"http://ocaoimh.ie/tag/wordpress-mu/\" rel=\"tag\">wordpress mu</a>, <a href=\"http://ocaoimh.ie/tag/wpmu/\" rel=\"tag\">wpmu</a>\";}i:11;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 03/28\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2007/03/28/wordpress-plugin-releases-for-0328/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/104954624/\";s:11:\"description\";s:1324:\"<p><a href=\"http://www.extremeambient.net/blogstamp/\">Blogstamp</a> plugin makes a request of timestamp (the number of seconds elapsed since the 0 hour of the 1st of January of 1970 GMT), certified by third parts, and adds a signature, which comprised of contents SHA-1 hash, returned timestamp and a digital signature.</p>\n<p>The <a href=\"http://www.ebrandmarketing.com.au/wordpress-link-directory/\">WP Link Directory</a> is a link directory plugin on the Internet for Wordpress admin to store and maintain a set of links in classified categories.</p>\n<p><a href=\"http://www.reklameblogger.de/2007/03/27/wp-plugin-adsensebot-stats/\">AdSenseBot-Stats</a> counts the visits of Google AdSense Bot (Mediapartners) and writes them into a database.</p>\n<p>The <a href=\"http://pascalpensa.com/2007/03/updated/\">Wordpress Updated Plugin</a> echoes the last modification date instead of the standard <code>the_time()</code> and <code>the_date()</code>.</p>\n<p><a href=\"http://www.poplarware.com/routesplugin.html\">Routes</a> allows you to add geographical route information to articles and pages in a WordPress blog, and map the routes using Google Maps.</p>\n<p><a href=\"http://www.poplarware.com/subscriptionplugin.html\">Subscription Icons</a> allows you to put a set of icons for RSS subscriptions on your WordPress blog page.</p>\";s:7:\"pubdate\";s:31:\"Wed, 28 Mar 2007 16:41:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1324:\"<p><a href=\"http://www.extremeambient.net/blogstamp/\">Blogstamp</a> plugin makes a request of timestamp (the number of seconds elapsed since the 0 hour of the 1st of January of 1970 GMT), certified by third parts, and adds a signature, which comprised of contents SHA-1 hash, returned timestamp and a digital signature.</p>\n<p>The <a href=\"http://www.ebrandmarketing.com.au/wordpress-link-directory/\">WP Link Directory</a> is a link directory plugin on the Internet for Wordpress admin to store and maintain a set of links in classified categories.</p>\n<p><a href=\"http://www.reklameblogger.de/2007/03/27/wp-plugin-adsensebot-stats/\">AdSenseBot-Stats</a> counts the visits of Google AdSense Bot (Mediapartners) and writes them into a database.</p>\n<p>The <a href=\"http://pascalpensa.com/2007/03/updated/\">Wordpress Updated Plugin</a> echoes the last modification date instead of the standard <code>the_time()</code> and <code>the_date()</code>.</p>\n<p><a href=\"http://www.poplarware.com/routesplugin.html\">Routes</a> allows you to add geographical route information to articles and pages in a WordPress blog, and map the routes using Google Maps.</p>\n<p><a href=\"http://www.poplarware.com/subscriptionplugin.html\">Subscription Icons</a> allows you to put a set of icons for RSS subscriptions on your WordPress blog page.</p>\";}i:12;a:7:{s:5:\"title\";s:50:\"Lorelle on WP: WordPress Thumbnail Size Limit Hack\";s:4:\"guid\";s:76:\"http://lorelle.wordpress.com/2007/03/28/wordpress-thumbnail-size-limit-hack/\";s:4:\"link\";s:76:\"http://lorelle.wordpress.com/2007/03/28/wordpress-thumbnail-size-limit-hack/\";s:11:\"description\";s:4867:\"<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><a href=\"http://www.nicksmit.co.za/wordpress/?p=506\" title=\"Wordpress 2.1 Thumbnail Hack\">Wordpress 2.1 Thumbnail Hack</a> from Nick Smit offers a way to get around the WordPress limit of not creating a thumbnail for an image over 3 megapixels.</p>\n<p>Since blog images are smaller than this, a 3 megapixel image is huge and unusual for publishing on the web. Most reduce the size, and along with it the file size, so this is not a hack for the average WordPress blogger. It is designed for serious photographers and visual artists hosting huge image files on their blog.</p>\n<p>His hack involves changing the code inside of a WordPress core programming file, which is not recommended, but if this is an issue for you, and you remember to change this again when you upgrade, why not give it a try.</p>\n<h4>Related Articles</h4>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/2006/08/13/instructions-on-uploading-a-photograph-on-wordpresscom/\" title=\"Instructions on Uploading a Photograph on Wordpress.com\">Instructions on Uploading a Photograph on Wordpress.com</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/02/07/wordpress-plugins-for-images-photographs-and-graphics/\" title=\"WordPress Plugins for Images, Photographs, and Graphics\">WordPress Plugins for Images, Photographs, and Graphics</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/10/18/photoexhibiton-best-photography-portfolios/\" title=\"PhotoExhibiton - Best Photography Portfolios\" rel=\"bookmark\">PhotoExhibiton - Best Photography Portfolios</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/11/25/free-text-only-editors-for-templates-php-html-css-and-more/\" title=\"Free Text Only Editors for Templates, PHP, HTML, CSS, and More\" rel=\"bookmark\">Free Text Only Editors for Templates, PHP, HTML, CSS, and More</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/10/04/free-photos-for-your-blog/\" title=\"Free Photos for Your Blog\">Free Photos for Your Blog</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/12/05/some-basic-tips-for-web-design-graphic-elements/\" title=\"Some Basic Tips for Web Design Graphic Elements\">Some Basic Tips for Web Design Graphic Elements</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/12/02/image-replacement-techniques/\" title=\"Image Replacement Techniques for Titles\">Image Replacement Techniques for Titles</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/11/21/designing-a-rainbow-sexy-hot-colors/\" title=\"Designing a Rainbow - Sexy Hot Colors\">Designing a Rainbow - Sexy Hot Colors</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/11/13/buttons-bows-and-badges-for-your-blog/\" title=\"Buttons, Bows and Badges for Your Blog\">Buttons, Bows and Badges for Your Blog</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/10/04/css-and-web-page-design-list-of-resources/\" title=\"CSS and Web Page Design List of Resources\">CSS and Web Page Design List of Resources</a></li>\n</ul>\n<p><hr /></p>\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+thumbnail+size+limit\" rel=\"tag\">wordpress thumbnail size limit</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=thumbnail+images\" rel=\"tag\">thumbnail images</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=thumbnail+size\" rel=\"tag\">thumbnail size</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=thumbnail+size+limit\" rel=\"tag\">thumbnail size limit</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=auto+thumbnails\" rel=\"tag\">auto thumbnails</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+hacks\" rel=\"tag\">wordpress hacks</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=working+with+images\" rel=\"tag\">working with images</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+images\" rel=\"tag\">blog images</a> <br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">member of the 9Rules Network</a> <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></font></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\" /></p>\n</div>\";s:7:\"pubdate\";s:31:\"Wed, 28 Mar 2007 16:33:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:4867:\"<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><a href=\"http://www.nicksmit.co.za/wordpress/?p=506\" title=\"Wordpress 2.1 Thumbnail Hack\">Wordpress 2.1 Thumbnail Hack</a> from Nick Smit offers a way to get around the WordPress limit of not creating a thumbnail for an image over 3 megapixels.</p>\n<p>Since blog images are smaller than this, a 3 megapixel image is huge and unusual for publishing on the web. Most reduce the size, and along with it the file size, so this is not a hack for the average WordPress blogger. It is designed for serious photographers and visual artists hosting huge image files on their blog.</p>\n<p>His hack involves changing the code inside of a WordPress core programming file, which is not recommended, but if this is an issue for you, and you remember to change this again when you upgrade, why not give it a try.</p>\n<h4>Related Articles</h4>\n<ul>\n<li><a href=\"http://lorelle.wordpress.com/2006/08/13/instructions-on-uploading-a-photograph-on-wordpresscom/\" title=\"Instructions on Uploading a Photograph on Wordpress.com\">Instructions on Uploading a Photograph on Wordpress.com</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2007/02/07/wordpress-plugins-for-images-photographs-and-graphics/\" title=\"WordPress Plugins for Images, Photographs, and Graphics\">WordPress Plugins for Images, Photographs, and Graphics</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/10/18/photoexhibiton-best-photography-portfolios/\" title=\"PhotoExhibiton - Best Photography Portfolios\" rel=\"bookmark\">PhotoExhibiton - Best Photography Portfolios</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/11/25/free-text-only-editors-for-templates-php-html-css-and-more/\" title=\"Free Text Only Editors for Templates, PHP, HTML, CSS, and More\" rel=\"bookmark\">Free Text Only Editors for Templates, PHP, HTML, CSS, and More</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2006/10/04/free-photos-for-your-blog/\" title=\"Free Photos for Your Blog\">Free Photos for Your Blog</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/12/05/some-basic-tips-for-web-design-graphic-elements/\" title=\"Some Basic Tips for Web Design Graphic Elements\">Some Basic Tips for Web Design Graphic Elements</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/12/02/image-replacement-techniques/\" title=\"Image Replacement Techniques for Titles\">Image Replacement Techniques for Titles</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/11/21/designing-a-rainbow-sexy-hot-colors/\" title=\"Designing a Rainbow - Sexy Hot Colors\">Designing a Rainbow - Sexy Hot Colors</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/11/13/buttons-bows-and-badges-for-your-blog/\" title=\"Buttons, Bows and Badges for Your Blog\">Buttons, Bows and Badges for Your Blog</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2005/10/04/css-and-web-page-design-list-of-resources/\" title=\"CSS and Web Page Design List of Resources\">CSS and Web Page Design List of Resources</a></li>\n</ul>\n<p><hr /></p>\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+thumbnail+size+limit\" rel=\"tag\">wordpress thumbnail size limit</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=thumbnail+images\" rel=\"tag\">thumbnail images</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=thumbnail+size\" rel=\"tag\">thumbnail size</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=thumbnail+size+limit\" rel=\"tag\">thumbnail size limit</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=auto+thumbnails\" rel=\"tag\">auto thumbnails</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+hacks\" rel=\"tag\">wordpress hacks</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=working+with+images\" rel=\"tag\">working with images</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+images\" rel=\"tag\">blog images</a> <br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">member of the 9Rules Network</a> <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></font></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\" /></p>\n</div>\";}i:13;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/28\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/28/wordpress-theme-releases-for-0328/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/104949149/\";s:11:\"description\";s:1674:\"<p><a href=\"http://blog.tomk32.de/themes/blue-quarter\">Blue Quarter</a> is a two column, blue, widget ready theme with inbuilt support for JQuery and Simple Tagging Plugin.</p>\n<p><a href=\"http://themey.com/arctic-wordpress-theme/\">Artic</a> is a two column widget ready theme cold colours and a leafless tree header.</p>\n<p><a href=\"http://www.adamcoyle.com/blue-real-20-wordpress-template\">Blue Real</a> is a two column black, blue and orange theme.</p>\n<p><a href=\"http://jquindlen.com/blog/2007/03/28/wordpress-themes-darknet-theme-released/\">DarkNet</a> is a two column, w3c validated, 2 column, black, blue, white and gray theme.</p>\n<p><a href=\"http://www.amsterdamn.org/2007/03/27/wordpress/sunset-manor-wordpress-theme/\">Sunset Manor</a> is a two column theme inspired by the movie Little Miss Sunshine.</p>\n<p><a href=\"http://www.linkrain.com/articles/orangeview-free-wordpress-theme/\">OrangeView</a> is Fixed width Wordpress theme with sidebar on the right side. </p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/2032/jetstar-premium-blue-35/\">JetSTAR</a> is a two column theme with rounded corners and a blue color scheme.</p>\n<p><a href=\"http://www.alliedwebsites.com/Themes/?p=9\">Eliba</a> is a bright and colorful 2 column theme.</p>\n<p><a href=\"http://themey.com/basketball-wordpress-theme/\">Basketball</a> is a two column, widget ready theme meant for basketball sites.</p>\n<p>And, Milo has released <a href=\"http://milo.peety-passion.com/2007/03/27/flush-wp-theme/\">Flush</a>, <a href=\"http://milo.peety-passion.com/2007/03/27/superfly-wp-theme/\">Superfly</a> and <a href=\"http://milo.peety-passion.com/2007/03/27/rion-wp-theme/\">Rion</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 28 Mar 2007 16:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1674:\"<p><a href=\"http://blog.tomk32.de/themes/blue-quarter\">Blue Quarter</a> is a two column, blue, widget ready theme with inbuilt support for JQuery and Simple Tagging Plugin.</p>\n<p><a href=\"http://themey.com/arctic-wordpress-theme/\">Artic</a> is a two column widget ready theme cold colours and a leafless tree header.</p>\n<p><a href=\"http://www.adamcoyle.com/blue-real-20-wordpress-template\">Blue Real</a> is a two column black, blue and orange theme.</p>\n<p><a href=\"http://jquindlen.com/blog/2007/03/28/wordpress-themes-darknet-theme-released/\">DarkNet</a> is a two column, w3c validated, 2 column, black, blue, white and gray theme.</p>\n<p><a href=\"http://www.amsterdamn.org/2007/03/27/wordpress/sunset-manor-wordpress-theme/\">Sunset Manor</a> is a two column theme inspired by the movie Little Miss Sunshine.</p>\n<p><a href=\"http://www.linkrain.com/articles/orangeview-free-wordpress-theme/\">OrangeView</a> is Fixed width Wordpress theme with sidebar on the right side. </p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/2032/jetstar-premium-blue-35/\">JetSTAR</a> is a two column theme with rounded corners and a blue color scheme.</p>\n<p><a href=\"http://www.alliedwebsites.com/Themes/?p=9\">Eliba</a> is a bright and colorful 2 column theme.</p>\n<p><a href=\"http://themey.com/basketball-wordpress-theme/\">Basketball</a> is a two column, widget ready theme meant for basketball sites.</p>\n<p>And, Milo has released <a href=\"http://milo.peety-passion.com/2007/03/27/flush-wp-theme/\">Flush</a>, <a href=\"http://milo.peety-passion.com/2007/03/27/superfly-wp-theme/\">Superfly</a> and <a href=\"http://milo.peety-passion.com/2007/03/27/rion-wp-theme/\">Rion</a>.</p>\";}i:14;a:7:{s:5:\"title\";s:25:\"Matt: Good Morning Switch\";s:4:\"guid\";s:52:\"http://photomatt.net/2007/03/27/good-morning-switch/\";s:4:\"link\";s:52:\"http://photomatt.net/2007/03/27/good-morning-switch/\";s:11:\"description\";s:288:\"<p>Good Morning Silicon Valley, one of my favorite blogs, <a href=\"http://svextra.com/blogs/gmsv/2007/03/pardon_the_dust_--_its_moving_day.html\">has switched to WordPress</a>. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";s:7:\"pubdate\";s:31:\"Wed, 28 Mar 2007 00:30:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:288:\"<p>Good Morning Silicon Valley, one of my favorite blogs, <a href=\"http://svextra.com/blogs/gmsv/2007/03/pardon_the_dust_--_its_moving_day.html\">has switched to WordPress</a>. <img src=\"http://photomatt.net/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p>\";}i:15;a:7:{s:5:\"title\";s:61:\"Weblog Tools Collection: WP SEO Tips: Outbound Linking Part 2\";s:4:\"guid\";s:89:\"http://weblogtoolscollection.com/archives/2007/03/27/wp-seo-tips-outbound-linking-part-1/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/104669653/\";s:11:\"description\";s:2175:\"<p>This is part II of the Link Building series. (<a href=\"http://feeds.feedburner.com/archives/2007/03/19/wp-seo-tips-link-building-part-1/\">view Part I</a>)</p>\n<p><strong>Outbound Linking</strong></p>\n<p>This article is going to briefly overview outbound linking and why it can be both good and bad. Don’t fret though, the third and last part of this series will conclude with how to actually manufacturer links to your site — the first two parts are preliminary background articles for those that are new to the industry of link building.</p>\n<p>Outbound linking is something some, even very good and amazing, SEOs overlook. When a search engine looks at your site, it looks at what sites are linking to you. But in that process of evaluating where to rank you, it also looks at what sites you are linking to.</p>\n<p>To throw out an example, let’s use <a href=\"http://www.ginside.com\">Google Inside</a>. It’s a site that talks about Google and touches on search engine news and other industry related news. Would it make sense if Google Inside was linking to maybe…a casino site? What about a gardening site? Or even a site that talks about skydiving? Would that make sense to you as a user? If it doesn’t make sense to you, then it certainly won’t make sense to the robots. Related outbound linking — paid or unpaid — is very important. I’ve learned this over time by testing out different links going to various websites.</p>\n<p>So back to the example. If Google Inside was linking to a site like <a href=\"http://searchenginewatch.com/\">Search Engine Watch</a> or <a href=\"http://mattcutts.com/blog/\">Matt Cutts’ Blog</a>, those sites are a direct hit in relativity to Google Inside. Same industry, same vertical, same topics. A search engine will look at this and deem those links to be valuable both for the sites you are linking to and to your site because it helps position you in that specific industry or niche — wherever you may be.</p>\n<p>This is the short wrap-up for outbound linking.</p>\n<p>Next and last part in the series… <strong>How-to Link Building</strong></p>\";s:7:\"pubdate\";s:31:\"Tue, 27 Mar 2007 10:32:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"Jonathan\";}s:7:\"summary\";s:2175:\"<p>This is part II of the Link Building series. (<a href=\"http://feeds.feedburner.com/archives/2007/03/19/wp-seo-tips-link-building-part-1/\">view Part I</a>)</p>\n<p><strong>Outbound Linking</strong></p>\n<p>This article is going to briefly overview outbound linking and why it can be both good and bad. Don’t fret though, the third and last part of this series will conclude with how to actually manufacturer links to your site — the first two parts are preliminary background articles for those that are new to the industry of link building.</p>\n<p>Outbound linking is something some, even very good and amazing, SEOs overlook. When a search engine looks at your site, it looks at what sites are linking to you. But in that process of evaluating where to rank you, it also looks at what sites you are linking to.</p>\n<p>To throw out an example, let’s use <a href=\"http://www.ginside.com\">Google Inside</a>. It’s a site that talks about Google and touches on search engine news and other industry related news. Would it make sense if Google Inside was linking to maybe…a casino site? What about a gardening site? Or even a site that talks about skydiving? Would that make sense to you as a user? If it doesn’t make sense to you, then it certainly won’t make sense to the robots. Related outbound linking — paid or unpaid — is very important. I’ve learned this over time by testing out different links going to various websites.</p>\n<p>So back to the example. If Google Inside was linking to a site like <a href=\"http://searchenginewatch.com/\">Search Engine Watch</a> or <a href=\"http://mattcutts.com/blog/\">Matt Cutts’ Blog</a>, those sites are a direct hit in relativity to Google Inside. Same industry, same vertical, same topics. A search engine will look at this and deem those links to be valuable both for the sites you are linking to and to your site because it helps position you in that specific industry or niche — wherever you may be.</p>\n<p>This is the short wrap-up for outbound linking.</p>\n<p>Next and last part in the series… <strong>How-to Link Building</strong></p>\";}i:16;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/27\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/27/wordpress-plugin-releases-for-327/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/104632259/\";s:11:\"description\";s:884:\"<p><a href=\"http://www.alleba.com/blog/2007/03/27/wordpress-plugin-daily-top-10-posts/\">Daily Top 10 Posts</a> tracks the number of pageviews per blog post for the current day and cumulatively with options to display sidebar widgets for both.</p>\n<p><a href=\"http://www.linickx.com/blog/archives/273/recent-phpbb-topics-on-wordpress-plugin-v03/\">Recent phpBB Topics</a> will display a list of the latest topics in your phpBB forum on your blog.</p>\n<p><a href=\"http://samm.dreamhosters.com/plugins/page-feed/\">Page Feed</a> creates a page feed to show the page content.</p>\n<p><a href=\"http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/\">All in One SEO Pack</a> is a single plugin to make your blog more search engine friendly. It rewrites your post titles, uses categories and excerpt as Meta Keywords and Description and adds <code>noindex,nofollow</code> to category pages.</p>\";s:7:\"pubdate\";s:31:\"Tue, 27 Mar 2007 06:19:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:884:\"<p><a href=\"http://www.alleba.com/blog/2007/03/27/wordpress-plugin-daily-top-10-posts/\">Daily Top 10 Posts</a> tracks the number of pageviews per blog post for the current day and cumulatively with options to display sidebar widgets for both.</p>\n<p><a href=\"http://www.linickx.com/blog/archives/273/recent-phpbb-topics-on-wordpress-plugin-v03/\">Recent phpBB Topics</a> will display a list of the latest topics in your phpBB forum on your blog.</p>\n<p><a href=\"http://samm.dreamhosters.com/plugins/page-feed/\">Page Feed</a> creates a page feed to show the page content.</p>\n<p><a href=\"http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/\">All in One SEO Pack</a> is a single plugin to make your blog more search engine friendly. It rewrites your post titles, uses categories and excerpt as Meta Keywords and Description and adds <code>noindex,nofollow</code> to category pages.</p>\";}i:17;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/27\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/27/wordpress-theme-releases-for-327/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/104628579/\";s:11:\"description\";s:1267:\"<p><a href=\"http://rockinthemes.com/rockinsuckerfish2-2-column-suckerfish-free-wordpress-theme-released/\">RockinSuckerfish2</a>, the sequel to the original RockinSuckerfish, is a 2 column, widget ready theme, with suckerfish drop-downs in the top menu. </p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/26/new-wordpress-theme-for-your-blog-snowflakes/\">Snowflakes</a> is a 2 Columns, Blue, White, Green, Red, Orange, Fixed width, Widget ready, Left sidebar, Rounded Corners, Snowflakes/Winter Template for WordPress.</p>\n<p>Andiz has released <a href=\"http://www.amsterdamn.org/2007/03/25/wordpress/release-of-the-wordpress-banksy-theme/\">Banksy</a> and <a href=\"http://www.amsterdamn.org/2007/03/26/wordpress/wordpress-whize-theme/\">Whize</a>. Both are two column themes, the former being in a pink and black shade, while the latter is in white.</p>\n<p><a href=\"http://edblog.net/archives/629\">WiiLike</a> is a two column, dark blue and white, widget ready theme.</p>\n<p><a href=\"http://wpthemesplugin.com/wordpress-theme-brown-delight/\">Brown Delight</a> is a two column theme with a brown color scheme.</p>\n<p><a href=\"http://themey.com/sign-wordpress-theme\">Sign</a> is a two column, widget ready, blue theme with a big signpost in the right hand header.</p>\";s:7:\"pubdate\";s:31:\"Tue, 27 Mar 2007 06:00:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1267:\"<p><a href=\"http://rockinthemes.com/rockinsuckerfish2-2-column-suckerfish-free-wordpress-theme-released/\">RockinSuckerfish2</a>, the sequel to the original RockinSuckerfish, is a 2 column, widget ready theme, with suckerfish drop-downs in the top menu. </p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/26/new-wordpress-theme-for-your-blog-snowflakes/\">Snowflakes</a> is a 2 Columns, Blue, White, Green, Red, Orange, Fixed width, Widget ready, Left sidebar, Rounded Corners, Snowflakes/Winter Template for WordPress.</p>\n<p>Andiz has released <a href=\"http://www.amsterdamn.org/2007/03/25/wordpress/release-of-the-wordpress-banksy-theme/\">Banksy</a> and <a href=\"http://www.amsterdamn.org/2007/03/26/wordpress/wordpress-whize-theme/\">Whize</a>. Both are two column themes, the former being in a pink and black shade, while the latter is in white.</p>\n<p><a href=\"http://edblog.net/archives/629\">WiiLike</a> is a two column, dark blue and white, widget ready theme.</p>\n<p><a href=\"http://wpthemesplugin.com/wordpress-theme-brown-delight/\">Brown Delight</a> is a two column theme with a brown color scheme.</p>\n<p><a href=\"http://themey.com/sign-wordpress-theme\">Sign</a> is a two column, widget ready, blue theme with a big signpost in the right hand header.</p>\";}i:18;a:7:{s:5:\"title\";s:30:\"Alex King: Comment License 1.0\";s:4:\"guid\";s:54:\"http://alexking.org/blog/2007/03/26/comment-license-10\";s:4:\"link\";s:54:\"http://alexking.org/blog/2007/03/26/comment-license-10\";s:11:\"description\";s:1777:\"<p>A couple of people have asked me to make a plugin of the <a href=\"http://alexking.org/blog/2007/02/22/your-comment-will-stand\">comment license terms I’ve added to the comment form on my web site</a>. Here y’all go.</p>\n<p>Comment License shows a license with terms of your choosing in your comments form. You can edit the terms of your license in the options page.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2806&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2806\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";s:7:\"pubdate\";s:31:\"Mon, 26 Mar 2007 17:56:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1777:\"<p>A couple of people have asked me to make a plugin of the <a href=\"http://alexking.org/blog/2007/02/22/your-comment-will-stand\">comment license terms I’ve added to the comment form on my web site</a>. Here y’all go.</p>\n<p>Comment License shows a license with terms of your choosing in your comments form. You can edit the terms of your license in the options page.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2806&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2806\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";}i:19;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/26\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/26/wordpress-plugin-releases-for-326/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/104427577/\";s:11:\"description\";s:2269:\"<p><a href=\"http://styledsheet.com/archives/2007_03/login-anywhere-plugin-v10\">Login Anywhere</a> allows the user to place a login form anywhere on their site.</p>\n<p><a href=\"http://www.timtrice.com/wp-openads-wordpress-plugin/\">WP OpenAds</a> is a Wordpress Plugin that allows website owners to easily integrate advertising into their posts and pages.</p>\n<p><a href=\"http://30boxes.com/buddycards\">Buddy Cards</a> are small windows that are shown next to comments and contain a subset of either public Buddy Page information available through 30 Boxes, or dynamically created information as a result of an open web search.</p>\n<p><a href=\"http://www.raproject.com/wordpress/plugins/categories-and-posts/\">WP Categories and Posts</a> is an extension of the wp_list_categories. Instead of listing just categories, the plugin lists the post under the each category as well. This is very useful for a sitemap.</p>\n<p><a href=\"http://www.neotrinity.at/projects/\">Featuring CountComments</a> counts the number of comments by authornames.</p>\n<p><a href=\"http://patrick.bloggles.info/2007/03/25/wordpress-plugin-amazon-context-link-ads/\">WP Amazon context link ads</a> is a quick and convenient way to add Amazon Context Links to blog and help you monetize your content.</p>\n<p><a href=\"http://www.arnoldbreukhoven.nl/2007/03/breukies-pages-widget-for-wordpress/\">Breukie’s Pages Widget</a> is a Wordpress pages widget, to replace the standard pages widget by Automattic.</p>\n<p><a href=\"http://www.paulbain.co.uk/simple-email-form-plugin-for-wordpress-eform/\">Complex Email Forms</a> allows WordPress users to easily create complex forms to be emailed to a predefined email address.</p>\n<p><a href=\"http://www.smarty-blog.de/wordpress-plugin-lastposts2pic/\">Last Posts to Picture</a> create a picture from your last posts.</p>\n<p><a href=\"http://www.sleepydisco.co.uk/plugins/simpletwitter/\">SimpleTwitter</a> allows Wordpress blog owners to add Twitter messages to their templates.</p>\n<p><a href=\"http://neosmart.net/dl.php?id=2\">CompleteRSS</a> makes your feeds validate and attracts more users by displaying full article text in your RSS and Atom feeds, removing the ‘content:encoded’ tags from the XML, and makes your feeds appeal to more users.</p>\";s:7:\"pubdate\";s:31:\"Mon, 26 Mar 2007 08:30:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2269:\"<p><a href=\"http://styledsheet.com/archives/2007_03/login-anywhere-plugin-v10\">Login Anywhere</a> allows the user to place a login form anywhere on their site.</p>\n<p><a href=\"http://www.timtrice.com/wp-openads-wordpress-plugin/\">WP OpenAds</a> is a Wordpress Plugin that allows website owners to easily integrate advertising into their posts and pages.</p>\n<p><a href=\"http://30boxes.com/buddycards\">Buddy Cards</a> are small windows that are shown next to comments and contain a subset of either public Buddy Page information available through 30 Boxes, or dynamically created information as a result of an open web search.</p>\n<p><a href=\"http://www.raproject.com/wordpress/plugins/categories-and-posts/\">WP Categories and Posts</a> is an extension of the wp_list_categories. Instead of listing just categories, the plugin lists the post under the each category as well. This is very useful for a sitemap.</p>\n<p><a href=\"http://www.neotrinity.at/projects/\">Featuring CountComments</a> counts the number of comments by authornames.</p>\n<p><a href=\"http://patrick.bloggles.info/2007/03/25/wordpress-plugin-amazon-context-link-ads/\">WP Amazon context link ads</a> is a quick and convenient way to add Amazon Context Links to blog and help you monetize your content.</p>\n<p><a href=\"http://www.arnoldbreukhoven.nl/2007/03/breukies-pages-widget-for-wordpress/\">Breukie’s Pages Widget</a> is a Wordpress pages widget, to replace the standard pages widget by Automattic.</p>\n<p><a href=\"http://www.paulbain.co.uk/simple-email-form-plugin-for-wordpress-eform/\">Complex Email Forms</a> allows WordPress users to easily create complex forms to be emailed to a predefined email address.</p>\n<p><a href=\"http://www.smarty-blog.de/wordpress-plugin-lastposts2pic/\">Last Posts to Picture</a> create a picture from your last posts.</p>\n<p><a href=\"http://www.sleepydisco.co.uk/plugins/simpletwitter/\">SimpleTwitter</a> allows Wordpress blog owners to add Twitter messages to their templates.</p>\n<p><a href=\"http://neosmart.net/dl.php?id=2\">CompleteRSS</a> makes your feeds validate and attracts more users by displaying full article text in your RSS and Atom feeds, removing the ‘content:encoded’ tags from the XML, and makes your feeds appeal to more users.</p>\";}i:20;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/26\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/1999/11/30/wordpress-theme-releases-for-326/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/104427578/\";s:11:\"description\";s:1925:\"<p><a href=\"http://rockinthemes.com/rockinredhead-2-column-free-wordpress-theme-released/\">RockinRedhead</a> is a two-column, widget ready, clean and sleek theme with red, white and orange colors designed for reading and customization. </p>\n<p><a href=\"http://1000ff.de/wordpress-theme-typography_de/\">Typography DE</a> is the German edition of Typography (Page in German)</p>\n<p><a href=\"http://www.mandarinmusing.com/2007/03/25/new-wordpress-theme-mountain-blue-released/\">Mountain Blue</a> is a serene new “widget†ready 2 Columns WordPress theme, with a right sidebar, white content area, gray background and a tranquil blue “nature” header image.</p>\n<p><a href=\"http://www.ventedoy.com/themes/\">TechBlog</a> is a 3 columns fixed width theme that is built for tech blogs.</p>\n<p><a href=\"http://simon360.com/?p=196\">Aqueous Lite</a> is a two column, blue widget ready theme that is completely customizable via the Admin panel.</p>\n<p><a href=\"http://themey.com/orangeflower-wordpress-theme/\">OrangeFlower</a> is a two column Wordpress theme with a right-hand sidebar. OrangeFlower has a black background with bold orange flower detail.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/24/wordpress-theme-blue-spring-released/\">Blue Spring</a> is a new 2-Columns, widget ready blue, white and gray, WordPress theme with a beautiful “spring†header image and a right sidebar.</p>\n<p><a href=\"http://www.linkrain.com/articles/32/\">Pure</a> is a two columns, fixed width theme with a right sidebar.</p>\n<p><a href=\"http://blog.tomk32.de/themes/mental-offset\">mental offset</a> is a rather dark theme/template for Wordpress 2.0.x, 2.1.x and widgets. The theme uses Javascript (JQuery to be exact) to keep the index page short and the sidebar even shorter. </p>\n<p><a href=\"http://themey.com/sunset-wordpress-theme/\">Sunset</a> is a two column widget ready Wordpress theme with right-hand sidebar.</p>\";s:7:\"pubdate\";s:31:\"Mon, 26 Mar 2007 08:30:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1925:\"<p><a href=\"http://rockinthemes.com/rockinredhead-2-column-free-wordpress-theme-released/\">RockinRedhead</a> is a two-column, widget ready, clean and sleek theme with red, white and orange colors designed for reading and customization. </p>\n<p><a href=\"http://1000ff.de/wordpress-theme-typography_de/\">Typography DE</a> is the German edition of Typography (Page in German)</p>\n<p><a href=\"http://www.mandarinmusing.com/2007/03/25/new-wordpress-theme-mountain-blue-released/\">Mountain Blue</a> is a serene new “widget†ready 2 Columns WordPress theme, with a right sidebar, white content area, gray background and a tranquil blue “nature” header image.</p>\n<p><a href=\"http://www.ventedoy.com/themes/\">TechBlog</a> is a 3 columns fixed width theme that is built for tech blogs.</p>\n<p><a href=\"http://simon360.com/?p=196\">Aqueous Lite</a> is a two column, blue widget ready theme that is completely customizable via the Admin panel.</p>\n<p><a href=\"http://themey.com/orangeflower-wordpress-theme/\">OrangeFlower</a> is a two column Wordpress theme with a right-hand sidebar. OrangeFlower has a black background with bold orange flower detail.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/24/wordpress-theme-blue-spring-released/\">Blue Spring</a> is a new 2-Columns, widget ready blue, white and gray, WordPress theme with a beautiful “spring†header image and a right sidebar.</p>\n<p><a href=\"http://www.linkrain.com/articles/32/\">Pure</a> is a two columns, fixed width theme with a right sidebar.</p>\n<p><a href=\"http://blog.tomk32.de/themes/mental-offset\">mental offset</a> is a rather dark theme/template for Wordpress 2.0.x, 2.1.x and widgets. The theme uses Javascript (JQuery to be exact) to keep the index page short and the sidebar even shorter. </p>\n<p><a href=\"http://themey.com/sunset-wordpress-theme/\">Sunset</a> is a two column widget ready Wordpress theme with right-hand sidebar.</p>\";}i:21;a:7:{s:5:\"title\";s:37:\"Matt: Mitch Kapor vs. Mark Zuckerberg\";s:4:\"guid\";s:52:\"http://photomatt.net/2007/03/24/kapor-vs-zuckerberg/\";s:4:\"link\";s:52:\"http://photomatt.net/2007/03/24/kapor-vs-zuckerberg/\";s:11:\"description\";s:2767:\"<p>I’m here at <a href=\"http://startupschool.org/\">Startup School</a> and there is a really interesting contrast between the presentations of Mitch Kapor and Mark Zuckerberg. Lotus was one of the fastest growing companies of all time, and was widely heralded as one of the best working environments, and Mitch has been involved with some really interesting tech revolutions over the years. Mark Zuckerberg is of course the founder of <a href=\"http://facebook.com/\">Facebook</a>.</p>\n<p>Mitch’s presentation was one of my favorite of the day, and one of the thing he emphasized was that you should hire for diversity because diverse groups of people innovate more. Diversity here is defined as a function of experience, background, family status, as well as the traditional definitions like gender, et al. He says that one of the most common mistakes entrepreneurship makes is building “mirrortocracies” instead of meritocracies, meaning they tend to hire people like themselves rather than hiring the best people regardless of backgrounds, and the company suffers as a result.</p>\n<p>Almost on cue, Mark started out by saying that the two most important things for a company is to have people who are “young and technical,” and his explanation of such was actually the entirety of his prepared remarks. (He arrived shortly before his presentation, so AFAIK hadn’t heard any of Mitch’s.) He made some fair arguments for biasing toward a technically inclined workforce, even in roles like marketing and support, however he didn’t really say anything compelling in support of youth, besides some vague references to many great creators and chessmasters being between 20 and 35 years old. But in no uncertain terms, he said they have a bias toward hiring young people at Facebook.</p>\n<p>I’m inclined to agree more with Mitch. Biasing your decisions based on something completely out of someone’s control, specifically the year they were born, seems as likely to have correlation to talent and success in a company as gender, race, or anything else that everyone knows doesn’t matter. It’s not what you’re born with, it’s what you make of it. However in defense of Mark, you can think of <a href=\"http://www.lyricsfreak.com/f/frank+sinatra/young+at+heart_20055277.html\">Frank Sinatra’s Young at Heart</a>. There’s youth, and there’s youthfulness. The latter could be described as a set of qualities, and could definitely something you look for when hiring, but make sure you’re targeting the right things.</p>\n<p>What do you think: Is there something inherent in age that’s valuable? What’s the most important thing you look for when hiring?</p>\";s:7:\"pubdate\";s:31:\"Sun, 25 Mar 2007 00:34:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:2767:\"<p>I’m here at <a href=\"http://startupschool.org/\">Startup School</a> and there is a really interesting contrast between the presentations of Mitch Kapor and Mark Zuckerberg. Lotus was one of the fastest growing companies of all time, and was widely heralded as one of the best working environments, and Mitch has been involved with some really interesting tech revolutions over the years. Mark Zuckerberg is of course the founder of <a href=\"http://facebook.com/\">Facebook</a>.</p>\n<p>Mitch’s presentation was one of my favorite of the day, and one of the thing he emphasized was that you should hire for diversity because diverse groups of people innovate more. Diversity here is defined as a function of experience, background, family status, as well as the traditional definitions like gender, et al. He says that one of the most common mistakes entrepreneurship makes is building “mirrortocracies” instead of meritocracies, meaning they tend to hire people like themselves rather than hiring the best people regardless of backgrounds, and the company suffers as a result.</p>\n<p>Almost on cue, Mark started out by saying that the two most important things for a company is to have people who are “young and technical,” and his explanation of such was actually the entirety of his prepared remarks. (He arrived shortly before his presentation, so AFAIK hadn’t heard any of Mitch’s.) He made some fair arguments for biasing toward a technically inclined workforce, even in roles like marketing and support, however he didn’t really say anything compelling in support of youth, besides some vague references to many great creators and chessmasters being between 20 and 35 years old. But in no uncertain terms, he said they have a bias toward hiring young people at Facebook.</p>\n<p>I’m inclined to agree more with Mitch. Biasing your decisions based on something completely out of someone’s control, specifically the year they were born, seems as likely to have correlation to talent and success in a company as gender, race, or anything else that everyone knows doesn’t matter. It’s not what you’re born with, it’s what you make of it. However in defense of Mark, you can think of <a href=\"http://www.lyricsfreak.com/f/frank+sinatra/young+at+heart_20055277.html\">Frank Sinatra’s Young at Heart</a>. There’s youth, and there’s youthfulness. The latter could be described as a set of qualities, and could definitely something you look for when hiring, but make sure you’re targeting the right things.</p>\n<p>What do you think: Is there something inherent in age that’s valuable? What’s the most important thing you look for when hiring?</p>\";}i:22;a:7:{s:5:\"title\";s:33:\"Matt: ÐœÑÑ‚Ñ‚ Мюлленвег\";s:4:\"guid\";s:112:\"http://photomatt.net/2007/03/24/%d0%9c%d1%8d%d1%82%d1%82-%d0%9c%d1%8e%d0%bb%d0%bb%d0%b5%d0%bd%d0%b2%d0%b5%d0%b3/\";s:4:\"link\";s:112:\"http://photomatt.net/2007/03/24/%d0%9c%d1%8d%d1%82%d1%82-%d0%9c%d1%8e%d0%bb%d0%bb%d0%b5%d0%bd%d0%b2%d0%b5%d0%b3/\";s:11:\"description\";s:290:\"<p><a href=\"http://www.habrahabr.ru/blog/wordpress/7558.html\">Хабрахабр / Блоги / WordPress / ÐœÑÑ‚Ñ‚ Мюлленвег</a>. I have no idea what that means, but I was interviewed for a Russian Digg-like website and if you can read Russian it might be worth checking out.</p>\";s:7:\"pubdate\";s:31:\"Sat, 24 Mar 2007 21:49:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:290:\"<p><a href=\"http://www.habrahabr.ru/blog/wordpress/7558.html\">Хабрахабр / Блоги / WordPress / ÐœÑÑ‚Ñ‚ Мюлленвег</a>. I have no idea what that means, but I was interviewed for a Russian Digg-like website and if you can read Russian it might be worth checking out.</p>\";}i:23;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/24\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/24/wordpress-theme-releases-for-324/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/104038644/\";s:11:\"description\";s:1548:\"<p><a href=\"http://letsmint.com/downloads/\">Let’s mint</a> have released 3 wordpress themes, Quickmint Left Nav, Quickmint Right Nav and QuickMint 3 Column (Fixed & Fluid).</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/23/bright-side-new-3-columns-widget-ready-wordpress-theme/\">Bright Side</a> is a new widget ready, three columns WordPress theme with a beautiful header image, a left sidebar and a right sidebar, white content area and soothing blue background.</p>\n<p><a href=\"http://srinig.com/wordpress-themes/crispy-cornsilk/\">Crispy Cornsilk</a> is a two column fixed width theme with sharp edges and shades of brown. Right hand sidebar supports widgets. XHTML and CSS validated.</p>\n<p><a href=\"http://www.livelydirectory.com/blog/wordpress-theme-blue-idea.html\">Blue Idea</a> is a high quality two-column, widget ready theme.</p>\n<p>Andreas Moser has released <a href=\"http://www.linkrain.com/articles/elegantwords-wordpress-theme/\">ElegantWords</a>, <a href=\"http://www.linkrain.com/articles/icewords-free-wordpress-theme/\">IceWords</a>, <a href=\"http://www.linkrain.com/articles/fruitwords-free-wordpress-theme/\">FruitWords</a>, <a href=\"http://www.linkrain.com/articles/flowerwords-free-wordpress-theme/\">FlowerWords</a> and <a href=\"http://www.linkrain.com/articles/freekyclouds-free-wordpress-theme/\">FreekyClouds</a>.</p>\n<p><a href=\"http://www.loreleiwebdesign.com/\">Liza Kliko</a> has released <a href=\"http://www.toptut.com/?p=178\">DarkLight</a> and <a href=\"http://www.toptut.com/?p=171\">Lorelei Bliss</a>.</p>\";s:7:\"pubdate\";s:31:\"Sat, 24 Mar 2007 07:15:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1548:\"<p><a href=\"http://letsmint.com/downloads/\">Let’s mint</a> have released 3 wordpress themes, Quickmint Left Nav, Quickmint Right Nav and QuickMint 3 Column (Fixed & Fluid).</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/23/bright-side-new-3-columns-widget-ready-wordpress-theme/\">Bright Side</a> is a new widget ready, three columns WordPress theme with a beautiful header image, a left sidebar and a right sidebar, white content area and soothing blue background.</p>\n<p><a href=\"http://srinig.com/wordpress-themes/crispy-cornsilk/\">Crispy Cornsilk</a> is a two column fixed width theme with sharp edges and shades of brown. Right hand sidebar supports widgets. XHTML and CSS validated.</p>\n<p><a href=\"http://www.livelydirectory.com/blog/wordpress-theme-blue-idea.html\">Blue Idea</a> is a high quality two-column, widget ready theme.</p>\n<p>Andreas Moser has released <a href=\"http://www.linkrain.com/articles/elegantwords-wordpress-theme/\">ElegantWords</a>, <a href=\"http://www.linkrain.com/articles/icewords-free-wordpress-theme/\">IceWords</a>, <a href=\"http://www.linkrain.com/articles/fruitwords-free-wordpress-theme/\">FruitWords</a>, <a href=\"http://www.linkrain.com/articles/flowerwords-free-wordpress-theme/\">FlowerWords</a> and <a href=\"http://www.linkrain.com/articles/freekyclouds-free-wordpress-theme/\">FreekyClouds</a>.</p>\n<p><a href=\"http://www.loreleiwebdesign.com/\">Liza Kliko</a> has released <a href=\"http://www.toptut.com/?p=178\">DarkLight</a> and <a href=\"http://www.toptut.com/?p=171\">Lorelei Bliss</a>.</p>\";}i:24;a:7:{s:5:\"title\";s:83:\"Lorelle on WP: WordPress Plugins: Code Marathon Party and Plugins I Wanted Released\";s:4:\"guid\";s:108:\"http://lorelle.wordpress.com/2007/03/24/wordpress-plugins-code-marathon-party-and-plugins-i-wanted-released/\";s:4:\"link\";s:108:\"http://lorelle.wordpress.com/2007/03/24/wordpress-plugins-code-marathon-party-and-plugins-i-wanted-released/\";s:11:\"description\";s:3638:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-plugins/\" title=\"WordPress Plugins\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpplugins.gif\" alt=\"WordPress Plugins\" align=\"right\" /></a>I was hoping that someone would be listening when I published my request for <a href=\"http://lorelle.wordpress.com/2007/03/07/wanted-wordpress-plugins-for-me/\" title=\"WordPress Plugins for Me\">WordPress Plugins I wanted</a> at the end of my <a href=\"http://lorelle.wordpress.com/2007/01/31/a-month-of-wordpress-plugins/\" title=\"A Month of WordPress Plugins from Lorelle on WordPress\">month long series featuring WordPress Plugins</a>. Part of me was sure that some of these just couldn’t be done, but the amazing WordPress community of talented Plugin authors have come forward with the answers to my blogging dreams. I’m so excited.</p>\n<p><a href=\"http://www.digitalramble.com/2007/03/20/101/\" title=\"Cindy of Digital Ramble is working to build a better WordPress comments panel\">Cindy of Digital Ramble</a> is working to build a <a href=\"http://lorelle.wordpress.com/2007/03/21/building-a-better-wordpress-comments-panel/\" title=\"Building a Better WordPress Comments Panel\">better WordPress comments panel</a> with her new <a href=\"http://www.digitalramble.com/admin-panel-comment-reply-plugin/\" title=\"Admin Panel Comment Reply Plugin\">Admin Panel Comment Reply WordPress Plugin</a>. The idea is to enable replying to comments by the blog administrator/owner from within the WordPress Administration Comments Panel, not from the post itself. This should speed up the response process and save a few bandwidth chunks and database hits. </p>\n<p>The first version of the <a href=\"http://www.digitalramble.com/admin-panel-comment-reply-plugin/\" title=\"Admin Panel Comment Reply Plugin\">Admin Panel Comment Reply WordPress Plugin</a> adds a link that takes the administrator straight to the reply comment form on the blog post in order to reply. This saves time scrolling down the post past all the trackbacks and comments, to the comment form. The next version of the Plugin is mapped to have the reply be from within the Comments Panel, getting us to our dream. </p>\n<p>My new buddy, <a href=\"http://remstate.com/\" title=\"Travis of REM State\">Travis of REM State</a>, is dedicating his whole weekend, <a href=\"http://remstate.com/2007/03/21/3_0-its-a-party-youre-invited/\" title=\"A WordPress Plugin Code Party with Remstate\">March 24-25, to a coding party and marathon</a>, focusing on my favorite WordPress Plugin for writing, the <a href=\"http://remstate.com/projects/in-series/\" title=\"In-Series WordPress Plugin\">In-Series WordPress Plugin</a>, which I featured in <a href=\"http://lorelle.wordpress.com/2007/02/22/connecting-articles-in-series-in-series-wordpress-plugin/\" title=\"In Series WordPress Plugin\">Connecting Articles in Series: In Series WordPress Plugin</a> and <a href=\"http://lorelle.wordpress.com/2006/06/21/technical-tips-for-publishing-a-series-of-articles-on-your-blog/\" title=\"Technical Tips for Publishing a Series of Articles on Your Blog\">Technical Tips for Publishing a Series of Articles on Your Blog</a>. He has asked his fans to <a href=\"http://remstate.com/2007/03/21/3_0-its-a-party-youre-invited/\" title=\"A WordPress Plugin Code Party with Remstate\">stop by and give some moral support and cheers</a> as he works through the entire weekend on pushing this Plugins to their next version. <a href=\"http://lorelle.wordpress.com/2007/03/24/wordpress-plugins-code-marathon-party-and-plugins-i-wanted-released/#more-1774\" class=\"more-link\">(more…)</a></p>\n</div>\";s:7:\"pubdate\";s:31:\"Sat, 24 Mar 2007 07:04:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:3638:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-plugins/\" title=\"WordPress Plugins\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpplugins.gif\" alt=\"WordPress Plugins\" align=\"right\" /></a>I was hoping that someone would be listening when I published my request for <a href=\"http://lorelle.wordpress.com/2007/03/07/wanted-wordpress-plugins-for-me/\" title=\"WordPress Plugins for Me\">WordPress Plugins I wanted</a> at the end of my <a href=\"http://lorelle.wordpress.com/2007/01/31/a-month-of-wordpress-plugins/\" title=\"A Month of WordPress Plugins from Lorelle on WordPress\">month long series featuring WordPress Plugins</a>. Part of me was sure that some of these just couldn’t be done, but the amazing WordPress community of talented Plugin authors have come forward with the answers to my blogging dreams. I’m so excited.</p>\n<p><a href=\"http://www.digitalramble.com/2007/03/20/101/\" title=\"Cindy of Digital Ramble is working to build a better WordPress comments panel\">Cindy of Digital Ramble</a> is working to build a <a href=\"http://lorelle.wordpress.com/2007/03/21/building-a-better-wordpress-comments-panel/\" title=\"Building a Better WordPress Comments Panel\">better WordPress comments panel</a> with her new <a href=\"http://www.digitalramble.com/admin-panel-comment-reply-plugin/\" title=\"Admin Panel Comment Reply Plugin\">Admin Panel Comment Reply WordPress Plugin</a>. The idea is to enable replying to comments by the blog administrator/owner from within the WordPress Administration Comments Panel, not from the post itself. This should speed up the response process and save a few bandwidth chunks and database hits. </p>\n<p>The first version of the <a href=\"http://www.digitalramble.com/admin-panel-comment-reply-plugin/\" title=\"Admin Panel Comment Reply Plugin\">Admin Panel Comment Reply WordPress Plugin</a> adds a link that takes the administrator straight to the reply comment form on the blog post in order to reply. This saves time scrolling down the post past all the trackbacks and comments, to the comment form. The next version of the Plugin is mapped to have the reply be from within the Comments Panel, getting us to our dream. </p>\n<p>My new buddy, <a href=\"http://remstate.com/\" title=\"Travis of REM State\">Travis of REM State</a>, is dedicating his whole weekend, <a href=\"http://remstate.com/2007/03/21/3_0-its-a-party-youre-invited/\" title=\"A WordPress Plugin Code Party with Remstate\">March 24-25, to a coding party and marathon</a>, focusing on my favorite WordPress Plugin for writing, the <a href=\"http://remstate.com/projects/in-series/\" title=\"In-Series WordPress Plugin\">In-Series WordPress Plugin</a>, which I featured in <a href=\"http://lorelle.wordpress.com/2007/02/22/connecting-articles-in-series-in-series-wordpress-plugin/\" title=\"In Series WordPress Plugin\">Connecting Articles in Series: In Series WordPress Plugin</a> and <a href=\"http://lorelle.wordpress.com/2006/06/21/technical-tips-for-publishing-a-series-of-articles-on-your-blog/\" title=\"Technical Tips for Publishing a Series of Articles on Your Blog\">Technical Tips for Publishing a Series of Articles on Your Blog</a>. He has asked his fans to <a href=\"http://remstate.com/2007/03/21/3_0-its-a-party-youre-invited/\" title=\"A WordPress Plugin Code Party with Remstate\">stop by and give some moral support and cheers</a> as he works through the entire weekend on pushing this Plugins to their next version. <a href=\"http://lorelle.wordpress.com/2007/03/24/wordpress-plugins-code-marathon-party-and-plugins-i-wanted-released/#more-1774\" class=\"more-link\">(more…)</a></p>\n</div>\";}i:25;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/24\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/24/wordpress-plugin-releases-for-324/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/104034762/\";s:11:\"description\";s:1317:\"<p><a href=\"http://www.trevorfitzgerald.com/projects/subscribe-remind\">Subscribe-Remind</a> will automatically place text at the end of each of your posts inviting your readers to subscribe to your RSS feed.</p>\n<p><a href=\"http://www.realitywired.com/2007/03/23/comments-waiting-count-wordpress-plugin/\">Comments Waiting Count</a> is a simple plugin that adds the current number of comments in the moderation queue to the Wordpress 2.1 admin menu. It will also display the number comments that have been flagged as spam if your using an anti-spam plugin. </p>\n<p><a href=\"http://www.j2fi.net/2007/03/23/foldinghome-wordpress-plugin/\">Folding@Home Stats</a> is a WordPress plugin that displays your total score, overall rank, number of processes completed in the last 50 days.</p>\n<p><a href=\"http://www.fnproductions.net/?p=347\">Fuzzy Colorpicker</a> adds a color picker to your post pages. This lets you choose the color of your text at will.</p>\n<p><a href=\"http://code.google.com/p/wp-page-linker/\">wp-page-linker</a> is a Wordpress plugin that allows the insertion of links to internal pages while writing a page or a post.</p>\n<p><a href=\"http://www.paulbain.co.uk/simple-youtube-plugin-for-wordpress-easytube/\">EasyTube</a> allows you to easily embed a youtube player into your website but one simple tag. </p>\";s:7:\"pubdate\";s:31:\"Sat, 24 Mar 2007 06:45:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1317:\"<p><a href=\"http://www.trevorfitzgerald.com/projects/subscribe-remind\">Subscribe-Remind</a> will automatically place text at the end of each of your posts inviting your readers to subscribe to your RSS feed.</p>\n<p><a href=\"http://www.realitywired.com/2007/03/23/comments-waiting-count-wordpress-plugin/\">Comments Waiting Count</a> is a simple plugin that adds the current number of comments in the moderation queue to the Wordpress 2.1 admin menu. It will also display the number comments that have been flagged as spam if your using an anti-spam plugin. </p>\n<p><a href=\"http://www.j2fi.net/2007/03/23/foldinghome-wordpress-plugin/\">Folding@Home Stats</a> is a WordPress plugin that displays your total score, overall rank, number of processes completed in the last 50 days.</p>\n<p><a href=\"http://www.fnproductions.net/?p=347\">Fuzzy Colorpicker</a> adds a color picker to your post pages. This lets you choose the color of your text at will.</p>\n<p><a href=\"http://code.google.com/p/wp-page-linker/\">wp-page-linker</a> is a Wordpress plugin that allows the insertion of links to internal pages while writing a page or a post.</p>\n<p><a href=\"http://www.paulbain.co.uk/simple-youtube-plugin-for-wordpress-easytube/\">EasyTube</a> allows you to easily embed a youtube player into your website but one simple tag. </p>\";}i:26;a:7:{s:5:\"title\";s:44:\"Donncha: A free daffodil for your blog today\";s:4:\"guid\";s:65:\"http://ocaoimh.ie/2007/03/23/a-free-daffodil-for-your-blog-today/\";s:4:\"link\";s:65:\"http://ocaoimh.ie/2007/03/23/a-free-daffodil-for-your-blog-today/\";s:11:\"description\";s:3100:\"<p>Today is <a href=\"http://www.cancer.ie/text/fundraising/daffodil.php\">Daffodil Day</a> here in Ireland and in honour of the day I’m offering a daffodil header image to any blogger who’d like it. There are no restrictions on how you use this image, do what you like, but I would love if you would blog about <a href=\"http://www.google.com/search?q=daffodil+day\">Daffodil Day</a>.\n</p>\n<p>I’ve made two header images especially suited to blogs using the <a href=\"http://getk2.com\">K2 theme</a>. These are 780×200 images, and to make things easier there’s a mirrored image to suit your blog title. Larger sizes are available on request.</p>\n<p>Daffodil Day is in aid of cancer research. The <a href=\"http://www.cancer.ie/\">Irish Cancer Society</a> does what it can to fund raise for cancer research and care so they’re a good charity to support.</p>\n<blockquote><p>Daffodil Day is the largest annual fundraising event run by the Irish Cancer Society to raise money for people with cancer.</p>\n<p>This year our Daffodil Day is on March 23rd, and over 5,000 volunteers nationwide will be helping to sell fresh and silk daffodils and daffodil pins.</p>\n<p>If you would like to help out during Daffodil Day, just phone us on 1 850 60 60 60 or Email reception@irishcancer.ie</p>\n<p>Daffodils are flowers of hope and of springtime. That is why they are such an appropriate symbol for the Irish Cancer Society’s cancer care projects. These projects help to improve the quality of care available to people with cancer throughout Ireland. </p></blockquote>\n<div align=\"center\"><a href=\"http://i7.tinypic.com/2rfx2iv.jpg\"><img border=\"0\" src=\"http://i7.tinypic.com/2rfx2iv.jpg\" /></a></p>\n<p><a href=\"http://i7.tinypic.com/4cl4k7s.jpg\"><img border=\"0\" src=\"http://i7.tinypic.com/4cl4k7s.jpg\" /></a></div>\n<p>I have to admit their <a href=\"http://www.cancer.ie/linking/\">linking policy</a> is a little strange. I never thought I’d have to ask permission by fax to link to a website.</p>\n<p>Slightly later … we bought our daffodils while doing a spot of shopping in Blarney. Here’s the very nice volunteer and her springer spaniel who were manning the stall outside Supervalu. A bunch of daffodils or a pin are 3 Euro each. A small contribution to cancer research.</p>\n<div align=\"center\"><img src=\"http://i9.tinypic.com/35nakic.jpg\" /></div>\n<a href=\"http://ocaoimh.ie/tag/cancer/\" rel=\"tag\">cancer</a>, <a href=\"http://ocaoimh.ie/tag/cancer.ie/\" rel=\"tag\">cancer.ie</a>, <a href=\"http://ocaoimh.ie/tag/charity/\" rel=\"tag\">charity</a>, <a href=\"http://ocaoimh.ie/tag/daffodil-day/\" rel=\"tag\">daffodil day</a>, <a href=\"http://ocaoimh.ie/tag/in-the-news/\" rel=\"tag\">In the news</a>, <a href=\"http://ocaoimh.ie/tag/ireland/\" rel=\"tag\">ireland</a>, <a href=\"http://ocaoimh.ie/tag/irish-cancer-society/\" rel=\"tag\">irish cancer society</a>, <a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/when-in-ireland/\" rel=\"tag\">When in Ireland</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>\";s:7:\"pubdate\";s:31:\"Fri, 23 Mar 2007 13:40:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:3100:\"<p>Today is <a href=\"http://www.cancer.ie/text/fundraising/daffodil.php\">Daffodil Day</a> here in Ireland and in honour of the day I’m offering a daffodil header image to any blogger who’d like it. There are no restrictions on how you use this image, do what you like, but I would love if you would blog about <a href=\"http://www.google.com/search?q=daffodil+day\">Daffodil Day</a>.\n</p>\n<p>I’ve made two header images especially suited to blogs using the <a href=\"http://getk2.com\">K2 theme</a>. These are 780×200 images, and to make things easier there’s a mirrored image to suit your blog title. Larger sizes are available on request.</p>\n<p>Daffodil Day is in aid of cancer research. The <a href=\"http://www.cancer.ie/\">Irish Cancer Society</a> does what it can to fund raise for cancer research and care so they’re a good charity to support.</p>\n<blockquote><p>Daffodil Day is the largest annual fundraising event run by the Irish Cancer Society to raise money for people with cancer.</p>\n<p>This year our Daffodil Day is on March 23rd, and over 5,000 volunteers nationwide will be helping to sell fresh and silk daffodils and daffodil pins.</p>\n<p>If you would like to help out during Daffodil Day, just phone us on 1 850 60 60 60 or Email reception@irishcancer.ie</p>\n<p>Daffodils are flowers of hope and of springtime. That is why they are such an appropriate symbol for the Irish Cancer Society’s cancer care projects. These projects help to improve the quality of care available to people with cancer throughout Ireland. </p></blockquote>\n<div align=\"center\"><a href=\"http://i7.tinypic.com/2rfx2iv.jpg\"><img border=\"0\" src=\"http://i7.tinypic.com/2rfx2iv.jpg\" /></a></p>\n<p><a href=\"http://i7.tinypic.com/4cl4k7s.jpg\"><img border=\"0\" src=\"http://i7.tinypic.com/4cl4k7s.jpg\" /></a></div>\n<p>I have to admit their <a href=\"http://www.cancer.ie/linking/\">linking policy</a> is a little strange. I never thought I’d have to ask permission by fax to link to a website.</p>\n<p>Slightly later … we bought our daffodils while doing a spot of shopping in Blarney. Here’s the very nice volunteer and her springer spaniel who were manning the stall outside Supervalu. A bunch of daffodils or a pin are 3 Euro each. A small contribution to cancer research.</p>\n<div align=\"center\"><img src=\"http://i9.tinypic.com/35nakic.jpg\" /></div>\n<a href=\"http://ocaoimh.ie/tag/cancer/\" rel=\"tag\">cancer</a>, <a href=\"http://ocaoimh.ie/tag/cancer.ie/\" rel=\"tag\">cancer.ie</a>, <a href=\"http://ocaoimh.ie/tag/charity/\" rel=\"tag\">charity</a>, <a href=\"http://ocaoimh.ie/tag/daffodil-day/\" rel=\"tag\">daffodil day</a>, <a href=\"http://ocaoimh.ie/tag/in-the-news/\" rel=\"tag\">In the news</a>, <a href=\"http://ocaoimh.ie/tag/ireland/\" rel=\"tag\">ireland</a>, <a href=\"http://ocaoimh.ie/tag/irish-cancer-society/\" rel=\"tag\">irish cancer society</a>, <a href=\"http://ocaoimh.ie/tag/irishblogs/\" rel=\"tag\">irishblogs</a>, <a href=\"http://ocaoimh.ie/tag/when-in-ireland/\" rel=\"tag\">When in Ireland</a>, <a href=\"http://ocaoimh.ie/tag/wordpress/\" rel=\"tag\">WordPress</a>\";}i:27;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/23\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/23/wordpress-theme-releases-for-323/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/103808239/\";s:11:\"description\";s:1429:\"<p><a href=\"http://www.aboutmydot.net/index.php/typoxp-revisited-wordpress-theme\">TypoXP Revisited</a> is a modified version of <a href=\"http://www.sunaryohadi.info/typoxp-theme.htm\">TypeXP</a>.</p>\n<p><a href=\"http://rockinthemes.com/rockindarkq-red-orange-2-column-free-wordpress-theme-released/\">RockinDarkQ</a> is a two-column, dark modern, clean and sleek theme with red and orange highlights designed for reading and customization … and it’s widget ready.</p>\n<p><a href=\"http://rockinthemes.com/rockinseaside-blue-2-column-free-wordpress-theme-released/\">RockinSeaside</a> is a 2 column, widgetized free WordPress theme with a calm, blue and white color scheme, compartmentalized sections, and a customizable header with photoshop file included.</p>\n<p><a href=\"http://www.area381.com/2007/03/21/sakura-wordpress-theme/\">Sakura</a> is a 2-column Wordpress theme with spring motives and it’s widget ready.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/03/22/oceans-11/\">Oceans 11</a> Wordpress theme designed with a three column fluid layout and a custom header painting inspired by the movie Oceans 11.</p>\n<p><a href=\"http://themey.com/orangecones-wordpress-theme/\">OrangeCones</a> is a fun two column Wordpress theme with a widget enabled left-hand sidebar. </p>\n<p>Hongkiat has <a href=\"http://www.hongkiat.com/blog/wordpress-theme-5-more-colors-on-rounded-v2/\">Five more colors on Rounded v2</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 23 Mar 2007 09:04:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1429:\"<p><a href=\"http://www.aboutmydot.net/index.php/typoxp-revisited-wordpress-theme\">TypoXP Revisited</a> is a modified version of <a href=\"http://www.sunaryohadi.info/typoxp-theme.htm\">TypeXP</a>.</p>\n<p><a href=\"http://rockinthemes.com/rockindarkq-red-orange-2-column-free-wordpress-theme-released/\">RockinDarkQ</a> is a two-column, dark modern, clean and sleek theme with red and orange highlights designed for reading and customization … and it’s widget ready.</p>\n<p><a href=\"http://rockinthemes.com/rockinseaside-blue-2-column-free-wordpress-theme-released/\">RockinSeaside</a> is a 2 column, widgetized free WordPress theme with a calm, blue and white color scheme, compartmentalized sections, and a customizable header with photoshop file included.</p>\n<p><a href=\"http://www.area381.com/2007/03/21/sakura-wordpress-theme/\">Sakura</a> is a 2-column Wordpress theme with spring motives and it’s widget ready.</p>\n<p><a href=\"http://milo.peety-passion.com/2007/03/22/oceans-11/\">Oceans 11</a> Wordpress theme designed with a three column fluid layout and a custom header painting inspired by the movie Oceans 11.</p>\n<p><a href=\"http://themey.com/orangecones-wordpress-theme/\">OrangeCones</a> is a fun two column Wordpress theme with a widget enabled left-hand sidebar. </p>\n<p>Hongkiat has <a href=\"http://www.hongkiat.com/blog/wordpress-theme-5-more-colors-on-rounded-v2/\">Five more colors on Rounded v2</a></p>\";}i:28;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/23\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/23/wordpress-plugin-releases-for-323/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/103803924/\";s:11:\"description\";s:1632:\"<p><a href=\"http://blog.addthis.com/?p=24\">AddThis Plugin</a> will automatically insert the AddThis widget below each post in your blog.</p>\n<p><a href=\"http://trevorcreech.com/blog/2007/03/18/wordpress-plugin-template/\">Wordpress Plugin Template</a> includes all the framework necessary for a displayable plugin (Something which will show up in a sidebar, template, or anywhere in a post using a token such as <!-- someplugin -->)</p>\n<p><a href=\"http://www.j2fi.net/2007/03/21/setihome-wordpress-plugin/\">SETI Stats</a> shows the current credit, average credit and team stats for a given SETI@Home account.</p>\n<p>The <a href=\"http://guyfisher.com/builder/striptease/\">StripTease plugin</a> is a simple filter that strips fragment identifiers from WordPress’s default teaser links so that they link to full posts.</p>\n<p><a href=\"http://strübe.de/en/post-notification/\">Post Notification</a> sends an email to every registered user whenever a new post is made on the blog.</p>\n<p><a href=\"http://chaos-laboratory.com/2007/03/22/livesig-wordpress-plug-in-for-automatic-insertion-of-graphical-signatures-generated-by-mylivesignature-at-the-end-of-each-post/\">LiveSig</a> is a WordPress plug-in that automatically inserts your <a href=\"http://www.mylivesignature.com/\">MyLiveSignature</a> code after each of your WordPress posts making it seem like each post has been personally signed by you.</p>\n<p>On the side, one thing to remember when doing a WordPress-to-WordPress Import is to <a href=\"http://garrickvanburen.com/archive/wordpress-to-wordpress-import-tip-delete-spam-comments-first\">Delete Spam Comments First</a>.</p>\";s:7:\"pubdate\";s:31:\"Fri, 23 Mar 2007 08:45:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1632:\"<p><a href=\"http://blog.addthis.com/?p=24\">AddThis Plugin</a> will automatically insert the AddThis widget below each post in your blog.</p>\n<p><a href=\"http://trevorcreech.com/blog/2007/03/18/wordpress-plugin-template/\">Wordpress Plugin Template</a> includes all the framework necessary for a displayable plugin (Something which will show up in a sidebar, template, or anywhere in a post using a token such as <!-- someplugin -->)</p>\n<p><a href=\"http://www.j2fi.net/2007/03/21/setihome-wordpress-plugin/\">SETI Stats</a> shows the current credit, average credit and team stats for a given SETI@Home account.</p>\n<p>The <a href=\"http://guyfisher.com/builder/striptease/\">StripTease plugin</a> is a simple filter that strips fragment identifiers from WordPress’s default teaser links so that they link to full posts.</p>\n<p><a href=\"http://strübe.de/en/post-notification/\">Post Notification</a> sends an email to every registered user whenever a new post is made on the blog.</p>\n<p><a href=\"http://chaos-laboratory.com/2007/03/22/livesig-wordpress-plug-in-for-automatic-insertion-of-graphical-signatures-generated-by-mylivesignature-at-the-end-of-each-post/\">LiveSig</a> is a WordPress plug-in that automatically inserts your <a href=\"http://www.mylivesignature.com/\">MyLiveSignature</a> code after each of your WordPress posts making it seem like each post has been personally signed by you.</p>\n<p>On the side, one thing to remember when doing a WordPress-to-WordPress Import is to <a href=\"http://garrickvanburen.com/archive/wordpress-to-wordpress-import-tip-delete-spam-comments-first\">Delete Spam Comments First</a>.</p>\";}i:29;a:7:{s:5:\"title\";s:28:\"Matt: Action Hero One-Liners\";s:4:\"guid\";s:55:\"http://photomatt.net/2007/03/22/action-hero-one-liners/\";s:4:\"link\";s:55:\"http://photomatt.net/2007/03/22/action-hero-one-liners/\";s:11:\"description\";s:125:\"<p><a href=\"http://thecinemattic.com/2007/03/18/top-10-action-hero-one-liners/\">Top 10… Action Hero One-Liners</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 22 Mar 2007 20:34:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:125:\"<p><a href=\"http://thecinemattic.com/2007/03/18/top-10-action-hero-one-liners/\">Top 10… Action Hero One-Liners</a>.</p>\";}i:30;a:7:{s:5:\"title\";s:23:\"Matt: One Billion Spams\";s:4:\"guid\";s:50:\"http://photomatt.net/2007/03/22/one-billion-spams/\";s:4:\"link\";s:50:\"http://photomatt.net/2007/03/22/one-billion-spams/\";s:11:\"description\";s:111:\"<p><a href=\"http://akismet.com/stats/\">When do you think Akismet will hit 1,000,000,000 spams blocked? </a></p>\";s:7:\"pubdate\";s:31:\"Thu, 22 Mar 2007 13:38:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:111:\"<p><a href=\"http://akismet.com/stats/\">When do you think Akismet will hit 1,000,000,000 spams blocked? </a></p>\";}i:31;a:7:{s:5:\"title\";s:30:\"Matt: Alexa Blocks Statsaholic\";s:4:\"guid\";s:57:\"http://photomatt.net/2007/03/22/alexa-blocks-statsaholic/\";s:4:\"link\";s:57:\"http://photomatt.net/2007/03/22/alexa-blocks-statsaholic/\";s:11:\"description\";s:439:\"<p><a href=\"http://alexa.com/\">Alexa</a> appears to be blocking any image loads from the <a href=\"http://www.statsaholic.com/\">Statsaholic</a> domain, which was recently renamed from Alexaholic. If you change or block your referrers, the images load just fine. Bad form on Alexa’s part, especially since Alexaholic put an infinitely more usable UI on Alexa’s data, which Alexa later updated their own chart widgets to copy.</p>\";s:7:\"pubdate\";s:31:\"Thu, 22 Mar 2007 12:02:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:439:\"<p><a href=\"http://alexa.com/\">Alexa</a> appears to be blocking any image loads from the <a href=\"http://www.statsaholic.com/\">Statsaholic</a> domain, which was recently renamed from Alexaholic. If you change or block your referrers, the images load just fine. Bad form on Alexa’s part, especially since Alexaholic put an infinitely more usable UI on Alexa’s data, which Alexa later updated their own chart widgets to copy.</p>\";}i:32;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/22\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/22/wordpress-plugin-releases-for-322/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/103537894/\";s:11:\"description\";s:763:\"<p><a href=\"http://www.thealienbase.com/textlink-adder/wordpress-plugin-textlink-adder.htm\">Textlink Adder</a> generates your very own textlinks to each single post your wordpress has to offer. Bind as many textlinks as you want to each post.</p>\n<p><a href=\"http://kahi.cz/blog/ravens-antispam-for-wordpress\">Raven’s antispam</a> is a smart antispam based on a JS solution of Jakub Vrana.</p>\n<p><a href=\"http://devlonduthie.com/answertipswordpress\">AnswerTips</a> are small bubbles of information triggered by double-clicking any word on an AnswerTips-enabled page.</p>\n<p><a href=\"http://notepad.emaillink.de/2007/03/21/seo-plugin-fuer-wordpress/\">SEO-Plugin</a> allows you to add Meta tags for Description and Keywords to your blog. (Site in German)</p>\";s:7:\"pubdate\";s:31:\"Thu, 22 Mar 2007 09:00:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:763:\"<p><a href=\"http://www.thealienbase.com/textlink-adder/wordpress-plugin-textlink-adder.htm\">Textlink Adder</a> generates your very own textlinks to each single post your wordpress has to offer. Bind as many textlinks as you want to each post.</p>\n<p><a href=\"http://kahi.cz/blog/ravens-antispam-for-wordpress\">Raven’s antispam</a> is a smart antispam based on a JS solution of Jakub Vrana.</p>\n<p><a href=\"http://devlonduthie.com/answertipswordpress\">AnswerTips</a> are small bubbles of information triggered by double-clicking any word on an AnswerTips-enabled page.</p>\n<p><a href=\"http://notepad.emaillink.de/2007/03/21/seo-plugin-fuer-wordpress/\">SEO-Plugin</a> allows you to add Meta tags for Description and Keywords to your blog. (Site in German)</p>\";}i:33;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/22\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/22/wordpress-theme-releases-for-322/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/103531917/\";s:11:\"description\";s:1686:\"<p><a href=\"http://www.bloggingpro.com/archives/2007/03/21/blogging-pros-theme-released/\">Blogging Pro Theme</a> is a three column theme with a blue top navigation bar and big search box. Comes in two flavours, with plugin support and without.</p>\n<p><a href=\"http://jquindlen.com/blog/2007/03/22/wordpress-themes-sciearth-theme-released/\">SciEarth</a> is a 2 column Sci-Fi based theme.</p>\n<p><a href=\"http://buzzdroid.com/wordpress/themes/wordpress-theme-release-yui-mainstream/\">YUI-Mainstream</a> is a clean, two column theme built on the Yahoo! User Interface (YUI). Supports fluid width, 950px, 750px and custom widths with possible sidebar sizes of 160px, 180px, 240px or 300px. Widget ready.</p>\n<p><a href=\"http://themey.com/ice-cream-wordpress-theme/\">IceCream</a> is a fun two column Wordpress theme with a widget enabled right-hand sidebar with an ice lolly image.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/21/pomodoro-latest-wordpress-theme-release/\">Pomodoro</a> is a bright new 3 columns, “widget-ready” theme for WordPress by Headsetoptions and MandarinMusing based on design by Free CSS Templates. </p>\n<p>Milo has released <a href=\"http://milo.peety-passion.com/2007/03/21/mc-mac-wp-theme/\">MCMAC</a> and <a href=\"http://milo.peety-passion.com/2007/03/21/lax-wp-theme/\">LAX</a>.</p>\n<p><a href=\"http://www.heritage-tech.net/wordpress-stuff/#quicklime\">Quicklime</a> is a three columned (main content + two sidebars) theme with a lime green feel to it. </p>\n<p><a href=\"http://www.edynas.com/wordpress-templates/free-wordpress-theme-cozupix/\">Cozupix</a> is fresh colored widgetized theme with 2 columns in the colors green, blue and orange.</p>\";s:7:\"pubdate\";s:31:\"Thu, 22 Mar 2007 08:28:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1686:\"<p><a href=\"http://www.bloggingpro.com/archives/2007/03/21/blogging-pros-theme-released/\">Blogging Pro Theme</a> is a three column theme with a blue top navigation bar and big search box. Comes in two flavours, with plugin support and without.</p>\n<p><a href=\"http://jquindlen.com/blog/2007/03/22/wordpress-themes-sciearth-theme-released/\">SciEarth</a> is a 2 column Sci-Fi based theme.</p>\n<p><a href=\"http://buzzdroid.com/wordpress/themes/wordpress-theme-release-yui-mainstream/\">YUI-Mainstream</a> is a clean, two column theme built on the Yahoo! User Interface (YUI). Supports fluid width, 950px, 750px and custom widths with possible sidebar sizes of 160px, 180px, 240px or 300px. Widget ready.</p>\n<p><a href=\"http://themey.com/ice-cream-wordpress-theme/\">IceCream</a> is a fun two column Wordpress theme with a widget enabled right-hand sidebar with an ice lolly image.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/21/pomodoro-latest-wordpress-theme-release/\">Pomodoro</a> is a bright new 3 columns, “widget-ready” theme for WordPress by Headsetoptions and MandarinMusing based on design by Free CSS Templates. </p>\n<p>Milo has released <a href=\"http://milo.peety-passion.com/2007/03/21/mc-mac-wp-theme/\">MCMAC</a> and <a href=\"http://milo.peety-passion.com/2007/03/21/lax-wp-theme/\">LAX</a>.</p>\n<p><a href=\"http://www.heritage-tech.net/wordpress-stuff/#quicklime\">Quicklime</a> is a three columned (main content + two sidebars) theme with a lime green feel to it. </p>\n<p><a href=\"http://www.edynas.com/wordpress-templates/free-wordpress-theme-cozupix/\">Cozupix</a> is fresh colored widgetized theme with 2 columns in the colors green, blue and orange.</p>\";}i:34;a:7:{s:5:\"title\";s:57:\"Lorelle on WP: Building a Better WordPress Comments Panel\";s:4:\"guid\";s:83:\"http://lorelle.wordpress.com/2007/03/21/building-a-better-wordpress-comments-panel/\";s:4:\"link\";s:83:\"http://lorelle.wordpress.com/2007/03/21/building-a-better-wordpress-comments-panel/\";s:11:\"description\";s:3544:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-plugins/\" title=\"WordPress Plugins\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpplugins.gif\" alt=\"WordPress Plugins\" align=\"right\" /></a><a href=\"http://www.digitalramble.com/2007/03/20/101/\" title=\"reply to from admin panel\">Cindy of Digital Ramble wants to build a better WordPress comments panel</a> based upon a plea/whine/beg I made for <a href=\"http://lorelle.wordpress.com/2007/03/07/wanted-wordpress-plugins-for-me/\" title=\"WordPress Plugins for Me\">WordPress Plugins I believe WordPress needs</a> and I covet desperately. The challenge? </p>\n<p>Create a WordPress Plugin that would add instant AJAX replies from the WordPress Comments Panel without accessing and loading the full post. It would speed up replies and save bandwidth and database hits that come with loading the entire post, writing the comment, and then reloading the entire post after submitting the comment. Then trying to find your way back to the Comments Panel. I also asked for a few other bells and whistles, and Cindy is working overtime to make this happen. </p>\n<p>She needs help, though. The Comments Panel interface isn’t as “hooked” in as may be necessary in order to get this to work. There are some complex issues that make this process a lot harder than it should be. </p>\n<p>Still, I consider the fuss and time-consuming bother of how WordPress handles comments to be the <a href=\"http://lorelle.wordpress.com/2006/12/16/the-number-one-flaw-in-wordpress-comments/\" title=\"Comments\">number one flaw and most needed improvements in the WordPress interface</a>. Don’t you?</p>\n<p>Want to help? Are you familiar with WordPress Plugins, AJAX, Javascript, and want a hand in improving one of the most used interface panels on WordPress?</p>\n<p>What are you waiting for? <a href=\"http://www.digitalramble.com/2007/03/20/101/\" title=\"Cindy of Digital Ramble - Reply to from admin panel\">Get over there</a>.</p>\n<p><hr /></p>\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+plugins\" rel=\"tag\">wordpress plugins</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+development\" rel=\"tag\">wordpress development</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+comments\" rel=\"tag\">wordpress comments</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=comment+panel\" rel=\"tag\">comment panel</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=administration+panels\" rel=\"tag\">administration panels</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=improving+wordpress\" rel=\"tag\">improving wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+help\" rel=\"tag\">wordpress help</a> <br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">member of the 9Rules Network</a> <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></font></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\" /></p>\n</div>\";s:7:\"pubdate\";s:31:\"Wed, 21 Mar 2007 15:08:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:3544:\"<div class=\"snap_preview\"><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-plugins/\" title=\"WordPress Plugins\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpplugins.gif\" alt=\"WordPress Plugins\" align=\"right\" /></a><a href=\"http://www.digitalramble.com/2007/03/20/101/\" title=\"reply to from admin panel\">Cindy of Digital Ramble wants to build a better WordPress comments panel</a> based upon a plea/whine/beg I made for <a href=\"http://lorelle.wordpress.com/2007/03/07/wanted-wordpress-plugins-for-me/\" title=\"WordPress Plugins for Me\">WordPress Plugins I believe WordPress needs</a> and I covet desperately. The challenge? </p>\n<p>Create a WordPress Plugin that would add instant AJAX replies from the WordPress Comments Panel without accessing and loading the full post. It would speed up replies and save bandwidth and database hits that come with loading the entire post, writing the comment, and then reloading the entire post after submitting the comment. Then trying to find your way back to the Comments Panel. I also asked for a few other bells and whistles, and Cindy is working overtime to make this happen. </p>\n<p>She needs help, though. The Comments Panel interface isn’t as “hooked” in as may be necessary in order to get this to work. There are some complex issues that make this process a lot harder than it should be. </p>\n<p>Still, I consider the fuss and time-consuming bother of how WordPress handles comments to be the <a href=\"http://lorelle.wordpress.com/2006/12/16/the-number-one-flaw-in-wordpress-comments/\" title=\"Comments\">number one flaw and most needed improvements in the WordPress interface</a>. Don’t you?</p>\n<p>Want to help? Are you familiar with WordPress Plugins, AJAX, Javascript, and want a hand in improving one of the most used interface panels on WordPress?</p>\n<p>What are you waiting for? <a href=\"http://www.digitalramble.com/2007/03/20/101/\" title=\"Cindy of Digital Ramble - Reply to from admin panel\">Get over there</a>.</p>\n<p><hr /></p>\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+plugins\" rel=\"tag\">wordpress plugins</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+development\" rel=\"tag\">wordpress development</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+comments\" rel=\"tag\">wordpress comments</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=comment+panel\" rel=\"tag\">comment panel</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=administration+panels\" rel=\"tag\">administration panels</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=improving+wordpress\" rel=\"tag\">improving wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+help\" rel=\"tag\">wordpress help</a> <br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">member of the 9Rules Network</a> <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></font></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\" /></p>\n</div>\";}i:35;a:7:{s:5:\"title\";s:46:\"Weblog Tools Collection: Two or Three Columns?\";s:4:\"guid\";s:74:\"http://weblogtoolscollection.com/archives/2007/03/21/two-or-three-columns/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/103319818/\";s:11:\"description\";s:1300:\"<p>I <a href=\"http://weblogtoolscollection.com/archives/2007/03/21/wordpress-theme-releases-for-321/#comment-1156625\">read this question in a comment</a> and though I had an answer from my own personal preference, I think it would be really helpful for others to make this decision and consequently for theme developers to get a good feel for where and what they should concentrate on if there were some discussion on it.</p>\n<p>I personally prefer one column themes with a minimal second column. Most information that is put on my sidebar(s) is extraneous and could be placed elsewhere. I have also found that some of that information deters from the original content of the blog. The landing page concept is nice for search engine traffic where extra links and information on the content might help you draw in the user to explore some more. However, the face of the blog is cleaner and chock full of good stuff to read with lesser distractions.</p>\n<p>That being said, I have seen and read some really good blogs/sites that have made appropriate use of sidebar content including the venerable <a href=\"http://slickdeals.net\">Slickdeals</a> and the <a href=\"http://wordpress.org/development/\">Wordpress Development blog</a>.</p>\n<p>Do you like one, two or three (or more) column themes and why?</p>\";s:7:\"pubdate\";s:31:\"Wed, 21 Mar 2007 14:15:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:1300:\"<p>I <a href=\"http://weblogtoolscollection.com/archives/2007/03/21/wordpress-theme-releases-for-321/#comment-1156625\">read this question in a comment</a> and though I had an answer from my own personal preference, I think it would be really helpful for others to make this decision and consequently for theme developers to get a good feel for where and what they should concentrate on if there were some discussion on it.</p>\n<p>I personally prefer one column themes with a minimal second column. Most information that is put on my sidebar(s) is extraneous and could be placed elsewhere. I have also found that some of that information deters from the original content of the blog. The landing page concept is nice for search engine traffic where extra links and information on the content might help you draw in the user to explore some more. However, the face of the blog is cleaner and chock full of good stuff to read with lesser distractions.</p>\n<p>That being said, I have seen and read some really good blogs/sites that have made appropriate use of sidebar content including the venerable <a href=\"http://slickdeals.net\">Slickdeals</a> and the <a href=\"http://wordpress.org/development/\">Wordpress Development blog</a>.</p>\n<p>Do you like one, two or three (or more) column themes and why?</p>\";}i:36;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/21\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/21/wordpress-theme-releases-for-321/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/103238463/\";s:11:\"description\";s:1371:\"<p><a href=\"http://tutorialblog.org/wordpress-theme-release-shinythings/\">Shiny Things</a> is a two column, pink white and beige theme.</p>\n<p><a href=\"http://kev.coolcavemen.com/2007/03/sapphire-style-for-k2-wordpress-theme/\">Sapphire style for K2 Wordpress theme</a> is a style for <a href=\"http://getk2.com/\">K2</a> based on the <a href=\"http://www.michaelmartine.com/free-wordpress-themes/free-wordpress-theme-sapphire/\">Sapphire theme</a>.</p>\n<p><a href=\"http://www.zeebob.com/wordpress-themes/?p=9\">Strips</a> is a two column, green, widget ready theme.</p>\n<p><a href=\"http://themey.com/freedom-wordpress-theme/\">Freedom</a> is a two column Wordpress theme with a left-hand sidebar. Freedom has a sunset-red background with a silhouette of the Statue of Liberty in the footer.</p>\n<p><a href=\"http://www.ygosearch.com/seoblog/?p=9\">Ygoent</a> is a 2 column widget ready theme with a dark background, very bright colors.</p>\n<p><a href=\"http://jquindlen.com/blog/2007/03/20/wordpress-themes-qgrunge-theme-released/\">Qgrunge</a> is a two column lime green theme.</p>\n<p><a href=\"http://www.mandarinmusing.com/2007/03/14/new-wordpress-theme-orange-sunrise-by-headsetoptions/\">Orange Sunrise</a> is a 2 Column, Orange, Brown, White and Gray, Fixed width, Widget ready theme.</p>\n<p>Check out <a href=\"http://www.linkrain.com/articles/\">Alastor’s themes</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 21 Mar 2007 05:52:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1371:\"<p><a href=\"http://tutorialblog.org/wordpress-theme-release-shinythings/\">Shiny Things</a> is a two column, pink white and beige theme.</p>\n<p><a href=\"http://kev.coolcavemen.com/2007/03/sapphire-style-for-k2-wordpress-theme/\">Sapphire style for K2 Wordpress theme</a> is a style for <a href=\"http://getk2.com/\">K2</a> based on the <a href=\"http://www.michaelmartine.com/free-wordpress-themes/free-wordpress-theme-sapphire/\">Sapphire theme</a>.</p>\n<p><a href=\"http://www.zeebob.com/wordpress-themes/?p=9\">Strips</a> is a two column, green, widget ready theme.</p>\n<p><a href=\"http://themey.com/freedom-wordpress-theme/\">Freedom</a> is a two column Wordpress theme with a left-hand sidebar. Freedom has a sunset-red background with a silhouette of the Statue of Liberty in the footer.</p>\n<p><a href=\"http://www.ygosearch.com/seoblog/?p=9\">Ygoent</a> is a 2 column widget ready theme with a dark background, very bright colors.</p>\n<p><a href=\"http://jquindlen.com/blog/2007/03/20/wordpress-themes-qgrunge-theme-released/\">Qgrunge</a> is a two column lime green theme.</p>\n<p><a href=\"http://www.mandarinmusing.com/2007/03/14/new-wordpress-theme-orange-sunrise-by-headsetoptions/\">Orange Sunrise</a> is a 2 Column, Orange, Brown, White and Gray, Fixed width, Widget ready theme.</p>\n<p>Check out <a href=\"http://www.linkrain.com/articles/\">Alastor’s themes</a>.</p>\";}i:37;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/21\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/21/wordpress-plugin-releases-for-321/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/103234135/\";s:11:\"description\";s:1921:\"<p><a href=\"http://viewer.thinkfree.com/plugins/index.html\">Viewer</a> makes it easy for bloggers to easily add ThinkFree or Microsoft Office documents to their blogs by simply attaching the document, spreadsheet, or a presentation to any post they write.</p>\n<p><a href=\"http://www.tikirobot.net/wp/tikiwikiformatting/\">TikiWikiFormatting</a> lets authors use a subset of UseMod Wiki’s syntax to format posts more easily. </p>\n<p><a href=\"http://www.deanjrobinson.com/wordpress/twitt-twoo\">Twitt-Twoo</a> allows you to display and edit your twitter status directly from the sidebar of your blog.</p>\n<p><a href=\"http://www.justinshattuck.com/bannage/\">Bannage</a> adds the ability to permanently ban users from commenting on your wordpress blog by their name, email address, URI or ip address (wildcards * allowed). </p>\n<p><a href=\"http://code.google.com/p/wp-publications-archive/\">wp-publications-archive</a> is a Wordpress plugin that allows administrators to upload and manage all sorts of files (i.e., publications). Additionally, end-users are able to navigate, search, and download them in the front-office.</p>\n<p><a href=\"http://code.google.com/p/wp-ajax-newsletter/\">WP Ajax Newsletter</a> is a Wordpress plugin that allows users to subscribe and receive a newsletter containing the blog latest posts. </p>\n<p><a href=\"http://notizblog.org/projects/simple-cocomments/\">Simple coComments</a> is a simple Wordpress Plugin to add coComments support to Wordpress.</p>\n<p><a href=\"http://www.24hourtrading.co.uk/blog/2007/03/20/wordpress-plugin-robs-translator-english-to-11-languages/\">Robs Translator</a> allows your readers to translate your blog from English to one of 10 other languages.</p>\n<p><a href=\"http://code.google.com/p/wp-group-restriction/\">wp-group-restriction</a> is a Wordpress plugin that enhances the current user role feature, by allowing administrators to manage access to content.</p>\";s:7:\"pubdate\";s:31:\"Wed, 21 Mar 2007 05:45:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1921:\"<p><a href=\"http://viewer.thinkfree.com/plugins/index.html\">Viewer</a> makes it easy for bloggers to easily add ThinkFree or Microsoft Office documents to their blogs by simply attaching the document, spreadsheet, or a presentation to any post they write.</p>\n<p><a href=\"http://www.tikirobot.net/wp/tikiwikiformatting/\">TikiWikiFormatting</a> lets authors use a subset of UseMod Wiki’s syntax to format posts more easily. </p>\n<p><a href=\"http://www.deanjrobinson.com/wordpress/twitt-twoo\">Twitt-Twoo</a> allows you to display and edit your twitter status directly from the sidebar of your blog.</p>\n<p><a href=\"http://www.justinshattuck.com/bannage/\">Bannage</a> adds the ability to permanently ban users from commenting on your wordpress blog by their name, email address, URI or ip address (wildcards * allowed). </p>\n<p><a href=\"http://code.google.com/p/wp-publications-archive/\">wp-publications-archive</a> is a Wordpress plugin that allows administrators to upload and manage all sorts of files (i.e., publications). Additionally, end-users are able to navigate, search, and download them in the front-office.</p>\n<p><a href=\"http://code.google.com/p/wp-ajax-newsletter/\">WP Ajax Newsletter</a> is a Wordpress plugin that allows users to subscribe and receive a newsletter containing the blog latest posts. </p>\n<p><a href=\"http://notizblog.org/projects/simple-cocomments/\">Simple coComments</a> is a simple Wordpress Plugin to add coComments support to Wordpress.</p>\n<p><a href=\"http://www.24hourtrading.co.uk/blog/2007/03/20/wordpress-plugin-robs-translator-english-to-11-languages/\">Robs Translator</a> allows your readers to translate your blog from English to one of 10 other languages.</p>\n<p><a href=\"http://code.google.com/p/wp-group-restriction/\">wp-group-restriction</a> is a Wordpress plugin that enhances the current user role feature, by allowing administrators to manage access to content.</p>\";}i:38;a:7:{s:5:\"title\";s:30:\"Alex King: Twitter Tools 1.0b3\";s:4:\"guid\";s:54:\"http://alexking.org/blog/2007/03/20/twitter-tools-10b3\";s:4:\"link\";s:54:\"http://alexking.org/blog/2007/03/20/twitter-tools-10b3\";s:11:\"description\";s:1683:\"<p>I’ve posted a new beta release of Twitter Tools. This fixes a couple of bugs and takes advantage of the new API features <a href=\"http://twitter.com\" rel=\"external\">Twitter</a> rolled out in the last few days. We’re still one API feature away from a full release. Enjoy.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2802&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2802\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";s:7:\"pubdate\";s:31:\"Wed, 21 Mar 2007 03:42:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1683:\"<p>I’ve posted a new beta release of Twitter Tools. This fixes a couple of bugs and takes advantage of the new API features <a href=\"http://twitter.com\" rel=\"external\">Twitter</a> rolled out in the last few days. We’re still one API feature away from a full release. Enjoy.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2802&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2802\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";}i:39;a:7:{s:5:\"title\";s:23:\"Alex King: WP Grins 1.5\";s:4:\"guid\";s:47:\"http://alexking.org/blog/2007/03/20/wp-grins-15\";s:4:\"link\";s:47:\"http://alexking.org/blog/2007/03/20/wp-grins-15\";s:11:\"description\";s:1545:\"<p>Another day, another little bug fix. I sure wish I’d caught this before releasing 1.4 but hey, version numbers are cheap… enjoy 1.5.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2801&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2801\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";s:7:\"pubdate\";s:31:\"Wed, 21 Mar 2007 03:32:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1545:\"<p>Another day, another little bug fix. I sure wish I’d caught this before releasing 1.4 but hey, version numbers are cheap… enjoy 1.5.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2801&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2801\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";}i:40;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: Google Launches Pay-Per-Action\";s:4:\"guid\";s:84:\"http://weblogtoolscollection.com/archives/2007/03/20/google-launches-pay-per-action/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/103204800/\";s:11:\"description\";s:765:\"<p><a href=\"http://www.marketingpilgrim.com/2007/03/google-adwords-pay-per-action-launches.html\">Google Launches Pay-Per-Action</a> This new beta launch of Pay Per Action Ads from Google and AdSense has really gotten the affiliate marketing industry in a tiff (though I must be over estimating the reaction). In simple terms, you can setup keywords to display ads from, make them look like ordinary AdSense ads and when your user clicks the ads and performs a certain action, you get a cut. I love Andy’s spin on the issue. Of course the <a href=\"http://www.techmeme.com/070320/p61#a070320p61\">blogosphere is abuzz with this news</a>. I know that Darren signed up for the beta test and I would love to hear some real feedback. Is this really another spin?</p>\";s:7:\"pubdate\";s:31:\"Wed, 21 Mar 2007 02:30:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:765:\"<p><a href=\"http://www.marketingpilgrim.com/2007/03/google-adwords-pay-per-action-launches.html\">Google Launches Pay-Per-Action</a> This new beta launch of Pay Per Action Ads from Google and AdSense has really gotten the affiliate marketing industry in a tiff (though I must be over estimating the reaction). In simple terms, you can setup keywords to display ads from, make them look like ordinary AdSense ads and when your user clicks the ads and performs a certain action, you get a cut. I love Andy’s spin on the issue. Of course the <a href=\"http://www.techmeme.com/070320/p61#a070320p61\">blogosphere is abuzz with this news</a>. I know that Darren signed up for the beta test and I would love to hear some real feedback. Is this really another spin?</p>\";}i:41;a:7:{s:5:\"title\";s:31:\"Dev Blog: Google Summer of Code\";s:4:\"guid\";s:63:\"http://wordpress.org/development/2007/03/google-summer-of-code/\";s:4:\"link\";s:63:\"http://wordpress.org/development/2007/03/google-summer-of-code/\";s:11:\"description\";s:1094:\"<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>\";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:7:\"summary\";s:1094:\"<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>\";}i:42;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/20\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/20/wordpress-theme-releases-for-320/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/102983063/\";s:11:\"description\";s:1304:\"<p><a href=\"http://rockinthemes.com/rockinpink-pink-2-column-free-wordpress-theme-released/\">RockinPink</a> is a girly 2 column, widgetized theme with brown and green accents, plus an easily changeable graphical header. Photoshop file included.</p>\n<p><a href=\"http://recetasdeargentina.com.ar/recetas-theme-demo/\">Recetas</a> theme is a simple, rounded, colorful, two columns WordPress theme.</p>\n<p>The <a href=\"http://journal.barleyhut.com/the-skittlish-theme-for-wordpress/\">Skittlish Wordpress Theme</a> is a port of Cristi Balan’s <a href=\"http://mephistoblog.com/\">Mephisto</a> theme. It’s a candy colored theme with seven color options plus options for fluid or fixed widths.</p>\n<p><a href=\"http://themey.com/green-wave-wordpress-theme/\">Green Wave Wordpress Theme</a> is a two column, dark green, widget ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1830/presscut-theme-10/\">PressCut</a> is a fresh, clean, XHTML and CSS validated theme for WordPress by <a href=\"http://www.isulongseophil.com/\">Gio</a> based on <a href=\"http://cutline.tubetorial.com/\">Cutline Theme</a>.</p>\n<p>Schizo has <a href=\"http://thephilip.org/2007/03/18/ten-free-cutline-header-images/\">ten free header images</a> for <a href=\"http://cutline.tubetorial.com/\">Cutline</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 20 Mar 2007 06:05:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1304:\"<p><a href=\"http://rockinthemes.com/rockinpink-pink-2-column-free-wordpress-theme-released/\">RockinPink</a> is a girly 2 column, widgetized theme with brown and green accents, plus an easily changeable graphical header. Photoshop file included.</p>\n<p><a href=\"http://recetasdeargentina.com.ar/recetas-theme-demo/\">Recetas</a> theme is a simple, rounded, colorful, two columns WordPress theme.</p>\n<p>The <a href=\"http://journal.barleyhut.com/the-skittlish-theme-for-wordpress/\">Skittlish Wordpress Theme</a> is a port of Cristi Balan’s <a href=\"http://mephistoblog.com/\">Mephisto</a> theme. It’s a candy colored theme with seven color options plus options for fluid or fixed widths.</p>\n<p><a href=\"http://themey.com/green-wave-wordpress-theme/\">Green Wave Wordpress Theme</a> is a two column, dark green, widget ready theme.</p>\n<p><a href=\"http://themes.wordpress.net/columns/2-columns/1830/presscut-theme-10/\">PressCut</a> is a fresh, clean, XHTML and CSS validated theme for WordPress by <a href=\"http://www.isulongseophil.com/\">Gio</a> based on <a href=\"http://cutline.tubetorial.com/\">Cutline Theme</a>.</p>\n<p>Schizo has <a href=\"http://thephilip.org/2007/03/18/ten-free-cutline-header-images/\">ten free header images</a> for <a href=\"http://cutline.tubetorial.com/\">Cutline</a>.</p>\";}i:43;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/20\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/20/wordpress-plugin-releases-for-320/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/102978615/\";s:11:\"description\";s:1349:\"<p><a href=\"http://www.ear-fung.us/apps/nikeplus/\">Nike+ iPod Stats plugin</a> for Wordpress is a great way to display to the world how you’re doing at your workouts. It uses Nike’s public API (the same one used for the official Nike widgets) to retrieve your personal data and formats it to display correctly on your Wordpress blog.</p>\n<p><a href=\"http://www.lutincapuche.com/wp-version-flash/\">Flog Maker</a> is an entirely self-contained alternative flash blog system that resides within a WordPress plugin, designed for absolutely seamless integration with your WordPress installation.</p>\n<p><a href=\"http://www.matthijskamstra.nl/blog/index.php/flashbox-just-another-box/\">Flashbox</a> is is a simple, unobtrusive script used to overlay images on the current page using a combination of Javascript and Flash 8. </p>\n<p><a href=\"http://www.altrugon.com/spanish/wp_plugins.php\">altrugon dropdown categories</a> gives you a function called <code>altrugon_dropdown_categories()</code> which displays your categories in a drop down list and at the same time use the <code>onchange()</code> event to submit the chosen category. (Site in Spanish)</p>\n<p><a href=\"http://devblog.x-sphere.com/index.php/projects/wordpress/wp-weather\">Weather.com widget</a> - shows forecast information for a city. Displays image related to current conditions.</p>\";s:7:\"pubdate\";s:31:\"Tue, 20 Mar 2007 05:45:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1349:\"<p><a href=\"http://www.ear-fung.us/apps/nikeplus/\">Nike+ iPod Stats plugin</a> for Wordpress is a great way to display to the world how you’re doing at your workouts. It uses Nike’s public API (the same one used for the official Nike widgets) to retrieve your personal data and formats it to display correctly on your Wordpress blog.</p>\n<p><a href=\"http://www.lutincapuche.com/wp-version-flash/\">Flog Maker</a> is an entirely self-contained alternative flash blog system that resides within a WordPress plugin, designed for absolutely seamless integration with your WordPress installation.</p>\n<p><a href=\"http://www.matthijskamstra.nl/blog/index.php/flashbox-just-another-box/\">Flashbox</a> is is a simple, unobtrusive script used to overlay images on the current page using a combination of Javascript and Flash 8. </p>\n<p><a href=\"http://www.altrugon.com/spanish/wp_plugins.php\">altrugon dropdown categories</a> gives you a function called <code>altrugon_dropdown_categories()</code> which displays your categories in a drop down list and at the same time use the <code>onchange()</code> event to submit the chosen category. (Site in Spanish)</p>\n<p><a href=\"http://devblog.x-sphere.com/index.php/projects/wordpress/wp-weather\">Weather.com widget</a> - shows forecast information for a city. Displays image related to current conditions.</p>\";}i:44;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WP SEO Tips: Link Building Part 1\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/19/wp-seo-tips-link-building-part-1/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/102759256/\";s:11:\"description\";s:3247:\"<p>This will be a three part series on link building for your blog.</p>\n<p>The first question we must ask is: <strong>Why do links coming to my site matter?</strong></p>\n<p>The short version of it is that links pointing at your site do matter. For Google, those links mean <a href=\"http://www.google.com/technology/\">PageRank</a>. For Yahoo! and MSN, they mean value and search placement.</p>\n<p>PageRank is an extensive algorithm that calculates how your site (and pages) should be ranked in the search results. The higher PageRank you have, more often than not, the higher your site will be in the results. This is not always entirely true because of how the algorithm actually works, but that is the general idea behind it.</p>\n<p><strong>But again, why do I care about this PageRank?</strong></p>\n<p>You are reading this because you want to learn more about how to optimize your site for search engines. That is exactly the purpose of Part 1 here. Links pointing to your site or blog really do matter. There are tons of firms out there that buy and sell text links as their actual business. I am a huge supporter of <a href=\"http://www.text-link-ads.com\">Text-Link-Ads.com</a> as they have been very supportive and responsive for everything I do with them.</p>\n<p>So if I have a higher PageRank, lets say a PageRank 5 or 6, does that mean I will do better?</p>\n<p>This starts to dig into the questions of … what niche are you in? how much competition do you have? who is searching for your content?</p>\n<p>You could have ten thousand links going to your site and still do very poorly in the search rankings purely because maybe you don’t have any competition or no one really cares about your industry. To be successful in the search engines, you need to put yourself in the mind of a consumer. What I am looking for? What do I want to click on when I’m searching for something?</p>\n<p>Being number one is not always the best, sometimes number two or number is better. Why? Again, put yourself in the shoes of a consumer. Will you always click on the first hit or will you look down the page a little bit to see what else the search engine has to offer?</p>\n<p>Here are some example searches to show you what I mean:</p>\n<p>G: <a href=\"http://www.google.com/search?hl=en&q=search+engine&btnG=Search\">Search Engine</a><br />\nY!: <a href=\"http://search.yahoo.com/search?p=music+lyrics&fr=yfp-t-501&toggle=1&cop=mss&ei=UTF-8\">Music Lyrics</a><br />\nMSN: <a href=\"http://search.msn.com/results.aspx?q=google+inside&FORM=MSNH\">Google Inside</a></p>\n<p>Depending on which search engine you use, you will always get different results, but the visitor will vary on which link they click on. The first, the second, maybe the third, maybe the tenth even. It varies a lot, but that is a little bit on search placement. For my site, I don’t want to <a href=\"http://www.google.com/search?hl=en&q=google+inside&btnG=Google+Search\">rank number one for any given search</a> because I feel I am <a href=\"http://www.ginside.com\">more likely to get traffic</a> if I’m number 4 or 5.</p>\n<p><em>What’s next week?</em> <strong>Outbound Linking - Part 2</strong></p>\";s:7:\"pubdate\";s:31:\"Mon, 19 Mar 2007 09:30:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"Jonathan\";}s:7:\"summary\";s:3247:\"<p>This will be a three part series on link building for your blog.</p>\n<p>The first question we must ask is: <strong>Why do links coming to my site matter?</strong></p>\n<p>The short version of it is that links pointing at your site do matter. For Google, those links mean <a href=\"http://www.google.com/technology/\">PageRank</a>. For Yahoo! and MSN, they mean value and search placement.</p>\n<p>PageRank is an extensive algorithm that calculates how your site (and pages) should be ranked in the search results. The higher PageRank you have, more often than not, the higher your site will be in the results. This is not always entirely true because of how the algorithm actually works, but that is the general idea behind it.</p>\n<p><strong>But again, why do I care about this PageRank?</strong></p>\n<p>You are reading this because you want to learn more about how to optimize your site for search engines. That is exactly the purpose of Part 1 here. Links pointing to your site or blog really do matter. There are tons of firms out there that buy and sell text links as their actual business. I am a huge supporter of <a href=\"http://www.text-link-ads.com\">Text-Link-Ads.com</a> as they have been very supportive and responsive for everything I do with them.</p>\n<p>So if I have a higher PageRank, lets say a PageRank 5 or 6, does that mean I will do better?</p>\n<p>This starts to dig into the questions of … what niche are you in? how much competition do you have? who is searching for your content?</p>\n<p>You could have ten thousand links going to your site and still do very poorly in the search rankings purely because maybe you don’t have any competition or no one really cares about your industry. To be successful in the search engines, you need to put yourself in the mind of a consumer. What I am looking for? What do I want to click on when I’m searching for something?</p>\n<p>Being number one is not always the best, sometimes number two or number is better. Why? Again, put yourself in the shoes of a consumer. Will you always click on the first hit or will you look down the page a little bit to see what else the search engine has to offer?</p>\n<p>Here are some example searches to show you what I mean:</p>\n<p>G: <a href=\"http://www.google.com/search?hl=en&q=search+engine&btnG=Search\">Search Engine</a><br />\nY!: <a href=\"http://search.yahoo.com/search?p=music+lyrics&fr=yfp-t-501&toggle=1&cop=mss&ei=UTF-8\">Music Lyrics</a><br />\nMSN: <a href=\"http://search.msn.com/results.aspx?q=google+inside&FORM=MSNH\">Google Inside</a></p>\n<p>Depending on which search engine you use, you will always get different results, but the visitor will vary on which link they click on. The first, the second, maybe the third, maybe the tenth even. It varies a lot, but that is a little bit on search placement. For my site, I don’t want to <a href=\"http://www.google.com/search?hl=en&q=google+inside&btnG=Google+Search\">rank number one for any given search</a> because I feel I am <a href=\"http://www.ginside.com\">more likely to get traffic</a> if I’m number 4 or 5.</p>\n<p><em>What’s next week?</em> <strong>Outbound Linking - Part 2</strong></p>\";}i:45;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/19\";s:4:\"guid\";s:87:\"http://weblogtoolscollection.com/archives/2007/03/19/wordpress-plugin-releases-for-319/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/102759257/\";s:11:\"description\";s:1536:\"<p><a href=\"http://ericulous.com/2007/03/19/wp-plugin-genki-pre-publish-reminder/\">Pre-Publish Reminder</a> displays a pre-publish reminder tasklist on the Posts Admin Panel.</p>\n<p>The <a href=\"http://anthologyoi.com/wordpress/plugins/wordpress-access-keys.html\">Wordpress Access Keys Plugin</a> allows you to add access keys to your pages and categories navigational menus that are called with wp_list pages and wp_list_categories respectively.</p>\n<p><a href=\"http://dev.wp-plugins.org/wiki/CricketMoods\">Cricket Moods</a> is a flexible “mood tag” WordPress plugin. It allows an author to add one or more “moods” to every post. Each mood can be associated with an image file.</p>\n<p><a href=\"http://www.lbcd78.fr/2007/03/18/plugin-wordpress-generateur-de-liste-de-mots-cles-pour-les-meta-donnees/\">Meta Keywords Generator</a> will scan your blog and find keywords that are used on each page. Then the keywords could be add to meta content keywords.</p>\n<p><a href=\"http://notizblog.org/projects/save-microformats/\">Save Microformats</a> saves posted Microformats using Technorati feeds.</p>\n<p><a href=\"http://www.rodenas.org/blog/2007/03/08/wp-chgfontsize/\">WP-chgFontSize</a> is a WordPress plugin that allows users to change dynamically the font size by adding a text or image selection on your blog.</p>\n<p><a href=\"http://styledsheet.com/archives/2007_03/trackbacklist-plugin-v13\">TrackbackList</a> creates two functions that can be used to display the list of sites that link to your post (or page).</p>\";s:7:\"pubdate\";s:31:\"Mon, 19 Mar 2007 09:30:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1536:\"<p><a href=\"http://ericulous.com/2007/03/19/wp-plugin-genki-pre-publish-reminder/\">Pre-Publish Reminder</a> displays a pre-publish reminder tasklist on the Posts Admin Panel.</p>\n<p>The <a href=\"http://anthologyoi.com/wordpress/plugins/wordpress-access-keys.html\">Wordpress Access Keys Plugin</a> allows you to add access keys to your pages and categories navigational menus that are called with wp_list pages and wp_list_categories respectively.</p>\n<p><a href=\"http://dev.wp-plugins.org/wiki/CricketMoods\">Cricket Moods</a> is a flexible “mood tag” WordPress plugin. It allows an author to add one or more “moods” to every post. Each mood can be associated with an image file.</p>\n<p><a href=\"http://www.lbcd78.fr/2007/03/18/plugin-wordpress-generateur-de-liste-de-mots-cles-pour-les-meta-donnees/\">Meta Keywords Generator</a> will scan your blog and find keywords that are used on each page. Then the keywords could be add to meta content keywords.</p>\n<p><a href=\"http://notizblog.org/projects/save-microformats/\">Save Microformats</a> saves posted Microformats using Technorati feeds.</p>\n<p><a href=\"http://www.rodenas.org/blog/2007/03/08/wp-chgfontsize/\">WP-chgFontSize</a> is a WordPress plugin that allows users to change dynamically the font size by adding a text or image selection on your blog.</p>\n<p><a href=\"http://styledsheet.com/archives/2007_03/trackbacklist-plugin-v13\">TrackbackList</a> creates two functions that can be used to display the list of sites that link to your post (or page).</p>\";}i:46;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/19\";s:4:\"guid\";s:86:\"http://weblogtoolscollection.com/archives/2007/03/19/wordpress-theme-releases-for-319/\";s:4:\"link\";s:71:\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~3/102756373/\";s:11:\"description\";s:1515:\"<p><a href=\"http://www.amsterdamn.org/2007/03/17/wordpress/wordpress-green-theme/\">Wordpress Green</a> is a two column, widget ready green theme.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/17/green-lush-new-wordpress-theme/\">Green Lush</a> is a fresh, neat and clean two column theme for WordPress based on a Blogger Template by <a href=\"http://www.angganegara.com/\">Yamasaki</a>.</p>\n<p>Cory has released <a href=\"http://rockinthemes.com/rockinnewspaper-3-column-free-wordpress-theme-released/\">RockinNewspaper 3 Column</a> and <a href=\"http://rockinthemes.com/rockinnewspaper-red-for-adsense-3-column-free-wordpress-theme-released/\">RockinNewspaper for AdSense</a>.</p>\n<p>jquindlen has released <a href=\"http://jquindlen.com/blog/2007/03/19/wordpress-themes-qnight-theme-released/\">QNight</a> and <a href=\"http://jquindlen.com/blog/2007/03/18/wordpress-themes-deepblue-theme-released/\">DeepBlue</a>.</p>\n<p><a href=\"http://stabani.com/wordpress/minimilistica\">Minimilistica</a> is a three-column, primarily one-column, completely minimalistic theme. Very lightweight and completely customizable through an admin panel. Supports Wordpress Widgets, Gravatars, ZooomrRSS, and FlickrRSS by default.</p>\n<p><a href=\"http://blog.jammedph.com/wordpress-theme-jammed-and-green/\">Jammed and Green</a> is a two column, clean and green theme.</p>\n<p><a href=\"http://www.ygosearch.com/seoblog/?p=7\">YGoajx</a> is a simple 3 column elegant theme loosely based on the principals of web 2.0 and enhanced by Ajax.</p>\";s:7:\"pubdate\";s:31:\"Mon, 19 Mar 2007 09:15:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1515:\"<p><a href=\"http://www.amsterdamn.org/2007/03/17/wordpress/wordpress-green-theme/\">Wordpress Green</a> is a two column, widget ready green theme.</p>\n<p><a href=\"http://www.headsetoptions.org/2007/03/17/green-lush-new-wordpress-theme/\">Green Lush</a> is a fresh, neat and clean two column theme for WordPress based on a Blogger Template by <a href=\"http://www.angganegara.com/\">Yamasaki</a>.</p>\n<p>Cory has released <a href=\"http://rockinthemes.com/rockinnewspaper-3-column-free-wordpress-theme-released/\">RockinNewspaper 3 Column</a> and <a href=\"http://rockinthemes.com/rockinnewspaper-red-for-adsense-3-column-free-wordpress-theme-released/\">RockinNewspaper for AdSense</a>.</p>\n<p>jquindlen has released <a href=\"http://jquindlen.com/blog/2007/03/19/wordpress-themes-qnight-theme-released/\">QNight</a> and <a href=\"http://jquindlen.com/blog/2007/03/18/wordpress-themes-deepblue-theme-released/\">DeepBlue</a>.</p>\n<p><a href=\"http://stabani.com/wordpress/minimilistica\">Minimilistica</a> is a three-column, primarily one-column, completely minimalistic theme. Very lightweight and completely customizable through an admin panel. Supports Wordpress Widgets, Gravatars, ZooomrRSS, and FlickrRSS by default.</p>\n<p><a href=\"http://blog.jammedph.com/wordpress-theme-jammed-and-green/\">Jammed and Green</a> is a two column, clean and green theme.</p>\n<p><a href=\"http://www.ygosearch.com/seoblog/?p=7\">YGoajx</a> is a simple 3 column elegant theme loosely based on the principals of web 2.0 and enhanced by Ajax.</p>\";}i:47;a:7:{s:5:\"title\";s:30:\"Alex King: Twitter Tools 1.0b2\";s:4:\"guid\";s:54:\"http://alexking.org/blog/2007/03/18/twitter-tools-10b2\";s:4:\"link\";s:54:\"http://alexking.org/blog/2007/03/18/twitter-tools-10b2\";s:11:\"description\";s:2435:\"<p>The second beta of Twitter Tools is now available for download. This fixes pretty much all known issues in the first beta and includes digest posting. It’s still beta because there are a couple of Twitter API changes coming (hopefully soon) that will allow a few things to work in a much easier fashion. I’m delaying the full release until the new API is available.</p>\n<p>Two notable items that will be changing when the new API features are released:</p>\n<ol>\n<li>Adding support for downloading tweets even if you aren’t publishing them publicly.</li>\n<li>No more needing your Twitter ID (username and password will be enough).</li>\n</ol>\n<p>Also note, the digest posting is not tested as well as the other features because it was only recently completed. If you run into issues with it, make sure you let me know.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link. I’ve subscribed to the <a href=\"http://wordpress.org/tags/twitter-tools\" rel=\"external\">twitter-tools tag</a> feed, so tagging the feed with ‘twitter-tools’ will make sure I see it.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2796&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2796\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";s:7:\"pubdate\";s:31:\"Mon, 19 Mar 2007 06:37:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2435:\"<p>The second beta of Twitter Tools is now available for download. This fixes pretty much all known issues in the first beta and includes digest posting. It’s still beta because there are a couple of Twitter API changes coming (hopefully soon) that will allow a few things to work in a much easier fashion. I’m delaying the full release until the new API is available.</p>\n<p>Two notable items that will be changing when the new API features are released:</p>\n<ol>\n<li>Adding support for downloading tweets even if you aren’t publishing them publicly.</li>\n<li>No more needing your Twitter ID (username and password will be enough).</li>\n</ol>\n<p>Also note, the digest posting is not tested as well as the other features because it was only recently completed. If you run into issues with it, make sure you let me know.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link. I’ve subscribed to the <a href=\"http://wordpress.org/tags/twitter-tools\" rel=\"external\">twitter-tools tag</a> feed, so tagging the feed with ‘twitter-tools’ will make sure I see it.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2796&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2796\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";}i:48;a:7:{s:5:\"title\";s:23:\"Alex King: WP Grins 1.4\";s:4:\"guid\";s:47:\"http://alexking.org/blog/2007/03/18/wp-grins-14\";s:4:\"link\";s:47:\"http://alexking.org/blog/2007/03/18/wp-grins-14\";s:11:\"description\";s:1571:\"<p>I’ve released a new version of WP Grins, clickable smilies plugin for WordPress. This has a couple of minor bug fixes and is a recommended upgrade for those on 1.3.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2795&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2795\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";s:7:\"pubdate\";s:31:\"Mon, 19 Mar 2007 06:12:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1571:\"<p>I’ve released a new version of WP Grins, clickable smilies plugin for WordPress. This has a couple of minor bug fixes and is a recommended upgrade for those on 1.3.</p>\n<p>The download and more information are available on my <a href=\"http://alexking.org/projects/wordpress\">WordPress Plugins page</a>.</p>\n<p>If you have any trouble with this, please open a thread in the <a href=\"http://wordpress.org/support/\" rel=\"external\">WP Support Forums</a> and send me the link.</p>\n<p class=\"akst_link\"><a href=\"http://alexking.org/?p=2795&akst_action=share-this\" title=\"E-mail this, post to del.icio.us, etc.\" id=\"akst_link_2795\" class=\"akst_share_link\" rel=\"noindex\">Share This</a></p>\n\n <!--\n <rdf:RDF xmlns=\"http://web.resource.org/cc/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <Work rdf:about=\"\">\n <license rdf:resource=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\" />\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/Text\" />\n </Work>\n <License rdf:about=\"http://creativecommons.org/licenses/by-nc-sa/2.5/\"><permits rdf:resource=\"http://web.resource.org/cc/Reproduction\"/><permits rdf:resource=\"http://web.resource.org/cc/Distribution\"/><requires rdf:resource=\"http://web.resource.org/cc/Notice\"/><requires rdf:resource=\"http://web.resource.org/cc/Attribution\"/><prohibits rdf:resource=\"http://web.resource.org/cc/CommercialUse\"/><permits rdf:resource=\"http://web.resource.org/cc/DerivativeWorks\"/><requires rdf:resource=\"http://web.resource.org/cc/ShareAlike\"/></License></rdf:RDF>\n -->\";}i:49;a:7:{s:5:\"title\";s:70:\"WordPress Podcast: Episode 20: WordPress 2.1.1 Contains Some Bad Mojo!\";s:4:\"guid\";s:83:\"http://wp-community.org/2007/03/18/episode-20-wordpress-211-contains-some-bad-mojo/\";s:4:\"link\";s:83:\"http://wp-community.org/2007/03/18/episode-20-wordpress-211-contains-some-bad-mojo/\";s:11:\"description\";s:6:\"<br />\";s:7:\"pubdate\";s:31:\"Mon, 19 Mar 2007 04:00:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Charles\";}s:7:\"summary\";s:6:\"<br />\";}}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:\"\"1b1f1-460fec2d-568c2a\"\r\n\";s:13:\"last_modified\";s:31:\"Sun, 01 Apr 2007 17:30:21 GMT\r\n\";}',20,8,'',1,'no'),(73,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','Y',1,'1175449376',20,8,'',1,'no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_post2cat` -- DROP TABLE IF EXISTS `wp_post2cat`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=latin1; SET character_set_client = @saved_cs_client; -- -- 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=latin1; SET character_set_client = @saved_cs_client; -- -- 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=latin1; SET character_set_client = @saved_cs_client; -- -- 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-04-01 13:39:17','2007-04-01 17:39:17','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!',0,'','publish','open','open','','hello-world','','','2007-04-01 13:39:17','2007-04-01 17:39:17','',0,'',0,'post','',1),(2,1,'2007-04-01 13:39:17','2007-04-01 17:39:17','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-04-01 13:39:17','2007-04-01 17:39:17','',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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=latin1; SET character_set_client = @saved_cs_client; -- -- 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; 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=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'Sandy3962','38a5a7db602090c8bd0e6781c90b7ea8','Sandy3962','Sandy@RichardHubbardLaw.com','','2007-04-01 17:39:17','',0,'Sandy3962'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'wp_002646b_0' -- DELIMITER ;; DELIMITER ; /*!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 2017-05-13 10:56:39