0byt3m1n1
Path:
/
data
/
0
/
0
/
23
/
103
/
23266
/
meta
/
23748
/
mysql.backup
/
[
Home
]
File: 1_00254a6_0.mysqlv109.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv109 Database: 1_00254a6_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_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` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) NOT NULL default '0', `user_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; 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 (6,6,'Teresa','tjame@bright.net','','216.255.47.224','2009-03-18 06:02:39','2009-03-18 10:02:39','I thought you wrote your musings in a blog. Did I miss that? The picture of the swans is so perfect. How lucky to have seen them all at once.',0,'1','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7','',0,0),(4,6,'dbarnes','dbarnes@thewavz.com','','69.88.216.156','2009-03-17 13:56:31','2009-03-17 17:56:31','This is a brand new blog so forgive me if I screw it up now and then. Your comments are always welcome.\r\nThanks,\r\nDennis Barnes',0,'1','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7','',0,1),(5,6,'Callie','oriansc@ohiodominican.edu','','74.126.33.124','2009-03-17 15:57:27','2009-03-17 19:57:27','Pretty nifty set-up Grampa! :)',0,'1','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7','',0,0); /*!40000 ALTER TABLE `wp_comments` 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` varchar(20) NOT NULL default 'Y', `link_owner` int(11) NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_category` (`link_category`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; 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://codex.wordpress.org/','Documentation','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','Development Blog','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(8,'http://dennisbarnesphotography.com','Link back to my website','','',0,'Link back to my website','Y',1,0,'0000-00-00 00:00:00','me','',''); /*!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_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`,`blog_id`,`option_name`), KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=127 DEFAULT CHARSET=utf8; 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','http://www.dennisbarnesphotography.com/blog1','yes'),(2,0,'blogname','blog1','yes'),(3,0,'blogdescription','Just another WordPress weblog','yes'),(4,0,'users_can_register','','yes'),(5,0,'admin_email','dbarnes@thewavz.com','yes'),(6,0,'start_of_week','1','yes'),(7,0,'use_balanceTags','0','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','1','yes'),(10,0,'comments_notify','1','yes'),(11,0,'posts_per_rss','10','yes'),(12,0,'rss_excerpt_length','50','yes'),(13,0,'rss_use_excerpt','0','yes'),(14,0,'mailserver_url','127.0.0.1','yes'),(15,0,'mailserver_login','login@example.com','yes'),(16,0,'mailserver_pass','password','yes'),(17,0,'mailserver_port','110','yes'),(18,0,'default_category','1','yes'),(19,0,'default_comment_status','open','yes'),(20,0,'default_ping_status','open','yes'),(21,0,'default_pingback_flag','0','yes'),(22,0,'default_post_edit_rows','10','yes'),(23,0,'posts_per_page','10','yes'),(24,0,'what_to_show','posts','yes'),(25,0,'date_format','F j, Y','yes'),(26,0,'time_format','g:i a','yes'),(27,0,'links_updated_date_format','F j, Y g:i a','yes'),(28,0,'links_recently_updated_prepend','<em>','yes'),(29,0,'links_recently_updated_append','</em>','yes'),(30,0,'links_recently_updated_time','120','yes'),(31,0,'comment_moderation','0','yes'),(32,0,'moderation_notify','1','yes'),(33,0,'permalink_structure','','yes'),(34,0,'gzipcompression','0','yes'),(35,0,'hack_file','0','yes'),(36,0,'blog_charset','UTF-8','yes'),(37,0,'moderation_keys','','no'),(38,0,'active_plugins','a:0:{}','yes'),(39,0,'home','http://www.dennisbarnesphotography.com/blog1','yes'),(40,0,'category_base','','yes'),(41,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(42,0,'advanced_edit','0','yes'),(43,0,'comment_max_links','2','yes'),(44,0,'gmt_offset','-4','yes'),(45,0,'default_email_category','1','yes'),(46,0,'recently_edited','a:5:{i:0;s:26:\"/themes/default/footer.php\";i:2;s:23:\"/themes/default/404.php\";i:3;s:23:\"/themes/default/rtl.css\";i:4;s:25:\"/themes/default/style.css\";i:5;s:26:\"/themes/default/header.php\";}','no'),(47,0,'use_linksupdate','0','yes'),(48,0,'template','default','yes'),(49,0,'stylesheet','default','yes'),(50,0,'comment_whitelist','1','yes'),(51,0,'page_uris','','yes'),(52,0,'blacklist_keys','','no'),(53,0,'comment_registration','0','yes'),(54,0,'rss_language','en','yes'),(55,0,'html_type','text/html','yes'),(56,0,'use_trackback','0','yes'),(57,0,'default_role','subscriber','yes'),(58,0,'db_version','9872','yes'),(59,0,'uploads_use_yearmonth_folders','1','yes'),(60,0,'upload_path','/data/0/0/23/103/23266/user/23748/htdocs/blog1/wp-content/uploads','yes'),(61,0,'random_seed','1af69712a01e2f4ac1f8327e121becf8','yes'),(62,0,'secret','@X5uAs7n5$W&ASjuS3(c8JwR#U*rg4(WMt7rS#Tjw!T)UfB0bfpZRaL*BmovG@tU','yes'),(63,0,'blog_public','0','yes'),(64,0,'default_link_category','2','yes'),(65,0,'show_on_front','posts','yes'),(66,0,'tag_base','','yes'),(67,0,'show_avatars','1','yes'),(68,0,'avatar_rating','G','yes'),(69,0,'upload_url_path','','yes'),(70,0,'thumbnail_size_w','150','yes'),(71,0,'thumbnail_size_h','150','yes'),(72,0,'thumbnail_crop','1','yes'),(73,0,'medium_size_w','300','yes'),(74,0,'medium_size_h','300','yes'),(75,0,'avatar_default','mystery','yes'),(76,0,'enable_app','0','yes'),(77,0,'enable_xmlrpc','0','yes'),(78,0,'large_size_w','1024','yes'),(79,0,'large_size_h','1024','yes'),(80,0,'image_default_link_type','file','yes'),(81,0,'image_default_size','','yes'),(82,0,'image_default_align','','yes'),(83,0,'close_comments_for_old_posts','0','yes'),(84,0,'close_comments_days_old','14','yes'),(85,0,'thread_comments','0','yes'),(86,0,'thread_comments_depth','5','yes'),(87,0,'page_comments','1','yes'),(88,0,'comments_per_page','50','yes'),(89,0,'default_comments_page','newest','yes'),(90,0,'comment_order','asc','yes'),(91,0,'use_ssl','0','yes'),(92,0,'sticky_posts','a:0:{}','yes'),(93,0,'widget_categories','a:0:{}','yes'),(94,0,'widget_text','a:0:{}','yes'),(95,0,'widget_rss','a:0:{}','yes'),(96,0,'update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":5:{s:8:\"response\";s:7:\"upgrade\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-2.9.2.zip\";s:7:\"current\";s:5:\"2.9.2\";s:6:\"locale\";s:5:\"en_US\";}}s:12:\"last_checked\";i:1270914252;s:15:\"version_checked\";s:3:\"2.7\";}','yes'),(97,0,'dismissed_update_core','a:0:{}','yes'),(98,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:23:\"Administrator|User role\";s:12:\"capabilities\";a:53:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:16:\"Editor|User role\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:16:\"Author|User role\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:21:\"Contributor|User role\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:20:\"Subscriber|User role\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(99,0,'cron','a:2:{i:1256439474;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'),(100,0,'auth_salt','kxbqhC1fsH*C','yes'),(101,0,'doing_cron','1270914282','yes'),(104,0,'sidebars_widgets','a:1:{s:13:\"array_version\";i:3;}','yes'),(102,0,'update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1256416645;s:7:\"checked\";a:2:{s:19:\"akismet/akismet.php\";s:5:\"2.2.3\";s:9:\"hello.php\";s:3:\"1.5\";}s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:11:\"new_version\";s:5:\"2.2.6\";s:3:\"url\";s:44:\"http://wordpress.org/extend/plugins/akismet/\";s:7:\"package\";s:49:\"http://downloads.wordpress.org/plugin/akismet.zip\";}}}','yes'),(103,0,'update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1256416645;}','yes'),(106,0,'logged_in_salt','Op*nmi4f&T5u','yes'),(107,0,'nonce_salt','^vDjKG8Y&rBc','yes'),(108,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:44:\"http://www.dennisbarnesphotography.com/blog1\";s:4:\"link\";s:126:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://www.dennisbarnesphotography.com/blog1/\";s:3:\"url\";s:159:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.dennisbarnesphotography.com/blog1/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:33:\"http://wordpress.org/development/\";s:3:\"url\";s:38:\"http://wordpress.org/development/feed/\";s:5:\"title\";s:26:\"WordPress Development Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:4:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;}}','yes'),(109,0,'current_theme','WordPress Default','yes'),(110,0,'rss_7c049cbb7507b58d6250749b0b55efeb','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:0:{}s:7:\"channel\";a:5:{s:5:\"title\";s:71:\"link:http://www.dennisbarnesphotography.com/blog1/ - Google Blog Search\";s:4:\"link\";s:129:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://www.dennisbarnesphotography.com/blog1/\";s:11:\"description\";s:105:\"Your search - <b>link:http://www.dennisbarnesphotography.com/blog1/</b> - did not match any documents. \";s:10:\"opensearch\";a:3:{s:12:\"totalresults\";s:1:\"0\";s:10:\"startindex\";s:1:\"1\";s:12:\"itemsperpage\";s:2:\"10\";}s:7:\"tagline\";s:105:\"Your search - <b>link:http://www.dennisbarnesphotography.com/blog1/</b> - did not match any documents. \";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(111,0,'rss_7c049cbb7507b58d6250749b0b55efeb_ts','1237825789','no'),(112,0,'rss_a5420c83891a9c88ad2a4f04584a5efc','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"pubdate\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"uberdose\";}s:4:\"guid\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"summary\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";}i:1;a:7:{s:5:\"title\";s:29:\"alexrabe on \"NextGEN Gallery\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"pubdate\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"alexrabe\";}s:4:\"guid\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:102:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.\";s:7:\"summary\";s:102:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.\";}i:2;a:7:{s:5:\"title\";s:25:\"joostdevalk on \"Sociable\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/sociable/#post-2865\";s:7:\"pubdate\";s:31:\"Thu, 31 Jan 2008 11:36:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"joostdevalk\";}s:4:\"guid\";s:41:\"2865@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:100:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.\";s:7:\"summary\";s:100:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.\";}i:3;a:7:{s:5:\"title\";s:30:\"arnee on \"Google XML Sitemaps\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"arnee\";}s:4:\"guid\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:87:\"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.\";s:7:\"summary\";s:87:\"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.\";}i:4;a:7:{s:5:\"title\";s:32:\"takayukister on \"Contact Form 7\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"pubdate\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"takayukister\";}s:4:\"guid\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"summary\";s:54:\"Just another contact form plugin. Simple but flexible.\";}i:5;a:7:{s:5:\"title\";s:47:\"joostdevalk on \"Google Analytics for WordPress\"\";s:4:\"link\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"pubdate\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"joostdevalk\";}s:4:\"guid\";s:41:\"2316@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"The Google Analytics for WordPress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within c\";s:7:\"summary\";s:150:\"The Google Analytics for WordPress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within c\";}i:6;a:7:{s:5:\"title\";s:29:\"andy on \"WordPress.com Stats\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/stats/#post-1355\";s:7:\"pubdate\";s:31:\"Sun, 06 May 2007 02:15:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"andy\";}s:4:\"guid\";s:41:\"1355@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:119:\"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com\'s stat system.\";s:7:\"summary\";s:119:\"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com\'s stat system.\";}i:7;a:7:{s:5:\"title\";s:27:\"donncha on \"WP Super Cache\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572\";s:7:\"pubdate\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"donncha\";}s:4:\"guid\";s:41:\"2572@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"summary\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";}i:8;a:7:{s:5:\"title\";s:41:\"Viper007Bond on \"Viper\'s Video Quicktags\"\";s:4:\"link\";s:68:\"http://wordpress.org/extend/plugins/vipers-video-quicktags/#post-810\";s:7:\"pubdate\";s:31:\"Tue, 03 Apr 2007 00:08:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Viper007Bond\";}s:4:\"guid\";s:40:\"810@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:114:\"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.\";s:7:\"summary\";s:114:\"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.\";}i:9;a:7:{s:5:\"title\";s:38:\"bravenewcode on \"WPtouch iPhone Theme\"\";s:4:\"link\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"pubdate\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"bravenewcode\";}s:4:\"guid\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"WPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when vie\";s:7:\"summary\";s:150:\"WPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when vie\";}i:10;a:7:{s:5:\"title\";s:24:\"WebGeek on \"WP-SpamFree\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/wp-spamfree/#post-2654\";s:7:\"pubdate\";s:31:\"Sat, 15 Dec 2007 12:10:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"WebGeek\";}s:4:\"guid\";s:41:\"2654@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:139:\"Powerful anti-spam plugin that virtually eliminates comment spam. Finally, you can enjoy a spam-free WordPress blog! Includes contact form.\";s:7:\"summary\";s:139:\"Powerful anti-spam plugin that virtually eliminates comment spam. Finally, you can enjoy a spam-free WordPress blog! Includes contact form.\";}i:11;a:7:{s:5:\"title\";s:51:\"micropat on \"Add to Any Share/Save/Bookmark Button\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/add-to-any/#post-498\";s:7:\"pubdate\";s:31:\"Sat, 17 Mar 2007 23:08:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"micropat\";}s:4:\"guid\";s:40:\"498@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:149:\"Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.\";s:7:\"summary\";s:149:\"Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.\";}i:12;a:7:{s:5:\"title\";s:30:\"weefselkweekje on \"WP-Cumulus\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/wp-cumulus/#post-6499\";s:7:\"pubdate\";s:31:\"Thu, 31 Jul 2008 10:00:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"weefselkweekje\";}s:4:\"guid\";s:41:\"6499@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:91:\"WP-Cumulus displays your tags and/or categories in 3D by placing them on a rotating sphere.\";s:7:\"summary\";s:91:\"WP-Cumulus displays your tags and/or categories in 3D by placing them on a rotating sphere.\";}i:13;a:7:{s:5:\"title\";s:38:\"hallsofmontezuma on \"WP Security Scan\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/wp-security-scan/#post-4986\";s:7:\"pubdate\";s:31:\"Sat, 29 Mar 2008 20:05:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"hallsofmontezuma\";}s:4:\"guid\";s:41:\"4986@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:63:\"Scans your WordPress installation for security vulnerabilities.\";s:7:\"summary\";s:63:\"Scans your WordPress installation for security vulnerabilities.\";}i:14;a:7:{s:5:\"title\";s:17:\"matt on \"Akismet\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"matt\";}s:4:\"guid\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"summary\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:12:\"Most Popular\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:12:\"Most Popular\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Mon, 23 Mar 2009 16:29:51 +0000\";s:7:\"tagline\";s:12:\"Most Popular\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(113,0,'rss_a5420c83891a9c88ad2a4f04584a5efc_ts','1237825791','no'),(114,0,'rss_57bc725ad6568758915363af670fd8bc','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:39:\"lol2Fast4U on \"Wordpress Google Search\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/wordpress-google-search/#post-9769\";s:7:\"pubdate\";s:31:\"Sun, 22 Mar 2009 20:03:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"lol2Fast4U\";}s:4:\"guid\";s:41:\"9769@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:56:\"Виджет Google поиска в этом блоге.\";s:7:\"summary\";s:56:\"Виджет Google поиска в этом блоге.\";}i:1;a:7:{s:5:\"title\";s:25:\"ocroquette on \"phpbbauth\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/phpbbauth/#post-9768\";s:7:\"pubdate\";s:31:\"Sun, 22 Mar 2009 17:46:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"ocroquette\";}s:4:\"guid\";s:41:\"9768@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:67:\"Authenticate in Wordpress using passwords from a phpBB installation\";s:7:\"summary\";s:67:\"Authenticate in Wordpress using passwords from a phpBB installation\";}i:2;a:7:{s:5:\"title\";s:33:\"wpuzmani on \"WP Private Messages\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/wp-private-messages/#post-9766\";s:7:\"pubdate\";s:31:\"Sun, 22 Mar 2009 15:13:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"wpuzmani\";}s:4:\"guid\";s:41:\"9766@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:89:\"Allow users to message each other. Like CMS Private messaging system and social websites.\";s:7:\"summary\";s:89:\"Allow users to message each other. Like CMS Private messaging system and social websites.\";}i:3;a:7:{s:5:\"title\";s:34:\"jeffbert on \"WP-Amazon-MP3-Widget\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/wp-amazon-mp3-widget/#post-9763\";s:7:\"pubdate\";s:31:\"Sun, 22 Mar 2009 11:42:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"jeffbert\";}s:4:\"guid\";s:41:\"9763@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:143:\"Add slick looking Amazon MP3 widgets to your blog posts in a brain-dead simple way! \nJust say [mp3] to add an MP3 widget anywhere on your blog.\";s:7:\"summary\";s:143:\"Add slick looking Amazon MP3 widgets to your blog posts in a brain-dead simple way! \nJust say [mp3] to add an MP3 widget anywhere on your blog.\";}i:4;a:7:{s:5:\"title\";s:22:\"nohina on \"CD gallery\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/cd-gellery/#post-9760\";s:7:\"pubdate\";s:31:\"Sun, 22 Mar 2009 03:13:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"nohina\";}s:4:\"guid\";s:41:\"9760@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:92:\"ギャラリーをCDケースの画像に置き換えて表示するプラグインです。\";s:7:\"summary\";s:92:\"ギャラリーをCDケースの画像に置き換えて表示するプラグインです。\";}i:5;a:7:{s:5:\"title\";s:43:\"Valmar on \"Anti Internet Explorer 6 Plugin\"\";s:4:\"link\";s:71:\"http://wordpress.org/extend/plugins/anti-internet-explorer-6/#post-9758\";s:7:\"pubdate\";s:31:\"Sat, 21 Mar 2009 23:11:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Valmar\";}s:4:\"guid\";s:41:\"9758@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:135:\"Makes the web a better place by banishing Internet Explorer 6 users from your blog. Please remember to rate this plugin if you like it.\";s:7:\"summary\";s:135:\"Makes the web a better place by banishing Internet Explorer 6 users from your blog. Please remember to rate this plugin if you like it.\";}i:6;a:7:{s:5:\"title\";s:24:\"EmmanuelG on \"EG-Series\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/eg-series/#post-9757\";s:7:\"pubdate\";s:31:\"Sat, 21 Mar 2009 18:18:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"EmmanuelG\";}s:4:\"guid\";s:41:\"9757@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:144:\"EG-Series helps you to organize your posts in a new way, allowing the creation of groups (series) of posts. Can be useful to promote some posts.\";s:7:\"summary\";s:144:\"EG-Series helps you to organize your posts in a new way, allowing the creation of groups (series) of posts. Can be useful to promote some posts.\";}i:7;a:7:{s:5:\"title\";s:39:\"Debiprasad on \"JavaScript Block Widget\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/javascript-block-widget/#post-9755\";s:7:\"pubdate\";s:31:\"Sat, 21 Mar 2009 15:58:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Debiprasad\";}s:4:\"guid\";s:41:\"9755@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:50:\"Widget plugin to run any JavaScript in the sidebar\";s:7:\"summary\";s:50:\"Widget plugin to run any JavaScript in the sidebar\";}i:8;a:7:{s:5:\"title\";s:27:\"Superlevel on \"WPSuperQuiz\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/wpsuperquiz/#post-9753\";s:7:\"pubdate\";s:31:\"Sat, 21 Mar 2009 14:34:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Superlevel\";}s:4:\"guid\";s:41:\"9753@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:42:\"Use your Wordpress Blog as a quiz machine!\";s:7:\"summary\";s:42:\"Use your Wordpress Blog as a quiz machine!\";}i:9;a:7:{s:5:\"title\";s:32:\"zheng1212 on \"Private WordPress\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/private-wordpress/#post-9752\";s:7:\"pubdate\";s:31:\"Sat, 21 Mar 2009 09:05:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"zheng1212\";}s:4:\"guid\";s:41:\"9752@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:114:\"Redirects all guest to the login page, so only registered could view your blog. For private blogs or family blogs.\";s:7:\"summary\";s:114:\"Redirects all guest to the login page, so only registered could view your blog. For private blogs or family blogs.\";}i:10;a:7:{s:5:\"title\";s:23:\"smartypit on \"SubPages\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/display-subpages/#post-9751\";s:7:\"pubdate\";s:31:\"Sat, 21 Mar 2009 04:39:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"smartypit\";}s:4:\"guid\";s:41:\"9751@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:53:\"A widget to display the subpages of the current page.\";s:7:\"summary\";s:53:\"A widget to display the subpages of the current page.\";}i:11;a:7:{s:5:\"title\";s:35:\"freakingwildchild on \"Visual Sound\"\";s:4:\"link\";s:59:\"http://wordpress.org/extend/plugins/visual-sound/#post-9749\";s:7:\"pubdate\";s:31:\"Fri, 20 Mar 2009 23:14:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"freakingwildchild\";}s:4:\"guid\";s:41:\"9749@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:111:\"Gets SoundCloud, ArtistPlugme and Visualdreams imported in your blog in no-time\nby using a simple command line!\";s:7:\"summary\";s:111:\"Gets SoundCloud, ArtistPlugme and Visualdreams imported in your blog in no-time\nby using a simple command line!\";}i:12;a:7:{s:5:\"title\";s:28:\"Creap on \"Dynamic Tag Links\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/dynamic-tag-links/#post-9748\";s:7:\"pubdate\";s:31:\"Fri, 20 Mar 2009 18:17:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"Creap\";}s:4:\"guid\";s:41:\"9748@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:92:\"Adds a shortcode for internal links to tags, but checks if the tag exists before linking it.\";s:7:\"summary\";s:92:\"Adds a shortcode for internal links to tags, but checks if the tag exists before linking it.\";}i:13;a:7:{s:5:\"title\";s:21:\"jpache on \"webslicer\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/webslicer/#post-9744\";s:7:\"pubdate\";s:31:\"Fri, 20 Mar 2009 14:05:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"jpache\";}s:4:\"guid\";s:41:\"9744@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:83:\"This wordpress plugin Allow you to add a rss feed item based webslice to your blog.\";s:7:\"summary\";s:83:\"This wordpress plugin Allow you to add a rss feed item based webslice to your blog.\";}i:14;a:7:{s:5:\"title\";s:46:\"anantgarg on \"Internet Explorer 8 Accelerator\"\";s:4:\"link\";s:88:\"http://wordpress.org/extend/plugins/wordpress-internet-explorer-8-accelerator/#post-9743\";s:7:\"pubdate\";s:31:\"Fri, 20 Mar 2009 13:10:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"anantgarg\";}s:4:\"guid\";s:41:\"9743@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:130:\"The Internet Explorer 8 Accelerator plugin enables you to post an entry with selected text of any web-page to your WordPress blog.\";s:7:\"summary\";s:130:\"The Internet Explorer 8 Accelerator plugin enables you to post an entry with selected text of any web-page to your WordPress blog.\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:6:\"Newest\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:6:\"Newest\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Mon, 23 Mar 2009 16:29:51 +0000\";s:7:\"tagline\";s:6:\"Newest\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(115,0,'rss_57bc725ad6568758915363af670fd8bc_ts','1237825791','no'),(116,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:12:{s:5:\"title\";s:46:\"Contributing to WordPress, Part I: Development\";s:4:\"link\";s:86:\"http://wordpress.org/development/2009/03/contributing-to-wordpress-part-i-development/\";s:8:\"comments\";s:95:\"http://wordpress.org/development/2009/03/contributing-to-wordpress-part-i-development/#comments\";s:7:\"pubdate\";s:31:\"Thu, 12 Mar 2009 18:06:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=567\";s:11:\"description\";s:317:\"A week or two ago at WordCamp Denver, I gave a presentation about some plans to create more opportunities for people to contribute to the WordPress open source project. The icon design contest was such a success that it seems clear we need to come up with ways for non-developers to contribute their talents and [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:6523:\"<p>A week or two ago at <a href=\"http://denver.wordcamp.org/\">WordCamp Denver</a>, I gave a presentation about some plans to create more opportunities for people to contribute to the WordPress open source project. The icon design contest was such a success that it seems clear we need to come up with ways for non-developers to contribute their talents and skills to WordPress. Since the launch of 2.7, we’ve been working out what kinds of contribution opportunities would make sense, and we’ve come up with a handful. </p>\n<p>This (long) weekend, many WordPress users and developers (including half the core team) will be in Austin, TX for <a href=\"http://sxsw.com/interactive\">South by Southwest</a>. <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"http://boren.nu/\">Ryan Boren</a>, <a href=\"http://markjaquith.com/\">Mark Jaquith</a> and <a href=\"http://jane.wordpress.com\">I</a> will all be there, so say hello if you’re there, too. In the spirit of all this WordPress community connecting, I’ll be posting here every day during SxSW with information about the new contribution opportunities we’re creating. Each post will cover one or more of the following:</p>\n<ul>\n<li>Development (of course)</li>\n<li>QA</li>\n<li>Documentation</li>\n<li>Ideas and Opinions</li>\n<li>User Experience</li>\n<li>Graphic Design</li>\n<li>Accessibility</li>\n<li>Usability Testing</li>\n<li>WordPress.tv</li>\n<li>Community Organizing</li>\n</ul>\n<p>Since the first thing people think of when they think of contributing to WordPress is PHP development, we’ll start there. </p>\n<p>The code (<em>which is poetry</em>) is the meat of the application, so it makes sense that the most opportunities to contribute will continue to fall in this area. <a href=\"http://core.trac.wordpress.org/\">Trac</a> is always filled with tickets that need patches, patches that need testing, and issues that need some creative developer thinking/collaboration to find the right solution to a problem that has us going in circles. </p>\n<p>If you are proficient in PHP, consider looking through the tickets (especially the ones marked “bug,” since they should get higher priority) and writing a patch for one of them. If you’ve got more advanced skills, consider writing a patch for one of the more complex tickets, or offering corrections to a patch submitted by someone else (if needed). If you don’t trust your coding skills but know your way around the application files, look for tickets tagged has-patch and test the patches in as many browsers as you can, posting your results afterward in the ticket thread. </p>\n<p>If you find a bug in the course of your daily use of WordPress, report it. First, check Trac to see if the issue already has a ticket. You could also scan the archives of the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers list</a> to see if people have been talking about the bug, or email the list yourself to see if anyone has any information on the problem. If these actions don’t bear fruit, start a new ticket in Trac (you’ll need to create a login to do this). Be as detailed as you can about the issue, and don’t forget to make the proper selections from the metadata dropdown menus. Just in case anyone is unsure of how to make these selections…</p>\n<p>Use the severity field with caution. Most bugs will be of normal severity. Marking a bug as high severity will not necessarily speed up development, and if it turns out that you’ve marked a bug’s severity incorrectly it may even slow down development. </p>\n<p>Priority will usually be normal. Leave it to the more senior developers to change the status to a higher priority, as they are familiar with all the tickets and Trac and will be better able to assess the priority in relation to other tickets. </p>\n<p>Ticket type. This is one of most misused fields, with many people marking tickets as defects that should not be. To address this, here’s a reminder of the ticket types and their intended uses. Your choices are: defect (bug), enhancement, feature request, and task (blessed). </p>\n<ul>\n<li>Defect (bug). Something is broken. You know how the feature is supposed to work (if you’re unsure, check the Codex or ask in the dev channel), but something has gone awry that needs to be fixed.</li>\n<li>Enhancement. Something is awkward or slow and could be designed or coded better without overhauling the function or screen design. Please don’t mark something as a defect (bug) if it is really an enhancement. </li>\n<li>Feature request. If there’s something that could be improved that would require significant restructuring of code or screen design, it should be marked as feature request rather than enhancement. Please note: this is not really the place to request features that are not currently in WordPress. Please continue to use the Ideas forum to suggest new features. The core developers will add new feature requests to Trac as they review the Ideas forum with each release cycle. </li>\n<li>Task (blessed). This type indicates approval from the core development team. Only core developers should use this selection. If you mark something as Task (blessed) yourself, you will have bad karma.</li>\n</ul>\n<p>Bug Hunts*! If you have checked the <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\">Codex page for bug hunts</a> lately, you’ll notice it’s been awhile since there was one. No more! Official bug hunts, sprints for finding and fixing bugs, will be brought back on a regular basis. The first one will be announced soon, possibly next week, to try and tackle the bug tickets related to widgets. (No need to wait, though, there are <a href=\"http://core.trac.wordpress.org/query?status=assigned&status=new&status=reopened&group=status&milestone=2.8\">hundreds of open tickets in the 2.8 milestone</a> just waiting for a kind developer to pay them some attention.)</p>\n<p>As always, contributing developers can communicate with each other and with the core team in the #wordpress-dev IRC channel at irc.freenode.net, on the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-hackers\">wp-hackers list</a>, and in the ticket threads on Trac. Regular developer chats in IRC will be returning to Wednesdays at noon (Pacific time) starting next week. </p>\n<p><em>[* - I used to love the bug hunt challenge in Space Cadet 3D Pinball back in the days of Windows 95]</em></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:91:\"http://wordpress.org/development/2009/03/contributing-to-wordpress-part-i-development/feed/\";}s:7:\"summary\";s:317:\"A week or two ago at WordCamp Denver, I gave a presentation about some plans to create more opportunities for people to contribute to the WordPress open source project. The icon design contest was such a success that it seems clear we need to come up with ways for non-developers to contribute their talents and [...]\";s:12:\"atom_content\";s:6523:\"<p>A week or two ago at <a href=\"http://denver.wordcamp.org/\">WordCamp Denver</a>, I gave a presentation about some plans to create more opportunities for people to contribute to the WordPress open source project. The icon design contest was such a success that it seems clear we need to come up with ways for non-developers to contribute their talents and skills to WordPress. Since the launch of 2.7, we’ve been working out what kinds of contribution opportunities would make sense, and we’ve come up with a handful. </p>\n<p>This (long) weekend, many WordPress users and developers (including half the core team) will be in Austin, TX for <a href=\"http://sxsw.com/interactive\">South by Southwest</a>. <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"http://boren.nu/\">Ryan Boren</a>, <a href=\"http://markjaquith.com/\">Mark Jaquith</a> and <a href=\"http://jane.wordpress.com\">I</a> will all be there, so say hello if you’re there, too. In the spirit of all this WordPress community connecting, I’ll be posting here every day during SxSW with information about the new contribution opportunities we’re creating. Each post will cover one or more of the following:</p>\n<ul>\n<li>Development (of course)</li>\n<li>QA</li>\n<li>Documentation</li>\n<li>Ideas and Opinions</li>\n<li>User Experience</li>\n<li>Graphic Design</li>\n<li>Accessibility</li>\n<li>Usability Testing</li>\n<li>WordPress.tv</li>\n<li>Community Organizing</li>\n</ul>\n<p>Since the first thing people think of when they think of contributing to WordPress is PHP development, we’ll start there. </p>\n<p>The code (<em>which is poetry</em>) is the meat of the application, so it makes sense that the most opportunities to contribute will continue to fall in this area. <a href=\"http://core.trac.wordpress.org/\">Trac</a> is always filled with tickets that need patches, patches that need testing, and issues that need some creative developer thinking/collaboration to find the right solution to a problem that has us going in circles. </p>\n<p>If you are proficient in PHP, consider looking through the tickets (especially the ones marked “bug,” since they should get higher priority) and writing a patch for one of them. If you’ve got more advanced skills, consider writing a patch for one of the more complex tickets, or offering corrections to a patch submitted by someone else (if needed). If you don’t trust your coding skills but know your way around the application files, look for tickets tagged has-patch and test the patches in as many browsers as you can, posting your results afterward in the ticket thread. </p>\n<p>If you find a bug in the course of your daily use of WordPress, report it. First, check Trac to see if the issue already has a ticket. You could also scan the archives of the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers list</a> to see if people have been talking about the bug, or email the list yourself to see if anyone has any information on the problem. If these actions don’t bear fruit, start a new ticket in Trac (you’ll need to create a login to do this). Be as detailed as you can about the issue, and don’t forget to make the proper selections from the metadata dropdown menus. Just in case anyone is unsure of how to make these selections…</p>\n<p>Use the severity field with caution. Most bugs will be of normal severity. Marking a bug as high severity will not necessarily speed up development, and if it turns out that you’ve marked a bug’s severity incorrectly it may even slow down development. </p>\n<p>Priority will usually be normal. Leave it to the more senior developers to change the status to a higher priority, as they are familiar with all the tickets and Trac and will be better able to assess the priority in relation to other tickets. </p>\n<p>Ticket type. This is one of most misused fields, with many people marking tickets as defects that should not be. To address this, here’s a reminder of the ticket types and their intended uses. Your choices are: defect (bug), enhancement, feature request, and task (blessed). </p>\n<ul>\n<li>Defect (bug). Something is broken. You know how the feature is supposed to work (if you’re unsure, check the Codex or ask in the dev channel), but something has gone awry that needs to be fixed.</li>\n<li>Enhancement. Something is awkward or slow and could be designed or coded better without overhauling the function or screen design. Please don’t mark something as a defect (bug) if it is really an enhancement. </li>\n<li>Feature request. If there’s something that could be improved that would require significant restructuring of code or screen design, it should be marked as feature request rather than enhancement. Please note: this is not really the place to request features that are not currently in WordPress. Please continue to use the Ideas forum to suggest new features. The core developers will add new feature requests to Trac as they review the Ideas forum with each release cycle. </li>\n<li>Task (blessed). This type indicates approval from the core development team. Only core developers should use this selection. If you mark something as Task (blessed) yourself, you will have bad karma.</li>\n</ul>\n<p>Bug Hunts*! If you have checked the <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\">Codex page for bug hunts</a> lately, you’ll notice it’s been awhile since there was one. No more! Official bug hunts, sprints for finding and fixing bugs, will be brought back on a regular basis. The first one will be announced soon, possibly next week, to try and tackle the bug tickets related to widgets. (No need to wait, though, there are <a href=\"http://core.trac.wordpress.org/query?status=assigned&status=new&status=reopened&group=status&milestone=2.8\">hundreds of open tickets in the 2.8 milestone</a> just waiting for a kind developer to pay them some attention.)</p>\n<p>As always, contributing developers can communicate with each other and with the core team in the #wordpress-dev IRC channel at irc.freenode.net, on the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-hackers\">wp-hackers list</a>, and in the ticket threads on Trac. Regular developer chats in IRC will be returning to Wednesdays at noon (Pacific time) starting next week. </p>\n<p><em>[* - I used to love the bug hunt challenge in Space Cadet 3D Pinball back in the days of Windows 95]</em></p>\n\";}i:1;a:12:{s:5:\"title\";s:24:\"Change the Web Challenge\";s:4:\"link\";s:66:\"http://wordpress.org/development/2009/02/change-the-web-challenge/\";s:8:\"comments\";s:75:\"http://wordpress.org/development/2009/02/change-the-web-challenge/#comments\";s:7:\"pubdate\";s:31:\"Thu, 26 Feb 2009 23:35:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"lloyd\";}s:8:\"category\";s:46:\"WidgetsChange the Web ChallengeContestsplugins\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=563\";s:11:\"description\";s:326:\"We’re excited to be part of the Change the Web Challenge.\nBasically, the contest is to create a plugin, widget, mash up, hack, or other variety of web application that helps people find and share opportunities to take action. The grand prize is 50 benjis, and the best WordPress plugin will also be featured in the [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1585:\"<p><a href=\"http://www.socialactions.com/changetheweb\"><img class=\"alignleft\" align=\"left\" title=\"Change the Web Challenge Logo\" src=\"http://wpdotorg.wordpress.com/files/2009/02/change-the-web-challenge-logo-sm.gif\" alt=\"\" width=\"174\" height=\"240\" /></a>We’re excited to be part of the <a href=\"http://www.socialactions.com/changetheweb\">Change the Web Challenge</a>.</p>\n<p>Basically, the contest is to create a plugin, widget, mash up, hack, or other variety of web application that helps people find and share opportunities to take action. The grand prize is 50 benjis, and the best WordPress plugin will also be featured in the <a href=\"http://wordpress.org/extend/plugins/\">Plugin Directory</a>. But the real prize is spreading a little more love in the world.</p>\n<p><a href=\"http://www.socialactions.com/changetheweb\">Click here</a> for all the details.</p>\n<p>“<a href=\"http://codex.wordpress.org/Writing_a_Plugin\">Writing a Plugin</a>” in the WordPress Codex is where I got started when I needed to get hooked in to WordPress. Others might like to grab one of the over 4,000 <a href=\"http://wordpress.org/extend/plugins/\">open source WordPress plugins</a> and tweak the source. If in need of a little help, the <a href=\"http://wordpress.org/support/forum/10\">Plugins and Hacks</a> forum is full of friends to assist you wrap your head around the code or debug a problem. Social Actions also has provided some <a href=\"http://www.socialactions.com/developers\">developer resources</a>.</p>\n<p>Let’s show them how we change the web the WordPress way!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:71:\"http://wordpress.org/development/2009/02/change-the-web-challenge/feed/\";}s:7:\"summary\";s:326:\"We’re excited to be part of the Change the Web Challenge.\nBasically, the contest is to create a plugin, widget, mash up, hack, or other variety of web application that helps people find and share opportunities to take action. The grand prize is 50 benjis, and the best WordPress plugin will also be featured in the [...]\";s:12:\"atom_content\";s:1585:\"<p><a href=\"http://www.socialactions.com/changetheweb\"><img class=\"alignleft\" align=\"left\" title=\"Change the Web Challenge Logo\" src=\"http://wpdotorg.wordpress.com/files/2009/02/change-the-web-challenge-logo-sm.gif\" alt=\"\" width=\"174\" height=\"240\" /></a>We’re excited to be part of the <a href=\"http://www.socialactions.com/changetheweb\">Change the Web Challenge</a>.</p>\n<p>Basically, the contest is to create a plugin, widget, mash up, hack, or other variety of web application that helps people find and share opportunities to take action. The grand prize is 50 benjis, and the best WordPress plugin will also be featured in the <a href=\"http://wordpress.org/extend/plugins/\">Plugin Directory</a>. But the real prize is spreading a little more love in the world.</p>\n<p><a href=\"http://www.socialactions.com/changetheweb\">Click here</a> for all the details.</p>\n<p>“<a href=\"http://codex.wordpress.org/Writing_a_Plugin\">Writing a Plugin</a>” in the WordPress Codex is where I got started when I needed to get hooked in to WordPress. Others might like to grab one of the over 4,000 <a href=\"http://wordpress.org/extend/plugins/\">open source WordPress plugins</a> and tweak the source. If in need of a little help, the <a href=\"http://wordpress.org/support/forum/10\">Plugins and Hacks</a> forum is full of friends to assist you wrap your head around the code or debug a problem. Social Actions also has provided some <a href=\"http://www.socialactions.com/developers\">developer resources</a>.</p>\n<p>Let’s show them how we change the web the WordPress way!</p>\n\";}i:2;a:12:{s:5:\"title\";s:41:\"New and Improved Plugins Directory Search\";s:4:\"link\";s:83:\"http://wordpress.org/development/2009/02/new-and-improved-plugins-directory-search/\";s:8:\"comments\";s:92:\"http://wordpress.org/development/2009/02/new-and-improved-plugins-directory-search/#comments\";s:7:\"pubdate\";s:31:\"Thu, 19 Feb 2009 01:29:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:8:\"category\";s:20:\"Generalpluginssearch\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=544\";s:11:\"description\";s:399:\"One of the biggest problems and most frequent complaints we’ve had with the WordPress.org Plugins Directory is the horrible, horrible search results.\nNo longer. We’re now using Sphinx (a “free open-source SQL full-text search engine”) to power search on the Plugins Directory both from the website and from within your blog’s admin (Plugins → Add New).\nIt [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1055:\"<p>One of the biggest problems and most frequent complaints we’ve had with the <a href=\"http://wordpress.org/extend/plugins/\">WordPress.org Plugins Directory</a> is the horrible, horrible search results.</p>\n<p>No longer. We’re now using <a href=\"http://www.sphinxsearch.com/\">Sphinx</a> (a “free open-source SQL full-text search engine”) to power search on the Plugins Directory both from the website and from within your blog’s admin (Plugins → Add New).</p>\n<p>It works much better. There are a few oddities floating around (our fault not sphinx’s) that we’ll be cleaning up shortly, but we’re happy enough with it on the whole to start letting everyone else use it <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>Currently, the search only indexes the plugin’s title and description/installation/FAQ/etc. (from the plugin’s readme.txt file), but we’ll be adding things like authors and tags soon.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:88:\"http://wordpress.org/development/2009/02/new-and-improved-plugins-directory-search/feed/\";}s:7:\"summary\";s:399:\"One of the biggest problems and most frequent complaints we’ve had with the WordPress.org Plugins Directory is the horrible, horrible search results.\nNo longer. We’re now using Sphinx (a “free open-source SQL full-text search engine”) to power search on the Plugins Directory both from the website and from within your blog’s admin (Plugins → Add New).\nIt [...]\";s:12:\"atom_content\";s:1055:\"<p>One of the biggest problems and most frequent complaints we’ve had with the <a href=\"http://wordpress.org/extend/plugins/\">WordPress.org Plugins Directory</a> is the horrible, horrible search results.</p>\n<p>No longer. We’re now using <a href=\"http://www.sphinxsearch.com/\">Sphinx</a> (a “free open-source SQL full-text search engine”) to power search on the Plugins Directory both from the website and from within your blog’s admin (Plugins → Add New).</p>\n<p>It works much better. There are a few oddities floating around (our fault not sphinx’s) that we’ll be cleaning up shortly, but we’re happy enough with it on the whole to start letting everyone else use it <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p>Currently, the search only indexes the plugin’s title and description/installation/FAQ/etc. (from the plugin’s readme.txt file), but we’ll be adding things like authors and tags soon.</p>\n\";}i:3;a:12:{s:5:\"title\";s:15:\"WordPress 2.7.1\";s:4:\"link\";s:55:\"http://wordpress.org/development/2009/02/wordpress-271/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2009/02/wordpress-271/#comments\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 21:26:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Ryan Boren\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=536\";s:11:\"description\";s:341:\"2.7.1, the first 2.7 maintenance release, is now available. 2.7.1 fixes 68 tickets. You can automatically upgrade from 2.7 to 2.7.1 via the Tools → Upgrade menu, or you can download the package and upgrade manually.\nYou may have noticed that we went much longer than usual to release this .1 update. We’re very proud of [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1319:\"<p>2.7.1, the first 2.7 maintenance release, is now available. 2.7.1 fixes <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.7.1&resolution=fixed&order=priority\">68 tickets</a>. You can automatically upgrade from 2.7 to 2.7.1 via the Tools → Upgrade menu, or you can <a href=\"http://wordpress.org/download/\">download the package</a> and upgrade manually.</p>\n<p>You may have noticed that we went much longer than usual to release this .1 update. We’re very proud of this fact because it’s a testament to the testing all of you contributed prior to the release of 2.7 which helped make it the most bug-free release we’ve had.</p>\n<p>Consult the <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.7.1&resolution=fixed&order=priority\">list of fixed tickets</a> and the <a href=\"http://core.trac.wordpress.org/changeset?old_path=tags/2.7&old=10539&new_path=tags/2.7.1&new=10539\">full set of changes between 2.7 and 2.7.1</a> for details.</p>\n<p>Finally partly due to the stability of the 2.7 we’ve decided to push back 2.8 a few more weeks so we can bring in a few more speed optimizations, taxonomy enhancements, and new theme features. We also need to figure out which jazz musician to name the release after.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2009/02/wordpress-271/feed/\";}s:7:\"summary\";s:341:\"2.7.1, the first 2.7 maintenance release, is now available. 2.7.1 fixes 68 tickets. You can automatically upgrade from 2.7 to 2.7.1 via the Tools → Upgrade menu, or you can download the package and upgrade manually.\nYou may have noticed that we went much longer than usual to release this .1 update. We’re very proud of [...]\";s:12:\"atom_content\";s:1319:\"<p>2.7.1, the first 2.7 maintenance release, is now available. 2.7.1 fixes <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.7.1&resolution=fixed&order=priority\">68 tickets</a>. You can automatically upgrade from 2.7 to 2.7.1 via the Tools → Upgrade menu, or you can <a href=\"http://wordpress.org/download/\">download the package</a> and upgrade manually.</p>\n<p>You may have noticed that we went much longer than usual to release this .1 update. We’re very proud of this fact because it’s a testament to the testing all of you contributed prior to the release of 2.7 which helped make it the most bug-free release we’ve had.</p>\n<p>Consult the <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.7.1&resolution=fixed&order=priority\">list of fixed tickets</a> and the <a href=\"http://core.trac.wordpress.org/changeset?old_path=tags/2.7&old=10539&new_path=tags/2.7.1&new=10539\">full set of changes between 2.7 and 2.7.1</a> for details.</p>\n<p>Finally partly due to the stability of the 2.7 we’ve decided to push back 2.8 a few more weeks so we can bring in a few more speed optimizations, taxonomy enhancements, and new theme features. We also need to figure out which jazz musician to name the release after.</p>\n\";}i:4;a:12:{s:5:\"title\";s:28:\"Thank a Plugin Developer Day\";s:4:\"link\";s:70:\"http://wordpress.org/development/2009/01/thank-a-plugin-developer-day/\";s:8:\"comments\";s:79:\"http://wordpress.org/development/2009/01/thank-a-plugin-developer-day/#comments\";s:7:\"pubdate\";s:31:\"Wed, 28 Jan 2009 21:55:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:27:\"Developmentmilestoneplugins\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=534\";s:11:\"description\";s:343:\"WordPress by itself is very simple — what makes it compelling for most of its users is the wide array of plugins (and themes) available for WP. The average WordPress blog has about 5 plugins installed! Today we just passed 4,000 plugins available in our plugin directory. (Which is also embedded into everyone’s WordPress 2.7 [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1037:\"<p>WordPress by itself is very simple — what makes it compelling for most of its users is the wide array of plugins (and themes) available for WP. The average WordPress blog has about 5 plugins installed! Today we just passed <a href=\"http://wordpress.org/extend/plugins/\">4,000 plugins available in our plugin directory</a>. (Which is also embedded into everyone’s WordPress 2.7 or above.)</p>\n<p>I declare January 28th our official “Thank a Plugin Developer” day. To celebrate take a look at the plugins you use and love, visit the author’s site, find their contact form, and drop them a note thanking them. (Or Paypal!) Look for the links in the plugin directory to “author homepage” and also to donate directly if they’ve specified a Paypal address.</p>\n<p>Thank you to everyone who has ever written a plugin for WordPress, and here’s to the next four thousand. <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:75:\"http://wordpress.org/development/2009/01/thank-a-plugin-developer-day/feed/\";}s:7:\"summary\";s:343:\"WordPress by itself is very simple — what makes it compelling for most of its users is the wide array of plugins (and themes) available for WP. The average WordPress blog has about 5 plugins installed! Today we just passed 4,000 plugins available in our plugin directory. (Which is also embedded into everyone’s WordPress 2.7 [...]\";s:12:\"atom_content\";s:1037:\"<p>WordPress by itself is very simple — what makes it compelling for most of its users is the wide array of plugins (and themes) available for WP. The average WordPress blog has about 5 plugins installed! Today we just passed <a href=\"http://wordpress.org/extend/plugins/\">4,000 plugins available in our plugin directory</a>. (Which is also embedded into everyone’s WordPress 2.7 or above.)</p>\n<p>I declare January 28th our official “Thank a Plugin Developer” day. To celebrate take a look at the plugins you use and love, visit the author’s site, find their contact form, and drop them a note thanking them. (Or Paypal!) Look for the links in the plugin directory to “author homepage” and also to donate directly if they’ve specified a Paypal address.</p>\n<p>Thank you to everyone who has ever written a plugin for WordPress, and here’s to the next four thousand. <img src=\'http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n\";}i:5;a:12:{s:5:\"title\";s:12:\"WordPress.tv\";s:4:\"link\";s:53:\"http://wordpress.org/development/2009/01/wordpresstv/\";s:8:\"comments\";s:62:\"http://wordpress.org/development/2009/01/wordpresstv/#comments\";s:7:\"pubdate\";s:31:\"Sat, 17 Jan 2009 07:01:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:23:\"WordCamptutorialsvideos\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=513\";s:11:\"description\";s:366:\"Today we’ve switched on WordPress.tv, your visual resource for all things WordPress. \n\nOn WordPress.tv, you’ll find tutorials for both WordPress self-installs and WordPress.com to help you get blogging fast and hassle-free. We’ve kicked things off with the basics — now you can shape what comes next. Just drop us a line and let us know [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1655:\"<p>Today we’ve switched on <a href=\"http://wordpress.tv\">WordPress.tv</a>, your visual resource for all things WordPress. </p>\n<p><embed src=\"http://v.wordpress.com/DEesBAlR\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></p>\n<p>On WordPress.tv, you’ll find <a href=\"http://wordpress.tv/category/how-to/\">tutorials</a> for both <a href=\"http://www.wordpress.org\">WordPress</a> self-installs and <a href=\"http://www.wordpress.com\">WordPress.com</a> to help you get blogging fast and hassle-free. We’ve kicked things off with the basics — now you can shape what comes next. Just <a href=\"http://wordpress.tv/contact/\">drop us a line</a> and let us know what you’d like to see added. </p>\n<p>WordPress.tv is also now <em>the</em> place to find all that awesome <a href=\"http://central.wordcamp.org/\">WordCamp</a> footage that was floating around the web without a home. See the presentations you missed and get a peek at behind-the-scenes action. We call it <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCampTV</a>. </p>\n<p>You’ll also find slideshows of presentations made by WordPress gurus, plus interviews I’ve done with the media and fellow bloggers. </p>\n<p>I hope you’ll consider WordPress.tv not just a <a href=\"http://www.wordpress.org/support\">support</a> resource, but also a place to hang out and keep up with all the geeky goodness going on in the WordPress community. Tune in regularly for fresh content and updates to the <a href=\"http://blog.wordpress.tv/\">WordPress.tv blog</a>. Lots more is on the way. </p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:58:\"http://wordpress.org/development/2009/01/wordpresstv/feed/\";}s:7:\"summary\";s:366:\"Today we’ve switched on WordPress.tv, your visual resource for all things WordPress. \n\nOn WordPress.tv, you’ll find tutorials for both WordPress self-installs and WordPress.com to help you get blogging fast and hassle-free. We’ve kicked things off with the basics — now you can shape what comes next. Just drop us a line and let us know [...]\";s:12:\"atom_content\";s:1655:\"<p>Today we’ve switched on <a href=\"http://wordpress.tv\">WordPress.tv</a>, your visual resource for all things WordPress. </p>\n<p><embed src=\"http://v.wordpress.com/DEesBAlR\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></p>\n<p>On WordPress.tv, you’ll find <a href=\"http://wordpress.tv/category/how-to/\">tutorials</a> for both <a href=\"http://www.wordpress.org\">WordPress</a> self-installs and <a href=\"http://www.wordpress.com\">WordPress.com</a> to help you get blogging fast and hassle-free. We’ve kicked things off with the basics — now you can shape what comes next. Just <a href=\"http://wordpress.tv/contact/\">drop us a line</a> and let us know what you’d like to see added. </p>\n<p>WordPress.tv is also now <em>the</em> place to find all that awesome <a href=\"http://central.wordcamp.org/\">WordCamp</a> footage that was floating around the web without a home. See the presentations you missed and get a peek at behind-the-scenes action. We call it <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCampTV</a>. </p>\n<p>You’ll also find slideshows of presentations made by WordPress gurus, plus interviews I’ve done with the media and fellow bloggers. </p>\n<p>I hope you’ll consider WordPress.tv not just a <a href=\"http://www.wordpress.org/support\">support</a> resource, but also a place to hang out and keep up with all the geeky goodness going on in the WordPress community. Tune in regularly for fresh content and updates to the <a href=\"http://blog.wordpress.tv/\">WordPress.tv blog</a>. Lots more is on the way. </p>\n\";}i:6;a:12:{s:5:\"title\";s:39:\"Prioritizing Features for WordPress 2.8\";s:4:\"link\";s:80:\"http://wordpress.org/development/2008/12/prioritizing-features-for-wordpress-28/\";s:8:\"comments\";s:89:\"http://wordpress.org/development/2008/12/prioritizing-features-for-wordpress-28/#comments\";s:7:\"pubdate\";s:31:\"Wed, 24 Dec 2008 00:17:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:32:\"DevelopmentFeatures2.8surveytrac\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=491\";s:11:\"description\";s:327:\"Everyone knows by now that WordPress 2.7 is packed with new features. Now that it’s available (almost 600,000 downloads as I write this!), it’s time to start working on 2.8. There were dozens of things that got tabled during 2.7 due to time constraints, and there are a lot of high-rated features in the Ideas [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2977:\"<p>Everyone knows by now that WordPress 2.7 is packed with new features. Now that it’s available (almost <a href=\"http://wordpress.org/download/counter/\">600,000 downloads</a> as I write this!), it’s time to start working on 2.8. There were dozens of things that got tabled during 2.7 due to time constraints, and there are a lot of high-rated features in the <a href=\"http://wordpress.org/extend/ideas\">Ideas forum</a>, so there are a lot of potential features under consideration.</p>\n<p>Right now, the lead developers are thinking the top priorities for 2.8 will be widget management, theme browser/installer and performance upgrades. The rest of the development time will be taken up with bug tickets and additional features/enhancements from a prioritized list. To that end, we’ve posted <a href=\"http://www.polldaddy.com/s/6FC3E15CDE20B5B5/\">a new survey</a> for you to help us prioritize features for 2.8. The list pulls from the developers’ “2.7 leftovers” list as well as the most popular features from the Ideas forum. Just rank each feature and tell us your top pick (up to three). You also have the option of adding comments or additional suggestions, but this is not mandatory. For your response to count, you must rank all of the features in the list. The survey has only one page. </p>\n<p>Note that media features are not included in this list as we will be posting a separate survey for media-specific features soon. </p>\n<p><a href=\"http://www.polldaddy.com/s/6FC3E15CDE20B5B5/\">Cast your votes</a> any time this week, but as always the sooner the better. This survey will close at noon on December 31, 2008 UTC.</p>\n<p>In the new year, we will be reviving scheduled IRC developer chats, where the lead developers will discuss the week’s progress on feature development, providing opportunities for people to ask questions or make suggestions. These will be held early in the day on Wednesdays (U.S. Wednesday), and the specific time will be posted here on the development blog once it’s been finalized. </p>\n<p>As a related aside, we spent a significant amount of time during 2.7 development sifting through Trac tickets that really shouldn’t have been there. Feature ideas and requests do not belong in Trac, they belong in the Ideas forum. Please reserve Trac for reporting bugs and things that need fixing (typos, code enhancements, etc.). If you are asking for a new UI, a new feature, or a new approach to coding something, that’s not an enhancement, it’s a new feature. New features will be entered into Trac by developers once it has been determined that the feature should be included in core. To help speed up development, moving forward we will close Trac tickets that are actually feature requests, with the comment that they should be posted in the Ideas forum instead. Please help the developers maximize their time by following this guideline. </p>\n<p>Thanks for your help!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:85:\"http://wordpress.org/development/2008/12/prioritizing-features-for-wordpress-28/feed/\";}s:7:\"summary\";s:327:\"Everyone knows by now that WordPress 2.7 is packed with new features. Now that it’s available (almost 600,000 downloads as I write this!), it’s time to start working on 2.8. There were dozens of things that got tabled during 2.7 due to time constraints, and there are a lot of high-rated features in the Ideas [...]\";s:12:\"atom_content\";s:2977:\"<p>Everyone knows by now that WordPress 2.7 is packed with new features. Now that it’s available (almost <a href=\"http://wordpress.org/download/counter/\">600,000 downloads</a> as I write this!), it’s time to start working on 2.8. There were dozens of things that got tabled during 2.7 due to time constraints, and there are a lot of high-rated features in the <a href=\"http://wordpress.org/extend/ideas\">Ideas forum</a>, so there are a lot of potential features under consideration.</p>\n<p>Right now, the lead developers are thinking the top priorities for 2.8 will be widget management, theme browser/installer and performance upgrades. The rest of the development time will be taken up with bug tickets and additional features/enhancements from a prioritized list. To that end, we’ve posted <a href=\"http://www.polldaddy.com/s/6FC3E15CDE20B5B5/\">a new survey</a> for you to help us prioritize features for 2.8. The list pulls from the developers’ “2.7 leftovers” list as well as the most popular features from the Ideas forum. Just rank each feature and tell us your top pick (up to three). You also have the option of adding comments or additional suggestions, but this is not mandatory. For your response to count, you must rank all of the features in the list. The survey has only one page. </p>\n<p>Note that media features are not included in this list as we will be posting a separate survey for media-specific features soon. </p>\n<p><a href=\"http://www.polldaddy.com/s/6FC3E15CDE20B5B5/\">Cast your votes</a> any time this week, but as always the sooner the better. This survey will close at noon on December 31, 2008 UTC.</p>\n<p>In the new year, we will be reviving scheduled IRC developer chats, where the lead developers will discuss the week’s progress on feature development, providing opportunities for people to ask questions or make suggestions. These will be held early in the day on Wednesdays (U.S. Wednesday), and the specific time will be posted here on the development blog once it’s been finalized. </p>\n<p>As a related aside, we spent a significant amount of time during 2.7 development sifting through Trac tickets that really shouldn’t have been there. Feature ideas and requests do not belong in Trac, they belong in the Ideas forum. Please reserve Trac for reporting bugs and things that need fixing (typos, code enhancements, etc.). If you are asking for a new UI, a new feature, or a new approach to coding something, that’s not an enhancement, it’s a new feature. New features will be entered into Trac by developers once it has been determined that the feature should be included in core. To help speed up development, moving forward we will close Trac tickets that are actually feature requests, with the comment that they should be posted in the Ideas forum instead. Please help the developers maximize their time by following this guideline. </p>\n<p>Thanks for your help!</p>\n\";}i:7;a:12:{s:5:\"title\";s:28:\"WordPress 2.7 “Coltrane”\";s:4:\"link\";s:50:\"http://wordpress.org/development/2008/12/coltrane/\";s:8:\"comments\";s:59:\"http://wordpress.org/development/2008/12/coltrane/#comments\";s:7:\"pubdate\";s:31:\"Thu, 11 Dec 2008 02:28:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:19:\"DevelopmentReleases\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=477\";s:11:\"description\";s:318:\"The first thing you’ll notice about 2.7 is its new interface. From the top down, we’ve listened to your feedback and thought deeply about the design and the result is a WordPress that’s just plain faster. Nearly every task you do on your blog will take fewer clicks and be faster in 2.7 than it [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:11933:\"<p>The first thing you’ll notice about 2.7 is its new interface. From the top down, we’ve listened to your feedback and thought deeply about the design and the result is a WordPress that’s just plain faster. Nearly every task you do on your blog will <strong>take fewer clicks and be faster</strong> in 2.7 than it did in a previous version. (<a href=\"http://wordpress.org/download/\">Download it now</a>, or read on for more.)</p>\n<p>Next you’ll begin to notice the new features subtly sprinkled through the new interface: the new dashboard that you can arrange with drag and drop to put the things most important to you on top, QuickPress, comment threading, paging, and the ability to reply to comments from your dashboard, the ability to install any plugin directly from WordPress.org with a single click, and sticky posts.</p>\n<p>Digging in further you might notice that every screen is customizable. Let’s say you never care about author on your post listings — just click “Screen Options” and uncheck it and it’s instantly gone from the page. The same for any module on the dashboard or write screen. If your screen is narrow and the menu is taking up too much horizontal room, click the arrow to minimize it to be icon-only, and then go to the write page and drag and drop everything from the right column into the main one, so your posting area is full-screen. (For example I like hiding everything except categories, tags, and publish. I put categories and tags on the right, and publish under the post box.)</p>\n<p>For a visual introduction to what 2.7 is, check out this video (available in HD, and full screen):</p>\n<p><object width=\"640\" height=\"360\" data=\"http://v.wordpress.com/hFr8Nyar\" type=\"application/x-shockwave-flash\"><param name=\"src\" value=\"http://v.wordpress.com/hFr8Nyar\" /><param name=\"allowfullscreen\" value=\"true\" /></object></p>\n<p>It’s all about you. It’s the next generation of WordPress, which is why we’ve bestowed it with the honor of being named for <a href=\"http://en.wikipedia.org/wiki/John_Coltrane\">John Coltrane</a>. <a href=\"http://wordpress.org/download/\">And you can download it today</a>.</p>\n<p>Last, but certainly not least, this may be the <strong>last time you ever have to manually upgrade WordPress again</strong>. We heard how tired you were of doing upgrades for yourself and your friends, so now WordPress includes a built-in upgrade that will automatically notify you of new releases, and when you’re ready it will download them, install them, and upgrade your blog with a single click.</p>\n<p>(As with any interface change it may take a little bit of time to acclimate yourself but soon you’ll find yourself whizzing through the screens. Even people who have hated it at first tell us after a few days they wonder how they got by before.)</p>\n<h3>The Story Behind 2.7</h3>\n<p>The real reason Coltrane is such a huge leap forward is because the community was so involved with every step of the process. <strong>Over 150 people contributed code directly to the release</strong>, our highest ever, with many tens of thousands more participating in the polls, surveys, tests, mailing lists, and other feedback mechanisms the WordPress dev team used in putting this release together.</p>\n<p>For some of the back story in the development of 2.7, check out these blog posts (thanks to <a href=\"http://weblogtoolscollection.com/\">WeblogToolsCollection</a> for the list):</p>\n<ul>\n<li><a href=\"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/\">Usability Testing Report: 2.5 and CrazyHorse</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-new-27-dashboard/\">The New 2.7 Dashboard</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-visual-design-of-27/\">The Visual Design of 2.7</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/wordpress-27-wireframes/\">WordPress 2.7 wireframes</a></li>\n<li><a href=\"http://codex.wordpress.org/Version_2.7\">Comprehensive Codex Article on WordPress 2.7</a></li>\n<li><a href=\"http://wpdevel.wordpress.com/author/jane/\">WordPress Development Updates from Jane Wells</a></li>\n<li><a href=\"http://en.blog.wordpress.com/2008/05/20/new-york-usability-testing/\">WordPress Usability Testing in New York</a></li>\n<li><a href=\"http://boren.nu/archives/2008/10/31/wordpress-27-ui-configurability/\">WordPress 2.7 UI Configurability from Ryan Boren</a></li>\n<li><a href=\"http://markjaquith.wordpress.com/2008/11/06/wordpress-27-feature-preview-customizable-post-editing-screen/\">Customizable Post Editing Screen from Mark Jaquith</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/09/15/wordpress-27-navigation-survey/\">WordPress 2.7 Navigation Survey from Jane Wells</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/10/16/shortcutsfavorites-menu/\">Shortcuts/Favorites Menu from Jane Wells</a></li>\n<li><a href=\"http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation\">CrazyHorse Presentation at WordCamp SF</a></li>\n<li><a href=\"http://www.centernetworks.com/wordpress-27-demo\">WordPress 2.7 Walkthrough by Matt</a></li>\n<li><a href=\"http://www.idratherbewriting.com/2008/09/27/wordpress-27-and-beyond-%E2%80%93-keynote-by-matt-mullenweg-at-wordcamp-utah-2008/\">WordPress 2.7 and beyond from Matt at WordCamp Utah</a></li>\n</ul>\n<p>This was interesting to us, a blogging software release we actually blogged about, but the process was hugely informative. Prior to its release today Crazyhorse and 2.7 had been tested by tens of thousands of people on their blogs, hundreds of thousands of you count .com. The volume of feedback was so high that we decided to push back the release date a month to take time to incorporate it all and do more revisions based on what you guys said.</p>\n<p>For those of you wondering why we didn’t call this release 3.0, it’s because we abhor version number inflation. 3.0 will just be the next release after 2.9. The major features in new point releases approach also works well for products like OS X, with huge changes between a 10.3 and 10.4.</p>\n<h3>The Future</h3>\n<p>Those of you following along at home might have noticed this was our second major redesign of WordPress this year. Whoa nelly! While that wasn’t ideal, and I especially sympathize with those of you creating books or tutorials around WordPress, there’s good news. The changes to WordPress in 2.5 and 2.7 were necessary for us to break free of much of the legacy cruft and interface bloat that had built up over the years (gradually) and more importantly provide us with a UI framework and interface language we can use at the foundation to build tomorrow’s WordPress on, to express ideas we haven’t been able to before. So at the end of 2009 I expect, interface-wise, WordPress to look largely the same as it does now.</p>\n<p>That said, we couldn’t be more excited about the future with regards to features. Now that we’ve cleared out more basic things, we are looking forward in the coming year to really tackling media handling including audio and video, better tools for plugin and theme developers, widgets, theme updates, more integrated and contextual help, and easier integration with projects like <a href=\"http://buddypress.org/\">BuddyPress</a> and <a href=\"http://bbpress.org/\">bbPress</a>.</p>\n<h3>Thank Yous</h3>\n<p>We would like to take a moment to thank the following WordPress.org users for being a part of 2.7: <a href=\"http://segert.net/\">Verena Segert</a>, <a href=\"http://www.fieldii.com/\">Ben Dunkle</a>, 082net, <a href=\"http://ckon.wordpress.com/\">_ck_</a>, <a href=\"http://technosailor.com/\">Aaron Brazell</a>, Aaron Campbell, Aaron Harp, aaron_guitar, abackstrom, <a href=\"http://alexrabe.boelinger.com/\">Alex Rabe</a>, <a href=\"http://flightpathblog.com/\">Alex Shiels</a>, anderswc, andr, <a href=\"http://azaozz.wordpress.com/\">Andrew Ozz</a>, andy, <a href=\"http://apeatling.wordpress.com/\">Andy Peatling</a>, <a href=\"http://ilfilosofo.com/\">Austin Matzko</a>, axelseaa, bendalton, <a href=\"http://extralogical.net/\">Benedict Eastaugh</a>, <a href=\"http://www.umaitech.com/\">Betsy Kimak</a>, <a href=\"http://www.burobjorn.nl/\">Björn Wijers</a>, <a href=\"http://bobrik.name/\">bobrik</a>, brianwhite, bubel, <a href=\"http://www.majordojo.com/\">Byrne Reese</a>, caesarsgrunt, capripot, <a href=\"http://maisonbisson.com/blog/\">Casey Bisson</a>, <a href=\"http://www.cefm.ca/\">Charles E. Frees-Melvin</a>, <a href=\"http://chrisjohnston.org\">Chris Johnston</a>, codestyling, corischlegel, count_0, <a href=\"http://www.red-sweater.com/blog/\">Daniel Jalkut</a>, Daniel Torreblanca, <a href=\"http://www.misthaven.org.uk/blog/\">David McFarlane</a>, dbuser123, <a href=\"http://op111.net/\">Demetris Kikizas</a>, <a href=\"http://dd32.id.au/\">Dion Hulse</a>, docwhat, <a href=\"http://ocaoimh.ie\">Donncha O Caoimh</a>, <a href=\"http://literalbarrage.org/blog/\">Doug Stewart</a>, <a href=\"http://dougal.gunters.org\">Dougal Campbell</a>, dsader, dtsn, dwc, g30rg3x, guillep2k, <a href=\"http://hailin.wordpress.com/\">Hailin Wu</a>, <a href=\"http://engel.uk.to/\">Hans Engel</a>, <a href=\"http://santosj.name/\">Jacob Santos</a>, <a href=\"http://jamierumbelow.net/\">Jamie Rumbelow</a>, <a href=\"http://www.janbrasna.com/\">Jan Brasna</a>, <a href=\"http://jane.wordpress.com/\">Jane Wells</a>, Jean-LucfromBrussels, <a href=\"http://poplarware.com/HodgBlog/\">Jennifer Hodgdon</a>, <a href=\"http://simianuprising.com/\">Jeremy Clarke</a>, <a href=\"http://jmini.fr/\">Jérémie Bresson</a>, jick, <a href=\"http://www.joetek.ca/\">Joe Taiabjee</a>, <a href=\"http://johnblackbourn.com/\">John Blackbourn</a>, John Conners, John Lamansky, johnhennmacc, <a href=\"http://yoast.com/\">Joost de Valk</a>, <a href=\"http://josephscott.org/\">Joseph Scott</a>, kashani, <a href=\"http://www.kpdesign.net/\">Kim Parsell</a>, <a href=\"http://foolswisdom.com/\">Lloyd Budd</a>, <a href=\"http://elektroelch.de/blog\">Lutz Schröer</a>, <a href=\"http://www.malaiac.net\">Malaiac</a>, <a href=\"http://markjaquith.com/\">Mark Jaquith</a>, <a href=\"http://www.blogitude.com/\">Mark Steel</a>, <a href=\"http://mattsblog.ca/\">Matt Freedman</a>, <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"htttp://iammattthomas.com/\">Matt Thomas</a>, matthewh84, mattyrob, mcs_trekkie, <a href=\"http://blogwaffe.com/\">Michael Adams</a>, <a href=\"http://www.ioerror.us/\">Michael Hampton</a>, <a href=\"http://codex.wordpress.org/User:MichaelH\">MichaelH</a>, mictasm, <a href=\"http://mikeschinkel.com/\">Mike Schinkel</a>, msi08, msw0418, mtekk, <a href=\"http://mtdewvirus.com/\">Nick Momrik</a>, <a href=\"http://nikolay.bg/\">Nikolay Bachiyski</a>, <a href=\"http://jcksn.com/\">Noel Jackson</a>, <a href=\"http://ottodestruct.com/\">Otto</a>, <a href=\"http://planetozh.com/\">Ozh</a>, paddya, paul, pedrop, pishmishy, Po0ky, RanYanivHartstein, raychampagne, rdworth, reinkim, rickoman, rm53, rnt, <a href=\"http://robert.accettura.com/\">Robert Accettura</a>, roganty, <a href=\"http://boren.nu/\">Ryan Boren</a>, <a href=\"http://cubegames.net/\">Ryan McCue</a>, <a href=\"http://unlettered.com/\">Sam Bauers</a>, Sam_a, schiller, <a href=\"http://www.scott-h.com/\">Scott Houst</a>, sekundek, <a href=\"http://bugssite.org/\">Shane</a>, Simek, <a href=\"http://www.simonwheatley.co.uk/\">Simon Wheatley</a>, <a href=\"http://sivel.net/\">sivel</a>, st_falcon, stefano, strider72, tai, takayukister, techcookies, Terragg, thinlight, tott, <a href=\"http://www.trevorfitzgerald.com/\">Trevor Fitzgerald</a>, tschai, Txanny, <a href=\"http://www.manionline.org/\">Valiallah (Mani) Monajjemi</a>, <a href=\"http://viper007bond.com/\">Viper007Bond</a>, <a href=\"http://wordpress.org/support/profile/1064655\">Vladimir Kolesnikov</a>, wasp, wet, wfrantz, x11tech, xknown, xorax, <a href=\"http://ydekproductions.com/\">ydekproductions</a>, yoavf, yonosoytu, yoshi, zedlander</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:55:\"http://wordpress.org/development/2008/12/coltrane/feed/\";}s:7:\"summary\";s:318:\"The first thing you’ll notice about 2.7 is its new interface. From the top down, we’ve listened to your feedback and thought deeply about the design and the result is a WordPress that’s just plain faster. Nearly every task you do on your blog will take fewer clicks and be faster in 2.7 than it [...]\";s:12:\"atom_content\";s:11933:\"<p>The first thing you’ll notice about 2.7 is its new interface. From the top down, we’ve listened to your feedback and thought deeply about the design and the result is a WordPress that’s just plain faster. Nearly every task you do on your blog will <strong>take fewer clicks and be faster</strong> in 2.7 than it did in a previous version. (<a href=\"http://wordpress.org/download/\">Download it now</a>, or read on for more.)</p>\n<p>Next you’ll begin to notice the new features subtly sprinkled through the new interface: the new dashboard that you can arrange with drag and drop to put the things most important to you on top, QuickPress, comment threading, paging, and the ability to reply to comments from your dashboard, the ability to install any plugin directly from WordPress.org with a single click, and sticky posts.</p>\n<p>Digging in further you might notice that every screen is customizable. Let’s say you never care about author on your post listings — just click “Screen Options” and uncheck it and it’s instantly gone from the page. The same for any module on the dashboard or write screen. If your screen is narrow and the menu is taking up too much horizontal room, click the arrow to minimize it to be icon-only, and then go to the write page and drag and drop everything from the right column into the main one, so your posting area is full-screen. (For example I like hiding everything except categories, tags, and publish. I put categories and tags on the right, and publish under the post box.)</p>\n<p>For a visual introduction to what 2.7 is, check out this video (available in HD, and full screen):</p>\n<p><object width=\"640\" height=\"360\" data=\"http://v.wordpress.com/hFr8Nyar\" type=\"application/x-shockwave-flash\"><param name=\"src\" value=\"http://v.wordpress.com/hFr8Nyar\" /><param name=\"allowfullscreen\" value=\"true\" /></object></p>\n<p>It’s all about you. It’s the next generation of WordPress, which is why we’ve bestowed it with the honor of being named for <a href=\"http://en.wikipedia.org/wiki/John_Coltrane\">John Coltrane</a>. <a href=\"http://wordpress.org/download/\">And you can download it today</a>.</p>\n<p>Last, but certainly not least, this may be the <strong>last time you ever have to manually upgrade WordPress again</strong>. We heard how tired you were of doing upgrades for yourself and your friends, so now WordPress includes a built-in upgrade that will automatically notify you of new releases, and when you’re ready it will download them, install them, and upgrade your blog with a single click.</p>\n<p>(As with any interface change it may take a little bit of time to acclimate yourself but soon you’ll find yourself whizzing through the screens. Even people who have hated it at first tell us after a few days they wonder how they got by before.)</p>\n<h3>The Story Behind 2.7</h3>\n<p>The real reason Coltrane is such a huge leap forward is because the community was so involved with every step of the process. <strong>Over 150 people contributed code directly to the release</strong>, our highest ever, with many tens of thousands more participating in the polls, surveys, tests, mailing lists, and other feedback mechanisms the WordPress dev team used in putting this release together.</p>\n<p>For some of the back story in the development of 2.7, check out these blog posts (thanks to <a href=\"http://weblogtoolscollection.com/\">WeblogToolsCollection</a> for the list):</p>\n<ul>\n<li><a href=\"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/\">Usability Testing Report: 2.5 and CrazyHorse</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-new-27-dashboard/\">The New 2.7 Dashboard</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-visual-design-of-27/\">The Visual Design of 2.7</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/wordpress-27-wireframes/\">WordPress 2.7 wireframes</a></li>\n<li><a href=\"http://codex.wordpress.org/Version_2.7\">Comprehensive Codex Article on WordPress 2.7</a></li>\n<li><a href=\"http://wpdevel.wordpress.com/author/jane/\">WordPress Development Updates from Jane Wells</a></li>\n<li><a href=\"http://en.blog.wordpress.com/2008/05/20/new-york-usability-testing/\">WordPress Usability Testing in New York</a></li>\n<li><a href=\"http://boren.nu/archives/2008/10/31/wordpress-27-ui-configurability/\">WordPress 2.7 UI Configurability from Ryan Boren</a></li>\n<li><a href=\"http://markjaquith.wordpress.com/2008/11/06/wordpress-27-feature-preview-customizable-post-editing-screen/\">Customizable Post Editing Screen from Mark Jaquith</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/09/15/wordpress-27-navigation-survey/\">WordPress 2.7 Navigation Survey from Jane Wells</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/10/16/shortcutsfavorites-menu/\">Shortcuts/Favorites Menu from Jane Wells</a></li>\n<li><a href=\"http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation\">CrazyHorse Presentation at WordCamp SF</a></li>\n<li><a href=\"http://www.centernetworks.com/wordpress-27-demo\">WordPress 2.7 Walkthrough by Matt</a></li>\n<li><a href=\"http://www.idratherbewriting.com/2008/09/27/wordpress-27-and-beyond-%E2%80%93-keynote-by-matt-mullenweg-at-wordcamp-utah-2008/\">WordPress 2.7 and beyond from Matt at WordCamp Utah</a></li>\n</ul>\n<p>This was interesting to us, a blogging software release we actually blogged about, but the process was hugely informative. Prior to its release today Crazyhorse and 2.7 had been tested by tens of thousands of people on their blogs, hundreds of thousands of you count .com. The volume of feedback was so high that we decided to push back the release date a month to take time to incorporate it all and do more revisions based on what you guys said.</p>\n<p>For those of you wondering why we didn’t call this release 3.0, it’s because we abhor version number inflation. 3.0 will just be the next release after 2.9. The major features in new point releases approach also works well for products like OS X, with huge changes between a 10.3 and 10.4.</p>\n<h3>The Future</h3>\n<p>Those of you following along at home might have noticed this was our second major redesign of WordPress this year. Whoa nelly! While that wasn’t ideal, and I especially sympathize with those of you creating books or tutorials around WordPress, there’s good news. The changes to WordPress in 2.5 and 2.7 were necessary for us to break free of much of the legacy cruft and interface bloat that had built up over the years (gradually) and more importantly provide us with a UI framework and interface language we can use at the foundation to build tomorrow’s WordPress on, to express ideas we haven’t been able to before. So at the end of 2009 I expect, interface-wise, WordPress to look largely the same as it does now.</p>\n<p>That said, we couldn’t be more excited about the future with regards to features. Now that we’ve cleared out more basic things, we are looking forward in the coming year to really tackling media handling including audio and video, better tools for plugin and theme developers, widgets, theme updates, more integrated and contextual help, and easier integration with projects like <a href=\"http://buddypress.org/\">BuddyPress</a> and <a href=\"http://bbpress.org/\">bbPress</a>.</p>\n<h3>Thank Yous</h3>\n<p>We would like to take a moment to thank the following WordPress.org users for being a part of 2.7: <a href=\"http://segert.net/\">Verena Segert</a>, <a href=\"http://www.fieldii.com/\">Ben Dunkle</a>, 082net, <a href=\"http://ckon.wordpress.com/\">_ck_</a>, <a href=\"http://technosailor.com/\">Aaron Brazell</a>, Aaron Campbell, Aaron Harp, aaron_guitar, abackstrom, <a href=\"http://alexrabe.boelinger.com/\">Alex Rabe</a>, <a href=\"http://flightpathblog.com/\">Alex Shiels</a>, anderswc, andr, <a href=\"http://azaozz.wordpress.com/\">Andrew Ozz</a>, andy, <a href=\"http://apeatling.wordpress.com/\">Andy Peatling</a>, <a href=\"http://ilfilosofo.com/\">Austin Matzko</a>, axelseaa, bendalton, <a href=\"http://extralogical.net/\">Benedict Eastaugh</a>, <a href=\"http://www.umaitech.com/\">Betsy Kimak</a>, <a href=\"http://www.burobjorn.nl/\">Björn Wijers</a>, <a href=\"http://bobrik.name/\">bobrik</a>, brianwhite, bubel, <a href=\"http://www.majordojo.com/\">Byrne Reese</a>, caesarsgrunt, capripot, <a href=\"http://maisonbisson.com/blog/\">Casey Bisson</a>, <a href=\"http://www.cefm.ca/\">Charles E. Frees-Melvin</a>, <a href=\"http://chrisjohnston.org\">Chris Johnston</a>, codestyling, corischlegel, count_0, <a href=\"http://www.red-sweater.com/blog/\">Daniel Jalkut</a>, Daniel Torreblanca, <a href=\"http://www.misthaven.org.uk/blog/\">David McFarlane</a>, dbuser123, <a href=\"http://op111.net/\">Demetris Kikizas</a>, <a href=\"http://dd32.id.au/\">Dion Hulse</a>, docwhat, <a href=\"http://ocaoimh.ie\">Donncha O Caoimh</a>, <a href=\"http://literalbarrage.org/blog/\">Doug Stewart</a>, <a href=\"http://dougal.gunters.org\">Dougal Campbell</a>, dsader, dtsn, dwc, g30rg3x, guillep2k, <a href=\"http://hailin.wordpress.com/\">Hailin Wu</a>, <a href=\"http://engel.uk.to/\">Hans Engel</a>, <a href=\"http://santosj.name/\">Jacob Santos</a>, <a href=\"http://jamierumbelow.net/\">Jamie Rumbelow</a>, <a href=\"http://www.janbrasna.com/\">Jan Brasna</a>, <a href=\"http://jane.wordpress.com/\">Jane Wells</a>, Jean-LucfromBrussels, <a href=\"http://poplarware.com/HodgBlog/\">Jennifer Hodgdon</a>, <a href=\"http://simianuprising.com/\">Jeremy Clarke</a>, <a href=\"http://jmini.fr/\">Jérémie Bresson</a>, jick, <a href=\"http://www.joetek.ca/\">Joe Taiabjee</a>, <a href=\"http://johnblackbourn.com/\">John Blackbourn</a>, John Conners, John Lamansky, johnhennmacc, <a href=\"http://yoast.com/\">Joost de Valk</a>, <a href=\"http://josephscott.org/\">Joseph Scott</a>, kashani, <a href=\"http://www.kpdesign.net/\">Kim Parsell</a>, <a href=\"http://foolswisdom.com/\">Lloyd Budd</a>, <a href=\"http://elektroelch.de/blog\">Lutz Schröer</a>, <a href=\"http://www.malaiac.net\">Malaiac</a>, <a href=\"http://markjaquith.com/\">Mark Jaquith</a>, <a href=\"http://www.blogitude.com/\">Mark Steel</a>, <a href=\"http://mattsblog.ca/\">Matt Freedman</a>, <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"htttp://iammattthomas.com/\">Matt Thomas</a>, matthewh84, mattyrob, mcs_trekkie, <a href=\"http://blogwaffe.com/\">Michael Adams</a>, <a href=\"http://www.ioerror.us/\">Michael Hampton</a>, <a href=\"http://codex.wordpress.org/User:MichaelH\">MichaelH</a>, mictasm, <a href=\"http://mikeschinkel.com/\">Mike Schinkel</a>, msi08, msw0418, mtekk, <a href=\"http://mtdewvirus.com/\">Nick Momrik</a>, <a href=\"http://nikolay.bg/\">Nikolay Bachiyski</a>, <a href=\"http://jcksn.com/\">Noel Jackson</a>, <a href=\"http://ottodestruct.com/\">Otto</a>, <a href=\"http://planetozh.com/\">Ozh</a>, paddya, paul, pedrop, pishmishy, Po0ky, RanYanivHartstein, raychampagne, rdworth, reinkim, rickoman, rm53, rnt, <a href=\"http://robert.accettura.com/\">Robert Accettura</a>, roganty, <a href=\"http://boren.nu/\">Ryan Boren</a>, <a href=\"http://cubegames.net/\">Ryan McCue</a>, <a href=\"http://unlettered.com/\">Sam Bauers</a>, Sam_a, schiller, <a href=\"http://www.scott-h.com/\">Scott Houst</a>, sekundek, <a href=\"http://bugssite.org/\">Shane</a>, Simek, <a href=\"http://www.simonwheatley.co.uk/\">Simon Wheatley</a>, <a href=\"http://sivel.net/\">sivel</a>, st_falcon, stefano, strider72, tai, takayukister, techcookies, Terragg, thinlight, tott, <a href=\"http://www.trevorfitzgerald.com/\">Trevor Fitzgerald</a>, tschai, Txanny, <a href=\"http://www.manionline.org/\">Valiallah (Mani) Monajjemi</a>, <a href=\"http://viper007bond.com/\">Viper007Bond</a>, <a href=\"http://wordpress.org/support/profile/1064655\">Vladimir Kolesnikov</a>, wasp, wet, wfrantz, x11tech, xknown, xorax, <a href=\"http://ydekproductions.com/\">ydekproductions</a>, yoavf, yonosoytu, yoshi, zedlander</p>\n\";}i:8;a:12:{s:5:\"title\";s:25:\"2.7 Release Candidate Two\";s:4:\"link\";s:66:\"http://wordpress.org/development/2008/12/27-release-candidate-two/\";s:8:\"comments\";s:75:\"http://wordpress.org/development/2008/12/27-release-candidate-two/#comments\";s:7:\"pubdate\";s:31:\"Wed, 10 Dec 2008 00:55:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=474\";s:11:\"description\";s:315:\"There comes a time in every WordPress release when it’s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.\nIt’s not quite that time yet, but we’re as close as we’ve ever been, hence the immediate availability of 2.7 Release [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:836:\"<p>There comes a time in every WordPress release when it’s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.</p>\n<p>It’s not quite that time yet, but we’re as close as we’ve ever been, hence the <a href=\"http://wordpress.org/wordpress-2.7-RC2.zip\">immediate availability of 2.7 Release Candidate 2, or RC2 for short</a>.</p>\n<p>Of course if you were already testing 2.7, you can just use the built-in core updater (Tools > Upgrade) to download and install RC2 for you (and later upgrade you to the final release when it’s available) but if not you can use the download link above.</p>\n<p>We feel this release is pretty much exactly what we’re going to ship as 2.7, barring any final bugs or polish tweaks that you report or we find.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:71:\"http://wordpress.org/development/2008/12/27-release-candidate-two/feed/\";}s:7:\"summary\";s:315:\"There comes a time in every WordPress release when it’s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.\nIt’s not quite that time yet, but we’re as close as we’ve ever been, hence the immediate availability of 2.7 Release [...]\";s:12:\"atom_content\";s:836:\"<p>There comes a time in every WordPress release when it’s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.</p>\n<p>It’s not quite that time yet, but we’re as close as we’ve ever been, hence the <a href=\"http://wordpress.org/wordpress-2.7-RC2.zip\">immediate availability of 2.7 Release Candidate 2, or RC2 for short</a>.</p>\n<p>Of course if you were already testing 2.7, you can just use the built-in core updater (Tools > Upgrade) to download and install RC2 for you (and later upgrade you to the final release when it’s available) but if not you can use the download link above.</p>\n<p>We feel this release is pretty much exactly what we’re going to ship as 2.7, barring any final bugs or polish tweaks that you report or we find.</p>\n\";}i:9;a:12:{s:5:\"title\";s:33:\"WordPress 2.7 Release Candidate 1\";s:4:\"link\";s:74:\"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/\";s:8:\"comments\";s:83:\"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/#comments\";s:7:\"pubdate\";s:31:\"Mon, 01 Dec 2008 22:26:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Ryan Boren\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=467\";s:11:\"description\";s:312:\"With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.\nWe think RC1 is ready for everyone to try [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:843:\"<p>With the release of RC1, we’re in the final leg of development before the release of 2.7. <a href=\"http://trac.wordpress.org/timeline?from=12%2F01%2F08&daysback=16&changeset=on&update=Update\">280 commits</a> since beta 3 have polished the new admin UI (including new menu icons created by the <a href=\"http://wordpress.org/development/2008/11/the-results-of-project-icon/\">winners of our icon design contest</a>) and fixed all known blocker bugs.</p>\n<p>We think RC1 is ready for everyone to try out. Please <a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">download RC1</a> and help us make the final release the best it can be. As always, <a href=\"http://codex.wordpress.org/WordPress_Backups\">back up your blog</a> before upgrading.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">Get RC1</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:79:\"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/feed/\";}s:7:\"summary\";s:312:\"With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.\nWe think RC1 is ready for everyone to try [...]\";s:12:\"atom_content\";s:843:\"<p>With the release of RC1, we’re in the final leg of development before the release of 2.7. <a href=\"http://trac.wordpress.org/timeline?from=12%2F01%2F08&daysback=16&changeset=on&update=Update\">280 commits</a> since beta 3 have polished the new admin UI (including new menu icons created by the <a href=\"http://wordpress.org/development/2008/11/the-results-of-project-icon/\">winners of our icon design contest</a>) and fixed all known blocker bugs.</p>\n<p>We think RC1 is ready for everyone to try out. Please <a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">download RC1</a> and help us make the final release the best it can be. As always, <a href=\"http://codex.wordpress.org/WordPress_Backups\">back up your blog</a> before upgrading.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">Get RC1</a>.</p>\n\";}}s:7:\"channel\";a:8:{s:5:\"title\";s:26:\"WordPress Development Blog\";s:4:\"link\";s:32:\"http://wordpress.org/development\";s:11:\"description\";s:33:\"WordPress development and updates\";s:7:\"pubdate\";s:31:\"Thu, 12 Mar 2009 18:06:23 +0000\";s:9:\"generator\";s:41:\"http://wordpress.org/?v=2.8-bleeding-edge\";s:8:\"language\";s:2:\"en\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:7:\"tagline\";s:33:\"WordPress development and updates\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(117,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','1237825792','no'),(118,0,'rss_1a5f760f2e2b48827d4974a60857e7c2','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:27:\"Superlevel on \"WPSuperQuiz\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/wpsuperquiz/#post-9753\";s:7:\"pubdate\";s:31:\"Sat, 21 Mar 2009 14:34:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Superlevel\";}s:4:\"guid\";s:41:\"9753@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:42:\"Use your Wordpress Blog as a quiz machine!\";s:7:\"summary\";s:42:\"Use your Wordpress Blog as a quiz machine!\";}i:1;a:7:{s:5:\"title\";s:25:\"IckataNET on \"WP Title 2\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/wp-title-2/#post-8025\";s:7:\"pubdate\";s:31:\"Tue, 09 Dec 2008 10:57:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"IckataNET\";}s:4:\"guid\";s:41:\"8025@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:125:\"This plugin allows you to add and edit a Heading for your Posts/Pages, different from the Title (which is used in the links).\";s:7:\"summary\";s:125:\"This plugin allows you to add and edit a Heading for your Posts/Pages, different from the Title (which is used in the links).\";}i:2;a:7:{s:5:\"title\";s:41:\"MikeChallis on \"SI CAPTCHA for Wordpress\"\";s:4:\"link\";s:71:\"http://wordpress.org/extend/plugins/si-captcha-for-wordpress/#post-6731\";s:7:\"pubdate\";s:31:\"Thu, 21 Aug 2008 23:43:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"MikeChallis\";}s:4:\"guid\";s:41:\"6731@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:92:\"Adds CAPTCHA anti-spam methods to WordPress on the comment form, registration form, or both.\";s:7:\"summary\";s:92:\"Adds CAPTCHA anti-spam methods to WordPress on the comment form, registration form, or both.\";}i:3;a:7:{s:5:\"title\";s:24:\"belinde on \"Plugin Name\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/belindes-bricks-box/#post-9321\";s:7:\"pubdate\";s:31:\"Wed, 25 Feb 2009 19:22:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"belinde\";}s:4:\"guid\";s:41:\"9321@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Belinde\'s Brick Box is a collation of common tools useful in plugin\'s developing. It provides an highly configurable CRUD (Create - Read - Update - De\";s:7:\"summary\";s:150:\"Belinde\'s Brick Box is a collation of common tools useful in plugin\'s developing. It provides an highly configurable CRUD (Create - Read - Update - De\";}i:4;a:7:{s:5:\"title\";s:26:\"gfazioli on \"WP-BANNERIZE\"\";s:4:\"link\";s:59:\"http://wordpress.org/extend/plugins/wp-bannerize/#post-9423\";s:7:\"pubdate\";s:31:\"Mon, 02 Mar 2009 21:30:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"gfazioli\";}s:4:\"guid\";s:41:\"9423@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:35:\"WP_BANNERIZE, banner-image manager.\";s:7:\"summary\";s:35:\"WP_BANNERIZE, banner-image manager.\";}i:5;a:7:{s:5:\"title\";s:23:\"Ajay on \"Better Search\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/better-search/#post-9645\";s:7:\"pubdate\";s:31:\"Fri, 13 Mar 2009 18:15:31 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:4:\"guid\";s:41:\"9645@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:102:\"Replace the default WordPress search with a contextual search. Search results are sorted by relevancy.\";s:7:\"summary\";s:102:\"Replace the default WordPress search with a contextual search. Search results are sorted by relevancy.\";}i:6;a:7:{s:5:\"title\";s:38:\"gfazioli on \"Flash Feed Scroll Reader\"\";s:4:\"link\";s:71:\"http://wordpress.org/extend/plugins/flash-feed-scroll-reader/#post-8161\";s:7:\"pubdate\";s:31:\"Fri, 19 Dec 2008 16:52:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"gfazioli\";}s:4:\"guid\";s:41:\"8161@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:73:\"Flash Feed Scroll Reader is a Flash Feed Reader with horizontal scrolling\";s:7:\"summary\";s:73:\"Flash Feed Scroll Reader is a Flash Feed Reader with horizontal scrolling\";}i:7;a:7:{s:5:\"title\";s:36:\"peterwsterling on \"Add Local Avatar\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/add-local-avatar/#post-5052\";s:7:\"pubdate\";s:31:\"Tue, 01 Apr 2008 21:27:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"peterwsterling\";}s:4:\"guid\";s:41:\"5052@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:68:\"This plugin adds the ability to have local avatars in WordPress 2.5.\";s:7:\"summary\";s:68:\"This plugin adds the ability to have local avatars in WordPress 2.5.\";}i:8;a:7:{s:5:\"title\";s:16:\"elfin on \"eShop\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/eshop/#post-5094\";s:7:\"pubdate\";s:31:\"Fri, 04 Apr 2008 13:39:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"elfin\";}s:4:\"guid\";s:41:\"5094@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:35:\"An accessible Shopping Cart plugin.\";s:7:\"summary\";s:35:\"An accessible Shopping Cart plugin.\";}i:9;a:7:{s:5:\"title\";s:34:\"kovshenin on \"Quick Flickr Widget\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/quick-flickr-widget/#post-9434\";s:7:\"pubdate\";s:31:\"Tue, 03 Mar 2009 14:07:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"kovshenin\";}s:4:\"guid\";s:41:\"9434@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:149:\"Display up to ten of your latest Flickr submissions in your sidebar. Fully customizable HTML around items and widget! Can display Flickr photo titles\";s:7:\"summary\";s:149:\"Display up to ten of your latest Flickr submissions in your sidebar. Fully customizable HTML around items and widget! Can display Flickr photo titles\";}i:10;a:7:{s:5:\"title\";s:41:\"Viper007Bond on \"Viper\'s Video Quicktags\"\";s:4:\"link\";s:68:\"http://wordpress.org/extend/plugins/vipers-video-quicktags/#post-810\";s:7:\"pubdate\";s:31:\"Tue, 03 Apr 2007 00:08:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Viper007Bond\";}s:4:\"guid\";s:40:\"810@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:114:\"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.\";s:7:\"summary\";s:114:\"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.\";}i:11;a:7:{s:5:\"title\";s:23:\"kiaso on \"Kish Twitter\"\";s:4:\"link\";s:59:\"http://wordpress.org/extend/plugins/kish-twitter/#post-7186\";s:7:\"pubdate\";s:31:\"Mon, 29 Sep 2008 14:30:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"kiaso\";}s:4:\"guid\";s:41:\"7186@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:41:\"An ajax based twitter plugn for wordpress\";s:7:\"summary\";s:41:\"An ajax based twitter plugn for wordpress\";}i:12;a:7:{s:5:\"title\";s:34:\"jeffbert on \"WP-Amazon-MP3-Widget\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/wp-amazon-mp3-widget/#post-9763\";s:7:\"pubdate\";s:31:\"Sun, 22 Mar 2009 11:42:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"jeffbert\";}s:4:\"guid\";s:41:\"9763@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:143:\"Add slick looking Amazon MP3 widgets to your blog posts in a brain-dead simple way! \nJust say [mp3] to add an MP3 widget anywhere on your blog.\";s:7:\"summary\";s:143:\"Add slick looking Amazon MP3 widgets to your blog posts in a brain-dead simple way! \nJust say [mp3] to add an MP3 widget anywhere on your blog.\";}i:13;a:7:{s:5:\"title\";s:44:\"burtadsit on \"BuddyPress Groups for bbPress\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/bpgroups/#post-9626\";s:7:\"pubdate\";s:31:\"Thu, 12 Mar 2009 23:41:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"burtadsit\";}s:4:\"guid\";s:41:\"9626@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:83:\"Enable BuddyPress group forum features in bbPress including group forum moderation.\";s:7:\"summary\";s:83:\"Enable BuddyPress group forum features in bbPress including group forum moderation.\";}i:14;a:7:{s:5:\"title\";s:30:\"burtadsit on \"Community Blogs\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/bp-community-blogs/#post-9618\";s:7:\"pubdate\";s:31:\"Thu, 12 Mar 2009 07:27:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"burtadsit\";}s:4:\"guid\";s:41:\"9618@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:149:\"BuddyPress plugin that allows Blog or Site Admins to configure any blog as a \'Community Blog\'. Silently adds a registered user to this blog when user\";s:7:\"summary\";s:149:\"BuddyPress plugin that allows Blog or Site Admins to configure any blog as a \'Community Blog\'. Silently adds a registered user to this blog when user\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:16:\"Recently Updated\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:16:\"Recently Updated\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Mon, 23 Mar 2009 16:29:51 +0000\";s:7:\"tagline\";s:16:\"Recently Updated\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(119,0,'rss_1a5f760f2e2b48827d4974a60857e7c2_ts','1237825791','no'),(120,0,'rss_867bd5c64f85878d03a060509cd2f92c','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:28:\"Matt: Downloadable Web Fonts\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12698\";s:4:\"link\";s:44:\"http://ma.tt/2009/03/downloadable-web-fonts/\";s:11:\"description\";s:396:\"<p><a href=\"http://dbaron.org/log/20090317-fonts\">Downloadable font formats for the Web</a>. See also: <a href=\"http://fonts.philip.html5.org/\">Web Font Optimizer</a> (visit in anything except Firefox). 2009 will be an exciting year for typography on the web, particularly when Firefox 3.5 comes out this summer. <cite>Hat tip: <a href=\"http://novemberborn.net/recent\">Mark Wubben</a>.</cite></p>\";s:7:\"pubdate\";s:31:\"Mon, 23 Mar 2009 05:38:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:396:\"<p><a href=\"http://dbaron.org/log/20090317-fonts\">Downloadable font formats for the Web</a>. See also: <a href=\"http://fonts.philip.html5.org/\">Web Font Optimizer</a> (visit in anything except Firefox). 2009 will be an exciting year for typography on the web, particularly when Firefox 3.5 comes out this summer. <cite>Hat tip: <a href=\"http://novemberborn.net/recent\">Mark Wubben</a>.</cite></p>\";}i:1;a:7:{s:5:\"title\";s:56:\"Weblog Tools Collection: Plugin Review: WordPress Filter\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5413\";s:4:\"link\";s:84:\"http://weblogtoolscollection.com/archives/2009/03/22/plugin-review-wordpress-filter/\";s:11:\"description\";s:6764:\"<p>Do you have filters set in your email program, be it Gmail, Yahoo! Mail, Hotmail or even Outlook? Anyone who uses filters knows how their ability to improve productivity by getting basic things done easily.</p>\n<p>So, why not take the power of filters and integrate it with our very own WordPress? This is what Matt Walters’ plugin <a href=\"http://mattwalters.net/projects/wordpress-filter/\">WordPress Filter</a> hopes to establish.</p>\n<h3>Description:</h3>\n<p>WordPress Filter is a comprehensive post filtering & template system. It allows the user to define a set of simple “Catches” (criteria) to be met by a post, and then have a set of “Actions” applied to the post.</p>\n<p>This plugin takes action whenever a Post is published inside of WordPress (including Posts coming in via XMLRPC). It can be used for many tasks, including creating your own mini plugins without ever having to leave your WordPress administration area.</p>\n<h3>Screenshot:</h3>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/03/wordpressfilteroptions.jpg\"><img title=\"WordPress Filter Options\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wordpressfilteroptions-thumb.jpg\" alt=\"WordPress Filter Options\" width=\"500\" height=\"236\" /></a></p>\n<h3>Review:</h3>\n<p>Working with this plugin is extremely easy. Follow the installation instructions and head over to <strong>Settings > WordPress Filter</strong> and begin to add your filters. Adding a filter is extremely simple. You can switch to the <strong>Add Filter</strong> tab to create filters.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/03/wordpressfilteraddfilter.jpg\"><img title=\"WordPress Filter Add Filter\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wordpressfilteraddfilter-thumb.jpg\" alt=\"WordPress Filter Add Filter\" width=\"500\" height=\"340\" /></a></p>\n<p>You have the option to select the following criteria to choose from:</p>\n<ul>\n<li>Post Title: Equals</li>\n<li>Post Content: Equals</li>\n<li>Post Content: Contains</li>\n<li>Post Content: Doesn’t Contain</li>\n<li>Post Excerpt: Equals</li>\n<li>Post Excerpt: Contains</li>\n<li>Post Excerpt: Doesn’t Contain</li>\n<li>Post: Has Tag</li>\n<li>Post: Has Category</li>\n<li>Custom Field: Exists</li>\n<li>Post Author: Equals</li>\n<li>Comment Status: Equals</li>\n<li>Ping Status: Equals</li>\n</ul>\n<p>Having set one or more criteria, you then need to choose what action(s) you want taking place when the criteria is met. (Yup, I know that’s how filters work <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> )</p>\n<p>The plugin gives you the following options currently:</p>\n<ul>\n<li>Title: Prepend</li>\n<li>Title: Replace</li>\n<li>Title: Append</li>\n<li>Content: Prepend</li>\n<li>Content: Replace</li>\n<li>Content: Append</li>\n<li>Excerpt: Prepend</li>\n<li>Excerpt: Replace</li>\n<li>Excerpt: Append</li>\n<li>Tag(s): Add</li>\n<li>Tag(s): Remove</li>\n<li>Category(ies): Add</li>\n<li>Category(ies): Remove</li>\n<li>Comment Status: Equals</li>\n<li>Ping Status: Equals</li>\n</ul>\n<p>Having set this, go about the normal publishing of your posts. Whenever a post is published, the plugin matches it against the criteria lists and takes the appropriate action. This is extremely useful when you are blogging a series or if you are posting from your mobile device.</p>\n<p>Then again, it works perfectly, if you want to use shortcuts while blogging and let the plugin do the donkey work.</p>\n<h3>Future Plans:</h3>\n<p>I’m going to quote the author on this one.</p>\n<blockquote><p>I am hoping to continue to expand on the Actions available to be taken when a post matches the criteria. Sending an email has been suggested as an example. I would also like to expand to allow more complex actions to be taken place. For example, instead of only prepending, appending, and replacing the Title for instance. I’d like to give the user the ability to just replace a word or set of words within the title, not the entire title itself.<br />\nAs well, I am currently working on the ability to Import/Export filtersets (pairs of Catches (Criteria) and Actions). This would allow users to release their own mini-plugins without necessarily having to know any PHP or any of the WordPress backend.</p></blockquote>\n<p>What would you like to see added to the plugin? Or what would make you use it? What other actions would you like to see added to the plugin?</p>\n<h3>Would you like to review this plugin?</h3>\n<p>Due to lack of sufficient entries this week, we won’t be posting the reader reviews. So, it’s in queue for next week. This week, you’ll have yet another plugin to review, viz. this one.</p>\n<p>As usual, you’ll have until <strong>Saturday, 28th March, 11:59pm <a href=\"http://wwp.greenwichmeantime.com/time-zone/usa/eastern-time/\"><strong>EST</strong></a></strong> to submit your review of any one of the following plugin to us.</p>\n<ul>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Our Review</a>)</li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\">Our Review</a>)</li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\">Our Review</a>)</li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\">Our Review</a>)</li>\n<li><a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\">Autoclose</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/01/plugin-review-autoclose/\">Our Review</a>)</li>\n<li><a href=\"http://wordpress.org/extend/plugins/wp-mollom\">WP Mollom</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-review-wp-mollom/\">Our Review</a>)</li>\n<li> <a href=\"http://mattwalters.net/projects/wordpress-filter/\">WordPress Filter</a></li>\n</ul>\n<p>Send in your email to <strong>submissions AT wltc DOT net </strong>with the following information:</p>\n<p><strong>Subject line of the email: </strong>[APAD Plugin Review]:<em>plugin name</em>. Replace <em>plugin name </em>with the name of the plugin you reviewed.</p>\n<p><strong>Content of the Email:</strong></p>\n<ol>\n<li>URL of the review on your blog. Make sure this is a direct link to the post</li>\n<li>An excerpt of your post. Maximum 50 words. This will be used by us.</li>\n</ol>\";s:7:\"pubdate\";s:31:\"Sun, 22 Mar 2009 19:23:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:6764:\"<p>Do you have filters set in your email program, be it Gmail, Yahoo! Mail, Hotmail or even Outlook? Anyone who uses filters knows how their ability to improve productivity by getting basic things done easily.</p>\n<p>So, why not take the power of filters and integrate it with our very own WordPress? This is what Matt Walters’ plugin <a href=\"http://mattwalters.net/projects/wordpress-filter/\">WordPress Filter</a> hopes to establish.</p>\n<h3>Description:</h3>\n<p>WordPress Filter is a comprehensive post filtering & template system. It allows the user to define a set of simple “Catches” (criteria) to be met by a post, and then have a set of “Actions” applied to the post.</p>\n<p>This plugin takes action whenever a Post is published inside of WordPress (including Posts coming in via XMLRPC). It can be used for many tasks, including creating your own mini plugins without ever having to leave your WordPress administration area.</p>\n<h3>Screenshot:</h3>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/03/wordpressfilteroptions.jpg\"><img title=\"WordPress Filter Options\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wordpressfilteroptions-thumb.jpg\" alt=\"WordPress Filter Options\" width=\"500\" height=\"236\" /></a></p>\n<h3>Review:</h3>\n<p>Working with this plugin is extremely easy. Follow the installation instructions and head over to <strong>Settings > WordPress Filter</strong> and begin to add your filters. Adding a filter is extremely simple. You can switch to the <strong>Add Filter</strong> tab to create filters.</p>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/03/wordpressfilteraddfilter.jpg\"><img title=\"WordPress Filter Add Filter\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wordpressfilteraddfilter-thumb.jpg\" alt=\"WordPress Filter Add Filter\" width=\"500\" height=\"340\" /></a></p>\n<p>You have the option to select the following criteria to choose from:</p>\n<ul>\n<li>Post Title: Equals</li>\n<li>Post Content: Equals</li>\n<li>Post Content: Contains</li>\n<li>Post Content: Doesn’t Contain</li>\n<li>Post Excerpt: Equals</li>\n<li>Post Excerpt: Contains</li>\n<li>Post Excerpt: Doesn’t Contain</li>\n<li>Post: Has Tag</li>\n<li>Post: Has Category</li>\n<li>Custom Field: Exists</li>\n<li>Post Author: Equals</li>\n<li>Comment Status: Equals</li>\n<li>Ping Status: Equals</li>\n</ul>\n<p>Having set one or more criteria, you then need to choose what action(s) you want taking place when the criteria is met. (Yup, I know that’s how filters work <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> )</p>\n<p>The plugin gives you the following options currently:</p>\n<ul>\n<li>Title: Prepend</li>\n<li>Title: Replace</li>\n<li>Title: Append</li>\n<li>Content: Prepend</li>\n<li>Content: Replace</li>\n<li>Content: Append</li>\n<li>Excerpt: Prepend</li>\n<li>Excerpt: Replace</li>\n<li>Excerpt: Append</li>\n<li>Tag(s): Add</li>\n<li>Tag(s): Remove</li>\n<li>Category(ies): Add</li>\n<li>Category(ies): Remove</li>\n<li>Comment Status: Equals</li>\n<li>Ping Status: Equals</li>\n</ul>\n<p>Having set this, go about the normal publishing of your posts. Whenever a post is published, the plugin matches it against the criteria lists and takes the appropriate action. This is extremely useful when you are blogging a series or if you are posting from your mobile device.</p>\n<p>Then again, it works perfectly, if you want to use shortcuts while blogging and let the plugin do the donkey work.</p>\n<h3>Future Plans:</h3>\n<p>I’m going to quote the author on this one.</p>\n<blockquote><p>I am hoping to continue to expand on the Actions available to be taken when a post matches the criteria. Sending an email has been suggested as an example. I would also like to expand to allow more complex actions to be taken place. For example, instead of only prepending, appending, and replacing the Title for instance. I’d like to give the user the ability to just replace a word or set of words within the title, not the entire title itself.<br />\nAs well, I am currently working on the ability to Import/Export filtersets (pairs of Catches (Criteria) and Actions). This would allow users to release their own mini-plugins without necessarily having to know any PHP or any of the WordPress backend.</p></blockquote>\n<p>What would you like to see added to the plugin? Or what would make you use it? What other actions would you like to see added to the plugin?</p>\n<h3>Would you like to review this plugin?</h3>\n<p>Due to lack of sufficient entries this week, we won’t be posting the reader reviews. So, it’s in queue for next week. This week, you’ll have yet another plugin to review, viz. this one.</p>\n<p>As usual, you’ll have until <strong>Saturday, 28th March, 11:59pm <a href=\"http://wwp.greenwichmeantime.com/time-zone/usa/eastern-time/\"><strong>EST</strong></a></strong> to submit your review of any one of the following plugin to us.</p>\n<ul>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Our Review</a>)</li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\">Our Review</a>)</li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\">Our Review</a>)</li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\">Our Review</a>)</li>\n<li><a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\">Autoclose</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/01/plugin-review-autoclose/\">Our Review</a>)</li>\n<li><a href=\"http://wordpress.org/extend/plugins/wp-mollom\">WP Mollom</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-review-wp-mollom/\">Our Review</a>)</li>\n<li> <a href=\"http://mattwalters.net/projects/wordpress-filter/\">WordPress Filter</a></li>\n</ul>\n<p>Send in your email to <strong>submissions AT wltc DOT net </strong>with the following information:</p>\n<p><strong>Subject line of the email: </strong>[APAD Plugin Review]:<em>plugin name</em>. Replace <em>plugin name </em>with the name of the plugin you reviewed.</p>\n<p><strong>Content of the Email:</strong></p>\n<ol>\n<li>URL of the review on your blog. Make sure this is a direct link to the post</li>\n<li>An excerpt of your post. Maximum 50 words. This will be used by us.</li>\n</ol>\";}i:2;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/21\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5404\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/03/21/wordpress-theme-releases-for-0321/\";s:11:\"description\";s:1748:\"<p><a href=\"http://bizzartic.com/bizzthemes/inuitypes/\">Inuitypes</a></p>\n<p><img title=\"Inuitypes\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/inuitypes.gif\" alt=\"Inuitypes\" width=\"150\" height=\"94\" /></p>\n<p>Two column theme with ability to display Feedburner counter, adsense ready, ability to exclude pages from the header, fully widgetized with support for paginated and threaded comments.</p>\n<p><a href=\"http://bloggingfornoobs.com/freethemes/muted-colors-a-free-wordpress-theme/\">Muted Colors</a></p>\n<p><img title=\"Muted Colors\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/mutedcolors.gif\" alt=\"Muted Colors\" width=\"150\" height=\"95\" /></p>\n<p>Two/Three column theme with 13 widgetized areas, twitter integrated, dynamic header, with threaded comments.</p>\n<p><a href=\"http://www.simplywp.net/2009/03/19/elegant-touch-wordpress-theme/\">Elegant Touch</a></p>\n<p><a href=\"http://demo.simplywp.net/?wptheme=elegant-touch\"><img title=\"Elegant Touch\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/eleganttouch.jpg\" alt=\"Elegant Touch\" width=\"150\" height=\"102\" /></a></p>\n<p>3 columns, right sidebar, tab sidebar, widget ready, support Gravatar, threaded comment ready</p>\n<p><a href=\"http://wplover.com/a-simple-love-a-thematic-child-theme-from-wplover/\">Simple Love</a></p>\n<p><a href=\"http://wplover.com/?theme=a-simple-love\"><img title=\"A Simple Love\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/asimplelove.jpg\" alt=\"A Simple Love\" width=\"150\" height=\"94\" /></a></p>\n<p>A Simple Love is a minimalistic, lighthearted 3 columns Thematic child theme with dashes of light blue and dark pink here and there. The goal is to provide better readability, less visual clutter, and simply to be pleasing to look at.</p>\";s:7:\"pubdate\";s:31:\"Sat, 21 Mar 2009 19:20:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1748:\"<p><a href=\"http://bizzartic.com/bizzthemes/inuitypes/\">Inuitypes</a></p>\n<p><img title=\"Inuitypes\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/inuitypes.gif\" alt=\"Inuitypes\" width=\"150\" height=\"94\" /></p>\n<p>Two column theme with ability to display Feedburner counter, adsense ready, ability to exclude pages from the header, fully widgetized with support for paginated and threaded comments.</p>\n<p><a href=\"http://bloggingfornoobs.com/freethemes/muted-colors-a-free-wordpress-theme/\">Muted Colors</a></p>\n<p><img title=\"Muted Colors\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/mutedcolors.gif\" alt=\"Muted Colors\" width=\"150\" height=\"95\" /></p>\n<p>Two/Three column theme with 13 widgetized areas, twitter integrated, dynamic header, with threaded comments.</p>\n<p><a href=\"http://www.simplywp.net/2009/03/19/elegant-touch-wordpress-theme/\">Elegant Touch</a></p>\n<p><a href=\"http://demo.simplywp.net/?wptheme=elegant-touch\"><img title=\"Elegant Touch\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/eleganttouch.jpg\" alt=\"Elegant Touch\" width=\"150\" height=\"102\" /></a></p>\n<p>3 columns, right sidebar, tab sidebar, widget ready, support Gravatar, threaded comment ready</p>\n<p><a href=\"http://wplover.com/a-simple-love-a-thematic-child-theme-from-wplover/\">Simple Love</a></p>\n<p><a href=\"http://wplover.com/?theme=a-simple-love\"><img title=\"A Simple Love\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/asimplelove.jpg\" alt=\"A Simple Love\" width=\"150\" height=\"94\" /></a></p>\n<p>A Simple Love is a minimalistic, lighthearted 3 columns Thematic child theme with dashes of light blue and dark pink here and there. The goal is to provide better readability, less visual clutter, and simply to be pleasing to look at.</p>\";}i:3;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: New WordPress Plugin: Better Search\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5396\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/03/20/new-wordpress-plugin-better-search/\";s:11:\"description\";s:2022:\"<p>Have you tried searching for anything out here on Weblog Tools Collection? What about the Heatmap we have at the bottom of the page?</p>\n<p>If you haven’t searched for anything here yet, let me explain the difference between the search results out here and the results on other WordPress blogs.</p>\n<p>On other blogs, when you use the inbuilt search, WordPress finds the posts that contain the search term as is and lists them out. Out here, when you conduct a search, the posts which are most relevant to the search term are listed out in order of their relevance. This ensures better search results for your search term.</p>\n<p>The solution we have here is manual and customized for this blog. So, in order to extend this all WordPress users, I’ve converted the same into a WordPress plugin titled <a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\">Better Search</a>.</p>\n<p>When you install Better Search, it will automatically replace the inbuilt search with the ability to search for results contextually and display the same in descending order of relevance. The search results are paged and the searcher can select the number of results to be displayed per page, as well as jump between the various pages.</p>\n<p>An extra feature is the heatmap as you see it out here. The plugin provides you with two types of heatmaps. The first displays the most popular searches from all time. The second one is a heatmap that displays popular search from a user selectable date range. By default, I’ve set it for seven days, i.e. a week.</p>\n<p>If you’d like to see how the plugin works, you can try searching for terms on <a href=\"http://ajaydsouza.com/\">my blog</a> or on <a href=\"http://techtites.com/\">Techtites</a>.</p>\n<p>There are several more features that I plan on adding in the near future. Check out the To Do on the plugin page.</p>\n<p>Until then, <a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\">read more about Better Search and download the plugin »</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 20 Mar 2009 21:11:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2022:\"<p>Have you tried searching for anything out here on Weblog Tools Collection? What about the Heatmap we have at the bottom of the page?</p>\n<p>If you haven’t searched for anything here yet, let me explain the difference between the search results out here and the results on other WordPress blogs.</p>\n<p>On other blogs, when you use the inbuilt search, WordPress finds the posts that contain the search term as is and lists them out. Out here, when you conduct a search, the posts which are most relevant to the search term are listed out in order of their relevance. This ensures better search results for your search term.</p>\n<p>The solution we have here is manual and customized for this blog. So, in order to extend this all WordPress users, I’ve converted the same into a WordPress plugin titled <a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\">Better Search</a>.</p>\n<p>When you install Better Search, it will automatically replace the inbuilt search with the ability to search for results contextually and display the same in descending order of relevance. The search results are paged and the searcher can select the number of results to be displayed per page, as well as jump between the various pages.</p>\n<p>An extra feature is the heatmap as you see it out here. The plugin provides you with two types of heatmaps. The first displays the most popular searches from all time. The second one is a heatmap that displays popular search from a user selectable date range. By default, I’ve set it for seven days, i.e. a week.</p>\n<p>If you’d like to see how the plugin works, you can try searching for terms on <a href=\"http://ajaydsouza.com/\">my blog</a> or on <a href=\"http://techtites.com/\">Techtites</a>.</p>\n<p>There are several more features that I plan on adding in the near future. Check out the To Do on the plugin page.</p>\n<p>Until then, <a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\">read more about Better Search and download the plugin »</a></p>\";}i:4;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: How to write a good plugin review\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5393\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/03/20/how-to-write-a-good-plugin-review/\";s:11:\"description\";s:5117:\"<p>When we launched our <a href=\"http://weblogtoolscollection.com/archives/2009/03/11/would-you-like-to-review-plugins-on-wltc/\">Reader Review</a> series, I’m sure we created a few doubts in your mind about:</p>\n<ol>\n<li>How do I write a review?</li>\n<li>Will my review be accepted?</li>\n<li>What if my review gets trashed by readers?</li>\n<li>Is it really worth the effort?</li>\n</ol>\n<p>And so on…</p>\n<p>We published a <a href=\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-reviews-from-our-readers/\">list of reviews from our readers</a>, so that is a good starting point. I’ll guide you through a few tips on writing a good review.</p>\n<h3>Step 1 - Select the Plugin</h3>\n<p>The first step to starting the review, is well finalizing on which plugin you want to review, then downloading and installing the same on your blog. This could either be a dummy blog dedicated for this purpose or maybe your production blog itself.</p>\n<p>Do you really need to install it? Well, the answer is obvious. Yes, you need to. Because without getting a hands on experience, you will never be able to write a good review. Unless you’re me <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> J/k</p>\n<h3>Step 2 - Study the Page</h3>\n<p>Next, study what the plugin author has to say about his / her plugin. I love plugins that have a dedicated plugin page (not a post) on the plugin authors blog / website dedicated for this purpose.</p>\n<p>I give negative points for plugins that don’t have their dedicated page or if they are bunched together with a plugin on a single page. Hence, this usually forms one significant portion of my WordPress plugin reviews.</p>\n<h3>Step 3 - Study the Plugin</h3>\n<p>Now, lets get down to studying the plugin. Here is where you have several options to select from and again this will vary from plugin to plugin.</p>\n<p>First check if the plugin does what it is supposed to. This usually is the case, but while checking for this, you may stumble upon a bug or a point of contention that you’d like to bring to the author’s notice.</p>\n<h3>Step 4 - Feature enhancements?</h3>\n<p>Found something missing in the plugin? Would you like to see something that would make a significant difference to you? Maybe there’s a feature that would make you switch to this plugin, instead of a similar one you are using?</p>\n<p>Jot this down.</p>\n<h3>Step 5 - Writing the Review</h3>\n<p>We’ve collected a lot of information. Now, it’s time to start the review.</p>\n<p>Open your review with the plugin name. Maybe write a short intro on why you chose the plugin. Next write a description of the plugin as well as the features. Provide a screenshot or demo of the plugin if required.</p>\n<p>While this is not part of your actual review, it provides an introduction to your plugin for the readers of your blog who are not aware of the same.</p>\n<p>Next write your actual review. Include the information we collected in Steps 3-5. Remember to use heading tags i.e. <h3> and <h4> etc. to divide your post into appropriate reading sections.</p>\n<h3>Step 6 - Submit your Review to us</h3>\n<p>This week you have a choice of six plugins to choose from:</p>\n<ul>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Our Review</a>)</li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\">Our Review</a>)</li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\">Our Review</a>)</li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\">Our Review</a>)</li>\n<li><a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\">Autoclose</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/01/plugin-review-autoclose/\">Our Review</a>)</li>\n<li><a href=\"http://wordpress.org/extend/plugins/wp-mollom\">WP Mollom</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-review-wp-mollom/\">Our Review</a>)</li>\n</ul>\n<p>You have until <strong>Saturday, March 21 - 11.59pm </strong><a href=\"http://wwp.greenwichmeantime.com/time-zone/usa/eastern-time/\"><strong>EST</strong></a> to send in your review to <strong>submissions AT wltc DOT net </strong>with the following information:</p>\n<p><strong>Subject line of the email: </strong>[APAD Plugin Review]:<em>plugin name</em>. Replace <em>plugin name </em>with the name of the plugin you reviewed.</p>\n<p><strong>Content of the Email:</strong></p>\n<ol>\n<li>URL of the review on your blog. Make sure this is a direct link to the post</li>\n<li>An excerpt of your post. Maximum 50 words. This will be used by us.</li>\n</ol>\";s:7:\"pubdate\";s:31:\"Fri, 20 Mar 2009 11:54:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:5117:\"<p>When we launched our <a href=\"http://weblogtoolscollection.com/archives/2009/03/11/would-you-like-to-review-plugins-on-wltc/\">Reader Review</a> series, I’m sure we created a few doubts in your mind about:</p>\n<ol>\n<li>How do I write a review?</li>\n<li>Will my review be accepted?</li>\n<li>What if my review gets trashed by readers?</li>\n<li>Is it really worth the effort?</li>\n</ol>\n<p>And so on…</p>\n<p>We published a <a href=\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-reviews-from-our-readers/\">list of reviews from our readers</a>, so that is a good starting point. I’ll guide you through a few tips on writing a good review.</p>\n<h3>Step 1 - Select the Plugin</h3>\n<p>The first step to starting the review, is well finalizing on which plugin you want to review, then downloading and installing the same on your blog. This could either be a dummy blog dedicated for this purpose or maybe your production blog itself.</p>\n<p>Do you really need to install it? Well, the answer is obvious. Yes, you need to. Because without getting a hands on experience, you will never be able to write a good review. Unless you’re me <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> J/k</p>\n<h3>Step 2 - Study the Page</h3>\n<p>Next, study what the plugin author has to say about his / her plugin. I love plugins that have a dedicated plugin page (not a post) on the plugin authors blog / website dedicated for this purpose.</p>\n<p>I give negative points for plugins that don’t have their dedicated page or if they are bunched together with a plugin on a single page. Hence, this usually forms one significant portion of my WordPress plugin reviews.</p>\n<h3>Step 3 - Study the Plugin</h3>\n<p>Now, lets get down to studying the plugin. Here is where you have several options to select from and again this will vary from plugin to plugin.</p>\n<p>First check if the plugin does what it is supposed to. This usually is the case, but while checking for this, you may stumble upon a bug or a point of contention that you’d like to bring to the author’s notice.</p>\n<h3>Step 4 - Feature enhancements?</h3>\n<p>Found something missing in the plugin? Would you like to see something that would make a significant difference to you? Maybe there’s a feature that would make you switch to this plugin, instead of a similar one you are using?</p>\n<p>Jot this down.</p>\n<h3>Step 5 - Writing the Review</h3>\n<p>We’ve collected a lot of information. Now, it’s time to start the review.</p>\n<p>Open your review with the plugin name. Maybe write a short intro on why you chose the plugin. Next write a description of the plugin as well as the features. Provide a screenshot or demo of the plugin if required.</p>\n<p>While this is not part of your actual review, it provides an introduction to your plugin for the readers of your blog who are not aware of the same.</p>\n<p>Next write your actual review. Include the information we collected in Steps 3-5. Remember to use heading tags i.e. <h3> and <h4> etc. to divide your post into appropriate reading sections.</p>\n<h3>Step 6 - Submit your Review to us</h3>\n<p>This week you have a choice of six plugins to choose from:</p>\n<ul>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Our Review</a>)</li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\">Our Review</a>)</li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\">Our Review</a>)</li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\">Our Review</a>)</li>\n<li><a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\">Autoclose</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/01/plugin-review-autoclose/\">Our Review</a>)</li>\n<li><a href=\"http://wordpress.org/extend/plugins/wp-mollom\">WP Mollom</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-review-wp-mollom/\">Our Review</a>)</li>\n</ul>\n<p>You have until <strong>Saturday, March 21 - 11.59pm </strong><a href=\"http://wwp.greenwichmeantime.com/time-zone/usa/eastern-time/\"><strong>EST</strong></a> to send in your review to <strong>submissions AT wltc DOT net </strong>with the following information:</p>\n<p><strong>Subject line of the email: </strong>[APAD Plugin Review]:<em>plugin name</em>. Replace <em>plugin name </em>with the name of the plugin you reviewed.</p>\n<p><strong>Content of the Email:</strong></p>\n<ol>\n<li>URL of the review on your blog. Make sure this is a direct link to the post</li>\n<li>An excerpt of your post. Maximum 50 words. This will be used by us.</li>\n</ol>\";}i:5;a:7:{s:5:\"title\";s:43:\"Weblog Tools Collection: IE 8 and WordPress\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5389\";s:4:\"link\";s:72:\"http://weblogtoolscollection.com/archives/2009/03/19/ie-8-and-wordpress/\";s:11:\"description\";s:880:\"<p>So on the day of the <a href=\"http://www.microsoft.com/presspass/press/2009/mar09/03-18IE8AvailablePR.mspx\">release of the much [add verb of choice here] Internet Explorer 8</a>, we would like to know what happens to your WordPress blog in IE 8.</p>\n<p>Does anything look different? Does anything work? How about the Dashboard or the <a href=\"http://cmscritic.com/wordpress-users-may-want-to-avoid-microsofts-new-internet-explorer-8\">admin interface</a>? Did you find any problems? Are you tearing your hair out or are you grinning from ear to ear? Would you suggest that everyone upgrade or would you suggest that we stay away?</p>\n<p>This is one of those times that I wish we allowed the posting of screenshots along with the comments on this blog but links to screenshots would be much appreciated. Anyone know of a plugin that allows posting of screenshots in comments?</p>\";s:7:\"pubdate\";s:31:\"Thu, 19 Mar 2009 19:53:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:880:\"<p>So on the day of the <a href=\"http://www.microsoft.com/presspass/press/2009/mar09/03-18IE8AvailablePR.mspx\">release of the much [add verb of choice here] Internet Explorer 8</a>, we would like to know what happens to your WordPress blog in IE 8.</p>\n<p>Does anything look different? Does anything work? How about the Dashboard or the <a href=\"http://cmscritic.com/wordpress-users-may-want-to-avoid-microsofts-new-internet-explorer-8\">admin interface</a>? Did you find any problems? Are you tearing your hair out or are you grinning from ear to ear? Would you suggest that everyone upgrade or would you suggest that we stay away?</p>\n<p>This is one of those times that I wish we allowed the posting of screenshots along with the comments on this blog but links to screenshots would be much appreciated. Anyone know of a plugin that allows posting of screenshots in comments?</p>\";}i:6;a:7:{s:5:\"title\";s:67:\"Weblog Tools Collection: WordPress for iPhone Version 1.2 Available\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5358\";s:4:\"link\";s:95:\"http://weblogtoolscollection.com/archives/2009/03/19/wordpress-for-iphone-version-12-available/\";s:11:\"description\";s:4811:\"<p>The new version of WordPress for iPhone (and iPod touch) app is now live and available for download in the iTunes App store. This version has a lot of fixes/enhancements that many people (including me) have been waiting for. I’ve been playing around with version 1.2 for a little bit and here are some of my first impressions.</p>\n<h3>New Features (and Some Comments)</h3>\n<ul>\n<li><strong>Landscape mode with extra wide keyboard</strong><br />\n<img class=\"alignnone size-full wp-image-5370\" title=\"WordPress for iPhone Landscape Keyboard\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_landscape_keyboard.jpg\" alt=\"WordPress for iPhone Landscape Keyboard\" width=\"320\" height=\"213\" /><br />\nThis is probably the most desired feature for this application simply because it is physically painful to type a full length blog post in the iPhone portrait keyboard. I am glad that the portrait keyboard restriction is now a thing of the past!</li>\n<li><strong>Link creation help</strong><br />\n<img class=\"alignnone size-full wp-image-5371\" title=\"WordPress for iPhone Link Create 1st Dialog\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_link_create_1.jpg\" alt=\"wp_iphone_link_create_1\" width=\"320\" height=\"213\" /><br />\n<img class=\"alignnone size-full wp-image-5372\" title=\"WordPress for iPhone Link Create 2nd Dialog\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_link_create_2.jpg\" alt=\"WordPress for iPhone Link Create 2nd Dialog\" width=\"320\" height=\"213\" /><br />\nI wasn’t sure where this feature was hiding at first, but I soon found the trick to invoking this feature. Basically anytime you are writing, you can type something that resembles a link (for example “www.” or “http”) to invoke a little prompt that asks you if you want to create a link. Answering yes will bring up another prompt asking you to fill in the URL. I think this is slick interface although some people might find it a bit annoying. It would be nice to merge these two dialogs into one dialog and also have the option to turn this feature off.</li>\n<li><strong>Support for editing and creating pages</strong><br />\n<img class=\"alignnone size-full wp-image-5373\" title=\"WordPress for iPhone Pages Support\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_pages.jpg\" alt=\"WordPress for iPhone Pages Support\" width=\"320\" height=\"213\" /><br />\nThere’s not much to say here. Previously you weren’t able to create/edit pages. Now you can. Note that this feature is only available for WordPress.org 2.7+ or WordPress.com blogs.</li>\n<li><strong>Comment moderation</strong><br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_comments1.jpg\" alt=\"WordPress for iPhone Comments Moderation\" title=\"WordPress for iPhone Comments Moderation\" width=\"320\" height=\"213\" class=\"alignnone size-full wp-image-5387\" /><br />\nThis is one of my other favorite enhancements because I usually spend more time moderating comments than writing blog posts. To be able to do this on-the-go without having to continually login and deal with browser cookies is quite convenient. Note that this feature is only available for WordPress.org 2.7+ or WordPress.com blogs.</li>\n<li><strong>Asynchronous publishing</strong><br />\nThere weren’t any visible changes for this feature, but I assume asynchronous is better than what was in the earlier version.</li>\n<li><strong>Photo resizing options</strong><br />\n<img class=\"alignnone size-full wp-image-5375\" title=\"WordPress for iPhone Photo Resize\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_photo_resize.jpg\" alt=\"WordPress for iPhone Photo Resize\" width=\"320\" height=\"213\" /><br />\nWhen this feature is enabled, all photos attached to the post will be resized to be no larger than 640×480 to save space and publishing time. It’s a nice feature to have, but I don’t think I will be using it personally.</li>\n</ul>\n<h3>Bug in Version 1.2</h3>\n<p>I know that you are thinking, “already?” right? Indeed, the WordPress for iPhone App team has confirmed the <a href=\"http://iphone.wordpress.org/2009/03/19/heads-up-photo-bug-in-version-12/\">existence of a photo bug in this version</a>. They are assuring us that the fix will be pushed out as soon as possible. It’s best for you to wait on the upgrade if you post photos with the WordPress for iPhone application. If not, then you should definitely upgrade and enjoy these great new features!</p>\n<h3>Go grab it!</h3>\n<p>You can get the WordPress for iPhone (and iPod touch) app for free at the <a title=\"WordPress for iPhone iTunes App Store\" href=\"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285073074&mt=8\">iTunes App store</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 19 Mar 2009 11:33:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Thaya Kareeson\";}s:7:\"summary\";s:4811:\"<p>The new version of WordPress for iPhone (and iPod touch) app is now live and available for download in the iTunes App store. This version has a lot of fixes/enhancements that many people (including me) have been waiting for. I’ve been playing around with version 1.2 for a little bit and here are some of my first impressions.</p>\n<h3>New Features (and Some Comments)</h3>\n<ul>\n<li><strong>Landscape mode with extra wide keyboard</strong><br />\n<img class=\"alignnone size-full wp-image-5370\" title=\"WordPress for iPhone Landscape Keyboard\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_landscape_keyboard.jpg\" alt=\"WordPress for iPhone Landscape Keyboard\" width=\"320\" height=\"213\" /><br />\nThis is probably the most desired feature for this application simply because it is physically painful to type a full length blog post in the iPhone portrait keyboard. I am glad that the portrait keyboard restriction is now a thing of the past!</li>\n<li><strong>Link creation help</strong><br />\n<img class=\"alignnone size-full wp-image-5371\" title=\"WordPress for iPhone Link Create 1st Dialog\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_link_create_1.jpg\" alt=\"wp_iphone_link_create_1\" width=\"320\" height=\"213\" /><br />\n<img class=\"alignnone size-full wp-image-5372\" title=\"WordPress for iPhone Link Create 2nd Dialog\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_link_create_2.jpg\" alt=\"WordPress for iPhone Link Create 2nd Dialog\" width=\"320\" height=\"213\" /><br />\nI wasn’t sure where this feature was hiding at first, but I soon found the trick to invoking this feature. Basically anytime you are writing, you can type something that resembles a link (for example “www.” or “http”) to invoke a little prompt that asks you if you want to create a link. Answering yes will bring up another prompt asking you to fill in the URL. I think this is slick interface although some people might find it a bit annoying. It would be nice to merge these two dialogs into one dialog and also have the option to turn this feature off.</li>\n<li><strong>Support for editing and creating pages</strong><br />\n<img class=\"alignnone size-full wp-image-5373\" title=\"WordPress for iPhone Pages Support\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_pages.jpg\" alt=\"WordPress for iPhone Pages Support\" width=\"320\" height=\"213\" /><br />\nThere’s not much to say here. Previously you weren’t able to create/edit pages. Now you can. Note that this feature is only available for WordPress.org 2.7+ or WordPress.com blogs.</li>\n<li><strong>Comment moderation</strong><br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_comments1.jpg\" alt=\"WordPress for iPhone Comments Moderation\" title=\"WordPress for iPhone Comments Moderation\" width=\"320\" height=\"213\" class=\"alignnone size-full wp-image-5387\" /><br />\nThis is one of my other favorite enhancements because I usually spend more time moderating comments than writing blog posts. To be able to do this on-the-go without having to continually login and deal with browser cookies is quite convenient. Note that this feature is only available for WordPress.org 2.7+ or WordPress.com blogs.</li>\n<li><strong>Asynchronous publishing</strong><br />\nThere weren’t any visible changes for this feature, but I assume asynchronous is better than what was in the earlier version.</li>\n<li><strong>Photo resizing options</strong><br />\n<img class=\"alignnone size-full wp-image-5375\" title=\"WordPress for iPhone Photo Resize\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_photo_resize.jpg\" alt=\"WordPress for iPhone Photo Resize\" width=\"320\" height=\"213\" /><br />\nWhen this feature is enabled, all photos attached to the post will be resized to be no larger than 640×480 to save space and publishing time. It’s a nice feature to have, but I don’t think I will be using it personally.</li>\n</ul>\n<h3>Bug in Version 1.2</h3>\n<p>I know that you are thinking, “already?” right? Indeed, the WordPress for iPhone App team has confirmed the <a href=\"http://iphone.wordpress.org/2009/03/19/heads-up-photo-bug-in-version-12/\">existence of a photo bug in this version</a>. They are assuring us that the fix will be pushed out as soon as possible. It’s best for you to wait on the upgrade if you post photos with the WordPress for iPhone application. If not, then you should definitely upgrade and enjoy these great new features!</p>\n<h3>Go grab it!</h3>\n<p>You can get the WordPress for iPhone (and iPod touch) app for free at the <a title=\"WordPress for iPhone iTunes App Store\" href=\"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285073074&mt=8\">iTunes App store</a>.</p>\";}i:7;a:7:{s:5:\"title\";s:119:\"Lorelle on WP: WordPress News Report: iPhone, Widgets API, WordCamps in Hong Kong and China, International WordPress.tv\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3987\";s:4:\"link\";s:140:\"http://lorelle.wordpress.com/2009/03/19/wordpress-news-report-iphone-widgets-api-wordcamps-in-hong-kong-and-china-international-wordpresstv/\";s:11:\"description\";s:21301:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a>This week’s <a href=\"http://www.blogherald.com/tag/wordpress-news/\" title=\"Articles on WordPress News on the Blog Herald\" rel=\"tag\">Blog Herald WordPress News</a> is <a href=\"http://www.blogherald.com/2009/03/19/wordpress-news-iphones-up-wordpress-widgets-api-28-delayed-international-wordpresstv-and-more/\" title=\"WordPress News: iPhones Up, WordPress Widgets API, 2.8 Delayed, International WordPress.tv, and More\">WordPress News: iPhones Up, WordPress Widgets API, 2.8 Delayed, International WordPress.tv, and More</a>, and I’ve covered a lot of WordPress news you can use:</p>\n<blockquote><p>iPhone for WordPress is in the iTunes store. WordPress Widgets will use new Widgets API as of WordPress 2.8. Security authentication will improve with OAuth in future versions. WordPress 2.8 delayed. WordCamps in Hong Kong and China coming up. International languages embraced on WordPress.tv. And more WordPress news, tips, resources, and help.</p></blockquote>\n<p>If you missed last week’s edition on the Blog Herald, it was <a href=\"http://www.blogherald.com/2009/03/12/wordpress-news-plugins-reach-milestone-new-wordpress-community-project-help-to-search-for-wordpress-help/\" title=\"WordPress News: Plugins Reach Milestone, New WordPress Community Project, Help to Search for WordPress Help\">WordPress News: Plugins Reach Milestone, New WordPress Community Project, Help to Search for WordPress Help</a>. </p>\n<p>I am working with the editor of the <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a> to change the look and style of the <a href=\"http://www.blogherald.com/tag/wordpress-news/\" title=\"Articles on WordPress News on the Blog Herald\" rel=\"tag\">Blog Herald WordPress News</a>. I’d love your input here or on the <a href=\"http://www.blogherald.com/2009/03/10/changing-the-blog-herald-wordpress-news-your-help-needed/\" title=\"Changing the Blog Herald WordPress News: Your Help Needed\">announcement regarding potential changes and input</a>. The Blog Herald WordPress News is designed to meet the needs of the WordPress Community, so help us help you blog better with WordPress. </p>\n<p>Here are some highlights for this week you do not want to miss, followed by <a href=\"http://lorelle.wordpress.com/tag/wordpress-news/feed/#wpevents\" title=\"WordPress Events\">WordPress Events, WordCamps, and Meetups</a> coming soon.<span id=\"more-3987\"></span></p>\n<h4>iPhone for WordPress</h4>\n<p>The <a href=\"http://iphone.wordpress.org/2009/03/18/version-12-live-in-itunes-app-store/\" title=\"Version 1.2 Live in iTunes App Store\">iPhone for WordPress Version 1.2</a> is now in the iTunes App Store, ready for you to <a href=\"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285073074&mt=8\" title=\"download iPhone for WordPress\">blog and track comments on your iPhone</a>.</p>\n<h4>WordPress 2.8 News</h4>\n<p>The <a href=\"http://wpdevel.wordpress.com/2009/03/13/28-will-land-some-time-in-april-peopl/\" title=\"2.8 will land some time in April. Peopl …\">WordPress Development team has confirmed</a> that WordPress 2.8 will be released in April, pushing back the release date a few weeks in order to take a little more time with improving the underlying code, incorporating the new Widgets API, and improvements for managing JavaScripts, Plugins, AJAX, and more. </p>\n<p>There is a list of <a href=\"http://codex.wordpress.org/Version_2.8\" title=\"WordPress 2.8 in the Codex\">features, changes, and improvements in the WordPress Codex</a>.</p>\n<p>A new <a href=\"http://core.trac.wordpress.org/ticket/8441\" title=\"new widgets API\">WordPress Widgets API</a> in in development for WordPress 2.8. Based upon MultiWidget Class, it will handle all the multi-widget functions and hooks to implement a multi-widget Plugin, giving developers an easier process to extend their WordPress Plugins with Widget functionality. </p>\n<p><a href=\"http://wpdevel.wordpress.com/2009/03/18/converting-default-widgets-to-the-new-wi/\" title=\"Converting default widgets to the new widgets api\">The WordPress Development team has announced</a> that they are converting all default WordPress Widgets to work with the new Widgets API. If you are a WordPress Plugin author with a Widget-enabled Plugin, or you want to expand the flexibility of your Plugin for WordPress 2.8, check this out. </p>\n<p><a href=\"http://lesterchan.net/wordpress/2009/03/17/new-wp_widget-class-in-wordpress-28/\" title=\"New WP_Widget Class In WordPress 2.8\">Lester Chan covers the new WP_Widget Class</a> in WordPress 2.8 in greater detail to help Plugin authors understand how it works and how it can help them.</p>\n<p>There will be a lot of changes under the hood, but not so much on the surface in WordPress 2.8. If you are working with WordPress Themes, Plugins, or development, articles on WordPress 2.8 news you should be aware of include: </p>\n<ul>\n<li><a href=\"http://wpdevel.wordpress.com/2008/12/27/optimizing-script-loading/\" title=\"Optimizing script loading\">Optimizing Script Loading</a></li>\n<li><a href=\"http://wpdevel.wordpress.com/2009/01/07/optimizing-script-loading-part-2/\" title=\"Optimizing script loading part 2\">Optimizing script loading part 2</a></li>\n<li><a href=\"http://wpdevel.wordpress.com/2009/01/15/optimizing-script-loading-implementation/\" title=\"Optimizing script loading, implementation\">Optimizing script loading, implementation</a></li>\n<li><a href=\"http://lesterchan.net/wordpress/2009/01/15/javascript-in-my-plugins/\" title=\"JavaScript In My Plugins\">Preparing for WordPress 2.8: Using JavaScript in WordPress Plugins</a></li>\n<li><a href=\"http://wpengineer.com/change-your-wordpress-theme-on/\" title=\"Change your WordPress Theme on …\">Change your WordPress Theme on …</a></li>\n<li><a href=\"http://wpengineer.com/wordpress-28-body_class-automatic_feed_links/\" title=\"WordPress 2.8 body_class, automatic_feed_links\">WordPress 2.8 body_class, automatic_feed_links</a></li>\n<li><a href=\"http://www.wp-fun.co.uk/2009/02/09/what-a-body/\" title=\"What a body!\">What a body!</a></li>\n</ul>\n<p><a href=\"http://willnorris.com/2009/03/authentication-in-wordpress-28\" title=\"Will Norris: Authentication in WordPress 2.8\">Will Norris wrote about “Authentication in WordPress 2.8</a>” as part of his ongoing project for the <a href=\"http://wordpress.org/extend/plugins/openid/\" title=\"OpenID plugin\">OpenID WordPress Plugin</a>. Working with <a href=\"http://peter.westwood.name/\" title=\"Peter Westwood\">Peter Westwood</a>, WordPress 2.8 now includes a new filter for authentication that passes through three paramters, along with the username and password. According to <a href=\"http://ma.tt/\" title=\"Matt Mullenweg\" rel=\"tag\">Matt Mullenweg</a>, right now, the OAuth for WordPress will be a WordPress Plugin, with hopes of integrating it into the core in the future. </p>\n<h4>WordPress.tv Goes International and Offers Insider News</h4>\n<p><a href=\"http://wordpress.tv/\" title=\"WordPress.tv\" rel=\"tag\">WordPress.tv</a> has now <a href=\"http://blog.wordpress.tv/2009/03/18/wordpresstv-the-shape-of-things-to-come-blow-by-blow/\" title=\"WordPress.tv: the shape of things to come, blow-by-blow\">launched</a> the <a href=\"http://dev.wordpress.tv/\" title=\"Making WordPress.tv\">Making WordPress.tv</a> development blog run on the new <a href=\"http://en.blog.wordpress.com/2009/03/11/p2-the-new-prologue/\" title=\"freshly launched P2 theme,\">P2 WordPress Theme</a> for those who want to keep up with what is going on with the new video service for the WordPress Community. </p>\n<p>The first goal for improving the new WordPress.tv is to improve the localization, the ability to understand the videos in your language. Michael Pick is working on <a href=\"http://blog.wordpress.tv/2009/03/17/wordpresstv-in-your-language/\" title=\"WordPress.tv - in your language\">adding language filtering</a> to help with the translation of videos into other languages. You can now filter the videos by language preference, too. </p>\n<p>If you would like to help, let them know. </p>\n<h4>WordPress Tips and Plugins on Twitter</h4>\n<p>I’ve started sharing WordPress Tips and Plugin suggestions I’ve collected over the past couple years on Twitter at <a href=\"http://twitter.com/lorelleonwp/\" title=\"Lorelle on WordPress Twitter\">@lorelleonwp</a>. </p>\n<p>I post one WordPress tip and one WordPress Plugin link every morning (PST) covering recent versions of WordPress and WordPress usages and features. </p>\n<p>Thanks and credit for making this happen goes to <a href=\"http://www.tweetlater.com/\" title=\"TweetLater\">TweetLater</a>, a future Twitter posting and management system I <a href=\"http://www.blogherald.com/2009/03/03/exploring-social-media-future-tweets-with-tweetlater/\" title=\"Exploring Social Media: Future Tweets with TweetLater\">reviewed recently</a>.</p>\n<p><a name=\"wpevents\"> </a></p>\n<h3>WordPress Events and WordCamps</h3>\n<p>Upcoming WordCamps and WordPress events include:</p>\n<p><strong>March 2009</strong></p>\n<ul>\n<li><a href=\"http://upcoming.yahoo.com/event/2126113/\" title=\"Mar 18, 2009: Utah WordPress Meetup at Spurlock House\">Utah WordPress Meetup - March 18, 2009</a></li>\n<li><a href=\"http://www.meetup.com/LasVegasWordPress/calendar/9781074/\" title=\"Las Vegas WordPress Meetup\">Las Vegas WordPress Meetup - March 19, 2009</a></li>\n<li><a href=\"http://www.meetup.com/The-Ferndale-WordPress-Meetup-Group/calendar/9915631/\" title=\"March WordPress Meetup\">Ferndale, Michigan - March WordPress Meetup - March 23, 2009</a></li>\n<li><a title=\"Atlanta WordPress Users Group\" href=\"http://wordpress.meetup.com/184/calendar/9720888/\">Atlanta, Georgia - Atlanta WordPress Users Group - March 24, 2009</a></li>\n<li><a href=\"http://www.meetup.com/wordpressnyc/calendar/9804958/\" title=\"The Wonderful World of Widgets\">New York City WordPress Meetup - The Wonderful World of Widgets - March 24, 2009</a></li>\n<li><a href=\"http://www.meetup.com/Seattle-WordPress-2-0/calendar/9811427/\" title=\"Seattle WordPress 2.0 March Meetup\">Seattle WordPress Meetup - March 24, 2009</a></li>\n<li><a href=\"http://www.meetup.com/LasVegasWordPress/calendar/9781075/\" title=\"Las Vegas WordPress Meetup\">Las Vegas WordPress Meetup - Thursday, March 26, 2009</a></li>\n<li><a href=\"http://www.meetup.com/dfwwordpress/calendar/9847328/\" title=\"The Dallas/Ft. Worth Area WordPress March Meetup\">The Dallas/Ft. Worth Area WordPress March Meetup - March 28, 2009</a></li>\n<li><a href=\"http://www.meetup.com/mywplife/calendar/9847344/\" title=\"The Chicago WordPress March Meetup: Plugins\">The Chicago WordPress March Meetup - WordPress Plugins - March 28, 2009</a></li>\n<li><a href=\"http://wordpress.meetup.com/184/calendar/9807239/\" title=\"Atlanta WordPress Users Group March Meetup\">Atlanta, Georgia - Atlanta WordPress Users Group Meetup - March 28, 2009</a></li>\n<li><a href=\"http://www.meetup.com/Greater-Charlotte-Area-WordPress-Group/calendar/9796418/\" title=\"Greater Charlotte Area WordPress Group March Meetup\">North Carolina - Greater Charlotte Area WordPress Group March Meetup - March 28, 2009</a></li>\n<li><a href=\"http://www.meetup.com/Eastbay-WordPress-Meetup/calendar/9761302/\" title=\"The East Bay WordPress March Mash-up\">Alameda, California - The East Bay WordPress March Mash-up - March 29, 2009</a></li>\n</ul>\n<p><strong>April 2009</strong></p>\n<ul>\n<li><a href=\"http://www.meetup.com/The-New-Jersey-WordPress-Meetup-Group/calendar/9886762/\" title=\"The New Jersey WordPress April Meetup\">The New Jersey WordPress April Meetup - April 1, 2009</a></li>\n<li><a href=\"http://www.meetup.com/LasVegasWordPress/calendar/9834941/\" title=\"Las Vegas WordPress Meetup\">Las Vegas WordPress Meetup - April 1, 2009</a></li>\n<li><a href=\"http://www.meetup.com/The-New-Jersey-WordPress-Meetup-Group/calendar/9809084/\" title=\"April NJ WordPress Meetup\">New Jersey WordPress Meetup - April 1, 2009</a></li>\n<li><a href=\"http://www.meetup.com/gulf-coast-wordpress/calendar/9893149/\" title=\"Gulf Coast WordPress/Blogger April Meetup\">Gulf Coast WordPress/Blogger April Meetup - April 2, 2009</a></li>\n<li><a title=\"WordCamp China\" href=\"http://wordcampchina.org/\">WordCamp China - April 4, 2009</a></li>\n<li><a href=\"http://hk.wordcamp.org/\" title=\"WordCamp Hong Kong\">WordCamp Hong Kong - April 5, 2009</a></li>\n<li><a href=\"http://www.meetup.com/SF-WordPress-Users/calendar/9935018/\" title=\"South Florida WordPress April Meetup\">Ft. Lauderdale, Florida - South Florida WordPress April Meetup - April 8, 2009</a></li>\n<li><a href=\"http://wordcampnola.com/\" title=\"WordCamp New Orleans NOLA\">New Orleans, Louisiana - WordCamp NOLA - April 10-11, 2008</a> (<a href=\"http://www.twitter.com/WordCampNOLA\" title=\"WordCamp New Orleans NOLA\">Twitter</a>)</li>\n<li><a href=\"http://www.meetup.com/The-Southern-California-WordPress-Meetup-Group/calendar/9961829/\" title=\"April Meetup - Southern California WordPress Group\">Long Beach, California - Southern California WordPress Group - April 18, 2009</a></li>\n</ul>\n<p><strong>May 2009</strong></p>\n<ul>\n<li><a href=\"http://www.sobevent.com/\" title=\"SOBCon\">Chicago - Successful and Outstanding Bloggers Conference (SOBCon) - May 1-5, 2009</a></li>\n<li><a href=\"http://phug.ca/wordcamptoronto\" title=\"WordCamp Toronto\">WordCamp Toronto - May 8-10, 2009</a></li>\n<li><a href=\"http://wordcamprva.org/\" title=\"May 9, 2009: WordCamp RVA at Hirschler Fleischer\">Richmond, Virginia - WordCamp RVA - May 9, 2009</a></li>\n<li><a href=\"http://www.wordcampcolumbus.com/\" title=\"WordCamp Columbus\">Ohio - WordCamp Columbus - May 16, 2009</a></li>\n<li><a href=\"http://wordcampmidatlantic.com/\" title=\"WordCamp Mid-Atlantic\">Washington, D.C., Baltimore and Philadelphia - WordCamp Mid-Atlantic - May 16, 2009</a></li>\n<li><a href=\"http://www.wordcamp.it/\" title=\"WordCamp Milan 2009\">Milan, Italy - WordCamp Milan 2009 - May 22-23, 2009</a></li>\n<li><a href=\"http://2009.sf.wordcamp.org/\" title=\"WordCamp San Francisco 2009\">WordCamp San Francisco 2009 - May 30, 2009</a></li>\n</ul>\n<h4>Past WordPress News Reports</h4>\n<ul>\n<li><a href=\"http://www.blogherald.com/2009/03/12/wordpress-news-plugins-reach-milestone-new-wordpress-community-project-help-to-search-for-wordpress-help/\" title=\"WordPress News: Plugins Reach Milestone, New WordPress Community Project, Help to Search for WordPress Help\">WordPress News: Plugins Reach Milestone, New WordPress Community Project, Help to Search for WordPress Help</a></li>\n<li><a href=\"http://www.blogherald.com/2009/02/26/wordpress-news-wordpress-wins-at-irish-blogger-awards-wordpress-events-everywhere-wordpress-for-powerpoint-flash-security-issue-feedburner-deadline/\" title=\"WordPress News: WordPress Wins at Irish Blogger Awards, WordPress Events Everywhere, WordPress for PowerPoint, Flash Security Issue, Feedburner Deadline\">WordPress News: WordPress Wins at Irish Blogger Awards, WordPress Events Everywhere, WordPress for PowerPoint, Flash Security Issue, Feedburner Deadline</a></li>\n<li><a href=\"http://www.blogherald.com/2009/02/20/wordpress-news-can-you-spot-a-wordpress-blog-wordpress-28-news-plugin-directory-searcable-iphone-app-tested-and-more/\" title=\"WordPress News: Can You Spot a WordPress Blog? WordPress 2.8 News, Plugin Directory Searcable, iPhone App Tested, and More\">WordPress News: Can You Spot a WordPress Blog? WordPress 2.8 News, Plugin Directory Searcable, iPhone App Tested, and More</a></li>\n<li><a href=\"http://www.blogherald.com/2009/02/05/wordpress-news-release-week-news-wordpress-271-buddypress-wordpress-mu-and-more-releases/\" title=\"WordPress News: Release Week News, WordPress 2.7.1, BuddyPress, WordPress MU, and More Releases\">WordPress News: Release Week News, WordPress 2.7.1, BuddyPress, WordPress MU, and More Releases</a></li>\n<li><a href=\"http://www.blogherald.com/2009/01/29/wordpress-news-logogate-wordcamps-everywhere-wordpresstv-buddypress-wordpressmu-wordpress-plugin-podcast-and-more/\" title=\"WordPress News: Logogate, WordCamps Everywhere, WordPress.tv, BuddyPress, WordPressMU, WordPress Plugin Podcast, and More\">WordPress News: Logogate, WordCamps Everywhere, WordPress.tv, BuddyPress, WordPressMU, WordPress Plugin Podcast, and More</a></li>\n<li><a href=\"http://www.blogherald.com/2009/01/23/wordpress-news-wordpresstv-wordcamp-whistler-wordpress-logo-city-saves-money-and-more/\" title=\"WordPress News: WordPress.tv, WordCamp Whistler, WordPress Logo, City Saves Money, and More\">WordPress News: WordPress.tv, WordCamp Whistler, WordPress Logo, City Saves Money, and More</a></li>\n</ul>\n<p><em>Each week, the <a title=\"Blog Herald\" rel=\"tag\" href=\"http://www.blogherald.com/\">Blog Herald</a> features <strong>WordPress News</strong>, a weekly column by <a href=\"http://lorelle.wordpress.com/\" title=\"Lorelle on WordPress\" rel=\"tag\">Lorelle VanFossen of Lorelle on WordPress</a> featuring the news around the WordPress Community. If you have a WordPress news item or tip to suggest, please contact her at this special email address: <a href=\"mailto:lorelleonwordpress@gmail.com\">lorelleonwordpress@gmail.com</a></em></p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+herald\" rel=\"tag\">blog herald</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+herald+wordpress+news\" rel=\"tag\">blog herald wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=weekly+wordpress+news\" rel=\"tag\">weekly wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+themes\" rel=\"tag\">wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+plugins\" rel=\"tag\">wordpress plugins</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+help\" rel=\"tag\">wordpress help</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+advice\" rel=\"tag\">wordpress advice</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+techniques\" rel=\"tag\">wordpress techniques</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+development\" rel=\"tag\">wordpress development</a> </p>\n<p><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3987/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3987/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3987/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3987/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3987/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3987/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3987/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3987/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3987/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3987/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3987&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Thu, 19 Mar 2009 07:07:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:21301:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a>This week’s <a href=\"http://www.blogherald.com/tag/wordpress-news/\" title=\"Articles on WordPress News on the Blog Herald\" rel=\"tag\">Blog Herald WordPress News</a> is <a href=\"http://www.blogherald.com/2009/03/19/wordpress-news-iphones-up-wordpress-widgets-api-28-delayed-international-wordpresstv-and-more/\" title=\"WordPress News: iPhones Up, WordPress Widgets API, 2.8 Delayed, International WordPress.tv, and More\">WordPress News: iPhones Up, WordPress Widgets API, 2.8 Delayed, International WordPress.tv, and More</a>, and I’ve covered a lot of WordPress news you can use:</p>\n<blockquote><p>iPhone for WordPress is in the iTunes store. WordPress Widgets will use new Widgets API as of WordPress 2.8. Security authentication will improve with OAuth in future versions. WordPress 2.8 delayed. WordCamps in Hong Kong and China coming up. International languages embraced on WordPress.tv. And more WordPress news, tips, resources, and help.</p></blockquote>\n<p>If you missed last week’s edition on the Blog Herald, it was <a href=\"http://www.blogherald.com/2009/03/12/wordpress-news-plugins-reach-milestone-new-wordpress-community-project-help-to-search-for-wordpress-help/\" title=\"WordPress News: Plugins Reach Milestone, New WordPress Community Project, Help to Search for WordPress Help\">WordPress News: Plugins Reach Milestone, New WordPress Community Project, Help to Search for WordPress Help</a>. </p>\n<p>I am working with the editor of the <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a> to change the look and style of the <a href=\"http://www.blogherald.com/tag/wordpress-news/\" title=\"Articles on WordPress News on the Blog Herald\" rel=\"tag\">Blog Herald WordPress News</a>. I’d love your input here or on the <a href=\"http://www.blogherald.com/2009/03/10/changing-the-blog-herald-wordpress-news-your-help-needed/\" title=\"Changing the Blog Herald WordPress News: Your Help Needed\">announcement regarding potential changes and input</a>. The Blog Herald WordPress News is designed to meet the needs of the WordPress Community, so help us help you blog better with WordPress. </p>\n<p>Here are some highlights for this week you do not want to miss, followed by <a href=\"http://lorelle.wordpress.com/tag/wordpress-news/feed/#wpevents\" title=\"WordPress Events\">WordPress Events, WordCamps, and Meetups</a> coming soon.<span id=\"more-3987\"></span></p>\n<h4>iPhone for WordPress</h4>\n<p>The <a href=\"http://iphone.wordpress.org/2009/03/18/version-12-live-in-itunes-app-store/\" title=\"Version 1.2 Live in iTunes App Store\">iPhone for WordPress Version 1.2</a> is now in the iTunes App Store, ready for you to <a href=\"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285073074&mt=8\" title=\"download iPhone for WordPress\">blog and track comments on your iPhone</a>.</p>\n<h4>WordPress 2.8 News</h4>\n<p>The <a href=\"http://wpdevel.wordpress.com/2009/03/13/28-will-land-some-time-in-april-peopl/\" title=\"2.8 will land some time in April. Peopl …\">WordPress Development team has confirmed</a> that WordPress 2.8 will be released in April, pushing back the release date a few weeks in order to take a little more time with improving the underlying code, incorporating the new Widgets API, and improvements for managing JavaScripts, Plugins, AJAX, and more. </p>\n<p>There is a list of <a href=\"http://codex.wordpress.org/Version_2.8\" title=\"WordPress 2.8 in the Codex\">features, changes, and improvements in the WordPress Codex</a>.</p>\n<p>A new <a href=\"http://core.trac.wordpress.org/ticket/8441\" title=\"new widgets API\">WordPress Widgets API</a> in in development for WordPress 2.8. Based upon MultiWidget Class, it will handle all the multi-widget functions and hooks to implement a multi-widget Plugin, giving developers an easier process to extend their WordPress Plugins with Widget functionality. </p>\n<p><a href=\"http://wpdevel.wordpress.com/2009/03/18/converting-default-widgets-to-the-new-wi/\" title=\"Converting default widgets to the new widgets api\">The WordPress Development team has announced</a> that they are converting all default WordPress Widgets to work with the new Widgets API. If you are a WordPress Plugin author with a Widget-enabled Plugin, or you want to expand the flexibility of your Plugin for WordPress 2.8, check this out. </p>\n<p><a href=\"http://lesterchan.net/wordpress/2009/03/17/new-wp_widget-class-in-wordpress-28/\" title=\"New WP_Widget Class In WordPress 2.8\">Lester Chan covers the new WP_Widget Class</a> in WordPress 2.8 in greater detail to help Plugin authors understand how it works and how it can help them.</p>\n<p>There will be a lot of changes under the hood, but not so much on the surface in WordPress 2.8. If you are working with WordPress Themes, Plugins, or development, articles on WordPress 2.8 news you should be aware of include: </p>\n<ul>\n<li><a href=\"http://wpdevel.wordpress.com/2008/12/27/optimizing-script-loading/\" title=\"Optimizing script loading\">Optimizing Script Loading</a></li>\n<li><a href=\"http://wpdevel.wordpress.com/2009/01/07/optimizing-script-loading-part-2/\" title=\"Optimizing script loading part 2\">Optimizing script loading part 2</a></li>\n<li><a href=\"http://wpdevel.wordpress.com/2009/01/15/optimizing-script-loading-implementation/\" title=\"Optimizing script loading, implementation\">Optimizing script loading, implementation</a></li>\n<li><a href=\"http://lesterchan.net/wordpress/2009/01/15/javascript-in-my-plugins/\" title=\"JavaScript In My Plugins\">Preparing for WordPress 2.8: Using JavaScript in WordPress Plugins</a></li>\n<li><a href=\"http://wpengineer.com/change-your-wordpress-theme-on/\" title=\"Change your WordPress Theme on …\">Change your WordPress Theme on …</a></li>\n<li><a href=\"http://wpengineer.com/wordpress-28-body_class-automatic_feed_links/\" title=\"WordPress 2.8 body_class, automatic_feed_links\">WordPress 2.8 body_class, automatic_feed_links</a></li>\n<li><a href=\"http://www.wp-fun.co.uk/2009/02/09/what-a-body/\" title=\"What a body!\">What a body!</a></li>\n</ul>\n<p><a href=\"http://willnorris.com/2009/03/authentication-in-wordpress-28\" title=\"Will Norris: Authentication in WordPress 2.8\">Will Norris wrote about “Authentication in WordPress 2.8</a>” as part of his ongoing project for the <a href=\"http://wordpress.org/extend/plugins/openid/\" title=\"OpenID plugin\">OpenID WordPress Plugin</a>. Working with <a href=\"http://peter.westwood.name/\" title=\"Peter Westwood\">Peter Westwood</a>, WordPress 2.8 now includes a new filter for authentication that passes through three paramters, along with the username and password. According to <a href=\"http://ma.tt/\" title=\"Matt Mullenweg\" rel=\"tag\">Matt Mullenweg</a>, right now, the OAuth for WordPress will be a WordPress Plugin, with hopes of integrating it into the core in the future. </p>\n<h4>WordPress.tv Goes International and Offers Insider News</h4>\n<p><a href=\"http://wordpress.tv/\" title=\"WordPress.tv\" rel=\"tag\">WordPress.tv</a> has now <a href=\"http://blog.wordpress.tv/2009/03/18/wordpresstv-the-shape-of-things-to-come-blow-by-blow/\" title=\"WordPress.tv: the shape of things to come, blow-by-blow\">launched</a> the <a href=\"http://dev.wordpress.tv/\" title=\"Making WordPress.tv\">Making WordPress.tv</a> development blog run on the new <a href=\"http://en.blog.wordpress.com/2009/03/11/p2-the-new-prologue/\" title=\"freshly launched P2 theme,\">P2 WordPress Theme</a> for those who want to keep up with what is going on with the new video service for the WordPress Community. </p>\n<p>The first goal for improving the new WordPress.tv is to improve the localization, the ability to understand the videos in your language. Michael Pick is working on <a href=\"http://blog.wordpress.tv/2009/03/17/wordpresstv-in-your-language/\" title=\"WordPress.tv - in your language\">adding language filtering</a> to help with the translation of videos into other languages. You can now filter the videos by language preference, too. </p>\n<p>If you would like to help, let them know. </p>\n<h4>WordPress Tips and Plugins on Twitter</h4>\n<p>I’ve started sharing WordPress Tips and Plugin suggestions I’ve collected over the past couple years on Twitter at <a href=\"http://twitter.com/lorelleonwp/\" title=\"Lorelle on WordPress Twitter\">@lorelleonwp</a>. </p>\n<p>I post one WordPress tip and one WordPress Plugin link every morning (PST) covering recent versions of WordPress and WordPress usages and features. </p>\n<p>Thanks and credit for making this happen goes to <a href=\"http://www.tweetlater.com/\" title=\"TweetLater\">TweetLater</a>, a future Twitter posting and management system I <a href=\"http://www.blogherald.com/2009/03/03/exploring-social-media-future-tweets-with-tweetlater/\" title=\"Exploring Social Media: Future Tweets with TweetLater\">reviewed recently</a>.</p>\n<p><a name=\"wpevents\"> </a></p>\n<h3>WordPress Events and WordCamps</h3>\n<p>Upcoming WordCamps and WordPress events include:</p>\n<p><strong>March 2009</strong></p>\n<ul>\n<li><a href=\"http://upcoming.yahoo.com/event/2126113/\" title=\"Mar 18, 2009: Utah WordPress Meetup at Spurlock House\">Utah WordPress Meetup - March 18, 2009</a></li>\n<li><a href=\"http://www.meetup.com/LasVegasWordPress/calendar/9781074/\" title=\"Las Vegas WordPress Meetup\">Las Vegas WordPress Meetup - March 19, 2009</a></li>\n<li><a href=\"http://www.meetup.com/The-Ferndale-WordPress-Meetup-Group/calendar/9915631/\" title=\"March WordPress Meetup\">Ferndale, Michigan - March WordPress Meetup - March 23, 2009</a></li>\n<li><a title=\"Atlanta WordPress Users Group\" href=\"http://wordpress.meetup.com/184/calendar/9720888/\">Atlanta, Georgia - Atlanta WordPress Users Group - March 24, 2009</a></li>\n<li><a href=\"http://www.meetup.com/wordpressnyc/calendar/9804958/\" title=\"The Wonderful World of Widgets\">New York City WordPress Meetup - The Wonderful World of Widgets - March 24, 2009</a></li>\n<li><a href=\"http://www.meetup.com/Seattle-WordPress-2-0/calendar/9811427/\" title=\"Seattle WordPress 2.0 March Meetup\">Seattle WordPress Meetup - March 24, 2009</a></li>\n<li><a href=\"http://www.meetup.com/LasVegasWordPress/calendar/9781075/\" title=\"Las Vegas WordPress Meetup\">Las Vegas WordPress Meetup - Thursday, March 26, 2009</a></li>\n<li><a href=\"http://www.meetup.com/dfwwordpress/calendar/9847328/\" title=\"The Dallas/Ft. Worth Area WordPress March Meetup\">The Dallas/Ft. Worth Area WordPress March Meetup - March 28, 2009</a></li>\n<li><a href=\"http://www.meetup.com/mywplife/calendar/9847344/\" title=\"The Chicago WordPress March Meetup: Plugins\">The Chicago WordPress March Meetup - WordPress Plugins - March 28, 2009</a></li>\n<li><a href=\"http://wordpress.meetup.com/184/calendar/9807239/\" title=\"Atlanta WordPress Users Group March Meetup\">Atlanta, Georgia - Atlanta WordPress Users Group Meetup - March 28, 2009</a></li>\n<li><a href=\"http://www.meetup.com/Greater-Charlotte-Area-WordPress-Group/calendar/9796418/\" title=\"Greater Charlotte Area WordPress Group March Meetup\">North Carolina - Greater Charlotte Area WordPress Group March Meetup - March 28, 2009</a></li>\n<li><a href=\"http://www.meetup.com/Eastbay-WordPress-Meetup/calendar/9761302/\" title=\"The East Bay WordPress March Mash-up\">Alameda, California - The East Bay WordPress March Mash-up - March 29, 2009</a></li>\n</ul>\n<p><strong>April 2009</strong></p>\n<ul>\n<li><a href=\"http://www.meetup.com/The-New-Jersey-WordPress-Meetup-Group/calendar/9886762/\" title=\"The New Jersey WordPress April Meetup\">The New Jersey WordPress April Meetup - April 1, 2009</a></li>\n<li><a href=\"http://www.meetup.com/LasVegasWordPress/calendar/9834941/\" title=\"Las Vegas WordPress Meetup\">Las Vegas WordPress Meetup - April 1, 2009</a></li>\n<li><a href=\"http://www.meetup.com/The-New-Jersey-WordPress-Meetup-Group/calendar/9809084/\" title=\"April NJ WordPress Meetup\">New Jersey WordPress Meetup - April 1, 2009</a></li>\n<li><a href=\"http://www.meetup.com/gulf-coast-wordpress/calendar/9893149/\" title=\"Gulf Coast WordPress/Blogger April Meetup\">Gulf Coast WordPress/Blogger April Meetup - April 2, 2009</a></li>\n<li><a title=\"WordCamp China\" href=\"http://wordcampchina.org/\">WordCamp China - April 4, 2009</a></li>\n<li><a href=\"http://hk.wordcamp.org/\" title=\"WordCamp Hong Kong\">WordCamp Hong Kong - April 5, 2009</a></li>\n<li><a href=\"http://www.meetup.com/SF-WordPress-Users/calendar/9935018/\" title=\"South Florida WordPress April Meetup\">Ft. Lauderdale, Florida - South Florida WordPress April Meetup - April 8, 2009</a></li>\n<li><a href=\"http://wordcampnola.com/\" title=\"WordCamp New Orleans NOLA\">New Orleans, Louisiana - WordCamp NOLA - April 10-11, 2008</a> (<a href=\"http://www.twitter.com/WordCampNOLA\" title=\"WordCamp New Orleans NOLA\">Twitter</a>)</li>\n<li><a href=\"http://www.meetup.com/The-Southern-California-WordPress-Meetup-Group/calendar/9961829/\" title=\"April Meetup - Southern California WordPress Group\">Long Beach, California - Southern California WordPress Group - April 18, 2009</a></li>\n</ul>\n<p><strong>May 2009</strong></p>\n<ul>\n<li><a href=\"http://www.sobevent.com/\" title=\"SOBCon\">Chicago - Successful and Outstanding Bloggers Conference (SOBCon) - May 1-5, 2009</a></li>\n<li><a href=\"http://phug.ca/wordcamptoronto\" title=\"WordCamp Toronto\">WordCamp Toronto - May 8-10, 2009</a></li>\n<li><a href=\"http://wordcamprva.org/\" title=\"May 9, 2009: WordCamp RVA at Hirschler Fleischer\">Richmond, Virginia - WordCamp RVA - May 9, 2009</a></li>\n<li><a href=\"http://www.wordcampcolumbus.com/\" title=\"WordCamp Columbus\">Ohio - WordCamp Columbus - May 16, 2009</a></li>\n<li><a href=\"http://wordcampmidatlantic.com/\" title=\"WordCamp Mid-Atlantic\">Washington, D.C., Baltimore and Philadelphia - WordCamp Mid-Atlantic - May 16, 2009</a></li>\n<li><a href=\"http://www.wordcamp.it/\" title=\"WordCamp Milan 2009\">Milan, Italy - WordCamp Milan 2009 - May 22-23, 2009</a></li>\n<li><a href=\"http://2009.sf.wordcamp.org/\" title=\"WordCamp San Francisco 2009\">WordCamp San Francisco 2009 - May 30, 2009</a></li>\n</ul>\n<h4>Past WordPress News Reports</h4>\n<ul>\n<li><a href=\"http://www.blogherald.com/2009/03/12/wordpress-news-plugins-reach-milestone-new-wordpress-community-project-help-to-search-for-wordpress-help/\" title=\"WordPress News: Plugins Reach Milestone, New WordPress Community Project, Help to Search for WordPress Help\">WordPress News: Plugins Reach Milestone, New WordPress Community Project, Help to Search for WordPress Help</a></li>\n<li><a href=\"http://www.blogherald.com/2009/02/26/wordpress-news-wordpress-wins-at-irish-blogger-awards-wordpress-events-everywhere-wordpress-for-powerpoint-flash-security-issue-feedburner-deadline/\" title=\"WordPress News: WordPress Wins at Irish Blogger Awards, WordPress Events Everywhere, WordPress for PowerPoint, Flash Security Issue, Feedburner Deadline\">WordPress News: WordPress Wins at Irish Blogger Awards, WordPress Events Everywhere, WordPress for PowerPoint, Flash Security Issue, Feedburner Deadline</a></li>\n<li><a href=\"http://www.blogherald.com/2009/02/20/wordpress-news-can-you-spot-a-wordpress-blog-wordpress-28-news-plugin-directory-searcable-iphone-app-tested-and-more/\" title=\"WordPress News: Can You Spot a WordPress Blog? WordPress 2.8 News, Plugin Directory Searcable, iPhone App Tested, and More\">WordPress News: Can You Spot a WordPress Blog? WordPress 2.8 News, Plugin Directory Searcable, iPhone App Tested, and More</a></li>\n<li><a href=\"http://www.blogherald.com/2009/02/05/wordpress-news-release-week-news-wordpress-271-buddypress-wordpress-mu-and-more-releases/\" title=\"WordPress News: Release Week News, WordPress 2.7.1, BuddyPress, WordPress MU, and More Releases\">WordPress News: Release Week News, WordPress 2.7.1, BuddyPress, WordPress MU, and More Releases</a></li>\n<li><a href=\"http://www.blogherald.com/2009/01/29/wordpress-news-logogate-wordcamps-everywhere-wordpresstv-buddypress-wordpressmu-wordpress-plugin-podcast-and-more/\" title=\"WordPress News: Logogate, WordCamps Everywhere, WordPress.tv, BuddyPress, WordPressMU, WordPress Plugin Podcast, and More\">WordPress News: Logogate, WordCamps Everywhere, WordPress.tv, BuddyPress, WordPressMU, WordPress Plugin Podcast, and More</a></li>\n<li><a href=\"http://www.blogherald.com/2009/01/23/wordpress-news-wordpresstv-wordcamp-whistler-wordpress-logo-city-saves-money-and-more/\" title=\"WordPress News: WordPress.tv, WordCamp Whistler, WordPress Logo, City Saves Money, and More\">WordPress News: WordPress.tv, WordCamp Whistler, WordPress Logo, City Saves Money, and More</a></li>\n</ul>\n<p><em>Each week, the <a title=\"Blog Herald\" rel=\"tag\" href=\"http://www.blogherald.com/\">Blog Herald</a> features <strong>WordPress News</strong>, a weekly column by <a href=\"http://lorelle.wordpress.com/\" title=\"Lorelle on WordPress\" rel=\"tag\">Lorelle VanFossen of Lorelle on WordPress</a> featuring the news around the WordPress Community. If you have a WordPress news item or tip to suggest, please contact her at this special email address: <a href=\"mailto:lorelleonwordpress@gmail.com\">lorelleonwordpress@gmail.com</a></em></p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+herald\" rel=\"tag\">blog herald</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+herald+wordpress+news\" rel=\"tag\">blog herald wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=weekly+wordpress+news\" rel=\"tag\">weekly wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+themes\" rel=\"tag\">wordpress themes</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+plugins\" rel=\"tag\">wordpress plugins</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+help\" rel=\"tag\">wordpress help</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+advice\" rel=\"tag\">wordpress advice</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+techniques\" rel=\"tag\">wordpress techniques</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+development\" rel=\"tag\">wordpress development</a> </p>\n<p><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3987/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3987/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3987/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3987/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3987/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3987/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3987/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3987/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3987/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3987/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3987&subd=lorelle&ref=&feed=1\" /></div>\";}i:8;a:7:{s:5:\"title\";s:19:\"Matt: Berkun on 2.7\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12693\";s:4:\"link\";s:34:\"http://ma.tt/2009/03/berkun-on-27/\";s:11:\"description\";s:114:\"<p><a href=\"http://www.scottberkun.com/blog/2009/review-wordpress-27/\">Scott Berkun reviews Wordpress 2.7</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 18 Mar 2009 20:50:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:114:\"<p><a href=\"http://www.scottberkun.com/blog/2009/review-wordpress-27/\">Scott Berkun reviews Wordpress 2.7</a>.</p>\";}i:9;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 03/18\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5356\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/03/18/wordpress-plugin-releases-for-0318/\";s:11:\"description\";s:3841:\"<h3>New Plugins</h3>\n<p><a href=\"http://justintadlock.com/archives/2009/03/15/query-posts-widget-wordpress-plugin\">Query Posts</a></p>\n<p>Description:<br />\nThis widget gives average users the ability to show off their posts in any way they’d like. Nearly 40 options are available to show posts from the widget controls. The widget can also be used an unlimited number of times.</p>\n<p><a href=\"http://www.blogtrafficexchange.com/related-websites/\">Related Websites</a></p>\n<p>The Related Websites plugin is the Blog Traffic Exchange. By a blogger for bloggers. No advertising on member blogs. Just a pure, highly relevant blog traffic exchange. Think of it as a related posts for the blogosphere.</p>\n<p><a href=\"http://gwycon.com/products/wordpress-plugins/to-do-list/\">To Do List</a></p>\n<p>Maintains a to do list in the admin area. This can be viewed in the admin area, and edited/saved etc. It is saved as a text file in the Plugin folder. Blog owners can keep track of tasks and activities, and any other information necessary.</p>\n<p><a href=\"http://blog.avirtualhome.com/wordpress-plugins/avh-first-defense-against-spam/\">AVH First Defense Against Spam</a></p>\n<p>The AVH First Defense Against Spam WordPress plugin gives you the ability to block spammers before any content is served. Spammers are identified by checking if the visitors IP exists in a database served by <a href=\"http://stopforumspam.com\">stopforumspam.com</a> or by a local blacklist.</p>\n<p><a href=\"http://sivel.net/2009/03/wordpress-reset/\">WordPress Reset</a></p>\n<p>Resets the WordPress database back to it’s defaults. Deletes all customizations and content. Does not modify files only resets the database.</p>\n<p><a href=\"http://www.krues8dr.com/wordpress-unstyle-comment-replies-plugin/\">Unstyle Comment Replies</a></p>\n<p>This plugin will remove comment reply classes and create custom classes for parents with zebra striping.</p>\n<p><a href=\"http://josephscott.org/code/wordpress/plugin-libxml2-fix/\">LibXML2 Fix</a></p>\n<p>Work around for some versions of libxml2 2.7.x that strip out brackets when parsing XML.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://kune.fr/blog/wordpress/index-tag-page-v11/\">Index Tag Page</a></p>\n<p>With this plugin, you will be able to display an index with all your tags, sort alphabetically. The shortcode is <code>[indextag nb=XX ul=YY li=ZZ letter=LL menu=1/0]</code>. <em>Page in French</em></p>\n<p><a href=\"http://www.webmaster-source.com/gocodes-redirection-plugin-wordpress/\">GoCodes</a></p>\n<p>GoCodes let’s you create shortcut URLs to anywhere on the internet, right from your Wordpress Admin. The plugin is also useful for masking affiliate program URLs.</p>\n<p><a href=\"http://wp.gdragon.info/category/plugins/gd-press-tools/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various additional administration tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, chanage some aspects of WordPress.</p>\n<p><a href=\"http://sivel.net/2008/02/shadowbox-js/\">Shadowbox JS</a></p>\n<p>A javascript media viewer similar to Lightbox and Thickbox only better. Supports all types of media, not just images. This plugin uses Shadowbox.js written my Michael J. I. Jackson.</p>\n<p><a href=\"http://mohanjith.com/wordpress/web-invoice.html\">Web Invoice - Invoicing and billing for WordPress</a></p>\n<p>Web-Invoice lets you create and send web invoices and setup recurring billing for your clients.</p>\n<p><a href=\"http://mohanjith.com/wordpress/syntaxhighlighter2.html\">SyntaxHighlighter2</a></p>\n<p>Easily post source code such as PHP or HTML and display it in a styled box.</p>\n<p><a href=\"http://www.mittineague.com/dev/co.php\">Clean Options</a></p>\n<p>Finds orphaned options and allows for their removal from the wp_options table</p>\";s:7:\"pubdate\";s:31:\"Wed, 18 Mar 2009 19:53:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:3841:\"<h3>New Plugins</h3>\n<p><a href=\"http://justintadlock.com/archives/2009/03/15/query-posts-widget-wordpress-plugin\">Query Posts</a></p>\n<p>Description:<br />\nThis widget gives average users the ability to show off their posts in any way they’d like. Nearly 40 options are available to show posts from the widget controls. The widget can also be used an unlimited number of times.</p>\n<p><a href=\"http://www.blogtrafficexchange.com/related-websites/\">Related Websites</a></p>\n<p>The Related Websites plugin is the Blog Traffic Exchange. By a blogger for bloggers. No advertising on member blogs. Just a pure, highly relevant blog traffic exchange. Think of it as a related posts for the blogosphere.</p>\n<p><a href=\"http://gwycon.com/products/wordpress-plugins/to-do-list/\">To Do List</a></p>\n<p>Maintains a to do list in the admin area. This can be viewed in the admin area, and edited/saved etc. It is saved as a text file in the Plugin folder. Blog owners can keep track of tasks and activities, and any other information necessary.</p>\n<p><a href=\"http://blog.avirtualhome.com/wordpress-plugins/avh-first-defense-against-spam/\">AVH First Defense Against Spam</a></p>\n<p>The AVH First Defense Against Spam WordPress plugin gives you the ability to block spammers before any content is served. Spammers are identified by checking if the visitors IP exists in a database served by <a href=\"http://stopforumspam.com\">stopforumspam.com</a> or by a local blacklist.</p>\n<p><a href=\"http://sivel.net/2009/03/wordpress-reset/\">WordPress Reset</a></p>\n<p>Resets the WordPress database back to it’s defaults. Deletes all customizations and content. Does not modify files only resets the database.</p>\n<p><a href=\"http://www.krues8dr.com/wordpress-unstyle-comment-replies-plugin/\">Unstyle Comment Replies</a></p>\n<p>This plugin will remove comment reply classes and create custom classes for parents with zebra striping.</p>\n<p><a href=\"http://josephscott.org/code/wordpress/plugin-libxml2-fix/\">LibXML2 Fix</a></p>\n<p>Work around for some versions of libxml2 2.7.x that strip out brackets when parsing XML.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://kune.fr/blog/wordpress/index-tag-page-v11/\">Index Tag Page</a></p>\n<p>With this plugin, you will be able to display an index with all your tags, sort alphabetically. The shortcode is <code>[indextag nb=XX ul=YY li=ZZ letter=LL menu=1/0]</code>. <em>Page in French</em></p>\n<p><a href=\"http://www.webmaster-source.com/gocodes-redirection-plugin-wordpress/\">GoCodes</a></p>\n<p>GoCodes let’s you create shortcut URLs to anywhere on the internet, right from your Wordpress Admin. The plugin is also useful for masking affiliate program URLs.</p>\n<p><a href=\"http://wp.gdragon.info/category/plugins/gd-press-tools/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various additional administration tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, chanage some aspects of WordPress.</p>\n<p><a href=\"http://sivel.net/2008/02/shadowbox-js/\">Shadowbox JS</a></p>\n<p>A javascript media viewer similar to Lightbox and Thickbox only better. Supports all types of media, not just images. This plugin uses Shadowbox.js written my Michael J. I. Jackson.</p>\n<p><a href=\"http://mohanjith.com/wordpress/web-invoice.html\">Web Invoice - Invoicing and billing for WordPress</a></p>\n<p>Web-Invoice lets you create and send web invoices and setup recurring billing for your clients.</p>\n<p><a href=\"http://mohanjith.com/wordpress/syntaxhighlighter2.html\">SyntaxHighlighter2</a></p>\n<p>Easily post source code such as PHP or HTML and display it in a styled box.</p>\n<p><a href=\"http://www.mittineague.com/dev/co.php\">Clean Options</a></p>\n<p>Finds orphaned options and allows for their removal from the wp_options table</p>\";}i:10;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/17\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5350\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/03/17/wordpress-theme-releases-for-0317/\";s:11:\"description\";s:2856:\"<p><a href=\"http://themes.jestro.com/titan/\">Titan</a></p>\n<p><img title=\"Titan\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/titan.gif\" alt=\"Titan\" width=\"150\" height=\"87\" /></p>\n<p>Titan is a clean brown and white, two column theme.</p>\n<p><a href=\"http://human3rror.com/2009/03/13/crushpress-wordpress-theme-released/\">CrushPress</a></p>\n<p><img title=\"CrushPress\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/crushpress.jpg\" alt=\"CrushPress\" width=\"150\" height=\"125\" /></p>\n<p>Three column, fixed width, with a image rotator with a large content area for big photos or videos.</p>\n<p><a href=\"http://www.themestube.com/concrete-free-wordpress-theme/\">Concrete</a></p>\n<p><a href=\"http://demo.themestube.com/?wptheme=concrete\"><img title=\"Concrete\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/concrete.gif\" alt=\"Concrete\" width=\"150\" height=\"123\" /></a></p>\n<p>Concrete is a 2 Column stylish wordpress theme with some transparency effect and a grungy stone like background for that i named it “Concrete“. It’s a simple yet appealing theme giving your blog impressive look by beautifully used icons, content and twitter widget integration which automatically picks 3 last tweets from your twitter account and displays it with animated effect achieved using jQuery. It is fully Wordpress 2.7 ready and well designed by every aspect such as search form buttons, comment area and quote style.</p>\n<p><a href=\"http://www.acosmin.com/typographywp-free-wordpress-theme/\">Typography WP</a></p>\n<p><a href=\"http://typographywp.acosmin.com/\"><img title=\"Typography WP\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/typographywp.gif\" alt=\"Typography WP\" width=\"150\" height=\"85\" /></a></p>\n<p>A WordPress theme, using simple lines and nice typography. Some of the futures: drop down menu, threaded comments, control panel, different color scheme, different backgrounds and much more.</p>\n<p><a href=\"http://www.blogohblog.com/wordpress-theme-simple-paper/\">Simple Paper</a></p>\n<p><a href=\"http://wpthemes.blogohblog.net/index.php?wptheme=Simple+Paper\"><img title=\"Simple Paper\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/simplepaper.jpg\" alt=\"Simple Paper\" width=\"150\" height=\"87\" /></a></p>\n<p>Simple Paper comes with a unique design (left-aligned), fixed menu, stylized comments, paginated posts and easily editable CSS.</p>\n<p><a href=\"http://ableparris.com/2009/03/15/sugar-cane-a-sweet-wordpress-child-theme/\">Sugar Cane</a></p>\n<p><img title=\"Sugar Cane\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/sugarcane.jpg\" alt=\"Sugar Cane\" width=\"150\" height=\"131\" /></p>\n<p>Two column Wordpress child theme for the <a href=\"http://themeshaper.com/thematic-for-wordpress/\">Thematic framework</a> by Ian Stewart. Sugar Cane’s strength is that it makes both long and short posts look great and easy to read</p>\";s:7:\"pubdate\";s:31:\"Tue, 17 Mar 2009 14:31:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2856:\"<p><a href=\"http://themes.jestro.com/titan/\">Titan</a></p>\n<p><img title=\"Titan\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/titan.gif\" alt=\"Titan\" width=\"150\" height=\"87\" /></p>\n<p>Titan is a clean brown and white, two column theme.</p>\n<p><a href=\"http://human3rror.com/2009/03/13/crushpress-wordpress-theme-released/\">CrushPress</a></p>\n<p><img title=\"CrushPress\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/crushpress.jpg\" alt=\"CrushPress\" width=\"150\" height=\"125\" /></p>\n<p>Three column, fixed width, with a image rotator with a large content area for big photos or videos.</p>\n<p><a href=\"http://www.themestube.com/concrete-free-wordpress-theme/\">Concrete</a></p>\n<p><a href=\"http://demo.themestube.com/?wptheme=concrete\"><img title=\"Concrete\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/concrete.gif\" alt=\"Concrete\" width=\"150\" height=\"123\" /></a></p>\n<p>Concrete is a 2 Column stylish wordpress theme with some transparency effect and a grungy stone like background for that i named it “Concrete“. It’s a simple yet appealing theme giving your blog impressive look by beautifully used icons, content and twitter widget integration which automatically picks 3 last tweets from your twitter account and displays it with animated effect achieved using jQuery. It is fully Wordpress 2.7 ready and well designed by every aspect such as search form buttons, comment area and quote style.</p>\n<p><a href=\"http://www.acosmin.com/typographywp-free-wordpress-theme/\">Typography WP</a></p>\n<p><a href=\"http://typographywp.acosmin.com/\"><img title=\"Typography WP\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/typographywp.gif\" alt=\"Typography WP\" width=\"150\" height=\"85\" /></a></p>\n<p>A WordPress theme, using simple lines and nice typography. Some of the futures: drop down menu, threaded comments, control panel, different color scheme, different backgrounds and much more.</p>\n<p><a href=\"http://www.blogohblog.com/wordpress-theme-simple-paper/\">Simple Paper</a></p>\n<p><a href=\"http://wpthemes.blogohblog.net/index.php?wptheme=Simple+Paper\"><img title=\"Simple Paper\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/simplepaper.jpg\" alt=\"Simple Paper\" width=\"150\" height=\"87\" /></a></p>\n<p>Simple Paper comes with a unique design (left-aligned), fixed menu, stylized comments, paginated posts and easily editable CSS.</p>\n<p><a href=\"http://ableparris.com/2009/03/15/sugar-cane-a-sweet-wordpress-child-theme/\">Sugar Cane</a></p>\n<p><img title=\"Sugar Cane\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/sugarcane.jpg\" alt=\"Sugar Cane\" width=\"150\" height=\"131\" /></p>\n<p>Two column Wordpress child theme for the <a href=\"http://themeshaper.com/thematic-for-wordpress/\">Thematic framework</a> by Ian Stewart. Sugar Cane’s strength is that it makes both long and short posts look great and easy to read</p>\";}i:11;a:7:{s:5:\"title\";s:44:\"Weblog Tools Collection: Postie Has New Life\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5336\";s:4:\"link\";s:73:\"http://weblogtoolscollection.com/archives/2009/03/16/postie-has-new-life/\";s:11:\"description\";s:1604:\"<p>Some of you may remember that back on January 15th, I asked <a href=\"http://weblogtoolscollection.com/archives/2009/01/15/do-you-post-by-email/\">if you had ever published a blog post via email</a>. Many of you in the comments let me know that you enjoyed using Postie but wished it contained some of the same features that are found with the <a href=\"http://posterous.com/\">Posterous</a> service. </p>\n<p>According to <a href=\"http://blog.robfelty.com/plugins/postie/\">Robert Felty</a> who has taken over development of the plugin, the new version of Postie enables the following:</p>\n<blockquote><p>Postie offers many advanced features for posting to your blog via e-mail, including the ability to assign categories by name, included pictures and videos, and automatically strip off signatures. It also has support for both imap and pop3, with the option for ssl with both.</p></blockquote>\n<p>The latest version which is 1.1.5 contains the following feature set:</p>\n<ul>\n<li> Added option to have postie posts be pending review, published, or draft</li>\n<li> Settings panel only shows up for administrators</li>\n<li> Need not be user “admin” to modify settings or to post from non-registered users</li>\n<li> Can now set administrator name. Authorized e-mail addresses which don’t have a user get posted under this name</li>\n<li> Will use IPTC captions if available</li>\n<li> Added option to replace newline characters with</li>\n</ul>\n<p>If you’re grateful for Robert stepping up and taking over development, think about donating some cash to him or at least, say thanks.</p>\";s:7:\"pubdate\";s:31:\"Mon, 16 Mar 2009 10:54:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:1604:\"<p>Some of you may remember that back on January 15th, I asked <a href=\"http://weblogtoolscollection.com/archives/2009/01/15/do-you-post-by-email/\">if you had ever published a blog post via email</a>. Many of you in the comments let me know that you enjoyed using Postie but wished it contained some of the same features that are found with the <a href=\"http://posterous.com/\">Posterous</a> service. </p>\n<p>According to <a href=\"http://blog.robfelty.com/plugins/postie/\">Robert Felty</a> who has taken over development of the plugin, the new version of Postie enables the following:</p>\n<blockquote><p>Postie offers many advanced features for posting to your blog via e-mail, including the ability to assign categories by name, included pictures and videos, and automatically strip off signatures. It also has support for both imap and pop3, with the option for ssl with both.</p></blockquote>\n<p>The latest version which is 1.1.5 contains the following feature set:</p>\n<ul>\n<li> Added option to have postie posts be pending review, published, or draft</li>\n<li> Settings panel only shows up for administrators</li>\n<li> Need not be user “admin” to modify settings or to post from non-registered users</li>\n<li> Can now set administrator name. Authorized e-mail addresses which don’t have a user get posted under this name</li>\n<li> Will use IPTC captions if available</li>\n<li> Added option to replace newline characters with</li>\n</ul>\n<p>If you’re grateful for Robert stepping up and taking over development, think about donating some cash to him or at least, say thanks.</p>\";}i:12;a:7:{s:5:\"title\";s:49:\"Weblog Tools Collection: Plugin Review: WP Mollom\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5333\";s:4:\"link\";s:77:\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-review-wp-mollom/\";s:11:\"description\";s:6077:\"<p>We hate spam. We hate it so much that we always find solutions to spam. So, this week we continue our <a href=\"http://weblogtoolscollection.com/archives/category/apad/\">Weekly Plugin Review</a> series with a review of an Akismet alternative called <a href=\"http://wordpress.org/extend/plugins/wp-mollom\">Mollom</a>.</p>\n<h3>Description:</h3>\n<p>This plugin makes it possible to use the anti-spam services provided by Mollom on your own Wordpress blog. What is Mollom? It’s a free anti-spam service that was founded by Dries Buytaert (Drupal) and Benjamin Schrauwen. The plugin can be used as a substitute for Akismet, Defensio, Spam Karma and others.</p>\n<h3>What does it do?</h3>\n<p><a href=\"http://mollom.com/\">Mollom</a> works much like Akismet: comments are sent to a central server which uses intelligent, self-learning algorithms to determine wether or not a comment is spam or not. Spam-classification isn’t a binary process and as a result, common anti-spam services perform bad when handling false positives. Mollom takes care of this. If it can’t clearly classify a comment, it will present the commenter with a secure CAPTCHA test instead of dumping the comment on an ever-increasing moderation queue that needs frequent attention. Mollom is a centralized service which can identify spammers across the network of websites who use Mollom. When a single spam-source is identified on one or more sites, the whole network will be protected against spam from that source.</p>\n<p>The main target is to make it as less time/effort consuming to fight spam so that weblog administrators can focus on what really matters: blogging and having fun!</p>\n<h3>Features:</h3>\n<ul>\n<li><strong>Easy install:</strong> Install the plugin through WP Extend or through the zip file. Register your site with Mollom to get a set of keys and configure the plugin.</li>\n<li><strong>Spam blocking:</strong> The plugin blocks spam before it’s even saved to the database. Only ham and comments for which a CAPTCHA has been successfully solved, will be saved.</li>\n<li><strong>Send feedback to Mollom:</strong> The plugin provides an alternate moderation module in the admin interface which allows you to send feedback to Mollom if, in your view, a comment is a false positive nonetheless. Mollom learns from this feedback!</li>\n<li><strong>CAPTCHA:</strong> You can see in the moderation queue which comments are ‘unapproved’ or got a CAPTCHA. This should make it easy to spot potential false positives.</li>\n<li><strong>Statistics:</strong> Detailed statistics which show how Mollom is performing on your blog.</li>\n</ul>\n<h3>Review:</h3>\n<p>Honestly, there is not much I can talk about the effectiveness of the plugin, because testing this requires a few weeks / months before its true results can be seen. However, I am pretty pleased that there is yet another secondary service to Akismet and this one offers a few extra features.</p>\n<p>The fallback to the CAPTCHA option is a really good alternative to just blocking the user or the comment landing in the moderation queue and you requiring to manually approve comments.</p>\n<p>Mollom is available completely for free with upto 100 successful captcha and 100 legitimate posts, i.e. comments, posts, forum topics etc. per day. If you’re site is any heavier than this, then you’ll need to upgrade to the paid option of Mollum with is 30EUR monthly.</p>\n<p>If you’re getting started on the plugin you can refer to <a href=\"http://mollom.com/tutorials/wordpress\">the manual</a> for help.</p>\n<h3>Now, it’s your turn to Review:</h3>\n<p>We published a <a href=\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-reviews-from-our-readers/\">list of reviews from our readers</a> today. I’m pleased to have received eight entries in less than four days. This week you have a choice of six plugins to choose from:</p>\n<ul>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Our Review</a>)</li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\">Our Review</a>)</li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\">Our Review</a>)</li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\">Our Review</a>)</li>\n<li><a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\">Autoclose</a> (<a href=\"http://weblogtoolscollection.com/archives/2009/02/01/plugin-review-autoclose/\">Our Review</a>)</li>\n<li><a href=\"http://wordpress.org/extend/plugins/wp-mollom\">WP Mollom</a></li>\n</ul>\n<p>You have until <strong>Saturday, March 21 - 11.59pm </strong><a href=\"http://wwp.greenwichmeantime.com/time-zone/usa/eastern-time/\"><strong>EST</strong></a> to send in your review to <strong>submissions AT wltc DOT net</strong> with the following information:</p>\n<p><strong>Subject line of the email:</strong> [APAD Plugin Review]: <em>plugin name</em>. Replace <em>plugin name</em> with the name of the plugin you reviewed.</p>\n<p><strong>Content of the Email:</strong></p>\n<ol>\n<li>URL of the review on your blog. Make sure this is a direct link to the post</li>\n<li>An excerpt of your post. Maximum 50 words. This will be used by us.</li>\n</ol>\n<p>Remember you’ll need to link to the corresponding review on our blog when you’re reviewing a plugin. You do not need to review a single plugin. If you so choose, you can review all the six plugins above in individual posts and send us separate emails for each of them! Refer to the <a href=\"http://weblogtoolscollection.com/archives/2009/03/11/would-you-like-to-review-plugins-on-wltc/\">original post for more details</a>.</p>\";s:7:\"pubdate\";s:31:\"Sun, 15 Mar 2009 19:00:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:6077:\"<p>We hate spam. We hate it so much that we always find solutions to spam. So, this week we continue our <a href=\"http://weblogtoolscollection.com/archives/category/apad/\">Weekly Plugin Review</a> series with a review of an Akismet alternative called <a href=\"http://wordpress.org/extend/plugins/wp-mollom\">Mollom</a>.</p>\n<h3>Description:</h3>\n<p>This plugin makes it possible to use the anti-spam services provided by Mollom on your own Wordpress blog. What is Mollom? It’s a free anti-spam service that was founded by Dries Buytaert (Drupal) and Benjamin Schrauwen. The plugin can be used as a substitute for Akismet, Defensio, Spam Karma and others.</p>\n<h3>What does it do?</h3>\n<p><a href=\"http://mollom.com/\">Mollom</a> works much like Akismet: comments are sent to a central server which uses intelligent, self-learning algorithms to determine wether or not a comment is spam or not. Spam-classification isn’t a binary process and as a result, common anti-spam services perform bad when handling false positives. Mollom takes care of this. If it can’t clearly classify a comment, it will present the commenter with a secure CAPTCHA test instead of dumping the comment on an ever-increasing moderation queue that needs frequent attention. Mollom is a centralized service which can identify spammers across the network of websites who use Mollom. When a single spam-source is identified on one or more sites, the whole network will be protected against spam from that source.</p>\n<p>The main target is to make it as less time/effort consuming to fight spam so that weblog administrators can focus on what really matters: blogging and having fun!</p>\n<h3>Features:</h3>\n<ul>\n<li><strong>Easy install:</strong> Install the plugin through WP Extend or through the zip file. Register your site with Mollom to get a set of keys and configure the plugin.</li>\n<li><strong>Spam blocking:</strong> The plugin blocks spam before it’s even saved to the database. Only ham and comments for which a CAPTCHA has been successfully solved, will be saved.</li>\n<li><strong>Send feedback to Mollom:</strong> The plugin provides an alternate moderation module in the admin interface which allows you to send feedback to Mollom if, in your view, a comment is a false positive nonetheless. Mollom learns from this feedback!</li>\n<li><strong>CAPTCHA:</strong> You can see in the moderation queue which comments are ‘unapproved’ or got a CAPTCHA. This should make it easy to spot potential false positives.</li>\n<li><strong>Statistics:</strong> Detailed statistics which show how Mollom is performing on your blog.</li>\n</ul>\n<h3>Review:</h3>\n<p>Honestly, there is not much I can talk about the effectiveness of the plugin, because testing this requires a few weeks / months before its true results can be seen. However, I am pretty pleased that there is yet another secondary service to Akismet and this one offers a few extra features.</p>\n<p>The fallback to the CAPTCHA option is a really good alternative to just blocking the user or the comment landing in the moderation queue and you requiring to manually approve comments.</p>\n<p>Mollom is available completely for free with upto 100 successful captcha and 100 legitimate posts, i.e. comments, posts, forum topics etc. per day. If you’re site is any heavier than this, then you’ll need to upgrade to the paid option of Mollum with is 30EUR monthly.</p>\n<p>If you’re getting started on the plugin you can refer to <a href=\"http://mollom.com/tutorials/wordpress\">the manual</a> for help.</p>\n<h3>Now, it’s your turn to Review:</h3>\n<p>We published a <a href=\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-reviews-from-our-readers/\">list of reviews from our readers</a> today. I’m pleased to have received eight entries in less than four days. This week you have a choice of six plugins to choose from:</p>\n<ul>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Our Review</a>)</li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\">Our Review</a>)</li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\">Our Review</a>)</li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\">Our Review</a>)</li>\n<li><a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\">Autoclose</a> (<a href=\"http://weblogtoolscollection.com/archives/2009/02/01/plugin-review-autoclose/\">Our Review</a>)</li>\n<li><a href=\"http://wordpress.org/extend/plugins/wp-mollom\">WP Mollom</a></li>\n</ul>\n<p>You have until <strong>Saturday, March 21 - 11.59pm </strong><a href=\"http://wwp.greenwichmeantime.com/time-zone/usa/eastern-time/\"><strong>EST</strong></a> to send in your review to <strong>submissions AT wltc DOT net</strong> with the following information:</p>\n<p><strong>Subject line of the email:</strong> [APAD Plugin Review]: <em>plugin name</em>. Replace <em>plugin name</em> with the name of the plugin you reviewed.</p>\n<p><strong>Content of the Email:</strong></p>\n<ol>\n<li>URL of the review on your blog. Make sure this is a direct link to the post</li>\n<li>An excerpt of your post. Maximum 50 words. This will be used by us.</li>\n</ol>\n<p>Remember you’ll need to link to the corresponding review on our blog when you’re reviewing a plugin. You do not need to review a single plugin. If you so choose, you can review all the six plugins above in individual posts and send us separate emails for each of them! Refer to the <a href=\"http://weblogtoolscollection.com/archives/2009/03/11/would-you-like-to-review-plugins-on-wltc/\">original post for more details</a>.</p>\";}i:13;a:7:{s:5:\"title\";s:71:\"Weblog Tools Collection: How to Track RSS Subscribers in a Blog Contest\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5276\";s:4:\"link\";s:100:\"http://weblogtoolscollection.com/archives/2009/03/15/how-to-track-rss-subscribers-in-a-blog-contest/\";s:11:\"description\";s:2852:\"<p>Let me start off by saying that this post will <strong>not</strong> talk about how to get sponsors, how to determine prizes, or how to determine rules for a blog contest. This post will talk about how to tweak your WordPress blog to solve the biggest problem in running a blog contest to gain RSS subscribers.</p>\n<h3>Problem</h3>\n<p>The issue here is that there is no easy way to track if each contestant has actually subscribed to your RSS feed. Without the ability to confirm RSS subscription, anybody can just claim that they have subscribed to your feed and get a free entry into the contest.</p>\n<h3>Solution</h3>\n<p>A known solution to this problem is to include a special contest code into your RSS feed and not have this code visible on your website. That way each contestant will be forced to grab the code from your feed and submit the code via comments to verify that they have subscribed to the RSS feed. To implement this solution with the minimum amount of effort you will need to do the following two things:</p>\n<h4>1. Include the special contest code into your RSS feed</h4>\n<p>You can automatically do this by adding the following code snippet to your theme’s functions.php. The following code will make the text “Special Contest Code: yourcodehere” show up at the end of each post in the RSS feed, but not show up on your website.</p>\n<blockquote>\n<pre>function contest_post_filter($content) {\n if ( is_feed() )\n return $content.\'Special Contest Code: yourcodehere\';\n else\n return $content;\n}\nadd_filter(\'the_content\',\'contest_post_filter\');</pre>\n</blockquote>\n<p>Make sure you change “yourcodehere” to your own special contest code.</p>\n<h4>2. Automatically censor all comments with the code in it</h4>\n<p>You can automatically hide all RSS confirmation code in your comments by including the following code snippet into your functions.php:</p>\n<blockquote>\n<pre>function contest_comment_filter($comment_text) {\n return str_replace(\'yourcodehere\', \'[code hidden]\', $comment_text);\n}\nadd_filter(\'get_comment_text\',\'contest_comment_filter\');</pre>\n</blockquote>\n<p>Once the contest is over, you can lock the comments on that post and remove the following line to have all confirmation codes reappear for validation:</p>\n<blockquote>\n<pre>add_filter(\'get_comment_text\',\'contest_comment_filter\');</pre>\n</blockquote>\n<h3>Why is Does This Work?</h3>\n<p>Simply because you do not have to deal with the contest again until your contest is over. Your special contest code is hidden from view, so there is no way of cheating. Once your contest is over, you can just un-hide the contest codes, tally up the participants, and [randomly] pick your winners.</p>\n<p>Do you think you have a better method of tracking RSS subscribers in a contest? If so, please share in the comments section.</p>\";s:7:\"pubdate\";s:31:\"Sun, 15 Mar 2009 11:52:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Thaya Kareeson\";}s:7:\"summary\";s:2852:\"<p>Let me start off by saying that this post will <strong>not</strong> talk about how to get sponsors, how to determine prizes, or how to determine rules for a blog contest. This post will talk about how to tweak your WordPress blog to solve the biggest problem in running a blog contest to gain RSS subscribers.</p>\n<h3>Problem</h3>\n<p>The issue here is that there is no easy way to track if each contestant has actually subscribed to your RSS feed. Without the ability to confirm RSS subscription, anybody can just claim that they have subscribed to your feed and get a free entry into the contest.</p>\n<h3>Solution</h3>\n<p>A known solution to this problem is to include a special contest code into your RSS feed and not have this code visible on your website. That way each contestant will be forced to grab the code from your feed and submit the code via comments to verify that they have subscribed to the RSS feed. To implement this solution with the minimum amount of effort you will need to do the following two things:</p>\n<h4>1. Include the special contest code into your RSS feed</h4>\n<p>You can automatically do this by adding the following code snippet to your theme’s functions.php. The following code will make the text “Special Contest Code: yourcodehere” show up at the end of each post in the RSS feed, but not show up on your website.</p>\n<blockquote>\n<pre>function contest_post_filter($content) {\n if ( is_feed() )\n return $content.\'Special Contest Code: yourcodehere\';\n else\n return $content;\n}\nadd_filter(\'the_content\',\'contest_post_filter\');</pre>\n</blockquote>\n<p>Make sure you change “yourcodehere” to your own special contest code.</p>\n<h4>2. Automatically censor all comments with the code in it</h4>\n<p>You can automatically hide all RSS confirmation code in your comments by including the following code snippet into your functions.php:</p>\n<blockquote>\n<pre>function contest_comment_filter($comment_text) {\n return str_replace(\'yourcodehere\', \'[code hidden]\', $comment_text);\n}\nadd_filter(\'get_comment_text\',\'contest_comment_filter\');</pre>\n</blockquote>\n<p>Once the contest is over, you can lock the comments on that post and remove the following line to have all confirmation codes reappear for validation:</p>\n<blockquote>\n<pre>add_filter(\'get_comment_text\',\'contest_comment_filter\');</pre>\n</blockquote>\n<h3>Why is Does This Work?</h3>\n<p>Simply because you do not have to deal with the contest again until your contest is over. Your special contest code is hidden from view, so there is no way of cheating. Once your contest is over, you can just un-hide the contest codes, tally up the participants, and [randomly] pick your winners.</p>\n<p>Do you think you have a better method of tracking RSS subscribers in a contest? If so, please share in the comments section.</p>\";}i:14;a:7:{s:5:\"title\";s:23:\"Matt: Gravatar in Gmail\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12652\";s:4:\"link\";s:39:\"http://ma.tt/2009/03/gravatar-in-gmail/\";s:11:\"description\";s:277:\"<p><a href=\"http://jonefox.com/blog/2009/03/14/gravatar-in-gmail/\">Jon experiments with Gravatar in Gmail</a>. I would love to see more of this. We also need a better way to get Gravatars into your Apple address book / iPhone for people that don’t have a set picture.</p>\";s:7:\"pubdate\";s:31:\"Sun, 15 Mar 2009 09:29:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:277:\"<p><a href=\"http://jonefox.com/blog/2009/03/14/gravatar-in-gmail/\">Jon experiments with Gravatar in Gmail</a>. I would love to see more of this. We also need a better way to get Gravatars into your Apple address book / iPhone for people that don’t have a set picture.</p>\";}i:15;a:7:{s:5:\"title\";s:56:\"Weblog Tools Collection: Plugin Reviews from our Readers\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5327\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2009/03/15/plugin-reviews-from-our-readers/\";s:11:\"description\";s:8837:\"<p>Having launched our new <a title=\"View posts from User Reviews Category\" href=\"http://weblogtoolscollection.com/archives/category/user-reviews/\">User Reviews</a> process for plugins, I didn’t give most our readers any time to get their plugin reviews across to me. In spite of this, we received a total eight plugin reviews for five different plugins.</p>\n<p>Here’s the list. Do check out the links and read what the reviewer has to say. Did you like their review? Comment and tell them. Share your experiences of the plugins with them.</p>\n<h3>WP Greet Box</h3>\n<p>We <a href=\"http://weblogtoolscollection.com/archives/2009/01/18/plugin-review-wp-greet-box/\">reviewed WP Greet Box</a> on January 18. WP Greet Box is a simple plugin lets you show a different greeting message to your new visitors depending on their referrer URL.</p>\n<p>WP Greet Box topped our list with three reviews of the eight reviews we received.</p>\n<p><strong>JayPee</strong> had this to say:</p>\n<blockquote><p>WP Greet Box not only helps you promote your RSS feed and increase your RSS feed readers but having these targeted suggestions on your blog increases your blog exposure and loyal readership. Aside from promoting your RSS feed, encouraging social network bookmarking and article submission, WP Greet Box also displays related posts to the current post which leads to more pageviews and helps reduce bounce rate.</p></blockquote>\n<p><a href=\"http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-wp-greet-box/\">Read the complete review from JayPee Online ></a></p>\n<p><strong>David Porter</strong>, the WordPress Master talks about WP Greet Box:</p>\n<blockquote><p>As a blog publisher, one of the things I’m (and just about every blogger) always looking for is a new way to add more RSS feed subscribers and to get my blog to start out a bit from others.</p>\n<p>There are a lot plugins to help with this out there, but not all plugins are created equal, if ya know what I mean.</p>\n<p>Today, I want to show a plugin that I’ve fallen in love with, and that helps with getting those RSS readers and with making you stick out a bit in a over populated blogger’s world.</p>\n<p>The plugin is called: WP Greet Box</p></blockquote>\n<p><a href=\"http://www.wordpress-master.com/plugin-review-wp-greet-box.html\">Read the complete review from WordPress Master</a></p>\n<p>Keenan Payne <strong>Pro Blog Tutorials</strong> reviewed WP Greet Box, pretty much following the pattern we have out here on WLTC.</p>\n<blockquote><p>Once you install and activate the plugin, it’s all self-explanatory from there. One thing you will more than likely do when you first install the plugin is activate various greeting messages. The default messages that come with the plugin are the ones like Digg, MySpace, FaceBook, and many, many more.</p></blockquote>\n<p><a href=\"http://problogtuts.com/plugins/wp-plugin-review-wp-greet-box/\">Read the complete review from Pro Blog Tutorials ></a></p>\n<h3>Improved Plugin Installation</h3>\n<p>We <a href=\"http://weblogtoolscollection.com/archives/2009/03/01/plugin-review-improved-plugin-installation/\">reviewed Improved Plugin Installation</a> on March 1. This plugin is an improvement to the current WP 2.7 plugin installation methods. It allows you to install one or more plugins simply by typing the names of the plugins or the download URLs in a textarea. This means you can install all your favorite wordpress plugins in one go!</p>\n<p>IPI came in as second with two plugin reviews of the eight.</p>\n<p>The first was by <strong>Fyre Vortex</strong>:</p>\n<blockquote><p>Gone are the times that you have to scour to the ends of the Internet to find the plugin for Wordpress that you wanted. But you couldn’t remember the name of the plugin/author of it.</p>\n<p>Or that you just wanted to go to the plugin site, click a bookmarklet (You know, like the Is.Gd and Tr.Im bookarmklets that you drag up to your menu bar and click for something to happen?) and have it installed automatically?</p>\n<p>Well, luckily for you, all of the features that I mentioned are all in this one plugin: Improved Plugin Installation!</p></blockquote>\n<p><a href=\"http://fyrevortex.com/2009/03/12/improved-plugin-installation/\">Read the complete review from Fyre Vortex ></a></p>\n<p>The second was by Lynette of <strong>Tech Based Marketing</strong>:</p>\n<blockquote><p>When WordPress released version 2.7 with better plugin discovery, and installation features, I literally did a happy dance - now let’s hope for something similar for themes but that’s another post for another day. So when I saw the Improved Plugin Installation Plugin mentioned over at Weblog Tools Collection…</p></blockquote>\n<p><a href=\"http://techbasedmarketing.com/blog/business-blogging/wordpress-plugin-installation-gets-even-easier/1030/\">Read the complete review from Tech Based Marketing ></a></p>\n<h3>WP125</h3>\n<p>We <a href=\"http://weblogtoolscollection.com/archives/2009/01/25/plugin-review-wp125/\">reviewed WP125</a> on January 25th. The <a href=\"http://www.webmaster-source.com/wp125-ad-plugin-wordpress/\">WP125</a> plugin is designed to make it easy to manage 125×125 banner ads on your blog.</p>\n<p>WP125 received one review from Izzat Aziz:</p>\n<blockquote><p>WP125 is Wordpress Plugin that handled my 125 x 125 ads at the sidebar. It make advertiser job easier and faster. Even so there is some bug and need improvement.</p></blockquote>\n<p><a href=\"http://izzataziz.com/2009/03/12/wp125-wordpress-plugin-review/\">Read the complete review from Izzat ></a></p>\n<h3>Feed Reading Blogroll</h3>\n<p>We <a href=\"http://weblogtoolscollection.com/archives/2009/03/08/plugin-review-feed-reading-blogroll/\">reviewed Feed Reading Blog Roll</a> last week. This plugin provides a sidebar-widget and a template-tag that add an enhanced blogroll to your sidebar. It checks on all your linked sites, when the most recent update has occurred.</p>\n<p>FRB received one review from <strong>Aggelos</strong>:</p>\n<blockquote><p>If you got bored of these flat blogrolls, or if you want to offer something more to your visitors, then the Feed Reading Blogroll is what you are looking for. We are already planing to implement this plugin on our new Thessaloniki section. So, what is this plugin about? How it works? How or why are we going to use it on our new section? Just read the rest of the story.</p></blockquote>\n<p><a href=\"http://www.newsfilter.gr/2009/03/14/feed-reading-blogroll-wordpress-plugin-review/\">Read the complete review from News Filter ></a></p>\n<h3>Simple:Press</h3>\n<p>This was <a href=\"http://weblogtoolscollection.com/archives/2009/01/04/plugin-review-simplepress-forum/\">the first plugin we reviewed</a> on January 4. Simple:Press is a feature rich forum plugin for WordPress. It fully integrates into your WP based site utilizing the same user records and database and displaying on a single WP page.</p>\n<p>Simple:Press also received one review from <strong>Sebastian</strong>:</p>\n<blockquote><p>After a bbPress rant in my last post about forum plugins, I reviewed Simple:Press now. I take you from installation over managing option, setting up forums and customizing the look straight to the posting action. Come with me.</p></blockquote>\n<p><a href=\"http://we-hate-you.com/2009/webdesign-css-wordpress/simplepress-plugin-review\">Read the complete review from We Hate You ></a></p>\n<h3>The Others</h3>\n<p>Four plugins remained without a review this week.</p>\n<ul>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Our Review</a>)</li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\">Our Review</a>)</li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\">Our Review</a>)</li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\">Our Review</a>)</li>\n</ul>\n<p>Yet another <a href=\"http://weblogtoolscollection.com/archives/2009/02/01/plugin-review-autoclose/\">plugin that we reviewed</a> and I missed to mention in my earlier blog post was <a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\">AutoClose</a>.</p>\n<p>If you haven’t reviewed any plugin this week, don’t worry. For next week, you have the five plugins above which did not receive a review, in addition to the one I’ll be reviewing later today. I’ll give you further details about the same in that post.</p>\";s:7:\"pubdate\";s:31:\"Sun, 15 Mar 2009 08:19:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:8837:\"<p>Having launched our new <a title=\"View posts from User Reviews Category\" href=\"http://weblogtoolscollection.com/archives/category/user-reviews/\">User Reviews</a> process for plugins, I didn’t give most our readers any time to get their plugin reviews across to me. In spite of this, we received a total eight plugin reviews for five different plugins.</p>\n<p>Here’s the list. Do check out the links and read what the reviewer has to say. Did you like their review? Comment and tell them. Share your experiences of the plugins with them.</p>\n<h3>WP Greet Box</h3>\n<p>We <a href=\"http://weblogtoolscollection.com/archives/2009/01/18/plugin-review-wp-greet-box/\">reviewed WP Greet Box</a> on January 18. WP Greet Box is a simple plugin lets you show a different greeting message to your new visitors depending on their referrer URL.</p>\n<p>WP Greet Box topped our list with three reviews of the eight reviews we received.</p>\n<p><strong>JayPee</strong> had this to say:</p>\n<blockquote><p>WP Greet Box not only helps you promote your RSS feed and increase your RSS feed readers but having these targeted suggestions on your blog increases your blog exposure and loyal readership. Aside from promoting your RSS feed, encouraging social network bookmarking and article submission, WP Greet Box also displays related posts to the current post which leads to more pageviews and helps reduce bounce rate.</p></blockquote>\n<p><a href=\"http://jaypeeonline.net/wordpress-plugins/wp-plugin-review-wp-greet-box/\">Read the complete review from JayPee Online ></a></p>\n<p><strong>David Porter</strong>, the WordPress Master talks about WP Greet Box:</p>\n<blockquote><p>As a blog publisher, one of the things I’m (and just about every blogger) always looking for is a new way to add more RSS feed subscribers and to get my blog to start out a bit from others.</p>\n<p>There are a lot plugins to help with this out there, but not all plugins are created equal, if ya know what I mean.</p>\n<p>Today, I want to show a plugin that I’ve fallen in love with, and that helps with getting those RSS readers and with making you stick out a bit in a over populated blogger’s world.</p>\n<p>The plugin is called: WP Greet Box</p></blockquote>\n<p><a href=\"http://www.wordpress-master.com/plugin-review-wp-greet-box.html\">Read the complete review from WordPress Master</a></p>\n<p>Keenan Payne <strong>Pro Blog Tutorials</strong> reviewed WP Greet Box, pretty much following the pattern we have out here on WLTC.</p>\n<blockquote><p>Once you install and activate the plugin, it’s all self-explanatory from there. One thing you will more than likely do when you first install the plugin is activate various greeting messages. The default messages that come with the plugin are the ones like Digg, MySpace, FaceBook, and many, many more.</p></blockquote>\n<p><a href=\"http://problogtuts.com/plugins/wp-plugin-review-wp-greet-box/\">Read the complete review from Pro Blog Tutorials ></a></p>\n<h3>Improved Plugin Installation</h3>\n<p>We <a href=\"http://weblogtoolscollection.com/archives/2009/03/01/plugin-review-improved-plugin-installation/\">reviewed Improved Plugin Installation</a> on March 1. This plugin is an improvement to the current WP 2.7 plugin installation methods. It allows you to install one or more plugins simply by typing the names of the plugins or the download URLs in a textarea. This means you can install all your favorite wordpress plugins in one go!</p>\n<p>IPI came in as second with two plugin reviews of the eight.</p>\n<p>The first was by <strong>Fyre Vortex</strong>:</p>\n<blockquote><p>Gone are the times that you have to scour to the ends of the Internet to find the plugin for Wordpress that you wanted. But you couldn’t remember the name of the plugin/author of it.</p>\n<p>Or that you just wanted to go to the plugin site, click a bookmarklet (You know, like the Is.Gd and Tr.Im bookarmklets that you drag up to your menu bar and click for something to happen?) and have it installed automatically?</p>\n<p>Well, luckily for you, all of the features that I mentioned are all in this one plugin: Improved Plugin Installation!</p></blockquote>\n<p><a href=\"http://fyrevortex.com/2009/03/12/improved-plugin-installation/\">Read the complete review from Fyre Vortex ></a></p>\n<p>The second was by Lynette of <strong>Tech Based Marketing</strong>:</p>\n<blockquote><p>When WordPress released version 2.7 with better plugin discovery, and installation features, I literally did a happy dance - now let’s hope for something similar for themes but that’s another post for another day. So when I saw the Improved Plugin Installation Plugin mentioned over at Weblog Tools Collection…</p></blockquote>\n<p><a href=\"http://techbasedmarketing.com/blog/business-blogging/wordpress-plugin-installation-gets-even-easier/1030/\">Read the complete review from Tech Based Marketing ></a></p>\n<h3>WP125</h3>\n<p>We <a href=\"http://weblogtoolscollection.com/archives/2009/01/25/plugin-review-wp125/\">reviewed WP125</a> on January 25th. The <a href=\"http://www.webmaster-source.com/wp125-ad-plugin-wordpress/\">WP125</a> plugin is designed to make it easy to manage 125×125 banner ads on your blog.</p>\n<p>WP125 received one review from Izzat Aziz:</p>\n<blockquote><p>WP125 is Wordpress Plugin that handled my 125 x 125 ads at the sidebar. It make advertiser job easier and faster. Even so there is some bug and need improvement.</p></blockquote>\n<p><a href=\"http://izzataziz.com/2009/03/12/wp125-wordpress-plugin-review/\">Read the complete review from Izzat ></a></p>\n<h3>Feed Reading Blogroll</h3>\n<p>We <a href=\"http://weblogtoolscollection.com/archives/2009/03/08/plugin-review-feed-reading-blogroll/\">reviewed Feed Reading Blog Roll</a> last week. This plugin provides a sidebar-widget and a template-tag that add an enhanced blogroll to your sidebar. It checks on all your linked sites, when the most recent update has occurred.</p>\n<p>FRB received one review from <strong>Aggelos</strong>:</p>\n<blockquote><p>If you got bored of these flat blogrolls, or if you want to offer something more to your visitors, then the Feed Reading Blogroll is what you are looking for. We are already planing to implement this plugin on our new Thessaloniki section. So, what is this plugin about? How it works? How or why are we going to use it on our new section? Just read the rest of the story.</p></blockquote>\n<p><a href=\"http://www.newsfilter.gr/2009/03/14/feed-reading-blogroll-wordpress-plugin-review/\">Read the complete review from News Filter ></a></p>\n<h3>Simple:Press</h3>\n<p>This was <a href=\"http://weblogtoolscollection.com/archives/2009/01/04/plugin-review-simplepress-forum/\">the first plugin we reviewed</a> on January 4. Simple:Press is a feature rich forum plugin for WordPress. It fully integrates into your WP based site utilizing the same user records and database and displaying on a single WP page.</p>\n<p>Simple:Press also received one review from <strong>Sebastian</strong>:</p>\n<blockquote><p>After a bbPress rant in my last post about forum plugins, I reviewed Simple:Press now. I take you from installation over managing option, setting up forums and customizing the look straight to the posting action. Come with me.</p></blockquote>\n<p><a href=\"http://we-hate-you.com/2009/webdesign-css-wordpress/simplepress-plugin-review\">Read the complete review from We Hate You ></a></p>\n<h3>The Others</h3>\n<p>Four plugins remained without a review this week.</p>\n<ul>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Our Review</a>)</li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\">Our Review</a>)</li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\">Our Review</a>)</li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\">Our Review</a>)</li>\n</ul>\n<p>Yet another <a href=\"http://weblogtoolscollection.com/archives/2009/02/01/plugin-review-autoclose/\">plugin that we reviewed</a> and I missed to mention in my earlier blog post was <a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\">AutoClose</a>.</p>\n<p>If you haven’t reviewed any plugin this week, don’t worry. For next week, you have the five plugins above which did not receive a review, in addition to the one I’ll be reviewing later today. I’ll give you further details about the same in that post.</p>\";}i:16;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 03/14\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5321\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/03/14/wordpress-plugin-releases-for-0314/\";s:11:\"description\";s:4250:\"<h3>New Releases</h3>\n<p><a href=\"http://wp.gdragon.info/2009/03/09/gd-press-tools-020/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various additional administration tools. Plugin is still under heavy development and over time number of tools will grow.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/julia-beta/\">JuLiA</a></p>\n<p>JuLiA (Just a Linguistic Algorithm) is an automated comment moderation plugin for Wordpress that uses machine learning and natural language processing techniques to recognize abusiveness in comment content.</p>\n<p><a href=\"http://www.goosegrade.com/wordpress\">gooseGrade Plugin</a></p>\n<p>Allow your readers to become citizen editors. gooseGrade is a free service that allows your readers to post spelling, grammar, factual, and other errors straight to you. After you or any other WordPress admin approves the edit, the gooseGrade plugin will automatically fix the error. It’s like magic.</p>\n<p><a href=\"http://bavotasan.com/wordpress/free-wordpress-plugins/simple-image-grabber-wordpress-plugin/\">Simple Image Grabber</a></p>\n<p>Retrieve and display images from a WordPress post.</p>\n<p><a href=\"http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/\">Folding Menu Plugin</a></p>\n<p>Create a folding menu for WordPress built in Pages widget using jQuery.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/peoplepond/\">PeoplePond</a></p>\n<p><a href=\"http://peoplepond.com/\">PeoplePond</a> provides the tools needed to take ownership of your online identity and reputation management.</p>\n<p><a href=\"http://www.paulmc.org/whatithink/wordpress/plugins/twitter-friends-widget/\">Twitter Friends Widget</a></p>\n<p>Twitter Friends is a WordPress plugin that displays your Twitter friends in your sidebar in the same way that they appear on your Twitter homepage.</p>\n<h3>Updated Releases</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/top-10/\">Top 10</a></p>\n<p>WordPress doesn’t count page views by default. Top 10 will count the number of page views on your single posts on a daily as well as overall basis. You can then display the page view count on individual posts and pages as well as display a list of most popular posts based on page views.</p>\n<p>The latest version includes the ability to choose “daily popular” should be of how many days. List is also compatible with caching plugins. Also added a new page in WP-Admin to view the popular posts. <em>Deactivate old version before upgrading</em>.</p>\n<p><a href=\"http://sivel.net/2009/02/public-post-preview/\">Public Post Preview</a></p>\n<p>Enables you to give a link to anonymous users for public preview of a post before it is published.</p>\n<p>New to this update is not limiting public previews to posts in draft or pending status. The plugin now allows public previews of any post that is not in ‘publish’ status.</p>\n<p><a href=\"http://sivel.net/2008/08/page-restrict/\">Page Restrict</a></p>\n<p>This plugin will allow you to restrict all, none, or certain pages to logged in users only.</p>\n<p>New to this update is a meta box for easy restriction on the write/edit page pages, restrict viewing comments on restricted pages and restrict page content in search results.</p>\n<p><a href=\"http://chitika.com/blog/wordpress/\">Chitika Premium plugin</a></p>\n<p>Automate and simplify using Chitika | Premium in your WordPress blog. This plugin will automate adding Chitika|Premium to your blog posts.</p>\n<p>The latest version makes it easy to customize more about the placement appearance of your ads.</p>\n<p><a href=\"http://www.artiss.co.uk/simple-adsense-insert\">Simple Adsense Insert</a></p>\n<p>Simple AdSense Insert is a WordPress plugin that provides a basic ability to display AdSense adverts on your blog.</p>\n<p><a href=\"http://omninoggin.com/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a></p>\n<p>This plugin lets you show a different greeting message to your new visitors depending on their referrer url.</p>\n<p>New version adds support for friendfeed.com, linkedin.com, and plurk.com along with corresponding icons.</p>\n<p>Are you a plugin author? <a href=\"http://weblogtoolscollection.com/submit-news\">Submit your plugin</a> to get featured in our daily releases.</p>\";s:7:\"pubdate\";s:31:\"Sat, 14 Mar 2009 16:24:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4250:\"<h3>New Releases</h3>\n<p><a href=\"http://wp.gdragon.info/2009/03/09/gd-press-tools-020/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various additional administration tools. Plugin is still under heavy development and over time number of tools will grow.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/julia-beta/\">JuLiA</a></p>\n<p>JuLiA (Just a Linguistic Algorithm) is an automated comment moderation plugin for Wordpress that uses machine learning and natural language processing techniques to recognize abusiveness in comment content.</p>\n<p><a href=\"http://www.goosegrade.com/wordpress\">gooseGrade Plugin</a></p>\n<p>Allow your readers to become citizen editors. gooseGrade is a free service that allows your readers to post spelling, grammar, factual, and other errors straight to you. After you or any other WordPress admin approves the edit, the gooseGrade plugin will automatically fix the error. It’s like magic.</p>\n<p><a href=\"http://bavotasan.com/wordpress/free-wordpress-plugins/simple-image-grabber-wordpress-plugin/\">Simple Image Grabber</a></p>\n<p>Retrieve and display images from a WordPress post.</p>\n<p><a href=\"http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/\">Folding Menu Plugin</a></p>\n<p>Create a folding menu for WordPress built in Pages widget using jQuery.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/peoplepond/\">PeoplePond</a></p>\n<p><a href=\"http://peoplepond.com/\">PeoplePond</a> provides the tools needed to take ownership of your online identity and reputation management.</p>\n<p><a href=\"http://www.paulmc.org/whatithink/wordpress/plugins/twitter-friends-widget/\">Twitter Friends Widget</a></p>\n<p>Twitter Friends is a WordPress plugin that displays your Twitter friends in your sidebar in the same way that they appear on your Twitter homepage.</p>\n<h3>Updated Releases</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/top-10/\">Top 10</a></p>\n<p>WordPress doesn’t count page views by default. Top 10 will count the number of page views on your single posts on a daily as well as overall basis. You can then display the page view count on individual posts and pages as well as display a list of most popular posts based on page views.</p>\n<p>The latest version includes the ability to choose “daily popular” should be of how many days. List is also compatible with caching plugins. Also added a new page in WP-Admin to view the popular posts. <em>Deactivate old version before upgrading</em>.</p>\n<p><a href=\"http://sivel.net/2009/02/public-post-preview/\">Public Post Preview</a></p>\n<p>Enables you to give a link to anonymous users for public preview of a post before it is published.</p>\n<p>New to this update is not limiting public previews to posts in draft or pending status. The plugin now allows public previews of any post that is not in ‘publish’ status.</p>\n<p><a href=\"http://sivel.net/2008/08/page-restrict/\">Page Restrict</a></p>\n<p>This plugin will allow you to restrict all, none, or certain pages to logged in users only.</p>\n<p>New to this update is a meta box for easy restriction on the write/edit page pages, restrict viewing comments on restricted pages and restrict page content in search results.</p>\n<p><a href=\"http://chitika.com/blog/wordpress/\">Chitika Premium plugin</a></p>\n<p>Automate and simplify using Chitika | Premium in your WordPress blog. This plugin will automate adding Chitika|Premium to your blog posts.</p>\n<p>The latest version makes it easy to customize more about the placement appearance of your ads.</p>\n<p><a href=\"http://www.artiss.co.uk/simple-adsense-insert\">Simple Adsense Insert</a></p>\n<p>Simple AdSense Insert is a WordPress plugin that provides a basic ability to display AdSense adverts on your blog.</p>\n<p><a href=\"http://omninoggin.com/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a></p>\n<p>This plugin lets you show a different greeting message to your new visitors depending on their referrer url.</p>\n<p>New version adds support for friendfeed.com, linkedin.com, and plurk.com along with corresponding icons.</p>\n<p>Are you a plugin author? <a href=\"http://weblogtoolscollection.com/submit-news\">Submit your plugin</a> to get featured in our daily releases.</p>\";}i:17;a:7:{s:5:\"title\";s:61:\"Weblog Tools Collection: 24 Hours left to submit your Reviews\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5324\";s:4:\"link\";s:90:\"http://weblogtoolscollection.com/archives/2009/03/14/24-hours-left-to-submit-your-reviews/\";s:11:\"description\";s:2693:\"<p>You must be aware that we’ve launched a new series where every reader of Weblog Tools Collection can contribute and get featured in return.</p>\n<p>We’ve asked you to pick a plugin from our <a href=\"http://weblogtoolscollection.com/archives/category/apad/\">Weekly Plugin Review</a> posts and review the same and then email us the link. Since, the launch, we’ve already received a few entries.</p>\n<p>The plugins you can choose from:</p>\n<ul>\n<li><a href=\"http://simplepressforum.com/\">Simple:Press Forum</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/04/plugin-review-simplepress-forum/\">Our Review</a>)</li>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Our Review</a>)</li>\n<li><a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/18/plugin-review-wp-greet-box/\">Our Review</a>)</li>\n<li><a href=\"http://www.webmaster-source.com/wp125-ad-plugin-wordpress/\">WP125</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/25/plugin-review-wp125/\">Our Review</a>)</li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\">Our Review</a>)</li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\">Our Review</a>)</li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\">Our Review</a>)</li>\n<li><a href=\"http://www.improvingtheweb.com/wordpress-plugins/improved-plugin-installation/\">Improved Plugin Installation</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/03/01/plugin-review-improved-plugin-installation/\">Our Review</a>)</li>\n<li><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/03/08/plugin-review-feed-reading-blogroll/\">Our Review</a>)</li>\n</ul>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/03/11/would-you-like-to-review-plugins-on-wltc/\">View complete details of the how to submit your reviews »</a></p>\n<p>Remember your entries must reach us by <strong>Saturday, March 14 - 11.59pm </strong><a href=\"http://wwp.greenwichmeantime.com/time-zone/usa/eastern-time/\"><strong>EST</strong></a></p>\";s:7:\"pubdate\";s:31:\"Sat, 14 Mar 2009 04:01:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2693:\"<p>You must be aware that we’ve launched a new series where every reader of Weblog Tools Collection can contribute and get featured in return.</p>\n<p>We’ve asked you to pick a plugin from our <a href=\"http://weblogtoolscollection.com/archives/category/apad/\">Weekly Plugin Review</a> posts and review the same and then email us the link. Since, the launch, we’ve already received a few entries.</p>\n<p>The plugins you can choose from:</p>\n<ul>\n<li><a href=\"http://simplepressforum.com/\">Simple:Press Forum</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/04/plugin-review-simplepress-forum/\">Our Review</a>)</li>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/11/plugin-review-referrer-detector/\">Our Review</a>)</li>\n<li><a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/18/plugin-review-wp-greet-box/\">Our Review</a>)</li>\n<li><a href=\"http://www.webmaster-source.com/wp125-ad-plugin-wordpress/\">WP125</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/01/25/plugin-review-wp125/\">Our Review</a>)</li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\">Our Review</a>)</li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/15/plugin-review-yawasp/\">Our Review</a>)</li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/02/22/plugin-review-post-avatar/\">Our Review</a>)</li>\n<li><a href=\"http://www.improvingtheweb.com/wordpress-plugins/improved-plugin-installation/\">Improved Plugin Installation</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/03/01/plugin-review-improved-plugin-installation/\">Our Review</a>)</li>\n<li><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a> - (<a href=\"http://weblogtoolscollection.com/archives/2009/03/08/plugin-review-feed-reading-blogroll/\">Our Review</a>)</li>\n</ul>\n<p><a href=\"http://weblogtoolscollection.com/archives/2009/03/11/would-you-like-to-review-plugins-on-wltc/\">View complete details of the how to submit your reviews »</a></p>\n<p>Remember your entries must reach us by <strong>Saturday, March 14 - 11.59pm </strong><a href=\"http://wwp.greenwichmeantime.com/time-zone/usa/eastern-time/\"><strong>EST</strong></a></p>\";}i:18;a:7:{s:5:\"title\";s:20:\"Matt: Vietnam School\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12357\";s:4:\"link\";s:36:\"http://ma.tt/2009/03/vietnam-school/\";s:11:\"description\";s:39987:\"<p>Visiting <a href=\"http://www.roomtoread.org/\">Room to Read</a> school with <a href=\"http://www.fourhourworkweek.com/blog/\">Tim Ferriss</a> and two other donors about 3 hours outside of Saigon / Ho Chi Min City. <a href=\"http://www.fourhourworkweek.com/blog/2008/04/23/4hww-readers-school-in-vietnam-opens-its-doors-time-for-a-trip/\">More about the school here</a>. They teach ages 2-5. Also: birthday dinner for John.</p>\n<p><span id=\"more-12357\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3578-2/\" title=\"mcm_3578\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3578-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3578\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3579-3/\" title=\"mcm_3579\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3579-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3579\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3580-2/\" title=\"mcm_3580\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3580-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3580\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3581-2/\" title=\"mcm_3581\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3581-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3581\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3583-2/\" title=\"mcm_3583\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3583-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3583\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3586/\" title=\"mcm_3586\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3586-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Yes, that's soup on the back of a motorbike\" title=\"mcm_3586\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3588-2/\" title=\"mcm_3588\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3588-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3588\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3591/\" title=\"mcm_3591\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3591-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3591\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3593/\" title=\"mcm_3593\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3593-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3593\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3594/\" title=\"mcm_3594\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3594-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3594\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3595/\" title=\"mcm_3595\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3595-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"The ferry that took us across the river\" title=\"mcm_3595\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3597/\" title=\"mcm_3597\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3597-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3597\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3598/\" title=\"mcm_3598\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3598-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3598\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3599/\" title=\"mcm_3599\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3599-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3599\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3600/\" title=\"mcm_3600\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3600-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3600\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3601/\" title=\"mcm_3601\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3601-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3601\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3603-2/\" title=\"mcm_3603\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3603-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3603\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3604/\" title=\"mcm_3604\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3604-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Arriving at the school, all the kids came out\" title=\"mcm_3604\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3606/\" title=\"mcm_3606\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3606-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3606\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3611-2/\" title=\"mcm_3611\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3611-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3611\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3614/\" title=\"mcm_3614\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3614-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3614\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3617/\" title=\"mcm_3617\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3617-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3617\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3618/\" title=\"mcm_3618\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3618-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3618\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3619/\" title=\"mcm_3619\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3619-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3619\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3620-2/\" title=\"mcm_3620\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3620-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3620\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3621/\" title=\"mcm_3621\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3621-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3621\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3624/\" title=\"mcm_3624\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3624-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3624\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3625/\" title=\"mcm_3625\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3625-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3625\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3626-2/\" title=\"mcm_3626\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3626-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3626\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3627/\" title=\"mcm_3627\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3627-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3627\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3628/\" title=\"mcm_3628\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3628-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3628\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3629-2/\" title=\"mcm_3629\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3629-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3629\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3633/\" title=\"mcm_3633\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3633-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3633\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3634/\" title=\"mcm_3634\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3634-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3634\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3635/\" title=\"mcm_3635\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3635-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3635\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3636/\" title=\"mcm_3636\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3636-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3636\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3637/\" title=\"mcm_3637\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3637-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3637\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3638-2/\" title=\"mcm_3638\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3638-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3638\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3639/\" title=\"mcm_3639\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3639-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3639\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3641-2/\" title=\"mcm_3641\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3641-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3641\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3642/\" title=\"mcm_3642\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3642-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3642\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3643-2/\" title=\"mcm_3643\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3643-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3643\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3647-2/\" title=\"mcm_3647\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3647-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"This girl was fascinated by my camera, has the exact same expression in a few other pics\" title=\"mcm_3647\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3648-2/\" title=\"mcm_3648\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3648-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3648\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3652-3/\" title=\"mcm_3652\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3652-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"The school starts classes at 2 years old\" title=\"mcm_3652\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3653-2/\" title=\"mcm_3653\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3653-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3653\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3654-3/\" title=\"mcm_3654\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3654-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3654\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3656-2/\" title=\"mcm_3656\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3656-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3656\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3659/\" title=\"mcm_3659\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3659-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3659\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3660-2/\" title=\"mcm_3660\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3660-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3660\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3661-2/\" title=\"mcm_3661\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3661-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3661\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3664/\" title=\"mcm_3664\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3664-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3664\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3666-2/\" title=\"mcm_3666\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3666-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3666\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3667-2/\" title=\"mcm_3667\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3667-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3667\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3669-2/\" title=\"mcm_3669\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3669-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3669\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3671-2/\" title=\"mcm_3671\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3671-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3671\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3674/\" title=\"mcm_3674\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3674-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3674\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3677/\" title=\"mcm_3677\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3677-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3677\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3678/\" title=\"mcm_3678\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3678-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3678\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3679-2/\" title=\"mcm_3679\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3679-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3679\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3680-2/\" title=\"mcm_3680\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3680-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3680\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3686/\" title=\"mcm_3686\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3686-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3686\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3687-2/\" title=\"mcm_3687\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3687-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3687\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3692-2/\" title=\"mcm_3692\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3692-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3692\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3695/\" title=\"mcm_3695\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3695-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3695\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3698-3/\" title=\"mcm_3698\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3698-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3698\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3699-3/\" title=\"mcm_3699\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3699-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3699\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3700-2/\" title=\"mcm_3700\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3700-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3700\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3704/\" title=\"mcm_3704\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3704-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3704\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3707-3/\" title=\"mcm_3707\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3707-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3707\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3712-2/\" title=\"mcm_3712\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3712-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3712\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3714-2/\" title=\"mcm_3714\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3714-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3714\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3716-3/\" title=\"mcm_3716\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3716-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3716\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3717-2/\" title=\"mcm_3717\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3717-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3717\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3719/\" title=\"mcm_3719\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3719-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3719\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3720/\" title=\"mcm_3720\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3720-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3720\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3722/\" title=\"mcm_3722\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3722-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3722\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3724/\" title=\"mcm_3724\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3724-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Tim does a convincing monkey impression\" title=\"mcm_3724\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3732-3/\" title=\"mcm_3732\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3732-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3732\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3733/\" title=\"mcm_3733\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3733-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3733\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3734/\" title=\"mcm_3734\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3734-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3734\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3735/\" title=\"mcm_3735\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3735-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3735\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3738-3/\" title=\"mcm_3738\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3738-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3738\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3739-2/\" title=\"mcm_3739\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3739-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3739\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3742/\" title=\"mcm_3742\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3742-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3742\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3749-2/\" title=\"mcm_3749\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3749-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3749\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3754/\" title=\"mcm_3754\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3754-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3754\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3760/\" title=\"mcm_3760\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3760-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3760\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3763/\" title=\"mcm_3763\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3763-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3763\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3767-3/\" title=\"mcm_3767\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3767-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3767\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3772/\" title=\"mcm_3772\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3772-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3772\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3773/\" title=\"mcm_3773\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3773-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3773\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3774-2/\" title=\"mcm_3774\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3774-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3774\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3778-3/\" title=\"mcm_3778\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3778-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3778\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3780-2/\" title=\"mcm_3780\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3780-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3780\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3781-2/\" title=\"mcm_3781\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3781-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3781\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3782/\" title=\"mcm_3782\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3782-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3782\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3786/\" title=\"mcm_3786\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3786-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Breakfast of champions\" title=\"mcm_3786\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3787-2/\" title=\"mcm_3787\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3787-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3787\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3792-2/\" title=\"mcm_3792\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3792-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3792\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3796-2/\" title=\"mcm_3796\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3796-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3796\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3798/\" title=\"mcm_3798\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3798-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3798\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3800/\" title=\"mcm_3800\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3800-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3800\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3801/\" title=\"mcm_3801\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3801-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3801\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3803/\" title=\"mcm_3803\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3803-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3803\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3808-2/\" title=\"mcm_3808\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3808-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3808\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3813/\" title=\"mcm_3813\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3813-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3813\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3816-2/\" title=\"mcm_3816\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3816-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3816\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3820/\" title=\"mcm_3820\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3820-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3820\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3822-2/\" title=\"mcm_3822\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3822-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3822\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3824/\" title=\"mcm_3824\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3824-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3824\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3825-2/\" title=\"mcm_3825\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3825-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3825\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3826-3/\" title=\"mcm_3826\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3826-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"There were hammocks everywhere, I love it\" title=\"mcm_3826\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3827-3/\" title=\"mcm_3827\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3827-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3827\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3829/\" title=\"mcm_3829\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3829-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3829\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3831-2/\" title=\"mcm_3831\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3831-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3831\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3832/\" title=\"mcm_3832\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3832-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3832\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3833-2/\" title=\"mcm_3833\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3833-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3833\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3834-3/\" title=\"mcm_3834\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3834-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3834\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3838-2/\" title=\"mcm_3838\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3838-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3838\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3839/\" title=\"mcm_3839\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3839-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Snails!\" title=\"mcm_3839\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3840/\" title=\"mcm_3840\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3840-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3840\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3841-2/\" title=\"mcm_3841\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3841-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3841\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3842/\" title=\"mcm_3842\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3842-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3842\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3845/\" title=\"mcm_3845\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3845-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3845\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3846-2/\" title=\"mcm_3846\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3846-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3846\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3848-2/\" title=\"mcm_3848\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3848-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3848\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3849-2/\" title=\"mcm_3849\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3849-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3849\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3851-3/\" title=\"mcm_3851\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3851-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3851\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3853/\" title=\"mcm_3853\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3853-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3853\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3856-2/\" title=\"mcm_3856\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3856-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3856\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3857-3/\" title=\"mcm_3857\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3857-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3857\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3859/\" title=\"mcm_3859\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3859-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3859\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3861-2/\" title=\"mcm_3861\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3861-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3861\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3862-2/\" title=\"mcm_3862\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3862-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3862\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3864-2/\" title=\"mcm_3864\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3864-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3864\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3866/\" title=\"mcm_3866\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3866-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3866\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3867-2/\" title=\"mcm_3867\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3867-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3867\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3868/\" title=\"mcm_3868\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3868-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3868\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3869/\" title=\"mcm_3869\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3869-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3869\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3870-2/\" title=\"mcm_3870\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3870-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3870\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3872/\" title=\"mcm_3872\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3872-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3872\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3875-2/\" title=\"mcm_3875\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3875-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3875\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3881/\" title=\"mcm_3881\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3881-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3881\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3884-2/\" title=\"mcm_3884\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3884-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3884\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3887-2/\" title=\"mcm_3887\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3887-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3887\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3890/\" title=\"mcm_3890\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3890-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3890\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3894/\" title=\"mcm_3894\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3894-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3894\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3902/\" title=\"mcm_3902\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3902-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3902\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3903-2/\" title=\"mcm_3903\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3903-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3903\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3904/\" title=\"mcm_3904\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3904-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3904\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3905-2/\" title=\"mcm_3905\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3905-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3905\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3906/\" title=\"mcm_3906\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3906-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3906\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3908-2/\" title=\"mcm_3908\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3908-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3908\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3911-3/\" title=\"mcm_3911\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3911-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3911\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3912/\" title=\"mcm_3912\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3912-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3912\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3914/\" title=\"mcm_3914\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3914-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3914\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3916/\" title=\"mcm_3916\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3916-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3916\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3917/\" title=\"mcm_3917\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3917-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3917\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3919/\" title=\"mcm_3919\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3919-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3919\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3920-2/\" title=\"mcm_3920\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3920-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3920\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3929/\" title=\"mcm_3929\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3929-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3929\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3930-2/\" title=\"mcm_3930\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3930-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3930\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3935/\" title=\"mcm_3935\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3935-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3935\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3936-2/\" title=\"mcm_3936\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3936-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3936\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3942-2/\" title=\"mcm_3942\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3942-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3942\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3945/\" title=\"mcm_3945\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3945-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3945\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3946/\" title=\"mcm_3946\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3946-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3946\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3948/\" title=\"mcm_3948\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3948-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3948\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3953/\" title=\"mcm_3953\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3953-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3953\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3954/\" title=\"mcm_3954\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3954-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3954\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3955-2/\" title=\"mcm_3955\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3955-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3955\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3958/\" title=\"mcm_3958\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3958-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3958\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3962-2/\" title=\"mcm_3962\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3962-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3962\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3964/\" title=\"mcm_3964\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3964-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3964\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3965/\" title=\"mcm_3965\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3965-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3965\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3968-2/\" title=\"mcm_3968\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3968-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3968\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3970-2/\" title=\"mcm_3970\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3970-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3970\" /></a>\";s:7:\"pubdate\";s:31:\"Sat, 14 Mar 2009 01:30:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:39987:\"<p>Visiting <a href=\"http://www.roomtoread.org/\">Room to Read</a> school with <a href=\"http://www.fourhourworkweek.com/blog/\">Tim Ferriss</a> and two other donors about 3 hours outside of Saigon / Ho Chi Min City. <a href=\"http://www.fourhourworkweek.com/blog/2008/04/23/4hww-readers-school-in-vietnam-opens-its-doors-time-for-a-trip/\">More about the school here</a>. They teach ages 2-5. Also: birthday dinner for John.</p>\n<p><span id=\"more-12357\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3578-2/\" title=\"mcm_3578\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3578-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3578\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3579-3/\" title=\"mcm_3579\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3579-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3579\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3580-2/\" title=\"mcm_3580\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3580-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3580\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3581-2/\" title=\"mcm_3581\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3581-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3581\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3583-2/\" title=\"mcm_3583\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3583-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3583\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3586/\" title=\"mcm_3586\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3586-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Yes, that's soup on the back of a motorbike\" title=\"mcm_3586\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3588-2/\" title=\"mcm_3588\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3588-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3588\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3591/\" title=\"mcm_3591\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3591-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3591\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3593/\" title=\"mcm_3593\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3593-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3593\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3594/\" title=\"mcm_3594\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3594-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3594\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3595/\" title=\"mcm_3595\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3595-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"The ferry that took us across the river\" title=\"mcm_3595\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3597/\" title=\"mcm_3597\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3597-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3597\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3598/\" title=\"mcm_3598\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3598-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3598\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3599/\" title=\"mcm_3599\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3599-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3599\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3600/\" title=\"mcm_3600\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3600-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3600\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3601/\" title=\"mcm_3601\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3601-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3601\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3603-2/\" title=\"mcm_3603\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3603-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3603\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3604/\" title=\"mcm_3604\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3604-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Arriving at the school, all the kids came out\" title=\"mcm_3604\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3606/\" title=\"mcm_3606\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3606-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3606\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3611-2/\" title=\"mcm_3611\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3611-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3611\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3614/\" title=\"mcm_3614\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3614-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3614\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3617/\" title=\"mcm_3617\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3617-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3617\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3618/\" title=\"mcm_3618\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3618-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3618\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3619/\" title=\"mcm_3619\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3619-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3619\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3620-2/\" title=\"mcm_3620\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3620-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3620\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3621/\" title=\"mcm_3621\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3621-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3621\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3624/\" title=\"mcm_3624\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3624-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3624\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3625/\" title=\"mcm_3625\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3625-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3625\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3626-2/\" title=\"mcm_3626\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3626-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3626\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3627/\" title=\"mcm_3627\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3627-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3627\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3628/\" title=\"mcm_3628\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3628-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3628\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3629-2/\" title=\"mcm_3629\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3629-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3629\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3633/\" title=\"mcm_3633\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3633-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3633\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3634/\" title=\"mcm_3634\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3634-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3634\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3635/\" title=\"mcm_3635\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3635-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3635\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3636/\" title=\"mcm_3636\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3636-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3636\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3637/\" title=\"mcm_3637\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3637-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3637\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3638-2/\" title=\"mcm_3638\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3638-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3638\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3639/\" title=\"mcm_3639\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3639-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3639\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3641-2/\" title=\"mcm_3641\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3641-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3641\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3642/\" title=\"mcm_3642\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3642-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3642\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3643-2/\" title=\"mcm_3643\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3643-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3643\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3647-2/\" title=\"mcm_3647\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3647-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"This girl was fascinated by my camera, has the exact same expression in a few other pics\" title=\"mcm_3647\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3648-2/\" title=\"mcm_3648\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3648-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3648\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3652-3/\" title=\"mcm_3652\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3652-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"The school starts classes at 2 years old\" title=\"mcm_3652\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3653-2/\" title=\"mcm_3653\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3653-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3653\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3654-3/\" title=\"mcm_3654\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3654-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3654\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3656-2/\" title=\"mcm_3656\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3656-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3656\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3659/\" title=\"mcm_3659\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3659-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3659\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3660-2/\" title=\"mcm_3660\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3660-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3660\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3661-2/\" title=\"mcm_3661\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3661-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3661\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3664/\" title=\"mcm_3664\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3664-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3664\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3666-2/\" title=\"mcm_3666\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3666-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3666\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3667-2/\" title=\"mcm_3667\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3667-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3667\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3669-2/\" title=\"mcm_3669\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3669-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3669\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3671-2/\" title=\"mcm_3671\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3671-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3671\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3674/\" title=\"mcm_3674\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3674-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3674\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3677/\" title=\"mcm_3677\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3677-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3677\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3678/\" title=\"mcm_3678\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3678-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3678\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3679-2/\" title=\"mcm_3679\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3679-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3679\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3680-2/\" title=\"mcm_3680\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3680-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3680\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3686/\" title=\"mcm_3686\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3686-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3686\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3687-2/\" title=\"mcm_3687\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3687-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3687\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3692-2/\" title=\"mcm_3692\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3692-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3692\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3695/\" title=\"mcm_3695\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3695-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3695\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3698-3/\" title=\"mcm_3698\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3698-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3698\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3699-3/\" title=\"mcm_3699\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3699-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3699\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3700-2/\" title=\"mcm_3700\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3700-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3700\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3704/\" title=\"mcm_3704\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3704-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3704\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3707-3/\" title=\"mcm_3707\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3707-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3707\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3712-2/\" title=\"mcm_3712\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3712-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3712\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3714-2/\" title=\"mcm_3714\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3714-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3714\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3716-3/\" title=\"mcm_3716\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3716-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3716\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3717-2/\" title=\"mcm_3717\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3717-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3717\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3719/\" title=\"mcm_3719\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3719-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3719\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3720/\" title=\"mcm_3720\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3720-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3720\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3722/\" title=\"mcm_3722\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3722-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3722\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3724/\" title=\"mcm_3724\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3724-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Tim does a convincing monkey impression\" title=\"mcm_3724\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3732-3/\" title=\"mcm_3732\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3732-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3732\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3733/\" title=\"mcm_3733\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3733-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3733\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3734/\" title=\"mcm_3734\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3734-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3734\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3735/\" title=\"mcm_3735\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3735-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3735\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3738-3/\" title=\"mcm_3738\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3738-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3738\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3739-2/\" title=\"mcm_3739\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3739-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3739\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3742/\" title=\"mcm_3742\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3742-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3742\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3749-2/\" title=\"mcm_3749\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3749-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3749\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3754/\" title=\"mcm_3754\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3754-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3754\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3760/\" title=\"mcm_3760\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3760-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3760\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3763/\" title=\"mcm_3763\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3763-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3763\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3767-3/\" title=\"mcm_3767\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3767-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3767\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3772/\" title=\"mcm_3772\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3772-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3772\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3773/\" title=\"mcm_3773\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3773-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3773\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3774-2/\" title=\"mcm_3774\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3774-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3774\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3778-3/\" title=\"mcm_3778\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3778-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3778\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3780-2/\" title=\"mcm_3780\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3780-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3780\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3781-2/\" title=\"mcm_3781\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3781-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3781\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3782/\" title=\"mcm_3782\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3782-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3782\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3786/\" title=\"mcm_3786\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3786-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Breakfast of champions\" title=\"mcm_3786\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3787-2/\" title=\"mcm_3787\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3787-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3787\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3792-2/\" title=\"mcm_3792\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3792-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3792\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3796-2/\" title=\"mcm_3796\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3796-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3796\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3798/\" title=\"mcm_3798\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3798-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3798\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3800/\" title=\"mcm_3800\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3800-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3800\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3801/\" title=\"mcm_3801\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3801-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3801\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3803/\" title=\"mcm_3803\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3803-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3803\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3808-2/\" title=\"mcm_3808\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3808-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3808\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3813/\" title=\"mcm_3813\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3813-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3813\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3816-2/\" title=\"mcm_3816\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3816-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3816\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3820/\" title=\"mcm_3820\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3820-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3820\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3822-2/\" title=\"mcm_3822\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3822-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3822\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3824/\" title=\"mcm_3824\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3824-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3824\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3825-2/\" title=\"mcm_3825\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3825-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3825\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3826-3/\" title=\"mcm_3826\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3826-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"There were hammocks everywhere, I love it\" title=\"mcm_3826\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3827-3/\" title=\"mcm_3827\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3827-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3827\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3829/\" title=\"mcm_3829\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3829-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3829\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3831-2/\" title=\"mcm_3831\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3831-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3831\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3832/\" title=\"mcm_3832\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3832-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3832\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3833-2/\" title=\"mcm_3833\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3833-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3833\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3834-3/\" title=\"mcm_3834\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3834-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3834\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3838-2/\" title=\"mcm_3838\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3838-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3838\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3839/\" title=\"mcm_3839\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3839-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Snails!\" title=\"mcm_3839\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3840/\" title=\"mcm_3840\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3840-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3840\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3841-2/\" title=\"mcm_3841\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3841-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3841\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3842/\" title=\"mcm_3842\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3842-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3842\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3845/\" title=\"mcm_3845\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3845-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3845\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3846-2/\" title=\"mcm_3846\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3846-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3846\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3848-2/\" title=\"mcm_3848\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3848-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3848\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3849-2/\" title=\"mcm_3849\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3849-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3849\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3851-3/\" title=\"mcm_3851\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3851-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3851\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3853/\" title=\"mcm_3853\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3853-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3853\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3856-2/\" title=\"mcm_3856\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3856-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3856\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3857-3/\" title=\"mcm_3857\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3857-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3857\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3859/\" title=\"mcm_3859\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3859-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3859\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3861-2/\" title=\"mcm_3861\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3861-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3861\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3862-2/\" title=\"mcm_3862\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3862-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3862\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3864-2/\" title=\"mcm_3864\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3864-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3864\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3866/\" title=\"mcm_3866\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3866-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3866\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3867-2/\" title=\"mcm_3867\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3867-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3867\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3868/\" title=\"mcm_3868\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3868-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3868\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3869/\" title=\"mcm_3869\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3869-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3869\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3870-2/\" title=\"mcm_3870\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3870-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3870\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3872/\" title=\"mcm_3872\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3872-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3872\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3875-2/\" title=\"mcm_3875\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3875-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3875\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3881/\" title=\"mcm_3881\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3881-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3881\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3884-2/\" title=\"mcm_3884\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3884-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3884\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3887-2/\" title=\"mcm_3887\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3887-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3887\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3890/\" title=\"mcm_3890\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3890-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3890\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3894/\" title=\"mcm_3894\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3894-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3894\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3902/\" title=\"mcm_3902\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3902-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3902\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3903-2/\" title=\"mcm_3903\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3903-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3903\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3904/\" title=\"mcm_3904\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3904-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3904\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3905-2/\" title=\"mcm_3905\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3905-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3905\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3906/\" title=\"mcm_3906\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3906-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3906\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3908-2/\" title=\"mcm_3908\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3908-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3908\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3911-3/\" title=\"mcm_3911\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3911-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3911\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3912/\" title=\"mcm_3912\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3912-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3912\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3914/\" title=\"mcm_3914\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3914-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3914\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3916/\" title=\"mcm_3916\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3916-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3916\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3917/\" title=\"mcm_3917\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3917-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3917\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3919/\" title=\"mcm_3919\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3919-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3919\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3920-2/\" title=\"mcm_3920\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3920-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3920\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3929/\" title=\"mcm_3929\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3929-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3929\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3930-2/\" title=\"mcm_3930\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3930-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3930\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3935/\" title=\"mcm_3935\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3935-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3935\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3936-2/\" title=\"mcm_3936\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3936-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3936\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3942-2/\" title=\"mcm_3942\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3942-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3942\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3945/\" title=\"mcm_3945\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3945-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3945\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3946/\" title=\"mcm_3946\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3946-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3946\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3948/\" title=\"mcm_3948\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3948-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3948\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3953/\" title=\"mcm_3953\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3953-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3953\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3954/\" title=\"mcm_3954\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3954-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3954\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3955-2/\" title=\"mcm_3955\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3955-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3955\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3958/\" title=\"mcm_3958\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3958-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3958\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3962-2/\" title=\"mcm_3962\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3962-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3962\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3964/\" title=\"mcm_3964\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3964-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3964\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3965/\" title=\"mcm_3965\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3965-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3965\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3968-2/\" title=\"mcm_3968\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3968-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3968\" /></a>\n<a href=\"http://ma.tt/2009/03/vietnam-school/mcm_3970-2/\" title=\"mcm_3970\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3970-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3970\" /></a>\";}i:19;a:7:{s:5:\"title\";s:12:\"Matt: Saigon\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12426\";s:4:\"link\";s:28:\"http://ma.tt/2009/03/saigon/\";s:11:\"description\";s:7745:\"<p>Traveling to Saigon, small night market, and BBQ dinner.</p>\n<p><span id=\"more-12426\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2498-2/\" title=\"mcm_2498\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2498-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2498\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2502-2/\" title=\"mcm_2502\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2502-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2502\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2504-2/\" title=\"mcm_2504\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2504-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2504\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2506/\" title=\"mcm_2506\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2506-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2506\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2507-2/\" title=\"mcm_2507\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2507-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2507\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2508-2/\" title=\"mcm_2508\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2508-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2508\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2510-2/\" title=\"mcm_2510\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2510-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2510\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2512/\" title=\"mcm_2512\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2512-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2512\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2514/\" title=\"mcm_2514\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2514-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2514\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2515/\" title=\"mcm_2515\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2515-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2515\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2516-2/\" title=\"mcm_2516\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2516-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2516\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2517-2/\" title=\"mcm_2517\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2517-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2517\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2520/\" title=\"mcm_2520\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2520-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2520\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2530/\" title=\"mcm_2530\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2530-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2530\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3527/\" title=\"mcm_3527\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3527-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3527\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3528/\" title=\"mcm_3528\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3528-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3528\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3533/\" title=\"mcm_3533\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3533-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3533\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3534/\" title=\"mcm_3534\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3534-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3534\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3535-2/\" title=\"mcm_3535\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3535-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3535\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3538/\" title=\"mcm_3538\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3538-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3538\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3540/\" title=\"mcm_3540\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3540-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3540\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3541-2/\" title=\"mcm_3541\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3541-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3541\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3543/\" title=\"mcm_3543\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3543-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3543\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3544/\" title=\"mcm_3544\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3544-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3544\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3548-2/\" title=\"mcm_3548\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3548-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3548\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3552/\" title=\"mcm_3552\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3552-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3552\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3554/\" title=\"mcm_3554\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3554-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3554\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3555/\" title=\"mcm_3555\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3555-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3555\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3558/\" title=\"mcm_3558\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3558-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3558\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3559-2/\" title=\"mcm_3559\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3559-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3559\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3562-2/\" title=\"mcm_3562\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3562-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3562\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3563/\" title=\"mcm_3563\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3563-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3563\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3564/\" title=\"mcm_3564\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3564-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3564\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3568-3/\" title=\"mcm_3568\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3568-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3568\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3571/\" title=\"mcm_3571\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3571-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3571\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3574-2/\" title=\"mcm_3574\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3574-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Saigon Opera House\" title=\"mcm_3574\" /></a>\";s:7:\"pubdate\";s:31:\"Sat, 14 Mar 2009 00:45:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:7745:\"<p>Traveling to Saigon, small night market, and BBQ dinner.</p>\n<p><span id=\"more-12426\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2498-2/\" title=\"mcm_2498\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2498-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2498\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2502-2/\" title=\"mcm_2502\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2502-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2502\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2504-2/\" title=\"mcm_2504\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2504-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2504\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2506/\" title=\"mcm_2506\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2506-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2506\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2507-2/\" title=\"mcm_2507\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2507-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2507\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2508-2/\" title=\"mcm_2508\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2508-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2508\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2510-2/\" title=\"mcm_2510\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2510-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2510\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2512/\" title=\"mcm_2512\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2512-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2512\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2514/\" title=\"mcm_2514\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2514-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2514\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2515/\" title=\"mcm_2515\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2515-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2515\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2516-2/\" title=\"mcm_2516\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2516-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2516\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2517-2/\" title=\"mcm_2517\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2517-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2517\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2520/\" title=\"mcm_2520\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2520-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2520\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_2530/\" title=\"mcm_2530\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2530-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2530\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3527/\" title=\"mcm_3527\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3527-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3527\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3528/\" title=\"mcm_3528\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3528-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3528\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3533/\" title=\"mcm_3533\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3533-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3533\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3534/\" title=\"mcm_3534\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3534-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3534\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3535-2/\" title=\"mcm_3535\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3535-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3535\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3538/\" title=\"mcm_3538\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3538-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3538\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3540/\" title=\"mcm_3540\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3540-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3540\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3541-2/\" title=\"mcm_3541\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3541-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3541\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3543/\" title=\"mcm_3543\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3543-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3543\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3544/\" title=\"mcm_3544\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3544-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3544\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3548-2/\" title=\"mcm_3548\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3548-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3548\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3552/\" title=\"mcm_3552\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3552-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3552\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3554/\" title=\"mcm_3554\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3554-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3554\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3555/\" title=\"mcm_3555\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3555-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3555\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3558/\" title=\"mcm_3558\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_3558-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3558\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3559-2/\" title=\"mcm_3559\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3559-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3559\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3562-2/\" title=\"mcm_3562\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3562-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3562\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3563/\" title=\"mcm_3563\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3563-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3563\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3564/\" title=\"mcm_3564\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3564-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3564\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3568-3/\" title=\"mcm_3568\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3568-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3568\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3571/\" title=\"mcm_3571\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3571-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_3571\" /></a>\n<a href=\"http://ma.tt/2009/03/saigon/mcm_3574-2/\" title=\"mcm_3574\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_3574-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Saigon Opera House\" title=\"mcm_3574\" /></a>\";}i:20;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/13\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5320\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/03/13/wordpress-theme-releases-for-0313/\";s:11:\"description\";s:2803:\"<p><a href=\"http://bloggingfornoobs.com/freethemes/spring-time-free-wordpress-theme/\">Spring Time</a></p>\n<p><img title=\"Spring Time\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/springtime.png\" alt=\"Spring Time\" width=\"150\" height=\"104\" /></p>\n<p>Ad Ready, Precoded for several plugins (including tweetbacks, pagenavi, where did they go, wp-related posts, odiogo, yoast breadcrumbs), Featured Video Ready, and Feedburner ready. Precoded for limit post, canonical urls, keyword insertion.</p>\n<p><a href=\"http://cordobo.com/free-wordpress-templates/green-park-2/\">Green Park 2</a></p>\n<p><img title=\"Green Park 2\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/greenpark2.png\" alt=\"Green Park 2\" width=\"150\" height=\"112\" /></p>\n<p>It’s a simple & elegant light-weight theme for WordPress, with the support for WordPress widgets and CSS sprites.</p>\n<p><a href=\"http://kune.fr/blog/wordpress/wp-jobboard-transform-wordpress-into-a-jobboard/\">WP-Jobboard</a></p>\n<p><a href=\"http://wp-jobboard.kune.fr/\"><img title=\"WP-JobBoard\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wpjobboard.png\" alt=\"WP-JobBoard\" width=\"150\" height=\"67\" /></a></p>\n<p>Turn your WordPress install in a simple job board. Three column, widget ready.</p>\n<p><a href=\"http://3oneseven.com/15/spyker/\">Spyker wpMU</a></p>\n<p><a href=\"http://wp2.3oneseven.com/index.php?wptheme=Spyker\"><img title=\"Spyker wpMU\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/spykerwpmu.png\" alt=\"Spyker wpMU\" width=\"150\" height=\"106\" /></a></p>\n<p>The Spyker WP theme, one of of a kind WordPress theme. The theme is drenched in gray with light wooden effects.</p>\n<p><a href=\"http://www.csstemplatesfree.org/business-design.html\">Business Design</a></p>\n<p><a href=\"http://www.csstemplatesfree.org/templates/Business-Design/\"><img title=\"Business Design\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/businessdesign.jpg\" alt=\"Business Design\" width=\"150\" height=\"90\" /></a></p>\n<p>Business Design is a plain, two column with right sidebar, widget ready Wordpress Business Theme.</p>\n<p><a href=\"http://www.bluepandadesign.com/crimson/\">Crimson</a></p>\n<p><img title=\"Crimson\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/crimson.png\" alt=\"Crimson\" width=\"150\" height=\"150\" /></p>\n<p>Three column, fixed width, widget and gravatar ready theme</p>\n<p><a href=\"http://human3rror.com/2009/03/11/lunchbag-wordpress-theme-is-here/\">LunchBag</a></p>\n<p><img title=\"LunchBag\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/lunchbag.png\" alt=\"LunchBag\" width=\"150\" height=\"114\" /></p>\n<p>Three column, widget ready theme with two static fixed sidebars</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news\">Submit your theme</a> to get featured in our release posts!</p>\";s:7:\"pubdate\";s:31:\"Fri, 13 Mar 2009 19:17:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2803:\"<p><a href=\"http://bloggingfornoobs.com/freethemes/spring-time-free-wordpress-theme/\">Spring Time</a></p>\n<p><img title=\"Spring Time\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/springtime.png\" alt=\"Spring Time\" width=\"150\" height=\"104\" /></p>\n<p>Ad Ready, Precoded for several plugins (including tweetbacks, pagenavi, where did they go, wp-related posts, odiogo, yoast breadcrumbs), Featured Video Ready, and Feedburner ready. Precoded for limit post, canonical urls, keyword insertion.</p>\n<p><a href=\"http://cordobo.com/free-wordpress-templates/green-park-2/\">Green Park 2</a></p>\n<p><img title=\"Green Park 2\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/greenpark2.png\" alt=\"Green Park 2\" width=\"150\" height=\"112\" /></p>\n<p>It’s a simple & elegant light-weight theme for WordPress, with the support for WordPress widgets and CSS sprites.</p>\n<p><a href=\"http://kune.fr/blog/wordpress/wp-jobboard-transform-wordpress-into-a-jobboard/\">WP-Jobboard</a></p>\n<p><a href=\"http://wp-jobboard.kune.fr/\"><img title=\"WP-JobBoard\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wpjobboard.png\" alt=\"WP-JobBoard\" width=\"150\" height=\"67\" /></a></p>\n<p>Turn your WordPress install in a simple job board. Three column, widget ready.</p>\n<p><a href=\"http://3oneseven.com/15/spyker/\">Spyker wpMU</a></p>\n<p><a href=\"http://wp2.3oneseven.com/index.php?wptheme=Spyker\"><img title=\"Spyker wpMU\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/spykerwpmu.png\" alt=\"Spyker wpMU\" width=\"150\" height=\"106\" /></a></p>\n<p>The Spyker WP theme, one of of a kind WordPress theme. The theme is drenched in gray with light wooden effects.</p>\n<p><a href=\"http://www.csstemplatesfree.org/business-design.html\">Business Design</a></p>\n<p><a href=\"http://www.csstemplatesfree.org/templates/Business-Design/\"><img title=\"Business Design\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/businessdesign.jpg\" alt=\"Business Design\" width=\"150\" height=\"90\" /></a></p>\n<p>Business Design is a plain, two column with right sidebar, widget ready Wordpress Business Theme.</p>\n<p><a href=\"http://www.bluepandadesign.com/crimson/\">Crimson</a></p>\n<p><img title=\"Crimson\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/crimson.png\" alt=\"Crimson\" width=\"150\" height=\"150\" /></p>\n<p>Three column, fixed width, widget and gravatar ready theme</p>\n<p><a href=\"http://human3rror.com/2009/03/11/lunchbag-wordpress-theme-is-here/\">LunchBag</a></p>\n<p><img title=\"LunchBag\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/lunchbag.png\" alt=\"LunchBag\" width=\"150\" height=\"114\" /></p>\n<p>Three column, widget ready theme with two static fixed sidebars</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news\">Submit your theme</a> to get featured in our release posts!</p>\";}i:21;a:7:{s:5:\"title\";s:53:\"Lorelle on WP: New P2 Prologue Theme on WordPress.com\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3981\";s:4:\"link\";s:78:\"http://lorelle.wordpress.com/2009/03/12/new-p2-prologue-theme-on-wordpresscom/\";s:11:\"description\";s:5102:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpressdotcom/\" title=\"WordPressdotcom news and tips\"><img src=\"http://lorelle.files.wordpress.com/2007/04/wordpressdotcomnews.gif\" alt=\"WordPress.com News\" align=\"right\" /></a><a title=\"P2: The New Prologue\" href=\"http://en.blog.wordpress.com/2009/03/11/p2-the-new-prologue/\">P2: The New Prologue</a> is out for <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> bloggers to play with. Based upon the <a href=\"http://en.blog.wordpress.com/2008/01/28/introducing-prologue/\" title=\"Prologue\">Prologue WordPress Theme</a> that has been called Twitter-Meets-Blog, this is a form of social networking microblogging WordPress Theme. </p>\n<p>The announcement offers more information and a video, but this is not a WordPress Theme for everyone. It is designed for multiple contributor blogs or groups, allowing people to communicate Twitter-style with each other. The <a href=\"http://wpdevel.wordpress.com/\" title=\"WordPress Development Updates\">WordPress Development Updates</a> blog uses Prologue. WordPress developers tweet their patches, collaborate, share what they are working on, and boost each other through the process, though recently it has also been used as a general blog, breaking the one-line-per-post rule, which shows the flexibility of the Theme.</p>\n<p>The features include:</p>\n<ul>\n<li>Live notifications.</li>\n<li>Easy participation by multiple contributors.</li>\n<li>Posting from the front page of the blog - without using the WordPress Administration Panels.</li>\n<li>Comments on the front page of the site with in-line editing (no page refresh) with AJAX.</li>\n<li>Threaded comment display on the front page, as well as on single post pageviews.</li>\n<li>Live tag suggestion.</li>\n<li>Show/hide feature for threaded comments.</li>\n<li>Keyboard shortcuts for faster posting and navigation.</li>\n<li>Feeds for the blog, comments, authors, tags, searches, and more.</li>\n</ul>\n<p>Some may want to activate the P2 WordPress Theme on their current blog, which is a fairly dramatic change. It’s currently a plain white page with the focus on the content. User’s comments are highlighted in the sidebar with their Gravatars next to their name and the post title they commented on. </p>\n<p>This is a great Theme to use in addition to your main blog, especially if you are working with a group of people and you want to set up a group only discussion and collaboration system. </p>\n<p>Or if you are into microblogging, this could be your new WordPress Theme.</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /></p>\n<hr />\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News, Wordpressdotcom <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3981/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3981/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3981/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3981/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3981/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3981/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3981/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3981/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3981/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3981/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3981&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Fri, 13 Mar 2009 01:29:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:5102:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpressdotcom/\" title=\"WordPressdotcom news and tips\"><img src=\"http://lorelle.files.wordpress.com/2007/04/wordpressdotcomnews.gif\" alt=\"WordPress.com News\" align=\"right\" /></a><a title=\"P2: The New Prologue\" href=\"http://en.blog.wordpress.com/2009/03/11/p2-the-new-prologue/\">P2: The New Prologue</a> is out for <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> bloggers to play with. Based upon the <a href=\"http://en.blog.wordpress.com/2008/01/28/introducing-prologue/\" title=\"Prologue\">Prologue WordPress Theme</a> that has been called Twitter-Meets-Blog, this is a form of social networking microblogging WordPress Theme. </p>\n<p>The announcement offers more information and a video, but this is not a WordPress Theme for everyone. It is designed for multiple contributor blogs or groups, allowing people to communicate Twitter-style with each other. The <a href=\"http://wpdevel.wordpress.com/\" title=\"WordPress Development Updates\">WordPress Development Updates</a> blog uses Prologue. WordPress developers tweet their patches, collaborate, share what they are working on, and boost each other through the process, though recently it has also been used as a general blog, breaking the one-line-per-post rule, which shows the flexibility of the Theme.</p>\n<p>The features include:</p>\n<ul>\n<li>Live notifications.</li>\n<li>Easy participation by multiple contributors.</li>\n<li>Posting from the front page of the blog - without using the WordPress Administration Panels.</li>\n<li>Comments on the front page of the site with in-line editing (no page refresh) with AJAX.</li>\n<li>Threaded comment display on the front page, as well as on single post pageviews.</li>\n<li>Live tag suggestion.</li>\n<li>Show/hide feature for threaded comments.</li>\n<li>Keyboard shortcuts for faster posting and navigation.</li>\n<li>Feeds for the blog, comments, authors, tags, searches, and more.</li>\n</ul>\n<p>Some may want to activate the P2 WordPress Theme on their current blog, which is a fairly dramatic change. It’s currently a plain white page with the focus on the content. User’s comments are highlighted in the sidebar with their Gravatars next to their name and the post title they commented on. </p>\n<p>This is a great Theme to use in addition to your main blog, especially if you are working with a group of people and you want to set up a group only discussion and collaboration system. </p>\n<p>Or if you are into microblogging, this could be your new WordPress Theme.</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /></p>\n<hr />\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News, Wordpressdotcom <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3981/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3981/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3981/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3981/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3981/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3981/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3981/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3981/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3981/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3981/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3981&subd=lorelle&ref=&feed=1\" /></div>\";}i:22;a:7:{s:5:\"title\";s:43:\"Alex King: Crowd Favorite is Hiring (again)\";s:4:\"guid\";s:66:\"http://alexking.org/blog/2009/03/12/crowd-favorite-is-hiring-again\";s:4:\"link\";s:66:\"http://alexking.org/blog/2009/03/12/crowd-favorite-is-hiring-again\";s:11:\"description\";s:809:\"<p>Looks like it’s time to grow the team at <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> again. We’re looking to add a good, experienced developer to the team. The highlights:</p>\n<ul>\n<li>Wants to work on cool projects, including many that involve WordPress.</li>\n<li>Experience building web applications.</li>\n<li>Experience with Open Source.</li>\n<li>Enjoys developing in PHP.</li>\n</ul>\n<p>Full job posting <a href=\"http://crowdfavorite.com/jobs/\">here</a>.</p>\n<p>If the above sounds like you, I hope to hear from you soon.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Crowd+Favorite+is+Hiring+%28again%29&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F12%2Fcrowd-favorite-is-hiring-again\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Thu, 12 Mar 2009 21:15:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:809:\"<p>Looks like it’s time to grow the team at <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> again. We’re looking to add a good, experienced developer to the team. The highlights:</p>\n<ul>\n<li>Wants to work on cool projects, including many that involve WordPress.</li>\n<li>Experience building web applications.</li>\n<li>Experience with Open Source.</li>\n<li>Enjoys developing in PHP.</li>\n</ul>\n<p>Full job posting <a href=\"http://crowdfavorite.com/jobs/\">here</a>.</p>\n<p>If the above sounds like you, I hope to hear from you soon.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Crowd+Favorite+is+Hiring+%28again%29&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F12%2Fcrowd-favorite-is-hiring-again\">ShareThis</a></p>\";}i:23;a:7:{s:5:\"title\";s:75:\"Mark Jaquith: Heading to SXSW, WordPress consulting availability in mid-May\";s:4:\"guid\";s:39:\"http://markjaquith.wordpress.com/?p=257\";s:4:\"link\";s:105:\"http://markjaquith.wordpress.com/2009/03/12/heading-to-sxsw-wordpress-consulting-availability-in-mid-may/\";s:11:\"description\";s:2292:\"<div class=\"snap_preview\"><br /><p>Tomorrow I’m heading off to Austin, TX for the <a href=\"http://sxsw.com/interactive\">South by Southwest Interactive Festival</a>. If you’re going to be there, and you’re a WordPress fan, make sure you say hi and let me know what cool uses you’ve found for WordPress! The best way to find out where I am or to get in contact with me is to <a href=\"http://twitter.com/markjaquith\">follow me on Twitter</a>. Ping me in an @message if you’d like to chat.</p>\n<p>Also, if you have need of a <a href=\"http://coveredwebservices.com/\">WordPress guru</a>, I’m back on the market! My contract with <a href=\"http://b5media.com/\">b5media</a> has moved to a part-time arrangement, so if you’re looking for someone to figure out how WordPress and your company or product fit together, <a href=\"http://coveredwebservices.com/contact/\">drop me a note</a> or track me down while I’m in Austin. I have a really exciting secret project occupying my time until mid-May, but if you can wait a few months to start your project, we can start that conversation now.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/257/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/257/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/257/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/257/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/257/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/257/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/257/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/257/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/257/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/257/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=257&subd=markjaquith&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Thu, 12 Mar 2009 20:27:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:7:\"summary\";s:2292:\"<div class=\"snap_preview\"><br /><p>Tomorrow I’m heading off to Austin, TX for the <a href=\"http://sxsw.com/interactive\">South by Southwest Interactive Festival</a>. If you’re going to be there, and you’re a WordPress fan, make sure you say hi and let me know what cool uses you’ve found for WordPress! The best way to find out where I am or to get in contact with me is to <a href=\"http://twitter.com/markjaquith\">follow me on Twitter</a>. Ping me in an @message if you’d like to chat.</p>\n<p>Also, if you have need of a <a href=\"http://coveredwebservices.com/\">WordPress guru</a>, I’m back on the market! My contract with <a href=\"http://b5media.com/\">b5media</a> has moved to a part-time arrangement, so if you’re looking for someone to figure out how WordPress and your company or product fit together, <a href=\"http://coveredwebservices.com/contact/\">drop me a note</a> or track me down while I’m in Austin. I have a really exciting secret project occupying my time until mid-May, but if you can wait a few months to start your project, we can start that conversation now.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/257/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/257/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/257/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/257/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/257/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/257/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/257/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/257/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/257/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/257/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=257&subd=markjaquith&ref=&feed=1\" /></div>\";}i:24;a:7:{s:5:\"title\";s:56:\"Dev Blog: Contributing to WordPress, Part I: Development\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=567\";s:4:\"link\";s:86:\"http://wordpress.org/development/2009/03/contributing-to-wordpress-part-i-development/\";s:11:\"description\";s:6522:\"<p>A week or two ago at <a href=\"http://denver.wordcamp.org/\">WordCamp Denver</a>, I gave a presentation about some plans to create more opportunities for people to contribute to the WordPress open source project. The icon design contest was such a success that it seems clear we need to come up with ways for non-developers to contribute their talents and skills to WordPress. Since the launch of 2.7, we’ve been working out what kinds of contribution opportunities would make sense, and we’ve come up with a handful. </p>\n<p>This (long) weekend, many WordPress users and developers (including half the core team) will be in Austin, TX for <a href=\"http://sxsw.com/interactive\">South by Southwest</a>. <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"http://boren.nu/\">Ryan Boren</a>, <a href=\"http://markjaquith.com/\">Mark Jaquith</a> and <a href=\"http://jane.wordpress.com\">I</a> will all be there, so say hello if you’re there, too. In the spirit of all this WordPress community connecting, I’ll be posting here every day during SxSW with information about the new contribution opportunities we’re creating. Each post will cover one or more of the following:</p>\n<ul>\n<li>Development (of course)</li>\n<li>QA</li>\n<li>Documentation</li>\n<li>Ideas and Opinions</li>\n<li>User Experience</li>\n<li>Graphic Design</li>\n<li>Accessibility</li>\n<li>Usability Testing</li>\n<li>WordPress.tv</li>\n<li>Community Organizing</li>\n</ul>\n<p>Since the first thing people think of when they think of contributing to WordPress is PHP development, we’ll start there. </p>\n<p>The code (<em>which is poetry</em>) is the meat of the application, so it makes sense that the most opportunities to contribute will continue to fall in this area. <a href=\"http://core.trac.wordpress.org/\">Trac</a> is always filled with tickets that need patches, patches that need testing, and issues that need some creative developer thinking/collaboration to find the right solution to a problem that has us going in circles. </p>\n<p>If you are proficient in PHP, consider looking through the tickets (especially the ones marked “bug,” since they should get higher priority) and writing a patch for one of them. If you’ve got more advanced skills, consider writing a patch for one of the more complex tickets, or offering corrections to a patch submitted by someone else (if needed). If you don’t trust your coding skills but know your way around the application files, look for tickets tagged has-patch and test the patches in as many browsers as you can, posting your results afterward in the ticket thread. </p>\n<p>If you find a bug in the course of your daily use of WordPress, report it. First, check Trac to see if the issue already has a ticket. You could also scan the archives of the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers list</a> to see if people have been talking about the bug, or email the list yourself to see if anyone has any information on the problem. If these actions don’t bear fruit, start a new ticket in Trac (you’ll need to create a login to do this). Be as detailed as you can about the issue, and don’t forget to make the proper selections from the metadata dropdown menus. Just in case anyone is unsure of how to make these selections…</p>\n<p>Use the severity field with caution. Most bugs will be of normal severity. Marking a bug as high severity will not necessarily speed up development, and if it turns out that you’ve marked a bug’s severity incorrectly it may even slow down development. </p>\n<p>Priority will usually be normal. Leave it to the more senior developers to change the status to a higher priority, as they are familiar with all the tickets and Trac and will be better able to assess the priority in relation to other tickets. </p>\n<p>Ticket type. This is one of most misused fields, with many people marking tickets as defects that should not be. To address this, here’s a reminder of the ticket types and their intended uses. Your choices are: defect (bug), enhancement, feature request, and task (blessed). </p>\n<ul>\n<li>Defect (bug). Something is broken. You know how the feature is supposed to work (if you’re unsure, check the Codex or ask in the dev channel), but something has gone awry that needs to be fixed.</li>\n<li>Enhancement. Something is awkward or slow and could be designed or coded better without overhauling the function or screen design. Please don’t mark something as a defect (bug) if it is really an enhancement. </li>\n<li>Feature request. If there’s something that could be improved that would require significant restructuring of code or screen design, it should be marked as feature request rather than enhancement. Please note: this is not really the place to request features that are not currently in WordPress. Please continue to use the Ideas forum to suggest new features. The core developers will add new feature requests to Trac as they review the Ideas forum with each release cycle. </li>\n<li>Task (blessed). This type indicates approval from the core development team. Only core developers should use this selection. If you mark something as Task (blessed) yourself, you will have bad karma.</li>\n</ul>\n<p>Bug Hunts*! If you have checked the <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\">Codex page for bug hunts</a> lately, you’ll notice it’s been awhile since there was one. No more! Official bug hunts, sprints for finding and fixing bugs, will be brought back on a regular basis. The first one will be announced soon, possibly next week, to try and tackle the bug tickets related to widgets. (No need to wait, though, there are <a href=\"http://core.trac.wordpress.org/query?status=assigned&status=new&status=reopened&group=status&milestone=2.8\">hundreds of open tickets in the 2.8 milestone</a> just waiting for a kind developer to pay them some attention.)</p>\n<p>As always, contributing developers can communicate with each other and with the core team in the #wordpress-dev IRC channel at irc.freenode.net, on the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-hackers\">wp-hackers list</a>, and in the ticket threads on Trac. Regular developer chats in IRC will be returning to Wednesdays at noon (Pacific time) starting next week. </p>\n<p><em>[* - I used to love the bug hunt challenge in Space Cadet 3D Pinball back in the days of Windows 95]</em></p>\";s:7:\"pubdate\";s:31:\"Thu, 12 Mar 2009 18:06:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:7:\"summary\";s:6522:\"<p>A week or two ago at <a href=\"http://denver.wordcamp.org/\">WordCamp Denver</a>, I gave a presentation about some plans to create more opportunities for people to contribute to the WordPress open source project. The icon design contest was such a success that it seems clear we need to come up with ways for non-developers to contribute their talents and skills to WordPress. Since the launch of 2.7, we’ve been working out what kinds of contribution opportunities would make sense, and we’ve come up with a handful. </p>\n<p>This (long) weekend, many WordPress users and developers (including half the core team) will be in Austin, TX for <a href=\"http://sxsw.com/interactive\">South by Southwest</a>. <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"http://boren.nu/\">Ryan Boren</a>, <a href=\"http://markjaquith.com/\">Mark Jaquith</a> and <a href=\"http://jane.wordpress.com\">I</a> will all be there, so say hello if you’re there, too. In the spirit of all this WordPress community connecting, I’ll be posting here every day during SxSW with information about the new contribution opportunities we’re creating. Each post will cover one or more of the following:</p>\n<ul>\n<li>Development (of course)</li>\n<li>QA</li>\n<li>Documentation</li>\n<li>Ideas and Opinions</li>\n<li>User Experience</li>\n<li>Graphic Design</li>\n<li>Accessibility</li>\n<li>Usability Testing</li>\n<li>WordPress.tv</li>\n<li>Community Organizing</li>\n</ul>\n<p>Since the first thing people think of when they think of contributing to WordPress is PHP development, we’ll start there. </p>\n<p>The code (<em>which is poetry</em>) is the meat of the application, so it makes sense that the most opportunities to contribute will continue to fall in this area. <a href=\"http://core.trac.wordpress.org/\">Trac</a> is always filled with tickets that need patches, patches that need testing, and issues that need some creative developer thinking/collaboration to find the right solution to a problem that has us going in circles. </p>\n<p>If you are proficient in PHP, consider looking through the tickets (especially the ones marked “bug,” since they should get higher priority) and writing a patch for one of them. If you’ve got more advanced skills, consider writing a patch for one of the more complex tickets, or offering corrections to a patch submitted by someone else (if needed). If you don’t trust your coding skills but know your way around the application files, look for tickets tagged has-patch and test the patches in as many browsers as you can, posting your results afterward in the ticket thread. </p>\n<p>If you find a bug in the course of your daily use of WordPress, report it. First, check Trac to see if the issue already has a ticket. You could also scan the archives of the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers list</a> to see if people have been talking about the bug, or email the list yourself to see if anyone has any information on the problem. If these actions don’t bear fruit, start a new ticket in Trac (you’ll need to create a login to do this). Be as detailed as you can about the issue, and don’t forget to make the proper selections from the metadata dropdown menus. Just in case anyone is unsure of how to make these selections…</p>\n<p>Use the severity field with caution. Most bugs will be of normal severity. Marking a bug as high severity will not necessarily speed up development, and if it turns out that you’ve marked a bug’s severity incorrectly it may even slow down development. </p>\n<p>Priority will usually be normal. Leave it to the more senior developers to change the status to a higher priority, as they are familiar with all the tickets and Trac and will be better able to assess the priority in relation to other tickets. </p>\n<p>Ticket type. This is one of most misused fields, with many people marking tickets as defects that should not be. To address this, here’s a reminder of the ticket types and their intended uses. Your choices are: defect (bug), enhancement, feature request, and task (blessed). </p>\n<ul>\n<li>Defect (bug). Something is broken. You know how the feature is supposed to work (if you’re unsure, check the Codex or ask in the dev channel), but something has gone awry that needs to be fixed.</li>\n<li>Enhancement. Something is awkward or slow and could be designed or coded better without overhauling the function or screen design. Please don’t mark something as a defect (bug) if it is really an enhancement. </li>\n<li>Feature request. If there’s something that could be improved that would require significant restructuring of code or screen design, it should be marked as feature request rather than enhancement. Please note: this is not really the place to request features that are not currently in WordPress. Please continue to use the Ideas forum to suggest new features. The core developers will add new feature requests to Trac as they review the Ideas forum with each release cycle. </li>\n<li>Task (blessed). This type indicates approval from the core development team. Only core developers should use this selection. If you mark something as Task (blessed) yourself, you will have bad karma.</li>\n</ul>\n<p>Bug Hunts*! If you have checked the <a href=\"http://codex.wordpress.org/WordPress_Bug_Hunts\">Codex page for bug hunts</a> lately, you’ll notice it’s been awhile since there was one. No more! Official bug hunts, sprints for finding and fixing bugs, will be brought back on a regular basis. The first one will be announced soon, possibly next week, to try and tackle the bug tickets related to widgets. (No need to wait, though, there are <a href=\"http://core.trac.wordpress.org/query?status=assigned&status=new&status=reopened&group=status&milestone=2.8\">hundreds of open tickets in the 2.8 milestone</a> just waiting for a kind developer to pay them some attention.)</p>\n<p>As always, contributing developers can communicate with each other and with the core team in the #wordpress-dev IRC channel at irc.freenode.net, on the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-hackers\">wp-hackers list</a>, and in the ticket threads on Trac. Regular developer chats in IRC will be returning to Wednesdays at noon (Pacific time) starting next week. </p>\n<p><em>[* - I used to love the bug hunt challenge in Space Cadet 3D Pinball back in the days of Windows 95]</em></p>\";}i:25;a:7:{s:5:\"title\";s:75:\"Lorelle on WP: ScotBlog - WordPressMU and BuddyPress Social Networking Site\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3976\";s:4:\"link\";s:99:\"http://lorelle.wordpress.com/2009/03/12/scotblog-wordpressmu-and-buddypress-social-networking-site/\";s:11:\"description\";s:7377:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a>According to a news story in <a href=\"http://netnewsdaily.com/\" title=\"Net News Daily\">Net News Daily</a>, <a title=\"Teens Create Social Networking Site\" href=\"http://netnewsdaily.com/?p=849\">two teenagers from Scotland have created a social blogging</a> platform on <a href=\"http://mu.wordpress.org/\" title=\"WordPressMU\" rel=\"tag\">WordPressMU</a> and <a href=\"http://buddypress.org/\" title=\"BuddyPress\" rel=\"tag\">BuddyPress</a> called <a href=\"http://www.scotblog.net\" title=\"Scotblog\">Scotblog</a>. </p>\n<blockquote><p>Scott Campbell and Nathan Adam, both 13, decided to launch the site after they spotted a gap in the market.</p>\n<p>“The internet needed a cool new social blogging site,” said Campbell, who lives in the North East of Scotland, “We provide a user friendly, fun, safe interface, which is easy for anyone to use.”</p></blockquote>\n<p>Scotblog.net is free and not restricted to those living in Scotland, though it’s welcome states “celebrate your heritage by connecting with family and friends across the globe…The ScotBlog way.”</p>\n<p><a href=\"http://www.scotblog.net\" title=\"Scotblog\"><img src=\"http://lorelle.files.wordpress.com/2009/03/scotblog.gif\" alt=\"scotblog\" title=\"scotblog\" width=\"229\" height=\"73\" class=\"alignleft size-full wp-image-3977\" /></a>They also call ScotBlog the first Social Blogging site. Although that definition is unclear, it is a well-developed online community site that uses the social functionality of BuddyPress with the power of multiple blogs and emphasis on social media tools and networking.</p>\n<p>The front page greets you in the fashion of a blog, with “most recent published posts” in chronological order from among all the bloggers, and showcases the groups the members “belong” to including <a href=\"http://scotblog.net/groups/bebo-1409600174\" title=\"Bebo\">Bebo</a>, <a href=\"http://scotblog.net/groups/twitter\" title=\"Twitter\">Twitter</a>, <a href=\"http://scotblog.net/groups/young-entrepreneurs\" title=\"Young Entrepreneurs\">Young Entrepreneurs</a>, <a href=\"http://scotblog.net/groups/photographers\" title=\"Photographers\">Photographers</a>, and <a href=\"http://scotblog.net/groups/scottish-history-1048200280\" title=\"Scottish History\">Scottish History</a>, the types of community groups long anticipated on <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a>. The group pages showcase the group members and their most recent “group wire” comments.</p>\n<p>When you click on a member’s link, like the example page of the administrator, <a href=\"http://scotblog.net/members/admin/\" title=\"ScotBlog.net\">ScotBlog Page</a>, their page showcases the avatar/gravatar, blogs, the latest activity, groups, friends, and wire comments, similar to a Facebook wall. This is the equivalent of a Facebook page that links to their blogs and social networks.</p>\n<p>Like WordPress.com and other WordPressMU, blogs are set up by domain names. <a href=\"http://scottcampbell.scotblog.net/\" title=\"The Blog of Scott Campbell\">Scott Campbell’s blog</a> is set up as a test site but does feature advertising, which other blogs do not. There currently isn’t a Terms of Service form or page in the sign up so it’s unclear if they will allow advertising on a per blog basis or what restrictions there are to commercial blogging or spam blogs, the bane of such free hosted blog services. </p>\n<p>Currently, the blogs are styled with interesting WordPress Themes but the member page is still fairly bland and not reflective of their blogs. Hopefully in time, there will be a branding connection between the two, bluring the edges between blog and social media networking tools.</p>\n<p><a href=\"http://www.scotblog.net\" title=\"Scotblog\">Scotblog</a> is off to a good start and a fascinating example of the integration of BuddyPress and WordPressMU to build a community network of blogs and social groups. </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=blogging+tips\" rel=\"tag\">blogging tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+writing\" rel=\"tag\">blog writing</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=social+media\" rel=\"tag\">social media</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=networks\" rel=\"tag\">networks</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+networks\" rel=\"tag\">blog networks</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=social+networks\" rel=\"tag\">social networks</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3976/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3976/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3976/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3976/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3976/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3976/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3976/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3976/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3976/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3976/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3976&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Thu, 12 Mar 2009 17:51:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:7377:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a>According to a news story in <a href=\"http://netnewsdaily.com/\" title=\"Net News Daily\">Net News Daily</a>, <a title=\"Teens Create Social Networking Site\" href=\"http://netnewsdaily.com/?p=849\">two teenagers from Scotland have created a social blogging</a> platform on <a href=\"http://mu.wordpress.org/\" title=\"WordPressMU\" rel=\"tag\">WordPressMU</a> and <a href=\"http://buddypress.org/\" title=\"BuddyPress\" rel=\"tag\">BuddyPress</a> called <a href=\"http://www.scotblog.net\" title=\"Scotblog\">Scotblog</a>. </p>\n<blockquote><p>Scott Campbell and Nathan Adam, both 13, decided to launch the site after they spotted a gap in the market.</p>\n<p>“The internet needed a cool new social blogging site,” said Campbell, who lives in the North East of Scotland, “We provide a user friendly, fun, safe interface, which is easy for anyone to use.”</p></blockquote>\n<p>Scotblog.net is free and not restricted to those living in Scotland, though it’s welcome states “celebrate your heritage by connecting with family and friends across the globe…The ScotBlog way.”</p>\n<p><a href=\"http://www.scotblog.net\" title=\"Scotblog\"><img src=\"http://lorelle.files.wordpress.com/2009/03/scotblog.gif\" alt=\"scotblog\" title=\"scotblog\" width=\"229\" height=\"73\" class=\"alignleft size-full wp-image-3977\" /></a>They also call ScotBlog the first Social Blogging site. Although that definition is unclear, it is a well-developed online community site that uses the social functionality of BuddyPress with the power of multiple blogs and emphasis on social media tools and networking.</p>\n<p>The front page greets you in the fashion of a blog, with “most recent published posts” in chronological order from among all the bloggers, and showcases the groups the members “belong” to including <a href=\"http://scotblog.net/groups/bebo-1409600174\" title=\"Bebo\">Bebo</a>, <a href=\"http://scotblog.net/groups/twitter\" title=\"Twitter\">Twitter</a>, <a href=\"http://scotblog.net/groups/young-entrepreneurs\" title=\"Young Entrepreneurs\">Young Entrepreneurs</a>, <a href=\"http://scotblog.net/groups/photographers\" title=\"Photographers\">Photographers</a>, and <a href=\"http://scotblog.net/groups/scottish-history-1048200280\" title=\"Scottish History\">Scottish History</a>, the types of community groups long anticipated on <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a>. The group pages showcase the group members and their most recent “group wire” comments.</p>\n<p>When you click on a member’s link, like the example page of the administrator, <a href=\"http://scotblog.net/members/admin/\" title=\"ScotBlog.net\">ScotBlog Page</a>, their page showcases the avatar/gravatar, blogs, the latest activity, groups, friends, and wire comments, similar to a Facebook wall. This is the equivalent of a Facebook page that links to their blogs and social networks.</p>\n<p>Like WordPress.com and other WordPressMU, blogs are set up by domain names. <a href=\"http://scottcampbell.scotblog.net/\" title=\"The Blog of Scott Campbell\">Scott Campbell’s blog</a> is set up as a test site but does feature advertising, which other blogs do not. There currently isn’t a Terms of Service form or page in the sign up so it’s unclear if they will allow advertising on a per blog basis or what restrictions there are to commercial blogging or spam blogs, the bane of such free hosted blog services. </p>\n<p>Currently, the blogs are styled with interesting WordPress Themes but the member page is still fairly bland and not reflective of their blogs. Hopefully in time, there will be a branding connection between the two, bluring the edges between blog and social media networking tools.</p>\n<p><a href=\"http://www.scotblog.net\" title=\"Scotblog\">Scotblog</a> is off to a good start and a fascinating example of the integration of BuddyPress and WordPressMU to build a community network of blogs and social groups. </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><img src=\"http://lorelle.files.wordpress.com/2006/08/9rules.gif\" alt=\"Member of the 9Rules Blogging Network\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=blogging+tips\" rel=\"tag\">blogging tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+writing\" rel=\"tag\">blog writing</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=social+media\" rel=\"tag\">social media</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=networks\" rel=\"tag\">networks</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+networks\" rel=\"tag\">blog networks</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=social+networks\" rel=\"tag\">social networks</a> <br /><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3976/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3976/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3976/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3976/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3976/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3976/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3976/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3976/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3976/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3976/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3976&subd=lorelle&ref=&feed=1\" /></div>\";}i:26;a:7:{s:5:\"title\";s:17:\"Matt: Ha Long Bay\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12172\";s:4:\"link\";s:33:\"http://ma.tt/2009/03/ha-long-bay/\";s:11:\"description\";s:20822:\"<p>Driving to and on a cruise ship around Ha Long Bay, Vietnam.</p>\n<p><span id=\"more-12172\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1045-2/\" title=\"mcm_1045\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1045-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Irrigation system\" title=\"mcm_1045\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1050-2/\" title=\"mcm_1050\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1050-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Tourists taking photos\" title=\"mcm_1050\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1051/\" title=\"mcm_1051\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1051-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1051\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1052-2/\" title=\"mcm_1052\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1052-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Rice!\" title=\"mcm_1052\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1056-2/\" title=\"mcm_1056\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1056-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1056\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1057-2/\" title=\"mcm_1057\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1057-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"No photos\" title=\"mcm_1057\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1058/\" title=\"mcm_1058\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1058-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1058\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1061-2/\" title=\"mcm_1061\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1061-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1061\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1062/\" title=\"mcm_1062\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1062-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1062\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1065-2/\" title=\"mcm_1065\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1065-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1065\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1068/\" title=\"mcm_1068\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1068-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1068\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1069-2/\" title=\"mcm_1069\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1069-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1069\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1070/\" title=\"mcm_1070\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1070-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1070\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1071/\" title=\"mcm_1071\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1071-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1071\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1073-2/\" title=\"mcm_1073\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1073-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1073\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1074-2/\" title=\"mcm_1074\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1074-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1074\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1077-2/\" title=\"mcm_1077\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1077-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1077\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1080-2/\" title=\"mcm_1080\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1080-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1080\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1081/\" title=\"mcm_1081\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1081-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1081\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1082-2/\" title=\"mcm_1082\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1082-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1082\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1083-2/\" title=\"mcm_1083\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1083-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1083\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1085-2/\" title=\"mcm_1085\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1085-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1085\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1087-2/\" title=\"mcm_1087\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1087-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1087\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1088-2/\" title=\"mcm_1088\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1088-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1088\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1089-2/\" title=\"mcm_1089\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1089-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1089\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1093-2/\" title=\"mcm_1093\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1093-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1093\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1094-2/\" title=\"mcm_1094\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1094-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1094\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1095-2/\" title=\"mcm_1095\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1095-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1095\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1096-2/\" title=\"mcm_1096\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1096-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1096\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1097-2/\" title=\"mcm_1097\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1097-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1097\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1098-2/\" title=\"mcm_1098\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1098-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1098\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1099/\" title=\"mcm_1099\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1099-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1099\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1100-2/\" title=\"mcm_1100\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1100-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1100\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1101-2/\" title=\"mcm_1101\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1101-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1101\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1102/\" title=\"mcm_1102\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1102-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1102\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1104/\" title=\"mcm_1104\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1104-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1104\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1105/\" title=\"mcm_1105\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1105-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1105\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1106-2/\" title=\"mcm_1106\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1106-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1106\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1107-2/\" title=\"mcm_1107\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1107-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1107\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1109-2/\" title=\"mcm_1109\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1109-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1109\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1113/\" title=\"mcm_1113\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1113-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1113\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1114/\" title=\"mcm_1114\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1114-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1114\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1115/\" title=\"mcm_1115\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1115-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1115\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1116-2/\" title=\"mcm_1116\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1116-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1116\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1117-2/\" title=\"mcm_1117\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1117-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1117\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1118-2/\" title=\"mcm_1118\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1118-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1118\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1120-2/\" title=\"mcm_1120\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1120-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1120\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1122-2/\" title=\"mcm_1122\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1122-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1122\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1123-2/\" title=\"mcm_1123\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1123-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1123\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1124-2/\" title=\"mcm_1124\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1124-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1124\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1125-2/\" title=\"mcm_1125\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1125-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1125\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1126-2/\" title=\"mcm_1126\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1126-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1126\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1128-2/\" title=\"mcm_1128\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1128-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1128\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1129-2/\" title=\"mcm_1129\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1129-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1129\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1131-2/\" title=\"mcm_1131\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1131-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1131\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1132/\" title=\"mcm_1132\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1132-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1132\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1136-2/\" title=\"mcm_1136\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1136-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1136\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1138/\" title=\"mcm_1138\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1138-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1138\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1139/\" title=\"mcm_1139\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1139-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1139\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1140/\" title=\"mcm_1140\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1140-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1140\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1143-2/\" title=\"mcm_1143\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1143-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1143\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1150-2/\" title=\"mcm_1150\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1150-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1150\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1151-2/\" title=\"mcm_1151\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1151-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1151\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1152/\" title=\"mcm_1152\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1152-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1152\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1155-2/\" title=\"mcm_1155\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1155-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1155\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1158/\" title=\"mcm_1158\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1158-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1158\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1159-2/\" title=\"mcm_1159\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1159-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1159\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1161-2/\" title=\"mcm_1161\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1161-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1161\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1162-2/\" title=\"mcm_1162\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1162-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1162\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1617-2/\" title=\"mcm_1617\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1617-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1617\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1618-2/\" title=\"mcm_1618\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1618-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1618\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1619-2/\" title=\"mcm_1619\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1619-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1619\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1620-2/\" title=\"mcm_1620\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1620-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1620\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1623-2/\" title=\"mcm_1623\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1623-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1623\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1625-2/\" title=\"mcm_1625\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1625-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1625\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1626/\" title=\"mcm_1626\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1626-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1626\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1627-2/\" title=\"mcm_1627\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1627-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1627\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1628/\" title=\"mcm_1628\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1628-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1628\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1629-2/\" title=\"mcm_1629\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1629-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1629\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1630-2/\" title=\"mcm_1630\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1630-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1630\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1631-2/\" title=\"mcm_1631\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1631-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1631\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1635-2/\" title=\"mcm_1635\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1635-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1635\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1640-2/\" title=\"mcm_1640\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1640-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1640\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1643-2/\" title=\"mcm_1643\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1643-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1643\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1645-2/\" title=\"mcm_1645\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1645-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1645\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1646-2/\" title=\"mcm_1646\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1646-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1646\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1648-2/\" title=\"mcm_1648\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1648-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1648\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1650-2/\" title=\"mcm_1650\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1650-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1650\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1654/\" title=\"mcm_1654\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1654-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1654\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1655-2/\" title=\"mcm_1655\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1655-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1655\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1657-2/\" title=\"mcm_1657\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1657-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1657\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1659-2/\" title=\"mcm_1659\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1659-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1659\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1660-2/\" title=\"mcm_1660\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1660-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1660\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1662-2/\" title=\"mcm_1662\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1662-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1662\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1663-2/\" title=\"mcm_1663\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1663-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1663\" /></a>\";s:7:\"pubdate\";s:31:\"Thu, 12 Mar 2009 10:30:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:20822:\"<p>Driving to and on a cruise ship around Ha Long Bay, Vietnam.</p>\n<p><span id=\"more-12172\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1045-2/\" title=\"mcm_1045\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1045-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Irrigation system\" title=\"mcm_1045\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1050-2/\" title=\"mcm_1050\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1050-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Tourists taking photos\" title=\"mcm_1050\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1051/\" title=\"mcm_1051\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1051-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1051\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1052-2/\" title=\"mcm_1052\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1052-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Rice!\" title=\"mcm_1052\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1056-2/\" title=\"mcm_1056\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1056-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1056\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1057-2/\" title=\"mcm_1057\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1057-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"No photos\" title=\"mcm_1057\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1058/\" title=\"mcm_1058\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1058-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1058\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1061-2/\" title=\"mcm_1061\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1061-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1061\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1062/\" title=\"mcm_1062\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1062-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1062\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1065-2/\" title=\"mcm_1065\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1065-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1065\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1068/\" title=\"mcm_1068\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1068-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1068\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1069-2/\" title=\"mcm_1069\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1069-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1069\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1070/\" title=\"mcm_1070\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1070-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1070\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1071/\" title=\"mcm_1071\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1071-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1071\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1073-2/\" title=\"mcm_1073\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1073-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1073\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1074-2/\" title=\"mcm_1074\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1074-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1074\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1077-2/\" title=\"mcm_1077\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1077-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1077\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1080-2/\" title=\"mcm_1080\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1080-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1080\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1081/\" title=\"mcm_1081\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1081-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1081\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1082-2/\" title=\"mcm_1082\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1082-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1082\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1083-2/\" title=\"mcm_1083\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1083-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1083\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1085-2/\" title=\"mcm_1085\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1085-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1085\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1087-2/\" title=\"mcm_1087\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1087-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1087\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1088-2/\" title=\"mcm_1088\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1088-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1088\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1089-2/\" title=\"mcm_1089\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1089-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1089\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1093-2/\" title=\"mcm_1093\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1093-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1093\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1094-2/\" title=\"mcm_1094\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1094-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1094\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1095-2/\" title=\"mcm_1095\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1095-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1095\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1096-2/\" title=\"mcm_1096\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1096-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1096\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1097-2/\" title=\"mcm_1097\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1097-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1097\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1098-2/\" title=\"mcm_1098\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1098-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1098\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1099/\" title=\"mcm_1099\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1099-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1099\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1100-2/\" title=\"mcm_1100\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1100-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1100\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1101-2/\" title=\"mcm_1101\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1101-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1101\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1102/\" title=\"mcm_1102\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1102-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1102\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1104/\" title=\"mcm_1104\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1104-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1104\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1105/\" title=\"mcm_1105\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1105-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1105\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1106-2/\" title=\"mcm_1106\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1106-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1106\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1107-2/\" title=\"mcm_1107\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1107-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1107\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1109-2/\" title=\"mcm_1109\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1109-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1109\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1113/\" title=\"mcm_1113\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1113-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1113\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1114/\" title=\"mcm_1114\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1114-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1114\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1115/\" title=\"mcm_1115\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1115-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1115\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1116-2/\" title=\"mcm_1116\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1116-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1116\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1117-2/\" title=\"mcm_1117\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1117-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1117\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1118-2/\" title=\"mcm_1118\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1118-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1118\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1120-2/\" title=\"mcm_1120\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1120-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1120\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1122-2/\" title=\"mcm_1122\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1122-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1122\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1123-2/\" title=\"mcm_1123\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1123-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1123\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1124-2/\" title=\"mcm_1124\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1124-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1124\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1125-2/\" title=\"mcm_1125\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1125-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1125\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1126-2/\" title=\"mcm_1126\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1126-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1126\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1128-2/\" title=\"mcm_1128\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1128-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1128\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1129-2/\" title=\"mcm_1129\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1129-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1129\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1131-2/\" title=\"mcm_1131\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1131-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1131\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1132/\" title=\"mcm_1132\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1132-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1132\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1136-2/\" title=\"mcm_1136\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1136-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1136\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1138/\" title=\"mcm_1138\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1138-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1138\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1139/\" title=\"mcm_1139\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1139-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1139\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1140/\" title=\"mcm_1140\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1140-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1140\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1143-2/\" title=\"mcm_1143\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1143-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1143\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1150-2/\" title=\"mcm_1150\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1150-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1150\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1151-2/\" title=\"mcm_1151\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1151-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1151\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1152/\" title=\"mcm_1152\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1152-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1152\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1155-2/\" title=\"mcm_1155\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1155-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1155\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1158/\" title=\"mcm_1158\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1158-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1158\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1159-2/\" title=\"mcm_1159\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1159-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1159\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1161-2/\" title=\"mcm_1161\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1161-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1161\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1162-2/\" title=\"mcm_1162\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1162-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1162\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1617-2/\" title=\"mcm_1617\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1617-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1617\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1618-2/\" title=\"mcm_1618\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1618-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1618\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1619-2/\" title=\"mcm_1619\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1619-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1619\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1620-2/\" title=\"mcm_1620\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1620-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1620\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1623-2/\" title=\"mcm_1623\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1623-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1623\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1625-2/\" title=\"mcm_1625\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1625-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1625\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1626/\" title=\"mcm_1626\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1626-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1626\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1627-2/\" title=\"mcm_1627\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1627-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1627\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1628/\" title=\"mcm_1628\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1628-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1628\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1629-2/\" title=\"mcm_1629\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1629-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1629\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1630-2/\" title=\"mcm_1630\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1630-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1630\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1631-2/\" title=\"mcm_1631\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1631-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1631\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1635-2/\" title=\"mcm_1635\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1635-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1635\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1640-2/\" title=\"mcm_1640\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1640-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1640\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1643-2/\" title=\"mcm_1643\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1643-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1643\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1645-2/\" title=\"mcm_1645\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1645-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1645\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1646-2/\" title=\"mcm_1646\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1646-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1646\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1648-2/\" title=\"mcm_1648\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1648-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1648\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1650-2/\" title=\"mcm_1650\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1650-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1650\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1654/\" title=\"mcm_1654\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1654-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1654\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1655-2/\" title=\"mcm_1655\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1655-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1655\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1657-2/\" title=\"mcm_1657\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1657-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1657\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1659-2/\" title=\"mcm_1659\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1659-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1659\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1660-2/\" title=\"mcm_1660\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1660-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1660\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1662-2/\" title=\"mcm_1662\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1662-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1662\" /></a>\n<a href=\"http://ma.tt/2009/03/ha-long-bay/mcm_1663-2/\" title=\"mcm_1663\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1663-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1663\" /></a>\";}i:27;a:7:{s:5:\"title\";s:66:\"Weblog Tools Collection: Would you like to review plugins on WLTC?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5308\";s:4:\"link\";s:94:\"http://weblogtoolscollection.com/archives/2009/03/11/would-you-like-to-review-plugins-on-wltc/\";s:11:\"description\";s:4419:\"<p>It’s been more than two months since we began our <a href=\"http://weblogtoolscollection.com/archives/category/apad/\">Weekly Plugin Review</a>. During this time, we’ve reviewed nine plugins. All of these posts received a good number of comments, with many requesting more features and with others being mini reviews of the commenter’s experience.</p>\n<p>So, why not take this a step further? Starting this week, we’re going to throw up the Plugin Review process to everyone.</p>\n<h3>How will it work?</h3>\n<p>As you know, every Sunday we pick one plugin to review. e.g. last Sunday, i.e. March 8, we reviewed the <a href=\"http://weblogtoolscollection.com/archives/2009/03/08/plugin-review-feed-reading-blogroll/\">Feed Reading Blogroll plugin</a>.</p>\n<p>After we publish our review, we’ll throw open the review process to all of you.</p>\n<p>You’ll need to publish a review of the plugin on your blog. <em>Your review should contain a link to the corresponding review post on WLTC</em>.</p>\n<p>After this, send an email to <strong>submissions AT wltc DOT net</strong> with the following information:</p>\n<p><strong>Subject line of the email:</strong> [APAD Plugin Review]: <em>plugin name</em>. Replace <em>plugin name</em> with the name of the plugin you reviewed.</p>\n<p><strong>Content of the Email:</strong></p>\n<ol>\n<li>URL of the review on your blog. Make sure this is a direct link to the post </li>\n<li>An excerpt of your post. Maximum 50 words. This will be used by us. </li>\n</ol>\n<p>You’ll have up to this <strong>Saturday, March 14 - 11.59pm </strong><a title=\"View the current time in EST\" href=\"http://wwp.greenwichmeantime.com/time-zone/usa/eastern-time/\"><strong>EST</strong></a> to send us an email with the link to the review.</p>\n<p>To be fair to all the plugins reviewed so far; this week, we’ll allow you to pick any of the nine plugins we have reviewed so far. The plugins are:</p>\n<ul>\n<li><a href=\"http://simplepressforum.com/\">Simple:Press Forum</a> </li>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> </li>\n<li><a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a> </li>\n<li><a href=\"http://www.webmaster-source.com/wp125-ad-plugin-wordpress/\">WP125</a> </li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> </li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> </li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> </li>\n<li><a href=\"http://www.improvingtheweb.com/wordpress-plugins/improved-plugin-installation/\">Improved Plugin Installation</a> </li>\n<li><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a> </li>\n</ul>\n<p>So, pick any one plugin from the list above, write a review on your blog and send us an email with the URL of your review.</p>\n<h3>Email sent? What’s next?</h3>\n<p>On Sunday, i.e. March 15, we’ll make a post out here on Weblog Tools Collection with a summary of the emails we receive.</p>\n<p>Remember not every review will be featured out here. So, here’s some criteria used for selection:</p>\n<ul>\n<li>Your review should link to the corresponding plugin review post on WLTC</li>\n<li>Your review will have to be at least 250 words. (This may be relaxed if the review is really spectacular). </li>\n<li>You’re site should be fit for all ages (family friendly), i.e. sites featuring adult content or with an adult theme will not be listed </li>\n<li>Gambling, casino and similar sites will not be listed </li>\n</ul>\n<p>We may revise this criteria at a later juncture.</p>\n<h3>How will this help you?</h3>\n<p>How does tonnes of traffic sound to you?</p>\n<p>Weblog Tools Collection is a highly popular blog with tens of thousands of pageviews every single day. We have over 13,000 subscribers via our feed and our feed is delivered via email to 350+ subscribers.</p>\n<p>Writing a good review is a good way of attracting visitors to your blog and converting them to regular readers.</p>\n<p>Remember, the list will be formulated on a first come first serve basis. So, send in your email now! The clock is ticking…</p>\n<p>Are you a plugin author? <a href=\"http://weblogtoolscollection.com/submit-news\">Read how you can submit your plugin to be reviewed by us</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 11 Mar 2009 21:14:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4419:\"<p>It’s been more than two months since we began our <a href=\"http://weblogtoolscollection.com/archives/category/apad/\">Weekly Plugin Review</a>. During this time, we’ve reviewed nine plugins. All of these posts received a good number of comments, with many requesting more features and with others being mini reviews of the commenter’s experience.</p>\n<p>So, why not take this a step further? Starting this week, we’re going to throw up the Plugin Review process to everyone.</p>\n<h3>How will it work?</h3>\n<p>As you know, every Sunday we pick one plugin to review. e.g. last Sunday, i.e. March 8, we reviewed the <a href=\"http://weblogtoolscollection.com/archives/2009/03/08/plugin-review-feed-reading-blogroll/\">Feed Reading Blogroll plugin</a>.</p>\n<p>After we publish our review, we’ll throw open the review process to all of you.</p>\n<p>You’ll need to publish a review of the plugin on your blog. <em>Your review should contain a link to the corresponding review post on WLTC</em>.</p>\n<p>After this, send an email to <strong>submissions AT wltc DOT net</strong> with the following information:</p>\n<p><strong>Subject line of the email:</strong> [APAD Plugin Review]: <em>plugin name</em>. Replace <em>plugin name</em> with the name of the plugin you reviewed.</p>\n<p><strong>Content of the Email:</strong></p>\n<ol>\n<li>URL of the review on your blog. Make sure this is a direct link to the post </li>\n<li>An excerpt of your post. Maximum 50 words. This will be used by us. </li>\n</ol>\n<p>You’ll have up to this <strong>Saturday, March 14 - 11.59pm </strong><a title=\"View the current time in EST\" href=\"http://wwp.greenwichmeantime.com/time-zone/usa/eastern-time/\"><strong>EST</strong></a> to send us an email with the link to the review.</p>\n<p>To be fair to all the plugins reviewed so far; this week, we’ll allow you to pick any of the nine plugins we have reviewed so far. The plugins are:</p>\n<ul>\n<li><a href=\"http://simplepressforum.com/\">Simple:Press Forum</a> </li>\n<li><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a> </li>\n<li><a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a> </li>\n<li><a href=\"http://www.webmaster-source.com/wp125-ad-plugin-wordpress/\">WP125</a> </li>\n<li><a href=\"http://www.mailpress.org/\">MailPress</a> </li>\n<li><a href=\"http://www.svenkubiak.de/yawasp-en/\">Yawasp (Yet Another WordPress Anti-Spam Plugin)</a> </li>\n<li><a href=\"http://garinungkadol.com/downloads/post-avatar/\">Post Avatar</a> </li>\n<li><a href=\"http://www.improvingtheweb.com/wordpress-plugins/improved-plugin-installation/\">Improved Plugin Installation</a> </li>\n<li><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a> </li>\n</ul>\n<p>So, pick any one plugin from the list above, write a review on your blog and send us an email with the URL of your review.</p>\n<h3>Email sent? What’s next?</h3>\n<p>On Sunday, i.e. March 15, we’ll make a post out here on Weblog Tools Collection with a summary of the emails we receive.</p>\n<p>Remember not every review will be featured out here. So, here’s some criteria used for selection:</p>\n<ul>\n<li>Your review should link to the corresponding plugin review post on WLTC</li>\n<li>Your review will have to be at least 250 words. (This may be relaxed if the review is really spectacular). </li>\n<li>You’re site should be fit for all ages (family friendly), i.e. sites featuring adult content or with an adult theme will not be listed </li>\n<li>Gambling, casino and similar sites will not be listed </li>\n</ul>\n<p>We may revise this criteria at a later juncture.</p>\n<h3>How will this help you?</h3>\n<p>How does tonnes of traffic sound to you?</p>\n<p>Weblog Tools Collection is a highly popular blog with tens of thousands of pageviews every single day. We have over 13,000 subscribers via our feed and our feed is delivered via email to 350+ subscribers.</p>\n<p>Writing a good review is a good way of attracting visitors to your blog and converting them to regular readers.</p>\n<p>Remember, the list will be formulated on a first come first serve basis. So, send in your email now! The clock is ticking…</p>\n<p>Are you a plugin author? <a href=\"http://weblogtoolscollection.com/submit-news\">Read how you can submit your plugin to be reviewed by us</a>.</p>\";}i:28;a:7:{s:5:\"title\";s:23:\"Matt: Arriving in Hanoi\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12274\";s:4:\"link\";s:39:\"http://ma.tt/2009/03/arriving-in-hanoi/\";s:11:\"description\";s:14672:\"<p>Arriving in Hanoi, Vietnam and some brief sojourns around the city.</p>\n<p><span id=\"more-12274\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0364-2/\" title=\"mcm_0364\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0364-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0364\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0365-2/\" title=\"mcm_0365\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0365-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"rice field in suburb of hanoi\" title=\"mcm_0365\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0366-2/\" title=\"mcm_0366\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0366-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0366\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0367-2/\" title=\"mcm_0367\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0367-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0367\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0368/\" title=\"mcm_0368\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0368-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0368\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0369/\" title=\"mcm_0369\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0369-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0369\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0370/\" title=\"mcm_0370\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0370-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0370\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0371/\" title=\"mcm_0371\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0371-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0371\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0372/\" title=\"mcm_0372\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0372-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0372\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0373/\" title=\"mcm_0373\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0373-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0373\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0374-2/\" title=\"mcm_0374\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0374-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0374\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0375/\" title=\"mcm_0375\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0375-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0375\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0376/\" title=\"mcm_0376\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0376-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0376\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0377/\" title=\"mcm_0377\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0377-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0377\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0378/\" title=\"mcm_0378\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0378-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0378\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0379-2/\" title=\"mcm_0379\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0379-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0379\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0381/\" title=\"mcm_0381\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0381-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0381\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0382-2/\" title=\"mcm_0382\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0382-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0382\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0384/\" title=\"mcm_0384\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0384-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0384\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0386-2/\" title=\"mcm_0386\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0386-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0386\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0387-2/\" title=\"mcm_0387\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0387-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0387\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0388/\" title=\"mcm_0388\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0388-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0388\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0390/\" title=\"mcm_0390\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0390-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0390\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0391-2/\" title=\"mcm_0391\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0391-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0391\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0392/\" title=\"mcm_0392\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0392-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0392\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0393/\" title=\"mcm_0393\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0393-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0393\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0394-2/\" title=\"mcm_0394\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0394-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0394\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0395/\" title=\"mcm_0395\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0395-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0395\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0396-2/\" title=\"mcm_0396\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0396-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0396\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0397/\" title=\"mcm_0397\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0397-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0397\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0398/\" title=\"mcm_0398\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0398-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0398\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0399-2/\" title=\"mcm_0399\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0399-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0399\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0400/\" title=\"mcm_0400\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0400-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0400\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0401-2/\" title=\"mcm_0401\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0401-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"She really loves that chicken\" title=\"mcm_0401\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0403-2/\" title=\"mcm_0403\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0403-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0403\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0405/\" title=\"mcm_0405\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0405-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0405\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0406-2/\" title=\"mcm_0406\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0406-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0406\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0409/\" title=\"mcm_0409\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0409-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0409\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0410-2/\" title=\"mcm_0410\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0410-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0410\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0412/\" title=\"mcm_0412\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0412-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0412\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0413/\" title=\"mcm_0413\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0413-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0413\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0416/\" title=\"mcm_0416\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0416-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0416\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0417/\" title=\"mcm_0417\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0417-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0417\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0418/\" title=\"mcm_0418\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0418-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0418\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0419-2/\" title=\"mcm_0419\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0419-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0419\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0422-2/\" title=\"mcm_0422\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0422-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0422\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0423-2/\" title=\"mcm_0423\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0423-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0423\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0425/\" title=\"mcm_0425\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0425-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0425\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0426/\" title=\"mcm_0426\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0426-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0426\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0427-2/\" title=\"mcm_0427\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0427-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0427\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0428-2/\" title=\"mcm_0428\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0428-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0428\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0429-2/\" title=\"mcm_0429\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0429-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0429\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0430-2/\" title=\"mcm_0430\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0430-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0430\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0431-3/\" title=\"mcm_0431\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0431-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0431\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0432-3/\" title=\"mcm_0432\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0432-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0432\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0433-3/\" title=\"mcm_0433\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0433-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0433\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0434-2/\" title=\"mcm_0434\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0434-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0434\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0435-3/\" title=\"mcm_0435\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0435-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0435\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0437-2/\" title=\"mcm_0437\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0437-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0437\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0438-2/\" title=\"mcm_0438\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0438-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0438\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0439-2/\" title=\"mcm_0439\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0439-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0439\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0440-2/\" title=\"mcm_0440\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0440-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0440\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0441-3/\" title=\"mcm_0441\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0441-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0441\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0442-3/\" title=\"mcm_0442\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0442-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0442\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0443-2/\" title=\"mcm_0443\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0443-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0443\" /></a>\";s:7:\"pubdate\";s:31:\"Wed, 11 Mar 2009 04:01:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:14672:\"<p>Arriving in Hanoi, Vietnam and some brief sojourns around the city.</p>\n<p><span id=\"more-12274\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0364-2/\" title=\"mcm_0364\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0364-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0364\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0365-2/\" title=\"mcm_0365\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0365-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"rice field in suburb of hanoi\" title=\"mcm_0365\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0366-2/\" title=\"mcm_0366\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0366-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0366\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0367-2/\" title=\"mcm_0367\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0367-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0367\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0368/\" title=\"mcm_0368\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0368-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0368\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0369/\" title=\"mcm_0369\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0369-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0369\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0370/\" title=\"mcm_0370\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0370-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0370\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0371/\" title=\"mcm_0371\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0371-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0371\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0372/\" title=\"mcm_0372\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0372-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0372\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0373/\" title=\"mcm_0373\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0373-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0373\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0374-2/\" title=\"mcm_0374\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0374-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0374\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0375/\" title=\"mcm_0375\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0375-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0375\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0376/\" title=\"mcm_0376\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0376-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0376\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0377/\" title=\"mcm_0377\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0377-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0377\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0378/\" title=\"mcm_0378\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0378-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0378\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0379-2/\" title=\"mcm_0379\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0379-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0379\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0381/\" title=\"mcm_0381\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0381-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0381\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0382-2/\" title=\"mcm_0382\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0382-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0382\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0384/\" title=\"mcm_0384\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0384-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0384\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0386-2/\" title=\"mcm_0386\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0386-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0386\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0387-2/\" title=\"mcm_0387\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0387-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0387\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0388/\" title=\"mcm_0388\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0388-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0388\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0390/\" title=\"mcm_0390\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0390-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0390\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0391-2/\" title=\"mcm_0391\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0391-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0391\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0392/\" title=\"mcm_0392\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0392-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0392\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0393/\" title=\"mcm_0393\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0393-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0393\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0394-2/\" title=\"mcm_0394\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0394-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0394\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0395/\" title=\"mcm_0395\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0395-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0395\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0396-2/\" title=\"mcm_0396\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0396-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0396\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0397/\" title=\"mcm_0397\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0397-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0397\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0398/\" title=\"mcm_0398\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0398-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0398\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0399-2/\" title=\"mcm_0399\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0399-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0399\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0400/\" title=\"mcm_0400\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0400-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0400\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0401-2/\" title=\"mcm_0401\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0401-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"She really loves that chicken\" title=\"mcm_0401\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0403-2/\" title=\"mcm_0403\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0403-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0403\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0405/\" title=\"mcm_0405\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0405-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0405\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0406-2/\" title=\"mcm_0406\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0406-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0406\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0409/\" title=\"mcm_0409\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0409-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0409\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0410-2/\" title=\"mcm_0410\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0410-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0410\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0412/\" title=\"mcm_0412\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0412-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0412\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0413/\" title=\"mcm_0413\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0413-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0413\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0416/\" title=\"mcm_0416\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0416-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0416\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0417/\" title=\"mcm_0417\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0417-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0417\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0418/\" title=\"mcm_0418\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0418-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0418\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0419-2/\" title=\"mcm_0419\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0419-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0419\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0422-2/\" title=\"mcm_0422\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0422-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0422\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0423-2/\" title=\"mcm_0423\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0423-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0423\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0425/\" title=\"mcm_0425\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0425-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0425\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0426/\" title=\"mcm_0426\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0426-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0426\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0427-2/\" title=\"mcm_0427\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0427-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0427\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0428-2/\" title=\"mcm_0428\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0428-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0428\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0429-2/\" title=\"mcm_0429\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0429-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0429\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0430-2/\" title=\"mcm_0430\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0430-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0430\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0431-3/\" title=\"mcm_0431\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0431-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0431\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0432-3/\" title=\"mcm_0432\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0432-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0432\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0433-3/\" title=\"mcm_0433\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0433-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0433\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0434-2/\" title=\"mcm_0434\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0434-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0434\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0435-3/\" title=\"mcm_0435\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0435-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0435\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0437-2/\" title=\"mcm_0437\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0437-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0437\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0438-2/\" title=\"mcm_0438\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0438-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0438\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0439-2/\" title=\"mcm_0439\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0439-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0439\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0440-2/\" title=\"mcm_0440\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0440-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0440\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0441-3/\" title=\"mcm_0441\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0441-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0441\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0442-3/\" title=\"mcm_0442\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0442-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0442\" /></a>\n<a href=\"http://ma.tt/2009/03/arriving-in-hanoi/mcm_0443-2/\" title=\"mcm_0443\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0443-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0443\" /></a>\";}i:29;a:7:{s:5:\"title\";s:37:\"Matt: Authentication in WordPress 2.8\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12331\";s:4:\"link\";s:52:\"http://ma.tt/2009/03/authentication-in-wordpress-28/\";s:11:\"description\";s:144:\"<p><a href=\"http://willnorris.com/2009/03/authentication-in-wordpress-28\">Will Norris on the new authentication system in WordPress 2.8</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 11 Mar 2009 03:07:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:144:\"<p><a href=\"http://willnorris.com/2009/03/authentication-in-wordpress-28\">Will Norris on the new authentication system in WordPress 2.8</a>.</p>\";}i:30;a:7:{s:5:\"title\";s:37:\"Matt: I Heart Blogging design contest\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12040\";s:4:\"link\";s:38:\"http://ma.tt/2009/03/i-heart-blogging/\";s:11:\"description\";s:1897:\"<p>You may know of <a href=\"http://www.infectious.com/\">Infectious</a> as those guys who make the cool <a href=\"http://www.infectious.com/browse/car-decals\">vinyl decals for cars</a>. Now they have laptop and iPhone skins, too, and WordPress has partnered with Infectious for the launch with the “I <3 Blogging” contest. </p>\n<p>The winners will be chosen by <a href=\"http://powazek.com/\">Derek Powazek</a>, <a href=\"http://iammattthomas.com/\">Matt Thomas</a>, Team Infectious, and yours truly, and <a href=\"http://www.infectious.com/wordpress\">the prizes</a> are sweet. If you nab the grand prize, your design will be printed on laptop and iPhone skins that will be sold in the Infectious store. You’ll also get a cut of the profit from their sales, $400 cash, some <a href=\"http://shop.wordpress.net/\">WordPress schwag</a>, and $400 to spend on merchandise in the Infectious store. </p>\n<p>The contest ends March 31, so hop on Photoshop or Illustrator and use your design chops to show us why you love blogging. The theme is completely open to interpretation, so feel free to <a href=\"http://www.infectious.com/voting/wordpress\">get creative</a>. You can submit your creations and vote on others <a href=\"http://www.infectious.com/wordpress\">here</a>. You might also want to check out the official WordPress <a href=\"http://wordpress.org/about/logos/\">logos and graphics</a> because <a href=\"http://s.ma.tt/files/2009/01/wordpress-logo.png\">friends don’t let friends use the incorrect WP logo</a>. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> </p>\n<p>As a final bonus, I’ll be putting the winning design on my next laptop, so it’ll get exposure all over the world. (Last year I spoke in over 35 cities across 6 continents.) <a href=\"http://www.infectious.com/wordpress\">Enter your design here</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 11 Mar 2009 02:33:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:1897:\"<p>You may know of <a href=\"http://www.infectious.com/\">Infectious</a> as those guys who make the cool <a href=\"http://www.infectious.com/browse/car-decals\">vinyl decals for cars</a>. Now they have laptop and iPhone skins, too, and WordPress has partnered with Infectious for the launch with the “I <3 Blogging” contest. </p>\n<p>The winners will be chosen by <a href=\"http://powazek.com/\">Derek Powazek</a>, <a href=\"http://iammattthomas.com/\">Matt Thomas</a>, Team Infectious, and yours truly, and <a href=\"http://www.infectious.com/wordpress\">the prizes</a> are sweet. If you nab the grand prize, your design will be printed on laptop and iPhone skins that will be sold in the Infectious store. You’ll also get a cut of the profit from their sales, $400 cash, some <a href=\"http://shop.wordpress.net/\">WordPress schwag</a>, and $400 to spend on merchandise in the Infectious store. </p>\n<p>The contest ends March 31, so hop on Photoshop or Illustrator and use your design chops to show us why you love blogging. The theme is completely open to interpretation, so feel free to <a href=\"http://www.infectious.com/voting/wordpress\">get creative</a>. You can submit your creations and vote on others <a href=\"http://www.infectious.com/wordpress\">here</a>. You might also want to check out the official WordPress <a href=\"http://wordpress.org/about/logos/\">logos and graphics</a> because <a href=\"http://s.ma.tt/files/2009/01/wordpress-logo.png\">friends don’t let friends use the incorrect WP logo</a>. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_wink.gif\" alt=\";)\" class=\"wp-smiley\" /> </p>\n<p>As a final bonus, I’ll be putting the winning design on my next laptop, so it’ll get exposure all over the world. (Last year I spoke in over 35 cities across 6 continents.) <a href=\"http://www.infectious.com/wordpress\">Enter your design here</a>.</p>\";}i:31;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 03/10\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5273\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/03/10/wordpress-plugin-releases-for-0310/\";s:11:\"description\";s:5278:\"<h3>New Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/add-to-footer/\">Add to Footer</a></p>\n<p>A simple plugin that allows you to automatically add text or HTML to you theme’s footer. The plugin provides you with a simple text box into which you can copy your the HTML into. As an additional feature, Add to Footer also comes inbuilt with support for <a href=\"http://www.google.com/analytics/\">Google Analytics</a>, <a href=\"http://www.statcounter.com/\">StatCounter</a>, <a href=\"http://www.reinvigorate.com/\">Reinvigorate</a> and <a href=\"http://www.apture.com/\">Apture</a>.</p>\n<p><a href=\"http://la-passeggiata.com/?p=1&lang=en\">QF-GetThumb</a></p>\n<p>This plug-in analyzes a certain image tag in an content and has a function to make only one point a reference former image thumbnail and cache file of those.</p>\n<p><a href=\"http://blog.clearskys.net/plugins/snipt-code-embedding-plugin/\">Snipt code embedding plugin</a></p>\n<p>The Snipt code embedding plugin provides a simple interface for embedding <a href=\"http://snipt.net\">Snipt.net</a> code samples within your blog posts. It allows you to quickly embed code samples by providing the plugin with the Snipt.net embed script (or URL) from the Visual or HTML content editor. When in visual editor mode, your codes location is marked with a small tag so you can immediately see where your code is within the documents body.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/simpler-css/\">Simpler CSS</a></p>\n<p>Simpler CSS is a simple (mu-)plugin that enables custom CSS on WordPress and WordPress µ blogs. A blogger may add CSS code using Simpler CSS that is stored in the options table; WordPress µ users can customize their sites without editing theme files.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/invisible-defender/\">Invisible Defender</a></p>\n<p>This plugin protects your registration, login and comment forms against spambots</p>\n<p><a href=\"http://www.subzane.com/projects/categorized-archive-widget/\">Subzane Categorized Archive Widget</a></p>\n<p>A widget that displays an archive for the current selected category. On non-category pages a standard archive is displayed.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/single-random-post/\">Single Random Post</a></p>\n<p>This plugin will allow you to display a single post selected at random from your post database</p>\n<p><a href=\"http://smallwebsitehost.com/collapsable-menu-plugin-for-wordpress/wordpress/\">Collapsable Menu</a></p>\n<p>Creates a collapsible menu for your categories</p>\n<p><a href=\"http://wpheatmap.oufel.com/\">Heatmap Plugin</a></p>\n<p>This plugin monitor user mouse movement and clicks.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/the-kontera-wordpress-plugin/\">Kontera Wordpress Plugin</a></p>\n<p>Enables instant addition of Kontera ContentLink ads to your WordPress 2.7 blog</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/\">Contextual Related Posts</a></p>\n<p>Display a list of contextually related posts for the current post. You can select the number of posts to display and if you want to automatically display the related posts in your content / feed. You can choose to exclude posts from certain categories as well as exclude pages.</p>\n<p><a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a></p>\n<p>This plugin lets you show a different greeting message to your new visitors depending on their referrer url.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/author-avatars/\">Author Avatars List</a></p>\n<p>This plugin makes it easy to display lists of user avatars on your (multiuser) blog. It also allows to insert single avatars for blog users or any email address into a post or page. (Great for displaying an image of someone you’re talking about.)</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-stats-dashboard/\">WP Stats Dashboard</a></p>\n<p>Displays the WordPress.com stats graph directly in your Dashboard. No more tiresomely opening the Blog Stats tab and manually logging in.</p>\n<p><a href=\"http://www.bebl.eu/zeug/hyphenator\">Hyphenator</a></p>\n<p>Soft hyphen are automatically added in the content for nicer automatic word wrap. Particularly suitable for justification. Uses Hyphenator.js.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/posts-compare/\">Posts Compare</a></p>\n<p>This plugin allows you to check your posts for getting copied.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/parallel-load/\">Parallel Load</a></p>\n<p>Load Javascript files in parallel by using document.write tag.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/antispam-bee/\">Antispam Bee</a></p>\n<p>Antispam Bee - The easy and effective Antispam Plugin for WordPress. <em>Page in German</em></p>\n<p><a href=\"http://blog.andreaolivato.net/software/translate-this-wordpress-plugin\">Translate This</a></p>\n<p>Translate This is a Wordpress plugins that allows users to translate their posts and pages directly from the input form.</p>\n<p><a href=\"http://yoast.com/wordpress/canonical/\">Canonical URL’s</a></p>\n<p>Adds rel=”canonical” links to the head of your site, which help to prevent duplicate content issues on your blog.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Mar 2009 19:09:02 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:5278:\"<h3>New Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/add-to-footer/\">Add to Footer</a></p>\n<p>A simple plugin that allows you to automatically add text or HTML to you theme’s footer. The plugin provides you with a simple text box into which you can copy your the HTML into. As an additional feature, Add to Footer also comes inbuilt with support for <a href=\"http://www.google.com/analytics/\">Google Analytics</a>, <a href=\"http://www.statcounter.com/\">StatCounter</a>, <a href=\"http://www.reinvigorate.com/\">Reinvigorate</a> and <a href=\"http://www.apture.com/\">Apture</a>.</p>\n<p><a href=\"http://la-passeggiata.com/?p=1&lang=en\">QF-GetThumb</a></p>\n<p>This plug-in analyzes a certain image tag in an content and has a function to make only one point a reference former image thumbnail and cache file of those.</p>\n<p><a href=\"http://blog.clearskys.net/plugins/snipt-code-embedding-plugin/\">Snipt code embedding plugin</a></p>\n<p>The Snipt code embedding plugin provides a simple interface for embedding <a href=\"http://snipt.net\">Snipt.net</a> code samples within your blog posts. It allows you to quickly embed code samples by providing the plugin with the Snipt.net embed script (or URL) from the Visual or HTML content editor. When in visual editor mode, your codes location is marked with a small tag so you can immediately see where your code is within the documents body.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/simpler-css/\">Simpler CSS</a></p>\n<p>Simpler CSS is a simple (mu-)plugin that enables custom CSS on WordPress and WordPress µ blogs. A blogger may add CSS code using Simpler CSS that is stored in the options table; WordPress µ users can customize their sites without editing theme files.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/invisible-defender/\">Invisible Defender</a></p>\n<p>This plugin protects your registration, login and comment forms against spambots</p>\n<p><a href=\"http://www.subzane.com/projects/categorized-archive-widget/\">Subzane Categorized Archive Widget</a></p>\n<p>A widget that displays an archive for the current selected category. On non-category pages a standard archive is displayed.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/single-random-post/\">Single Random Post</a></p>\n<p>This plugin will allow you to display a single post selected at random from your post database</p>\n<p><a href=\"http://smallwebsitehost.com/collapsable-menu-plugin-for-wordpress/wordpress/\">Collapsable Menu</a></p>\n<p>Creates a collapsible menu for your categories</p>\n<p><a href=\"http://wpheatmap.oufel.com/\">Heatmap Plugin</a></p>\n<p>This plugin monitor user mouse movement and clicks.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/the-kontera-wordpress-plugin/\">Kontera Wordpress Plugin</a></p>\n<p>Enables instant addition of Kontera ContentLink ads to your WordPress 2.7 blog</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/\">Contextual Related Posts</a></p>\n<p>Display a list of contextually related posts for the current post. You can select the number of posts to display and if you want to automatically display the related posts in your content / feed. You can choose to exclude posts from certain categories as well as exclude pages.</p>\n<p><a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a></p>\n<p>This plugin lets you show a different greeting message to your new visitors depending on their referrer url.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/author-avatars/\">Author Avatars List</a></p>\n<p>This plugin makes it easy to display lists of user avatars on your (multiuser) blog. It also allows to insert single avatars for blog users or any email address into a post or page. (Great for displaying an image of someone you’re talking about.)</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-stats-dashboard/\">WP Stats Dashboard</a></p>\n<p>Displays the WordPress.com stats graph directly in your Dashboard. No more tiresomely opening the Blog Stats tab and manually logging in.</p>\n<p><a href=\"http://www.bebl.eu/zeug/hyphenator\">Hyphenator</a></p>\n<p>Soft hyphen are automatically added in the content for nicer automatic word wrap. Particularly suitable for justification. Uses Hyphenator.js.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/posts-compare/\">Posts Compare</a></p>\n<p>This plugin allows you to check your posts for getting copied.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/parallel-load/\">Parallel Load</a></p>\n<p>Load Javascript files in parallel by using document.write tag.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/antispam-bee/\">Antispam Bee</a></p>\n<p>Antispam Bee - The easy and effective Antispam Plugin for WordPress. <em>Page in German</em></p>\n<p><a href=\"http://blog.andreaolivato.net/software/translate-this-wordpress-plugin\">Translate This</a></p>\n<p>Translate This is a Wordpress plugins that allows users to translate their posts and pages directly from the input form.</p>\n<p><a href=\"http://yoast.com/wordpress/canonical/\">Canonical URL’s</a></p>\n<p>Adds rel=”canonical” links to the head of your site, which help to prevent duplicate content issues on your blog.</p>\";}i:32;a:7:{s:5:\"title\";s:29:\"Matt: PollDaddy API & Twitter\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12272\";s:4:\"link\";s:43:\"http://ma.tt/2009/03/polldaddy-api-twitter/\";s:11:\"description\";s:220:\"<p><a href=\"http://blog.polldaddy.com/2009/03/10/get-developing-on-our-api/\">PollDaddy has a new API</a>. Also check out their <a href=\"http://twitter.polldaddy.com/\">easy tool for polling your Twitter followers</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Mar 2009 17:57:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:220:\"<p><a href=\"http://blog.polldaddy.com/2009/03/10/get-developing-on-our-api/\">PollDaddy has a new API</a>. Also check out their <a href=\"http://twitter.polldaddy.com/\">easy tool for polling your Twitter followers</a>.</p>\";}i:33;a:7:{s:5:\"title\";s:55:\"Gravatar: Gravatar .NET control for Silverlight and WPF\";s:4:\"guid\";s:31:\"http://blog.gravatar.com/?p=148\";s:4:\"link\";s:81:\"http://blog.gravatar.com/2009/03/10/gravatar-net-control-for-silverlight-and-wpf/\";s:11:\"description\";s:1478:\"<div class=\"snap_preview\"><br /><p><a href=\"http://www.jeff.wilcox.name/\">Jeff</a> writes in to let us know that he has created an open source Gravatar control for Silverlight and WPF apps available here: <a href=\"http://www.jeff.wilcox.name/2009/03/gravatar-control/\">http://www.jeff.wilcox.name/2009/03/gravatar-control/</a></p>\n<p>Thanks, Jeff!</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/148/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/148/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/148/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/148/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/148/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/148/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/148/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/148/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/148/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/148/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=148&subd=gravatar&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Tue, 10 Mar 2009 17:01:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"apokalyptik\";}s:7:\"summary\";s:1478:\"<div class=\"snap_preview\"><br /><p><a href=\"http://www.jeff.wilcox.name/\">Jeff</a> writes in to let us know that he has created an open source Gravatar control for Silverlight and WPF apps available here: <a href=\"http://www.jeff.wilcox.name/2009/03/gravatar-control/\">http://www.jeff.wilcox.name/2009/03/gravatar-control/</a></p>\n<p>Thanks, Jeff!</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/148/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/148/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/148/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/148/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/148/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/148/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/148/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/148/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/148/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/148/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=148&subd=gravatar&ref=&feed=1\" /></div>\";}i:34;a:7:{s:5:\"title\";s:63:\"Donncha: HOWTO: Make WordPress plugins work with WP Super Cache\";s:4:\"guid\";s:29:\"http://ocaoimh.ie/?p=89494635\";s:4:\"link\";s:83:\"http://ocaoimh.ie/2009/03/10/howto-make-wordpress-plugins-work-with-wp-super-cache/\";s:11:\"description\";s:3953:\"<p><a href=\"http://ocaoimh.ie/?attachment_id=3664\" rel=\"attachment wp-att-3664\"><img align=\"right\" src=\"http://inphotos.org/wp-content/uploads/2009/03/daffodil-snow-and-water-droplets-150x150.jpg\" alt=\"Daffodil, snow and water droplets\" title=\"Daffodil, snow and water droplets\" width=\"150\" height=\"150\" class=\"alignright size-thumbnail wp-image-3664\" /></a> Thaya Kareeson has written an <a href=\"http://omninoggin.com/wordpress-posts/make-any-plugin-work-with-wp-super-cache/\">excellent article</a> for plugin developers. It goes through how to make plugins work with WP Super Cache by using dynamic AJAX calls.</p>\n<p><a href=\"http://ocaoimh.ie/wp-super-cache/\">WP Super Cache</a> can make static html copies of pages served by WordPress which is great for performance. Unfortunately that means some plugins don’t work because they rely on executing PHP on each request. The plugins need to be rewritten to use AJAX calls by the visitor’s browser. There’s a FAQ in the readme.txt all about it!</p>\n<p>I previously wrote about <a href=\"http://ocaoimh.ie/2008/11/01/make-your-wordpress-plugin-talk-ajax/\">adding AJAX to WordPress plugins</a> but Thaya has worked through a simple example that will work perfectly with WP Super Cache. It’s a good foundation for plugin developers start from. </p>\n<p>He also has versions of <a href=\"http://omninoggin.com/wordpress-posts/make-wp-postviews-work-with-wp-super-cache/\">WP Postviews</a> and <a href=\"http://omninoggin.com/wordpress-posts/make-popularity-contest-work-with-wp-super-cache/\">Popularity Contest</a> that have been rewritten to support static caching. I haven’t tried either plugin so leave a comment on his blog if you need help!</p>\n<p>If you depend on a large portion of your content being dynamic this isn’t the solution for you as it will affect what search engines see. Those bots don’t speak Javascript, but for interactive purposes (ratings, stats etc) it’s the job.</p>\n<p><a href=\"http://ocaoimh.ie/?attachment_id=3657\" rel=\"attachment wp-att-3657\"><img align=\"right\" src=\"http://inphotos.org/wp-content/uploads/2009/03/reading-glasses-150x150.jpg\" alt=\"reading glasses\" title=\"reading glasses\" width=\"150\" height=\"150\" class=\"alignright size-thumbnail wp-image-3657\" /></a> Further reading:\n<ul>\n<li><a href=\"http://codex.wordpress.org/AJAX_in_Plugins\">AJAX in Plugins</a> is a must-read starting point for developers.</li>\n<li><a href=\"http://codex.wordpress.org/Function_Reference/wp_enqueue_script\">wp_enqueue_script()</a> is the command WordPress uses to load Javascript files. That page links to a couple of good pages too including this <a href=\"http://www.prelovac.com/vladimir/best-practice-for-adding-javascript-code-to-wordpress-plugin\">best practices</a> post. As of this writing, Thaya’s example don’t use wp_enqueue_script() but it’s simple to use.</li>\n</ul>\n<p><br clear=\"all\" /><br />\nThe vast majority of plugins work just fine with <a href=\"http://ocaoimh.ie/wp-super-cache/\">WP Super Cache</a>, but some of the ones that don’t are quite popular. If your favourite plugin doesn’t work, why don’t <em>you</em> help the author out and fix it? You have all the source code after all and you’ll be helping everyone else who uses the plugin!</p>\n<p><img src=\"http://ocaoimh.ie/?voyeur=1\" /></p><p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href=\"http://ocaoimh.ie/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li><a href=\"http://ocaoimh.ie/2007/11/05/wordpress-super-cache-01/\" rel=\"bookmark\" title=\"Permanent Link: WordPress Super Cache 0.1\">WordPress Super Cache 0.1</a></li></ul></p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Mar 2009 14:00:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"Donncha\";}s:7:\"summary\";s:3953:\"<p><a href=\"http://ocaoimh.ie/?attachment_id=3664\" rel=\"attachment wp-att-3664\"><img align=\"right\" src=\"http://inphotos.org/wp-content/uploads/2009/03/daffodil-snow-and-water-droplets-150x150.jpg\" alt=\"Daffodil, snow and water droplets\" title=\"Daffodil, snow and water droplets\" width=\"150\" height=\"150\" class=\"alignright size-thumbnail wp-image-3664\" /></a> Thaya Kareeson has written an <a href=\"http://omninoggin.com/wordpress-posts/make-any-plugin-work-with-wp-super-cache/\">excellent article</a> for plugin developers. It goes through how to make plugins work with WP Super Cache by using dynamic AJAX calls.</p>\n<p><a href=\"http://ocaoimh.ie/wp-super-cache/\">WP Super Cache</a> can make static html copies of pages served by WordPress which is great for performance. Unfortunately that means some plugins don’t work because they rely on executing PHP on each request. The plugins need to be rewritten to use AJAX calls by the visitor’s browser. There’s a FAQ in the readme.txt all about it!</p>\n<p>I previously wrote about <a href=\"http://ocaoimh.ie/2008/11/01/make-your-wordpress-plugin-talk-ajax/\">adding AJAX to WordPress plugins</a> but Thaya has worked through a simple example that will work perfectly with WP Super Cache. It’s a good foundation for plugin developers start from. </p>\n<p>He also has versions of <a href=\"http://omninoggin.com/wordpress-posts/make-wp-postviews-work-with-wp-super-cache/\">WP Postviews</a> and <a href=\"http://omninoggin.com/wordpress-posts/make-popularity-contest-work-with-wp-super-cache/\">Popularity Contest</a> that have been rewritten to support static caching. I haven’t tried either plugin so leave a comment on his blog if you need help!</p>\n<p>If you depend on a large portion of your content being dynamic this isn’t the solution for you as it will affect what search engines see. Those bots don’t speak Javascript, but for interactive purposes (ratings, stats etc) it’s the job.</p>\n<p><a href=\"http://ocaoimh.ie/?attachment_id=3657\" rel=\"attachment wp-att-3657\"><img align=\"right\" src=\"http://inphotos.org/wp-content/uploads/2009/03/reading-glasses-150x150.jpg\" alt=\"reading glasses\" title=\"reading glasses\" width=\"150\" height=\"150\" class=\"alignright size-thumbnail wp-image-3657\" /></a> Further reading:\n<ul>\n<li><a href=\"http://codex.wordpress.org/AJAX_in_Plugins\">AJAX in Plugins</a> is a must-read starting point for developers.</li>\n<li><a href=\"http://codex.wordpress.org/Function_Reference/wp_enqueue_script\">wp_enqueue_script()</a> is the command WordPress uses to load Javascript files. That page links to a couple of good pages too including this <a href=\"http://www.prelovac.com/vladimir/best-practice-for-adding-javascript-code-to-wordpress-plugin\">best practices</a> post. As of this writing, Thaya’s example don’t use wp_enqueue_script() but it’s simple to use.</li>\n</ul>\n<p><br clear=\"all\" /><br />\nThe vast majority of plugins work just fine with <a href=\"http://ocaoimh.ie/wp-super-cache/\">WP Super Cache</a>, but some of the ones that don’t are quite popular. If your favourite plugin doesn’t work, why don’t <em>you</em> help the author out and fix it? You have all the source code after all and you’ll be helping everyone else who uses the plugin!</p>\n<p><img src=\"http://ocaoimh.ie/?voyeur=1\" /></p><p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href=\"http://ocaoimh.ie/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li><a href=\"http://ocaoimh.ie/2007/11/05/wordpress-super-cache-01/\" rel=\"bookmark\" title=\"Permanent Link: WordPress Super Cache 0.1\">WordPress Super Cache 0.1</a></li></ul></p>\";}i:35;a:7:{s:5:\"title\";s:61:\"Weblog Tools Collection: Plugin Review: Feed Reading Blogroll\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5270\";s:4:\"link\";s:89:\"http://weblogtoolscollection.com/archives/2009/03/08/plugin-review-feed-reading-blogroll/\";s:11:\"description\";s:3397:\"<p>Do you display a list of links a.k.a. blogroll in your sidebar? If you do, then <a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a> is one must have plugin on your WordPress blog.</p>\n<h3>Description</h3>\n<p>This plugin provides a sidebar-widget and a template-tag that add an enhanced blogroll to your sidebar. It checks on all your linked sites, when the most recent update has occurred.</p>\n<p>The check is performed by reading the date of the most recent feed-item. The feeds must be valid RSS2 or ATOM-feeds, otherwise the plugin cannot read the date-information provided by the feed. The Plugin uses the <a href=\"http://code.google.com/apis/ajaxfeeds/\">Google AJAX Feed API</a> to access the feeds.</p>\n<h3>Demo</h3>\n<p><img title=\"Feed Reading Blogroll\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/frb.gif\" border=\"0\" alt=\"Feed Reading Blogroll\" width=\"247\" height=\"282\" /></p>\n<p>Check out the sidebar of the <a href=\"http://www.weinschenker.name/\">author’s site</a>.</p>\n<h3>Review</h3>\n<p>For starters, what I love about the plugin is that the author has made an excellent effort to create a complete <a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">plugin page on his site</a>. The page contains detailed information about the plugin, including instructions on installation, usage and customization.</p>\n<p>Installing Feed Reading Blogroll is just as you would any other plugin. However, you would require to get hold of <a href=\"http://code.google.com/apis/ajaxfeeds/signup.html\">Google API Key</a>.</p>\n<p>You’ll need to navigate to the Settings page of the plugin and start configuring all the options, mainly entering the Google API key. There are tonnes of other configuration options available as well like option to group by category, or to sort by last updated, choose which style to use for the blogroll etc.</p>\n<p>Adding links is through WordPress’ inbuilt Links Manager, so you don’t need to worry in case you choose to install the plugin after this review.</p>\n<p>You can specify the feed URL that each link uses, which is recommended. If you’re just lazy, the plugin will try to fetch the correct URL using Google’s Feed Fetcher (that’s why you need the API key) and then use this URL.</p>\n<p>Once you’ve got everything setup, you’ll want to display the blogroll on your site. For that you can either use the sidebar widget or the template tag. What I’d like to see is some shortcode that I can use to insert the same on a separate page that will house my blogroll, since I don’t display the same in my sidebar.</p>\n<p>The plugin comes with internationalization support and is currently available in five languages. If you’re a translator and are willing to translate the plugin, do let the author know. I’m sure he would like that.</p>\n<p>A slight warning on using this plugin. It relies heavily on external sites especially for feed fetching and discovering the latest updated time of the feed. As a result, you may encounter some performance issues. I recommend turning off the JavaScript sorting feature and using a caching plugin if you face major problems.</p>\n<p>Are you an existing user of Feed Reading Blogroll? If so, do let us know your experience with the plugin. What are your suggestions for the same?</p>\";s:7:\"pubdate\";s:31:\"Sun, 08 Mar 2009 18:11:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:3397:\"<p>Do you display a list of links a.k.a. blogroll in your sidebar? If you do, then <a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a> is one must have plugin on your WordPress blog.</p>\n<h3>Description</h3>\n<p>This plugin provides a sidebar-widget and a template-tag that add an enhanced blogroll to your sidebar. It checks on all your linked sites, when the most recent update has occurred.</p>\n<p>The check is performed by reading the date of the most recent feed-item. The feeds must be valid RSS2 or ATOM-feeds, otherwise the plugin cannot read the date-information provided by the feed. The Plugin uses the <a href=\"http://code.google.com/apis/ajaxfeeds/\">Google AJAX Feed API</a> to access the feeds.</p>\n<h3>Demo</h3>\n<p><img title=\"Feed Reading Blogroll\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/frb.gif\" border=\"0\" alt=\"Feed Reading Blogroll\" width=\"247\" height=\"282\" /></p>\n<p>Check out the sidebar of the <a href=\"http://www.weinschenker.name/\">author’s site</a>.</p>\n<h3>Review</h3>\n<p>For starters, what I love about the plugin is that the author has made an excellent effort to create a complete <a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">plugin page on his site</a>. The page contains detailed information about the plugin, including instructions on installation, usage and customization.</p>\n<p>Installing Feed Reading Blogroll is just as you would any other plugin. However, you would require to get hold of <a href=\"http://code.google.com/apis/ajaxfeeds/signup.html\">Google API Key</a>.</p>\n<p>You’ll need to navigate to the Settings page of the plugin and start configuring all the options, mainly entering the Google API key. There are tonnes of other configuration options available as well like option to group by category, or to sort by last updated, choose which style to use for the blogroll etc.</p>\n<p>Adding links is through WordPress’ inbuilt Links Manager, so you don’t need to worry in case you choose to install the plugin after this review.</p>\n<p>You can specify the feed URL that each link uses, which is recommended. If you’re just lazy, the plugin will try to fetch the correct URL using Google’s Feed Fetcher (that’s why you need the API key) and then use this URL.</p>\n<p>Once you’ve got everything setup, you’ll want to display the blogroll on your site. For that you can either use the sidebar widget or the template tag. What I’d like to see is some shortcode that I can use to insert the same on a separate page that will house my blogroll, since I don’t display the same in my sidebar.</p>\n<p>The plugin comes with internationalization support and is currently available in five languages. If you’re a translator and are willing to translate the plugin, do let the author know. I’m sure he would like that.</p>\n<p>A slight warning on using this plugin. It relies heavily on external sites especially for feed fetching and discovering the latest updated time of the feed. As a result, you may encounter some performance issues. I recommend turning off the JavaScript sorting feature and using a caching plugin if you face major problems.</p>\n<p>Are you an existing user of Feed Reading Blogroll? If so, do let us know your experience with the plugin. What are your suggestions for the same?</p>\";}i:36;a:7:{s:5:\"title\";s:64:\"Lorelle on WP: Firewalling and Hack Proofing Your WordPress Blog\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3968\";s:4:\"link\";s:90:\"http://lorelle.wordpress.com/2009/03/07/firewalling-and-hack-proofing-your-wordpress-blog/\";s:11:\"description\";s:10122:\"<div class=\"snap_preview\"><br /><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://blogsecurity.net/\" title=\"Blog Security\" rel=\"tag\">Blog Security</a> is one of the top security blogs out there keeping an eye on all things blog security and WordPress. They’ve just released two great articles WordPress fans need to check out.</p>\n<p>First is <a href=\"http://blogsecurity.net/wordpress/guvnr-10-steps-to-secure-wordpress-video\" title=\"Guvnr 10 Steps to Secure WordPress Video\">news</a> of a video and blog post by <a href=\"http://guvnr.com/web/blogging/10-tips-to-make-wordpress-hack-proof/\" title=\"Guvnr - Make WordPress Hack Proof Video\">Guvnr called “10 Tips to Make WordPress Hack Proof</a>. The effort involved tips from BlogSecurity’s popular <a href=\"http://blogsecurity.net/wordpress/wordpress-security-whitepaper/\" title=\"WordPress Security Whitepaper\">WordPress Security Whitepaper</a>, inspiring them to update and improve it soon.</p>\n<p>The second is “<a href=\"http://blogsecurity.net/wordpress/how-to-firewall-your-wordpress-blog\" title=\"How to Firewall Your WordPress Blog\">How to Firewall Your WordPress Blog</a>” by <a href=\"http://www.seoegghead.com/blog/\" title=\"Jaimie Sirovich\">Jaimie Sirovich of SEO Egghead</a> guest blogging on BlogSecurity. He covers options to help you make your WordPress blog more secure with a variety of WordPress Plugins.</p>\n<p>Don’t forget that the best line of defense protection for your WordPress blog begins with a <a href=\"http://www.blogherald.com/2007/05/08/protect-your-blog-with-a-solid-password/\" title=\"Protect Your Blog With a Solid Password\">strong password</a>, followed by regularly upgrading your WordPress blog, especially after mandatory security alerts. </p>\n<p>There is a lot of misinformation on the web about blog and WordPress Security. Many will tell you that CAPTCHAs and their paid services will protect you and your WordPress blog. They will give you a lot of out-dated steps to take. Don’t be fooled. Get your information from the official and reputable WordPress resources. WordPress is inherently secure. It should be. It is used by <a href=\"http://markjaquith.wordpress.com/2008/08/18/us-government-agencies-using-wordpress/\" title=\"U.S. Government Agencies Using WordPress\">some of the top government agencies in the United States</a> and around the world. </p>\n<p>The current version of WordPress is very secure with no critical security vulnerabilities reported since its release. There are, however, some security issues with WordPress Plugins so make sure you check in with your favorite WordPress Plugin authors and your Plugins Panel for updates on a regular basis. </p>\n<p>Here are some reliable articles on blog and WordPress security:</p>\n<ul>\n<li><a href=\"http://www.blogherald.com/2007/05/08/protect-your-blog-with-a-solid-password/\" title=\"Protect Your Blog With a Solid Password\">Lorelle on The Blog Herald - Protect Your Blog With a Solid Password</a></li>\n<li><a href=\"http://www.smashingmagazine.com/2009/01/26/10-steps-to-protect-the-admin-area-in-wordpress/\" title=\"10 Steps To Protect The Admin Area In WordPress\">Smashing Magazine - 10 Steps To Protect The Admin Area In WordPress</a></li>\n<li><a href=\"http://www.prelovac.com/vladimir/improving-security-in-wordpress-plugins-using-nonces\" title=\"Improving security in WordPress Plugins using Nonces\">Vladimir Prelovac - Improving security in WordPress Plugins using Nonces</a></li>\n<li><a href=\"http://www.mattcutts.com/blog/hacked-site-alerts/\" title=\"Alerting webmasters to webserver vulnerabilities\">Matt Cutts - Alerting Webmasters to Webserver Vulnerabilities</a></li>\n<li><a href=\"http://wordpress.tv/2008/10/04/wordcamp-toronto-2008-wordpress-security-with-mark-jaquith/\" title=\"WordCamp Toronto 2008 - WordPress Security with Mark Jaquith\">WordCamp Toronto 2008 - WordPress Security with Mark Jaquith</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2009/01/03/maximum-wordpress-security/\" title=\"Maximum WordPress Security\">Weblog Tools Collection - Maximum WordPress Security</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2008/11/06/fake-wordpress-site/\" title=\"Fake WordPress Site\">Weblog Tools Collection - Fake WordPress Site</a></li>\n<li><a href=\"http://technorati.com/weblog/2008/04/424.html\" title=\"Vulnerable WordPress Blogs Not Being Indexed\">Technorati - Vulnerable WordPress Blogs Not Being Indexed</a></li>\n<li><a href=\"http://markjaquith.wordpress.com/2008/08/18/us-government-agencies-using-wordpress/\" title=\"U.S. Government Agencies Using WordPress\">Mark Jaquith - US Government Agencies Using WordPress</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2008/04/28/wordpress-security-prevention-reactions-and-scares/\" title=\"WordPress Security Prevention, Reactions, and Scares « Lorelle on ...\">Lorelle on WordPress - WordPress Security Prevention, Reactions, and Scares</a></li>\n<li><a href=\"http://feeds.feedburner.com/~r/BlogSecurity/~3/512792429/\" title=\"WordPress Security Predictions in 2009\">Blog Security - WordPress Security Predictions in 2009</a></li>\n<li><a href=\"http://arachna.com/roller/spidaman/entry/fear_uncertainty_and_disinformation_about\" title=\"Fear, Uncertainty and Disinformation About The WordPress Exploits and Spam\">Arachna - Fear, Uncertainty and Disinformation About The WordPress Exploits and Spam</a></li>\n<li><a href=\"http://www.blogherald.com/2008/09/08/wtf-blog-clutter-the-death-of-the-captcha/\" title=\"WTF Blog Clutter: The Death of the CAPTCHA | The Blog Herald\">Lorelle on The Blog Herald - WTF Blog Clutter: The Death of the CAPTCHA</a></li>\n<li><a href=\"http://www.dailyblogtips.com/make-sure-your-wordpress-is-not-hacked/\" title=\"Make Sure Your WordPress is Not Hacked\">Daily Blog Tips - Make Sure Your WordPress is Not Hacked</a></li>\n<li><a href=\"http://feeds.feedburner.com/~r/HolyShmoly/~3/259733785/\" title=\"There’s never been a better time to upgrade WordPress\">Donncha - There’s Never Been A Better Time To Upgrade WordPress</a></li>\n<li><a href=\"http://feeds.feedburner.com/~r/BlogSecurity/~3/253542937/\" title=\"Interview with Hacker S@BUN\">Blog Security - Interview of a WordPress Hacker</a></li>\n<li><a href=\"http://www.noupe.com/how-tos/wordpress-security-tips-and-hacks.html\" title=\"WordPress Security Tips and Hacks\">Noupe - WordPress Security Tips and Hacks</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+security\" rel=\"tag\">wordpress security</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+vulnerabilities\" rel=\"tag\">wordpress vulnerabilities</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=security+vulnerabilities\" rel=\"tag\">security vulnerabilities</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+risk\" rel=\"tag\">wordpress risk</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=is+wordpress+safe\" rel=\"tag\">is wordpress safe</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=security\" rel=\"tag\">security</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=safety\" rel=\"tag\">safety</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+security\" rel=\"tag\">blog security</a> </p>\n<p><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News, WordPress Tips <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3968/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3968/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3968/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3968/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3968/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3968/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3968/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3968/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3968/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3968/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3968&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Sun, 08 Mar 2009 07:15:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:10122:\"<div class=\"snap_preview\"><br /><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://blogsecurity.net/\" title=\"Blog Security\" rel=\"tag\">Blog Security</a> is one of the top security blogs out there keeping an eye on all things blog security and WordPress. They’ve just released two great articles WordPress fans need to check out.</p>\n<p>First is <a href=\"http://blogsecurity.net/wordpress/guvnr-10-steps-to-secure-wordpress-video\" title=\"Guvnr 10 Steps to Secure WordPress Video\">news</a> of a video and blog post by <a href=\"http://guvnr.com/web/blogging/10-tips-to-make-wordpress-hack-proof/\" title=\"Guvnr - Make WordPress Hack Proof Video\">Guvnr called “10 Tips to Make WordPress Hack Proof</a>. The effort involved tips from BlogSecurity’s popular <a href=\"http://blogsecurity.net/wordpress/wordpress-security-whitepaper/\" title=\"WordPress Security Whitepaper\">WordPress Security Whitepaper</a>, inspiring them to update and improve it soon.</p>\n<p>The second is “<a href=\"http://blogsecurity.net/wordpress/how-to-firewall-your-wordpress-blog\" title=\"How to Firewall Your WordPress Blog\">How to Firewall Your WordPress Blog</a>” by <a href=\"http://www.seoegghead.com/blog/\" title=\"Jaimie Sirovich\">Jaimie Sirovich of SEO Egghead</a> guest blogging on BlogSecurity. He covers options to help you make your WordPress blog more secure with a variety of WordPress Plugins.</p>\n<p>Don’t forget that the best line of defense protection for your WordPress blog begins with a <a href=\"http://www.blogherald.com/2007/05/08/protect-your-blog-with-a-solid-password/\" title=\"Protect Your Blog With a Solid Password\">strong password</a>, followed by regularly upgrading your WordPress blog, especially after mandatory security alerts. </p>\n<p>There is a lot of misinformation on the web about blog and WordPress Security. Many will tell you that CAPTCHAs and their paid services will protect you and your WordPress blog. They will give you a lot of out-dated steps to take. Don’t be fooled. Get your information from the official and reputable WordPress resources. WordPress is inherently secure. It should be. It is used by <a href=\"http://markjaquith.wordpress.com/2008/08/18/us-government-agencies-using-wordpress/\" title=\"U.S. Government Agencies Using WordPress\">some of the top government agencies in the United States</a> and around the world. </p>\n<p>The current version of WordPress is very secure with no critical security vulnerabilities reported since its release. There are, however, some security issues with WordPress Plugins so make sure you check in with your favorite WordPress Plugin authors and your Plugins Panel for updates on a regular basis. </p>\n<p>Here are some reliable articles on blog and WordPress security:</p>\n<ul>\n<li><a href=\"http://www.blogherald.com/2007/05/08/protect-your-blog-with-a-solid-password/\" title=\"Protect Your Blog With a Solid Password\">Lorelle on The Blog Herald - Protect Your Blog With a Solid Password</a></li>\n<li><a href=\"http://www.smashingmagazine.com/2009/01/26/10-steps-to-protect-the-admin-area-in-wordpress/\" title=\"10 Steps To Protect The Admin Area In WordPress\">Smashing Magazine - 10 Steps To Protect The Admin Area In WordPress</a></li>\n<li><a href=\"http://www.prelovac.com/vladimir/improving-security-in-wordpress-plugins-using-nonces\" title=\"Improving security in WordPress Plugins using Nonces\">Vladimir Prelovac - Improving security in WordPress Plugins using Nonces</a></li>\n<li><a href=\"http://www.mattcutts.com/blog/hacked-site-alerts/\" title=\"Alerting webmasters to webserver vulnerabilities\">Matt Cutts - Alerting Webmasters to Webserver Vulnerabilities</a></li>\n<li><a href=\"http://wordpress.tv/2008/10/04/wordcamp-toronto-2008-wordpress-security-with-mark-jaquith/\" title=\"WordCamp Toronto 2008 - WordPress Security with Mark Jaquith\">WordCamp Toronto 2008 - WordPress Security with Mark Jaquith</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2009/01/03/maximum-wordpress-security/\" title=\"Maximum WordPress Security\">Weblog Tools Collection - Maximum WordPress Security</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2008/11/06/fake-wordpress-site/\" title=\"Fake WordPress Site\">Weblog Tools Collection - Fake WordPress Site</a></li>\n<li><a href=\"http://technorati.com/weblog/2008/04/424.html\" title=\"Vulnerable WordPress Blogs Not Being Indexed\">Technorati - Vulnerable WordPress Blogs Not Being Indexed</a></li>\n<li><a href=\"http://markjaquith.wordpress.com/2008/08/18/us-government-agencies-using-wordpress/\" title=\"U.S. Government Agencies Using WordPress\">Mark Jaquith - US Government Agencies Using WordPress</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2008/04/28/wordpress-security-prevention-reactions-and-scares/\" title=\"WordPress Security Prevention, Reactions, and Scares « Lorelle on ...\">Lorelle on WordPress - WordPress Security Prevention, Reactions, and Scares</a></li>\n<li><a href=\"http://feeds.feedburner.com/~r/BlogSecurity/~3/512792429/\" title=\"WordPress Security Predictions in 2009\">Blog Security - WordPress Security Predictions in 2009</a></li>\n<li><a href=\"http://arachna.com/roller/spidaman/entry/fear_uncertainty_and_disinformation_about\" title=\"Fear, Uncertainty and Disinformation About The WordPress Exploits and Spam\">Arachna - Fear, Uncertainty and Disinformation About The WordPress Exploits and Spam</a></li>\n<li><a href=\"http://www.blogherald.com/2008/09/08/wtf-blog-clutter-the-death-of-the-captcha/\" title=\"WTF Blog Clutter: The Death of the CAPTCHA | The Blog Herald\">Lorelle on The Blog Herald - WTF Blog Clutter: The Death of the CAPTCHA</a></li>\n<li><a href=\"http://www.dailyblogtips.com/make-sure-your-wordpress-is-not-hacked/\" title=\"Make Sure Your WordPress is Not Hacked\">Daily Blog Tips - Make Sure Your WordPress is Not Hacked</a></li>\n<li><a href=\"http://feeds.feedburner.com/~r/HolyShmoly/~3/259733785/\" title=\"There’s never been a better time to upgrade WordPress\">Donncha - There’s Never Been A Better Time To Upgrade WordPress</a></li>\n<li><a href=\"http://feeds.feedburner.com/~r/BlogSecurity/~3/253542937/\" title=\"Interview with Hacker S@BUN\">Blog Security - Interview of a WordPress Hacker</a></li>\n<li><a href=\"http://www.noupe.com/how-tos/wordpress-security-tips-and-hacks.html\" title=\"WordPress Security Tips and Hacks\">Noupe - WordPress Security Tips and Hacks</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /><br />\n<hr />\n<p><font size=\"-1\"><b>Site Search Tags:</b> <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+security\" rel=\"tag\">wordpress security</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+vulnerabilities\" rel=\"tag\">wordpress vulnerabilities</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=security+vulnerabilities\" rel=\"tag\">security vulnerabilities</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+risk\" rel=\"tag\">wordpress risk</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=is+wordpress+safe\" rel=\"tag\">is wordpress safe</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tips\" rel=\"tag\">wordpress tips</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=security\" rel=\"tag\">security</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=safety\" rel=\"tag\">safety</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=blog+security\" rel=\"tag\">blog security</a> </p>\n<p><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News, WordPress Tips <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3968/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3968/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3968/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3968/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3968/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3968/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3968/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3968/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3968/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3968/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3968&subd=lorelle&ref=&feed=1\" /></div>\";}i:37;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/07\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5267\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/03/07/wordpress-theme-releases-for-0307/\";s:11:\"description\";s:1996:\"<p><a href=\"http://wp-content-themes.com/orangejuice-a-free-fluid-wordpress-27-theme/109\">OrangeJuice</a></p>\n<p><a href=\"http://www.gavagai.ro/blues/\"><img title=\"OrangeJuice\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/orangejuice.jpg\" alt=\"OrangeJuice\" width=\"138\" height=\"150\" /></a></p>\n<p>OrangeJuice is a two-columns free theme, specially designed for WordPress 2.7, with a liquid layout (based on a grid using percents) and some CSS3 and typographic accents. It has a light color scheme, combining orange and tones of grey. Features include valid strict XHTML, styled sticky posts, threaded comments, widgetized sidebar.</p>\n<p><a href=\"http://wpcult.com/working-on-a-new-theme-called-wordcult/\">WordCult</a></p>\n<p><img title=\"WordCult\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wordcult.jpg\" alt=\"WordCult\" width=\"150\" height=\"125\" /></p>\n<p>Two column theme with a big footer and jQuery “featured posts” loader and the option for sticky posts.</p>\n<p><a href=\"http://www.altamentedecorativo.com/en/smoking-blue-child-theme-per-thematic/\">Smoking Blue</a></p>\n<p><img title=\"Smoking-Blue\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/smokingblue.jpg\" alt=\"Smoking-Blue\" width=\"150\" height=\"117\" /></p>\n<p>Three column, blue child theme built on <a href=\"http://themeshaper.com/thematic-for-wordpress/\">Thematic Framework per WordPress</a> 0.9.</p>\n<p><a href=\"http://www.armandbook.com/theme/curious-orange-wordpress-theme-v100/\">Curious Orange</a></p>\n<p><a href=\"http://www.armandbook.com/themes/?wptheme=Curious%20Orange%20Theme\"><img title=\"Curious Orange\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/curiousorange.png\" alt=\"Curious Orange\" width=\"150\" height=\"140\" /></a></p>\n<p>A simple black, orange, and white colors widgetized free Wordpress theme with 3 columns and avatar enabled.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news\">Submit your theme</a> for inclusion in our daily release posts.</p>\";s:7:\"pubdate\";s:31:\"Sat, 07 Mar 2009 18:44:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1996:\"<p><a href=\"http://wp-content-themes.com/orangejuice-a-free-fluid-wordpress-27-theme/109\">OrangeJuice</a></p>\n<p><a href=\"http://www.gavagai.ro/blues/\"><img title=\"OrangeJuice\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/orangejuice.jpg\" alt=\"OrangeJuice\" width=\"138\" height=\"150\" /></a></p>\n<p>OrangeJuice is a two-columns free theme, specially designed for WordPress 2.7, with a liquid layout (based on a grid using percents) and some CSS3 and typographic accents. It has a light color scheme, combining orange and tones of grey. Features include valid strict XHTML, styled sticky posts, threaded comments, widgetized sidebar.</p>\n<p><a href=\"http://wpcult.com/working-on-a-new-theme-called-wordcult/\">WordCult</a></p>\n<p><img title=\"WordCult\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wordcult.jpg\" alt=\"WordCult\" width=\"150\" height=\"125\" /></p>\n<p>Two column theme with a big footer and jQuery “featured posts” loader and the option for sticky posts.</p>\n<p><a href=\"http://www.altamentedecorativo.com/en/smoking-blue-child-theme-per-thematic/\">Smoking Blue</a></p>\n<p><img title=\"Smoking-Blue\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/smokingblue.jpg\" alt=\"Smoking-Blue\" width=\"150\" height=\"117\" /></p>\n<p>Three column, blue child theme built on <a href=\"http://themeshaper.com/thematic-for-wordpress/\">Thematic Framework per WordPress</a> 0.9.</p>\n<p><a href=\"http://www.armandbook.com/theme/curious-orange-wordpress-theme-v100/\">Curious Orange</a></p>\n<p><a href=\"http://www.armandbook.com/themes/?wptheme=Curious%20Orange%20Theme\"><img title=\"Curious Orange\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/curiousorange.png\" alt=\"Curious Orange\" width=\"150\" height=\"140\" /></a></p>\n<p>A simple black, orange, and white colors widgetized free Wordpress theme with 3 columns and avatar enabled.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news\">Submit your theme</a> for inclusion in our daily release posts.</p>\";}i:38;a:7:{s:5:\"title\";s:73:\"Weblog Tools Collection: WPLookup - Find Functions and Template Tags Fast\";s:4:\"guid\";s:100:\"http://weblogtoolscollection.com/archives/2009/03/07/wplookup-find-functions-and-template-tags-fast/\";s:4:\"link\";s:100:\"http://weblogtoolscollection.com/archives/2009/03/07/wplookup-find-functions-and-template-tags-fast/\";s:11:\"description\";s:1238:\"<p>Are you constantly hunting the WordPress Codex for functions and template tags? I know I spend a lot of time doing this whenever I am working on a new plugin. <a href=\"http://theandystratton.com/\">Andy Stratton</a> too did the same until he created WPLookup.</p>\n<p><a href=\"http://wplookup.com/\">WPLookup</a> will take your query and take you to the corresponding <a href=\"http://codex.wordpress.org\">Wordpress Codex</a> documentation in the <a href=\"http://codex.wordpress.org/Function_Reference\">function reference</a> and <a href=\"http://codex.wordpress.org/Template_Tags\">template tags reference</a>. If your search terms are not found, it will send you directly to a documentation search for your terms. </p>\n<p>The site is very much in the nascent stages. And, I’m sure there is a lot more that can be added.</p>\n<p>One suggestion could be that instead of sending the user directly to WordPress Codex, WPLookup can generate a search results page with a link to the codex article as well a link to the function declaration in the WordPress code using PHPXref.</p>\n<p>The search results page can contain other related tags and links to their specific pages as well.</p>\n<p>Any other features you would like to see added?</p>\";s:7:\"pubdate\";s:31:\"Sat, 07 Mar 2009 04:35:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1238:\"<p>Are you constantly hunting the WordPress Codex for functions and template tags? I know I spend a lot of time doing this whenever I am working on a new plugin. <a href=\"http://theandystratton.com/\">Andy Stratton</a> too did the same until he created WPLookup.</p>\n<p><a href=\"http://wplookup.com/\">WPLookup</a> will take your query and take you to the corresponding <a href=\"http://codex.wordpress.org\">Wordpress Codex</a> documentation in the <a href=\"http://codex.wordpress.org/Function_Reference\">function reference</a> and <a href=\"http://codex.wordpress.org/Template_Tags\">template tags reference</a>. If your search terms are not found, it will send you directly to a documentation search for your terms. </p>\n<p>The site is very much in the nascent stages. And, I’m sure there is a lot more that can be added.</p>\n<p>One suggestion could be that instead of sending the user directly to WordPress Codex, WPLookup can generate a search results page with a link to the codex article as well a link to the function declaration in the WordPress code using PHPXref.</p>\n<p>The search results page can contain other related tags and links to their specific pages as well.</p>\n<p>Any other features you would like to see added?</p>\";}i:39;a:7:{s:5:\"title\";s:37:\"Alex King: Carrington Blog 2.0 beta 1\";s:4:\"guid\";s:61:\"http://alexking.org/blog/2009/03/06/carrington-blog-20-beta-1\";s:4:\"link\";s:61:\"http://alexking.org/blog/2009/03/06/carrington-blog-20-beta-1\";s:11:\"description\";s:717:\"<p>My team and I at <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> have gotten a <a href=\"http://carringtontheme.com/2009/03/carrington-blog-20-beta-1/\">new version of our Carrington Blog theme</a> ready for testing. This has a bunch of new features, and we’ve tried to improve the <a href=\"http://crowdfavorite.com/wordpress/carrington/readme/\">documentation</a> as well.</p>\n<p>Full details are on the Carrington web site - looking forward to your feedback.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Carrington+Blog+2.0+beta+1&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F06%2Fcarrington-blog-20-beta-1\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 06 Mar 2009 20:43:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:717:\"<p>My team and I at <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> have gotten a <a href=\"http://carringtontheme.com/2009/03/carrington-blog-20-beta-1/\">new version of our Carrington Blog theme</a> ready for testing. This has a bunch of new features, and we’ve tried to improve the <a href=\"http://crowdfavorite.com/wordpress/carrington/readme/\">documentation</a> as well.</p>\n<p>Full details are on the Carrington web site - looking forward to your feedback.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=Carrington+Blog+2.0+beta+1&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F06%2Fcarrington-blog-20-beta-1\">ShareThis</a></p>\";}i:40;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 03/06\";s:4:\"guid\";s:88:\"http://weblogtoolscollection.com/archives/2009/03/06/wordpress-plugin-releases-for-0306/\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/03/06/wordpress-plugin-releases-for-0306/\";s:11:\"description\";s:3262:\"<h3>New Plugins</h3>\n<p><a href=\"http://dentedreality.com.au/projects/wp-sparkplug/\">Sparkplug</a></p>\n<p>Sparkplug is a very simple plugin which provides you with an easy-to-read indication of how active the “current view” of a blog is. On the homepage, it provides a sparkline chart showing total posts per day for the (by default) last 30 days. On a tag, category or author-specific page, it shows bars representing how many posts were made with that tag/category or by that author per day, with a line showing the total posts per day for comparison.</p>\n<p><a href=\"http://www.paulmc.org/whatithink/wordpress/plugins/email-post-activation/\">Email Post Activation</a></p>\n<p>Adds an iFrame to your blog footer to automatically activate any posts written by email. </p>\n<p><a href=\"http://lud.icro.us/wordpress-plugin-info/\">Plugin Info</a></p>\n<p>This plugin provides a simple way of displaying up-to-date information about specific plugins hosted on the WordPress Plugin Directory in your blog posts and pages.</p>\n<p><a href=\"http://www.agarassino.com/wordpress-plugin-nofollow-filter/\">NoFollow Filter</a></p>\n<p>The plugin allows you to automatically add nofollow attribute to a list of links that you define on the admin.</p>\n<p><a href=\"http://lud.icro.us/wordpress-plugin-user-switching/\">User Switching</a></p>\n<p>Enables you to instantly swap between users in WordPress.</p>\n<p><a href=\"http://htmlblog.net/wp-to-top/\">WP to Top</a></p>\n<p>Adds a \"Back to top\" link in your blog without modifying your template files. This is useful especially if you have long posts or long pages. You will have a nice \"Back to top\" or whatever-text-you-want link floating at the bottom right/left of your page.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a></p>\n<p>This plugin provides a sidebar-widget and a template-tag that add an enhanced blogroll to your sidebar. It checks on all your linked sites, when the most recent update has occurred.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/apture/\">Apture</a></p>\n<p>Apture makes it easy to add contextual images, videos, reference guides, links, maps, music, news, documents and books to your blog to create a connected media experience that keeps readers engaged on your site.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-stats-dashboard/\">WP Stats Dashboard</a></p>\n<p>Displays the WordPress.com stats graph directly in your Dashboard. No more tiresomely opening the Blog Stats tab and manually logging in.</p>\n<p><a href=\"http://blog.avirtualhome.com/2009/03/05/update-wordpress-plugin-avh-extended-categories/\">Extended Categories</a></p>\n<p>Replacement of the default category widget to allow for greater customization of the category widget.</p>\n<p><a href=\"http://davidebenini.it/wordpress-plugins/plugins-list/\">Plugins List</a></p>\n<p>Plugins List allows you to insert a list of the plugins you are using on any post/page of your blog.</p>\n<p><a href=\"http://alexking.org/projects/wordpress/readme?project=wordpress-mobile-edition\">WordPress Mobile Edition</a></p>\n<p>This is a WordPress plugin that will display a mobile-friendly theme for your site if your site visitor is using a mobile browser.</p>\";s:7:\"pubdate\";s:31:\"Fri, 06 Mar 2009 17:33:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:3262:\"<h3>New Plugins</h3>\n<p><a href=\"http://dentedreality.com.au/projects/wp-sparkplug/\">Sparkplug</a></p>\n<p>Sparkplug is a very simple plugin which provides you with an easy-to-read indication of how active the “current view” of a blog is. On the homepage, it provides a sparkline chart showing total posts per day for the (by default) last 30 days. On a tag, category or author-specific page, it shows bars representing how many posts were made with that tag/category or by that author per day, with a line showing the total posts per day for comparison.</p>\n<p><a href=\"http://www.paulmc.org/whatithink/wordpress/plugins/email-post-activation/\">Email Post Activation</a></p>\n<p>Adds an iFrame to your blog footer to automatically activate any posts written by email. </p>\n<p><a href=\"http://lud.icro.us/wordpress-plugin-info/\">Plugin Info</a></p>\n<p>This plugin provides a simple way of displaying up-to-date information about specific plugins hosted on the WordPress Plugin Directory in your blog posts and pages.</p>\n<p><a href=\"http://www.agarassino.com/wordpress-plugin-nofollow-filter/\">NoFollow Filter</a></p>\n<p>The plugin allows you to automatically add nofollow attribute to a list of links that you define on the admin.</p>\n<p><a href=\"http://lud.icro.us/wordpress-plugin-user-switching/\">User Switching</a></p>\n<p>Enables you to instantly swap between users in WordPress.</p>\n<p><a href=\"http://htmlblog.net/wp-to-top/\">WP to Top</a></p>\n<p>Adds a \"Back to top\" link in your blog without modifying your template files. This is useful especially if you have long posts or long pages. You will have a nice \"Back to top\" or whatever-text-you-want link floating at the bottom right/left of your page.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a></p>\n<p>This plugin provides a sidebar-widget and a template-tag that add an enhanced blogroll to your sidebar. It checks on all your linked sites, when the most recent update has occurred.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/apture/\">Apture</a></p>\n<p>Apture makes it easy to add contextual images, videos, reference guides, links, maps, music, news, documents and books to your blog to create a connected media experience that keeps readers engaged on your site.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-stats-dashboard/\">WP Stats Dashboard</a></p>\n<p>Displays the WordPress.com stats graph directly in your Dashboard. No more tiresomely opening the Blog Stats tab and manually logging in.</p>\n<p><a href=\"http://blog.avirtualhome.com/2009/03/05/update-wordpress-plugin-avh-extended-categories/\">Extended Categories</a></p>\n<p>Replacement of the default category widget to allow for greater customization of the category widget.</p>\n<p><a href=\"http://davidebenini.it/wordpress-plugins/plugins-list/\">Plugins List</a></p>\n<p>Plugins List allows you to insert a list of the plugins you are using on any post/page of your blog.</p>\n<p><a href=\"http://alexking.org/projects/wordpress/readme?project=wordpress-mobile-edition\">WordPress Mobile Edition</a></p>\n<p>This is a WordPress plugin that will display a mobile-friendly theme for your site if your site visitor is using a mobile browser.</p>\";}i:41;a:7:{s:5:\"title\";s:29:\"Matt: Awesome Comment Plugins\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12168\";s:4:\"link\";s:45:\"http://ma.tt/2009/03/awesome-comment-plugins/\";s:11:\"description\";s:459:\"<p><a href=\"http://blog.intensedebate.com/2009/03/05/introducing-intensedebate-plugins-add-the-features-you-want/#idc-ctools\">Introducing IntenseDebate Plugins: add the features you want</a>. Now ID has a plugin architecture (just like WordPress) that allows you to enhance the functionality of comments. First ones out the gate are polls, Youtube, Seesmic, and of course smileys. <a href=\"http://intensedebate.com/\">Want to supercharge your comments</a>?</p>\";s:7:\"pubdate\";s:31:\"Fri, 06 Mar 2009 10:18:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:459:\"<p><a href=\"http://blog.intensedebate.com/2009/03/05/introducing-intensedebate-plugins-add-the-features-you-want/#idc-ctools\">Introducing IntenseDebate Plugins: add the features you want</a>. Now ID has a plugin architecture (just like WordPress) that allows you to enhance the functionality of comments. First ones out the gate are polls, Youtube, Seesmic, and of course smileys. <a href=\"http://intensedebate.com/\">Want to supercharge your comments</a>?</p>\";}i:42;a:7:{s:5:\"title\";s:43:\"Peter Westwood: WordPress plugins milestone\";s:4:\"guid\";s:32:\"http://westi.wordpress.com/?p=79\";s:4:\"link\";s:66:\"http://westi.wordpress.com/2009/03/06/wordpress-plugins-milestone/\";s:11:\"description\";s:1559:\"<div class=\"snap_preview\"><br /><p>At 8:17am GMT today another WordPress milestone was reached. The WordPress plugins subversion repository received it’s <a href=\"http://plugins.trac.wordpress.org/changeset/100000\">100000</a> check-in.</p>\n<p>Congratulations to <a href=\"http://blog.jeffyen.com/\">Jeff Yen</a> for achieving this. Maybe you should go check out his <a href=\"http://wordpress.org/extend/plugins/google-maps-gps-link/\">Google Maps GPS Link</a> plugin.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/westi.wordpress.com/79/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/westi.wordpress.com/79/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/westi.wordpress.com/79/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/westi.wordpress.com/79/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/westi.wordpress.com/79/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/westi.wordpress.com/79/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/westi.wordpress.com/79/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/westi.wordpress.com/79/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/westi.wordpress.com/79/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/westi.wordpress.com/79/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=westi.wordpress.com&blog=15396&post=79&subd=westi&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Fri, 06 Mar 2009 10:06:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Peter Westwood\";}s:7:\"summary\";s:1559:\"<div class=\"snap_preview\"><br /><p>At 8:17am GMT today another WordPress milestone was reached. The WordPress plugins subversion repository received it’s <a href=\"http://plugins.trac.wordpress.org/changeset/100000\">100000</a> check-in.</p>\n<p>Congratulations to <a href=\"http://blog.jeffyen.com/\">Jeff Yen</a> for achieving this. Maybe you should go check out his <a href=\"http://wordpress.org/extend/plugins/google-maps-gps-link/\">Google Maps GPS Link</a> plugin.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/westi.wordpress.com/79/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/westi.wordpress.com/79/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/westi.wordpress.com/79/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/westi.wordpress.com/79/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/westi.wordpress.com/79/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/westi.wordpress.com/79/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/westi.wordpress.com/79/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/westi.wordpress.com/79/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/westi.wordpress.com/79/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/westi.wordpress.com/79/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=westi.wordpress.com&blog=15396&post=79&subd=westi&ref=&feed=1\" /></div>\";}i:43;a:7:{s:5:\"title\";s:23:\"Matt: New Spring Design\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12160\";s:4:\"link\";s:41:\"http://ma.tt/2009/03/new-spring-design-2/\";s:11:\"description\";s:1908:\"<p>Time to break out of your RSS readers: there’s a new design on <a href=\"http://ma.tt/\">Ma.tt</a>! Recommended only for the high-bandwidth and the open-minded. There was nothing wrong with my old theme, I just get an itch for something new every now and then and wanted a totally different direction — especially now that every site has copped the worn paper look / colorful flourish. Also it’s refreshing to be able to have a design where the only person in the world it needs to please is me. Here’s a before and after:</p>\n\n<a href=\"http://ma.tt/2009/03/new-spring-design-2/mahtete-old/\" title=\"mahtete-old\"><img width=\"195\" height=\"146\" src=\"http://s.ma.tt/files/2009/03/mahtete-old-195x146.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mahtete-old\" /></a>\n<a href=\"http://ma.tt/2009/03/new-spring-design-2/mahjoolz/\" title=\"March 5, 2009 Redesign of Ma.tt\"><img width=\"195\" height=\"146\" src=\"http://s.ma.tt/files/2009/03/mahjoolz-195x146.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"March 5, 2009 Redesign of Ma.tt\" /></a>\n\n<p>For fans of the old design, I’m going to abstract it into a regular WordPress theme — gallery features and all — that will be available to the entire world, including WordPress.com. It’s amazing to me how many great designs are thrown away, never to be used again, when as a WP theme they could live forever.</p>\n<p>I wanted to thank <a href=\"http://www.joolz.fr/\">Julien Morel</a>, the creative mind behind this iteration, and <a href=\"http://colinger.com/\">Brian Colinger</a>, who turned the vision into HTML, CSS, and PHP.</p>\n<p>If I could I would redesign the site every season: Winter, Spring, Summer, Fall. It just always takes longer than I planned (this was supposed to launch in Winter). The cobbler’s sons go shoeless.</p>\n<p><a href=\"http://ma.tt/2009/03/new-spring-design-2/\">What do you think</a>?</p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Mar 2009 16:56:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:1908:\"<p>Time to break out of your RSS readers: there’s a new design on <a href=\"http://ma.tt/\">Ma.tt</a>! Recommended only for the high-bandwidth and the open-minded. There was nothing wrong with my old theme, I just get an itch for something new every now and then and wanted a totally different direction — especially now that every site has copped the worn paper look / colorful flourish. Also it’s refreshing to be able to have a design where the only person in the world it needs to please is me. Here’s a before and after:</p>\n\n<a href=\"http://ma.tt/2009/03/new-spring-design-2/mahtete-old/\" title=\"mahtete-old\"><img width=\"195\" height=\"146\" src=\"http://s.ma.tt/files/2009/03/mahtete-old-195x146.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mahtete-old\" /></a>\n<a href=\"http://ma.tt/2009/03/new-spring-design-2/mahjoolz/\" title=\"March 5, 2009 Redesign of Ma.tt\"><img width=\"195\" height=\"146\" src=\"http://s.ma.tt/files/2009/03/mahjoolz-195x146.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"March 5, 2009 Redesign of Ma.tt\" /></a>\n\n<p>For fans of the old design, I’m going to abstract it into a regular WordPress theme — gallery features and all — that will be available to the entire world, including WordPress.com. It’s amazing to me how many great designs are thrown away, never to be used again, when as a WP theme they could live forever.</p>\n<p>I wanted to thank <a href=\"http://www.joolz.fr/\">Julien Morel</a>, the creative mind behind this iteration, and <a href=\"http://colinger.com/\">Brian Colinger</a>, who turned the vision into HTML, CSS, and PHP.</p>\n<p>If I could I would redesign the site every season: Winter, Spring, Summer, Fall. It just always takes longer than I planned (this was supposed to launch in Winter). The cobbler’s sons go shoeless.</p>\n<p><a href=\"http://ma.tt/2009/03/new-spring-design-2/\">What do you think</a>?</p>\";}i:44;a:7:{s:5:\"title\";s:72:\"Weblog Tools Collection: WordPress Plugin Development Beginner’s Guide\";s:4:\"guid\";s:98:\"http://weblogtoolscollection.com/archives/2009/03/05/wordpress-plugin-development-beginners-guide/\";s:4:\"link\";s:98:\"http://weblogtoolscollection.com/archives/2009/03/05/wordpress-plugin-development-beginners-guide/\";s:11:\"description\";s:1882:\"<p><a href=\"http://www.prelovac.com/vladimir/\">Vladimir Prevolac</a>, the developer of several plugins and themes for WordPress has released a book titled <a href=\"http://www.prelovac.com/vladimir/wordpress-plugin-development-book\">WordPress Plugin Development (Beginners’ Guide)</a>.</p>\n<p>The book, written for anyone who wishes to author WordPress plugins, consists of eight chapters, six of which are dealing with development of actual plugins from scratch.</p>\n<p>Here’s what you can learn:</p>\n<ul>\n<li>Get to know the WordPress code base, WordPress’s plug-in architecture, and the plug-in application programming interface (API) and learn how to hack it </li>\n<li>Master the WordPress database and the API - access and manipulate data, handle user roles and permissions, posts, and so on </li>\n<li>Hook into the rest of WordPress using actions and filters </li>\n<li>Change the way your WordPress backend looks by customizing menus, submenus, and the plug-in admin panel </li>\n<li>Integrate AJAX and jQuery into your plug-ins to dynamically generate content </li>\n<li>Hook directly to WordPress edit pages and use AJAX to generate fast searches </li>\n<li>Integrate your plug-in with WordPress panels and the tinyMCE editor </li>\n<li>Access and work with third-party APIs like Flickr </li>\n<li>Implement localization support for users of other languages </li>\n<li>Maintain and manage your plug-in using SVN and publish it to the WordPress Plugin Repository </li>\n<li>Handle security issues and make your plug-ins safer to use </li>\n</ul>\n<p>The book retails for $39.99 for the hard copy and $31.99 for the eBook. You can order the same from <a href=\"http://www.packtpub.com/wordpress-plug-in-development/book/mid/11020930cx0a\">Packt Publishing</a> or <a href=\"http://www.amazon.com/WordPress-Plugin-Development-Beginners-Guide/dp/1847193595/\">Amazon</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Mar 2009 15:55:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1882:\"<p><a href=\"http://www.prelovac.com/vladimir/\">Vladimir Prevolac</a>, the developer of several plugins and themes for WordPress has released a book titled <a href=\"http://www.prelovac.com/vladimir/wordpress-plugin-development-book\">WordPress Plugin Development (Beginners’ Guide)</a>.</p>\n<p>The book, written for anyone who wishes to author WordPress plugins, consists of eight chapters, six of which are dealing with development of actual plugins from scratch.</p>\n<p>Here’s what you can learn:</p>\n<ul>\n<li>Get to know the WordPress code base, WordPress’s plug-in architecture, and the plug-in application programming interface (API) and learn how to hack it </li>\n<li>Master the WordPress database and the API - access and manipulate data, handle user roles and permissions, posts, and so on </li>\n<li>Hook into the rest of WordPress using actions and filters </li>\n<li>Change the way your WordPress backend looks by customizing menus, submenus, and the plug-in admin panel </li>\n<li>Integrate AJAX and jQuery into your plug-ins to dynamically generate content </li>\n<li>Hook directly to WordPress edit pages and use AJAX to generate fast searches </li>\n<li>Integrate your plug-in with WordPress panels and the tinyMCE editor </li>\n<li>Access and work with third-party APIs like Flickr </li>\n<li>Implement localization support for users of other languages </li>\n<li>Maintain and manage your plug-in using SVN and publish it to the WordPress Plugin Repository </li>\n<li>Handle security issues and make your plug-ins safer to use </li>\n</ul>\n<p>The book retails for $39.99 for the hard copy and $31.99 for the eBook. You can order the same from <a href=\"http://www.packtpub.com/wordpress-plug-in-development/book/mid/11020930cx0a\">Packt Publishing</a> or <a href=\"http://www.amazon.com/WordPress-Plugin-Development-Beginners-Guide/dp/1847193595/\">Amazon</a>.</p>\";}i:45;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/05\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5258\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/03/05/wordpress-theme-releases-for-0305/\";s:11:\"description\";s:1294:\"<p><a href=\"http://www.ewebsite.biz/2009/03/blue-sea-wordpress-theme/\">Blue Sea</a></p>\n<p><a href=\"http://www.ewebsite.biz/?preview_theme=Blue_Sea\"><img title=\"BlueSea\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/bluesea.png\" alt=\"BlueSea\" width=\"150\" height=\"150\" /></a></p>\n<p>Two column, widget ready blue theme.</p>\n<p><a href=\"http://blogigs.com/2-column-neoclassical-theme/\">2 Column Neoclassical Theme</a></p>\n<p><img title=\"Neoclassical\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/neoclassical.gif\" alt=\"Neoclassical\" width=\"150\" height=\"101\" /></p>\n<p>Based on the 3 Column Neoclassical Theme by Chris Pearson, this modified version has a 300 pixels right sidebar to accommodate all kinds of ad sizes and many new features not found in the original.</p>\n<p><a href=\"http://www.altamentedecorativo.com/en/second-to-none-child-theme-for-thematic/\">Second to None</a></p>\n<p><img title=\"Second to None\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/secondtonone.gif\" alt=\"Second to None\" width=\"150\" height=\"124\" /></p>\n<p>Three column child theme built on <a href=\"http://themeshaper.com/thematic-for-wordpress/\">Thematic Framework</a> 0.9.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to us.</p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Mar 2009 15:31:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1294:\"<p><a href=\"http://www.ewebsite.biz/2009/03/blue-sea-wordpress-theme/\">Blue Sea</a></p>\n<p><a href=\"http://www.ewebsite.biz/?preview_theme=Blue_Sea\"><img title=\"BlueSea\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/bluesea.png\" alt=\"BlueSea\" width=\"150\" height=\"150\" /></a></p>\n<p>Two column, widget ready blue theme.</p>\n<p><a href=\"http://blogigs.com/2-column-neoclassical-theme/\">2 Column Neoclassical Theme</a></p>\n<p><img title=\"Neoclassical\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/neoclassical.gif\" alt=\"Neoclassical\" width=\"150\" height=\"101\" /></p>\n<p>Based on the 3 Column Neoclassical Theme by Chris Pearson, this modified version has a 300 pixels right sidebar to accommodate all kinds of ad sizes and many new features not found in the original.</p>\n<p><a href=\"http://www.altamentedecorativo.com/en/second-to-none-child-theme-for-thematic/\">Second to None</a></p>\n<p><img title=\"Second to None\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/secondtonone.gif\" alt=\"Second to None\" width=\"150\" height=\"124\" /></p>\n<p>Three column child theme built on <a href=\"http://themeshaper.com/thematic-for-wordpress/\">Thematic Framework</a> 0.9.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to us.</p>\";}i:46;a:7:{s:5:\"title\";s:21:\"Matt: WordCamp Denver\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12093\";s:4:\"link\";s:37:\"http://ma.tt/2009/02/wordcamp-denver/\";s:11:\"description\";s:14351:\"<p>WordCamp Denver at the Art Museum, which was a fantastic venue.</p>\n<p><span id=\"more-12093\"></span></p>\n\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0189-2/\" title=\"mcm_0189\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0189-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0189\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0190/\" title=\"mcm_0190\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0190-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0190\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0192/\" title=\"mcm_0192\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0192-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0192\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0194-2/\" title=\"mcm_0194\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0194-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0194\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0195-2/\" title=\"mcm_0195\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0195-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0195\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0196-2/\" title=\"mcm_0196\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0196-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0196\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0197/\" title=\"mcm_0197\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0197-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0197\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0198/\" title=\"mcm_0198\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0198-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0198\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0200-2/\" title=\"mcm_0200\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0200-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Why did we go to WordCamp in a Roll-Royce Phantom? We were running late and Jane commandeered the \" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0210-2/\" title=\"mcm_0210\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0210-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0210\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0213/\" title=\"mcm_0213\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0213-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0213\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0214/\" title=\"mcm_0214\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0214-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0214\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0216-2/\" title=\"mcm_0216\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0216-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0216\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0217-2/\" title=\"mcm_0217\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0217-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0217\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0218/\" title=\"mcm_0218\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0218-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0218\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0219-2/\" title=\"mcm_0219\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0219-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0219\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0221/\" title=\"mcm_0221\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0221-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0221\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0224-2/\" title=\"mcm_0224\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0224-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0224\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0228-2/\" title=\"mcm_0228\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0228-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0228\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0229-2/\" title=\"mcm_0229\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0229-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0229\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0231-2/\" title=\"mcm_0231\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0231-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0231\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0234-2/\" title=\"mcm_0234\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0234-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0234\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0236-2/\" title=\"mcm_0236\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0236-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0236\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0242-2/\" title=\"mcm_0242\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0242-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0242\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0243-2/\" title=\"mcm_0243\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0243-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0243\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0244-2/\" title=\"mcm_0244\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0244-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0244\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0248-2/\" title=\"mcm_0248\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0248-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0248\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0249-2/\" title=\"mcm_0249\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0249-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0249\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0253-2/\" title=\"mcm_0253\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0253-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0253\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0257-2/\" title=\"mcm_0257\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0257-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0257\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0261-2/\" title=\"mcm_0261\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0261-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0261\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0263-2/\" title=\"mcm_0263\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0263-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0263\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0264-2/\" title=\"mcm_0264\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0264-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0264\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0267-2/\" title=\"mcm_0267\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0267-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0267\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0268-2/\" title=\"mcm_0268\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0268-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0268\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0269-2/\" title=\"mcm_0269\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0269-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0269\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0270-2/\" title=\"mcm_0270\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0270-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0270\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0275-2/\" title=\"mcm_0275\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0275-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0275\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0276/\" title=\"mcm_0276\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0276-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0276\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0279-2/\" title=\"mcm_0279\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0279-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0279\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0281/\" title=\"mcm_0281\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0281-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0281\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0286/\" title=\"mcm_0286\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0286-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0286\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0288/\" title=\"mcm_0288\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0288-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0288\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0293/\" title=\"mcm_0293\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0293-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0293\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0297/\" title=\"mcm_0297\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0297-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0297\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0298-2/\" title=\"mcm_0298\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0298-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0298\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0302/\" title=\"mcm_0302\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0302-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0302\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0304-2/\" title=\"mcm_0304\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0304-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0304\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0309/\" title=\"mcm_0309\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0309-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0309\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0310-2/\" title=\"mcm_0310\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0310-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0310\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0314/\" title=\"mcm_0314\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0314-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0314\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0317-2/\" title=\"mcm_0317\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0317-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0317\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0321/\" title=\"mcm_0321\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0321-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0321\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0322-2/\" title=\"mcm_0322\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0322-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0322\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0324-2/\" title=\"mcm_0324\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0324-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0324\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0325/\" title=\"mcm_0325\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0325-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0325\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0328/\" title=\"mcm_0328\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0328-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0328\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0329-2/\" title=\"mcm_0329\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0329-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0329\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0330-2/\" title=\"mcm_0330\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0330-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0330\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0336-2/\" title=\"mcm_0336\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0336-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0336\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0277/\" title=\"mcm_0277\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0277-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0277\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0282/\" title=\"mcm_0282\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0282-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0282\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0294-2/\" title=\"mcm_0294\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0294-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0294\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0323/\" title=\"mcm_0323\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0323-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0323\" /></a>\";s:7:\"pubdate\";s:31:\"Thu, 05 Mar 2009 14:45:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:14351:\"<p>WordCamp Denver at the Art Museum, which was a fantastic venue.</p>\n<p><span id=\"more-12093\"></span></p>\n\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0189-2/\" title=\"mcm_0189\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0189-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0189\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0190/\" title=\"mcm_0190\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0190-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0190\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0192/\" title=\"mcm_0192\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0192-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0192\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0194-2/\" title=\"mcm_0194\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0194-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0194\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0195-2/\" title=\"mcm_0195\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0195-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0195\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0196-2/\" title=\"mcm_0196\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0196-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0196\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0197/\" title=\"mcm_0197\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0197-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0197\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0198/\" title=\"mcm_0198\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0198-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0198\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0200-2/\" title=\"mcm_0200\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0200-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Why did we go to WordCamp in a Roll-Royce Phantom? We were running late and Jane commandeered the \" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0210-2/\" title=\"mcm_0210\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0210-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0210\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0213/\" title=\"mcm_0213\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0213-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0213\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0214/\" title=\"mcm_0214\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0214-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0214\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0216-2/\" title=\"mcm_0216\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0216-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0216\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0217-2/\" title=\"mcm_0217\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0217-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0217\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0218/\" title=\"mcm_0218\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0218-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0218\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0219-2/\" title=\"mcm_0219\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0219-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0219\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0221/\" title=\"mcm_0221\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0221-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0221\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0224-2/\" title=\"mcm_0224\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0224-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0224\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0228-2/\" title=\"mcm_0228\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0228-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0228\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0229-2/\" title=\"mcm_0229\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0229-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0229\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0231-2/\" title=\"mcm_0231\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0231-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0231\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0234-2/\" title=\"mcm_0234\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0234-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0234\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0236-2/\" title=\"mcm_0236\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0236-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0236\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0242-2/\" title=\"mcm_0242\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0242-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0242\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0243-2/\" title=\"mcm_0243\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0243-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0243\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0244-2/\" title=\"mcm_0244\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0244-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0244\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0248-2/\" title=\"mcm_0248\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0248-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0248\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0249-2/\" title=\"mcm_0249\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0249-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0249\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0253-2/\" title=\"mcm_0253\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0253-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0253\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0257-2/\" title=\"mcm_0257\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0257-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0257\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0261-2/\" title=\"mcm_0261\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0261-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0261\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0263-2/\" title=\"mcm_0263\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0263-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0263\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0264-2/\" title=\"mcm_0264\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0264-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0264\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0267-2/\" title=\"mcm_0267\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0267-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0267\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0268-2/\" title=\"mcm_0268\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0268-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0268\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0269-2/\" title=\"mcm_0269\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0269-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0269\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0270-2/\" title=\"mcm_0270\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0270-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0270\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0275-2/\" title=\"mcm_0275\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0275-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0275\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0276/\" title=\"mcm_0276\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0276-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0276\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0279-2/\" title=\"mcm_0279\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0279-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0279\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0281/\" title=\"mcm_0281\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0281-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0281\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0286/\" title=\"mcm_0286\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0286-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0286\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0288/\" title=\"mcm_0288\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0288-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0288\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0293/\" title=\"mcm_0293\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0293-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0293\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0297/\" title=\"mcm_0297\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0297-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0297\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0298-2/\" title=\"mcm_0298\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0298-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0298\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0302/\" title=\"mcm_0302\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0302-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0302\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0304-2/\" title=\"mcm_0304\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0304-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0304\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0309/\" title=\"mcm_0309\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0309-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0309\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0310-2/\" title=\"mcm_0310\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0310-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0310\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0314/\" title=\"mcm_0314\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0314-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0314\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0317-2/\" title=\"mcm_0317\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0317-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0317\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0321/\" title=\"mcm_0321\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0321-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0321\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0322-2/\" title=\"mcm_0322\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0322-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0322\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0324-2/\" title=\"mcm_0324\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0324-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0324\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0325/\" title=\"mcm_0325\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0325-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0325\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0328/\" title=\"mcm_0328\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0328-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0328\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0329-2/\" title=\"mcm_0329\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0329-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0329\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0330-2/\" title=\"mcm_0330\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0330-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0330\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0336-2/\" title=\"mcm_0336\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0336-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0336\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0277/\" title=\"mcm_0277\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0277-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0277\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0282/\" title=\"mcm_0282\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0282-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0282\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0294-2/\" title=\"mcm_0294\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0294-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0294\" /></a>\n<a href=\"http://ma.tt/2009/02/wordcamp-denver/mcm_0323/\" title=\"mcm_0323\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0323-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0323\" /></a>\";}i:47;a:7:{s:5:\"title\";s:19:\"Matt: Denver Dinner\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12060\";s:4:\"link\";s:35:\"http://ma.tt/2009/02/denver-dinner/\";s:11:\"description\";s:6893:\"<p>Pre-WordCamp dinner in Denver, where it was very cold.</p>\n<p><span id=\"more-12060\"></span></p>\n\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0119/\" title=\"mcm_0119\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0119-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0119\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0121/\" title=\"mcm_0121\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0121-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0121\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0123-2/\" title=\"mcm_0123\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0123-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0123\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0126-2/\" title=\"mcm_0126\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0126-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0126\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0130-3/\" title=\"mcm_0130\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0130-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0130\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0134-2/\" title=\"mcm_0134\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0134-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0134\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0137-3/\" title=\"mcm_0137\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0137-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0137\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0140/\" title=\"mcm_0140\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0140-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0140\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0141-2/\" title=\"mcm_0141\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0141-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0141\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0145-2/\" title=\"mcm_0145\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0145-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0145\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0149-2/\" title=\"mcm_0149\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0149-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0149\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0151/\" title=\"mcm_0151\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0151-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0151\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0152/\" title=\"mcm_0152\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0152-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0152\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0154/\" title=\"mcm_0154\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0154-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0154\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0156-2/\" title=\"mcm_0156\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0156-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0156\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0159-2/\" title=\"mcm_0159\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0159-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0159\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0162-3/\" title=\"mcm_0162\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0162-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0162\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0164-3/\" title=\"mcm_0164\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0164-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0164\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0167-2/\" title=\"mcm_0167\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0167-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0167\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0169/\" title=\"mcm_0169\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0169-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0169\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0170/\" title=\"mcm_0170\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0170-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0170\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0173/\" title=\"mcm_0173\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0173-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0173\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0176/\" title=\"mcm_0176\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0176-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0176\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0177/\" title=\"mcm_0177\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0177-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0177\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0179/\" title=\"mcm_0179\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0179-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0179\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0182/\" title=\"mcm_0182\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0182-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0182\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0184-2/\" title=\"mcm_0184\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0184-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0184\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0185-2/\" title=\"mcm_0185\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0185-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0185\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0186-2/\" title=\"mcm_0186\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0186-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0186\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0187-2/\" title=\"mcm_0187\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0187-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0187\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0188-2/\" title=\"mcm_0188\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0188-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0188\" /></a>\";s:7:\"pubdate\";s:31:\"Thu, 05 Mar 2009 10:30:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:6893:\"<p>Pre-WordCamp dinner in Denver, where it was very cold.</p>\n<p><span id=\"more-12060\"></span></p>\n\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0119/\" title=\"mcm_0119\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0119-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0119\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0121/\" title=\"mcm_0121\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0121-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0121\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0123-2/\" title=\"mcm_0123\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0123-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0123\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0126-2/\" title=\"mcm_0126\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0126-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0126\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0130-3/\" title=\"mcm_0130\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0130-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0130\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0134-2/\" title=\"mcm_0134\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0134-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0134\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0137-3/\" title=\"mcm_0137\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0137-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0137\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0140/\" title=\"mcm_0140\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0140-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0140\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0141-2/\" title=\"mcm_0141\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0141-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0141\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0145-2/\" title=\"mcm_0145\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0145-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0145\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0149-2/\" title=\"mcm_0149\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0149-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0149\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0151/\" title=\"mcm_0151\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0151-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0151\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0152/\" title=\"mcm_0152\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0152-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0152\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0154/\" title=\"mcm_0154\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0154-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0154\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0156-2/\" title=\"mcm_0156\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0156-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0156\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0159-2/\" title=\"mcm_0159\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0159-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0159\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0162-3/\" title=\"mcm_0162\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0162-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0162\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0164-3/\" title=\"mcm_0164\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0164-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0164\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0167-2/\" title=\"mcm_0167\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0167-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0167\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0169/\" title=\"mcm_0169\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0169-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0169\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0170/\" title=\"mcm_0170\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0170-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0170\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0173/\" title=\"mcm_0173\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0173-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0173\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0176/\" title=\"mcm_0176\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0176-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0176\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0177/\" title=\"mcm_0177\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0177-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0177\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0179/\" title=\"mcm_0179\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0179-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0179\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0182/\" title=\"mcm_0182\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0182-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0182\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0184-2/\" title=\"mcm_0184\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0184-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0184\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0185-2/\" title=\"mcm_0185\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0185-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0185\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0186-2/\" title=\"mcm_0186\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0186-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0186\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0187-2/\" title=\"mcm_0187\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/02/mcm_0187-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0187\" /></a>\n<a href=\"http://ma.tt/2009/02/denver-dinner/mcm_0188-2/\" title=\"mcm_0188\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/02/mcm_0188-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0188\" /></a>\";}i:48;a:7:{s:5:\"title\";s:32:\"Alex King: WordCamp Denver Recap\";s:4:\"guid\";s:57:\"http://alexking.org/blog/2009/03/04/wordcamp-denver-recap\";s:4:\"link\";s:57:\"http://alexking.org/blog/2009/03/04/wordcamp-denver-recap\";s:11:\"description\";s:4008:\"<p>This past weekend WordCamp made it’s first appearance in <a href=\"http://denver.wordcamp.org\" rel=\"external\">Denver</a>. All in all, I believe it went pretty well.</p>\n<p>If you attended, you should have received a feedback survey today. I’m looking forward to seeing the responses and ideas people have to make WordCamp Denver 2010 even better (yes, I know - better WiFi).</p>\n<p>We had around 300 people at the event, which we packed into the Denver Art Museum and squeezed in to <a href=\"http://denver.wordcamp.org/schedule/\" rel=\"external\">14 sessions</a> with some fantastic <a href=\"http://denver.wordcamp.org/speakers/\" rel=\"external\">speakers</a>. This may have been too ambitous a schedule - we’ll see what the feedback says.</p>\n<p>This was the first conference <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> has organized, and it was definitely a learning experience. I’ll post some of the specific lessons learned (along with notes we’ve gathered from some other WordCamp organizers) in a follow-up post.</p>\n<p>It was fun to see <a href=\"http://search.twitter.com/search?q=wordcampdenver\" rel=\"external\">#wordcampdenver</a> race up the “trending topics” on Twitter throughout the day. There are some <a href=\"http://flickr.com/photos/tags/wordcampdenver/\" rel=\"external\">great photos up on Flickr</a> - my little set is <a href=\"http://flickr.com/photos/alexkingorg/sets/72157614809356768/\" rel=\"external\">here</a>. As usual, I wish I’d taken more shots.</p>\n<p>I was pleased to get some positive feedback on my presentation on <a href=\"http://carringtontheme.com\" rel=\"external\">Carrington</a> - our CMS theme framework for WordPress. With much help from <a href=\"http://betterelevation.com\" rel=\"external\">Dave Wiskus</a>, I retooled my presentation to be a lot simpler and attempted to add some funny. Better structure in the message seems to have resulted in a better understanding by the audience - I saw lots of heads nodding and people seemed to understand the benefits of Carrington a lot better than my previous attempts to explain how the framework functions.</p>\n<p>Here are the slides - although with the new presentation style they are no longer as useful without the audio (and code examples). The full presentation video should be on WordPress.tv in the near future.</p>\n<div id=\"__ss_1089149\"><a href=\"http://www.slideshare.net/alexkingorg/carrington?type=powerpoint\" title=\"Carrington CMS Theme Framework for WordPress\">Carrington CMS Theme Framework for WordPress</a>\n\n\n\n<div>View more <a href=\"http://www.slideshare.net/\">presentations</a> from <a href=\"http://www.slideshare.net/alexkingorg\">alexkingorg</a>. (tags: <a href=\"http://slideshare.net/tag/framework\">framework</a> <a href=\"http://slideshare.net/tag/theme\">theme</a>)</div>\n</div>\n<p>Finally - A big thank you to all of our attendees, the wonderful <a href=\"http://denver.wordcamp.org/speakers/\" rel=\"external\">speakers</a> that graciously donated their time, the sponsors that made everything possible financially: <a href=\"http://www.feld.com\">Brad Feld</a>, <a href=\"http://www.techstars.org\">TechStars</a>, <a href=\"http://www.brightkite.com\">BrightKite</a>, <a href=\"http://sliceoflime.com\">Slice of Lime</a>, <a href=\"http://intensedebate.com\">IntenseDebate</a>, <a href=\"http://www.blubrry.com/\">blubrry</a>, <a href=\"http://www.lijit.com\">Lijit</a>, <a href=\"http://www.bumpertunes.net/\">BumperTunes</a>, <a href=\"http://redmonk.com\">RedMonk</a>, <a href=\"http://www.mtmconcepts.com/\">MTM Concepts</a>, <a href=\"http://gigbot.com\">Gigbot</a>, <a href=\"http://www.flyingdogales.com/\">Flying Dog Brewery</a> and the great folks at the <a href=\"http://www.denverartmuseum.org/\" rel=\"external\">Denver Art Museum</a>.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordCamp+Denver+Recap&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F04%2Fwordcamp-denver-recap\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Wed, 04 Mar 2009 22:36:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:4008:\"<p>This past weekend WordCamp made it’s first appearance in <a href=\"http://denver.wordcamp.org\" rel=\"external\">Denver</a>. All in all, I believe it went pretty well.</p>\n<p>If you attended, you should have received a feedback survey today. I’m looking forward to seeing the responses and ideas people have to make WordCamp Denver 2010 even better (yes, I know - better WiFi).</p>\n<p>We had around 300 people at the event, which we packed into the Denver Art Museum and squeezed in to <a href=\"http://denver.wordcamp.org/schedule/\" rel=\"external\">14 sessions</a> with some fantastic <a href=\"http://denver.wordcamp.org/speakers/\" rel=\"external\">speakers</a>. This may have been too ambitous a schedule - we’ll see what the feedback says.</p>\n<p>This was the first conference <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> has organized, and it was definitely a learning experience. I’ll post some of the specific lessons learned (along with notes we’ve gathered from some other WordCamp organizers) in a follow-up post.</p>\n<p>It was fun to see <a href=\"http://search.twitter.com/search?q=wordcampdenver\" rel=\"external\">#wordcampdenver</a> race up the “trending topics” on Twitter throughout the day. There are some <a href=\"http://flickr.com/photos/tags/wordcampdenver/\" rel=\"external\">great photos up on Flickr</a> - my little set is <a href=\"http://flickr.com/photos/alexkingorg/sets/72157614809356768/\" rel=\"external\">here</a>. As usual, I wish I’d taken more shots.</p>\n<p>I was pleased to get some positive feedback on my presentation on <a href=\"http://carringtontheme.com\" rel=\"external\">Carrington</a> - our CMS theme framework for WordPress. With much help from <a href=\"http://betterelevation.com\" rel=\"external\">Dave Wiskus</a>, I retooled my presentation to be a lot simpler and attempted to add some funny. Better structure in the message seems to have resulted in a better understanding by the audience - I saw lots of heads nodding and people seemed to understand the benefits of Carrington a lot better than my previous attempts to explain how the framework functions.</p>\n<p>Here are the slides - although with the new presentation style they are no longer as useful without the audio (and code examples). The full presentation video should be on WordPress.tv in the near future.</p>\n<div id=\"__ss_1089149\"><a href=\"http://www.slideshare.net/alexkingorg/carrington?type=powerpoint\" title=\"Carrington CMS Theme Framework for WordPress\">Carrington CMS Theme Framework for WordPress</a>\n\n\n\n<div>View more <a href=\"http://www.slideshare.net/\">presentations</a> from <a href=\"http://www.slideshare.net/alexkingorg\">alexkingorg</a>. (tags: <a href=\"http://slideshare.net/tag/framework\">framework</a> <a href=\"http://slideshare.net/tag/theme\">theme</a>)</div>\n</div>\n<p>Finally - A big thank you to all of our attendees, the wonderful <a href=\"http://denver.wordcamp.org/speakers/\" rel=\"external\">speakers</a> that graciously donated their time, the sponsors that made everything possible financially: <a href=\"http://www.feld.com\">Brad Feld</a>, <a href=\"http://www.techstars.org\">TechStars</a>, <a href=\"http://www.brightkite.com\">BrightKite</a>, <a href=\"http://sliceoflime.com\">Slice of Lime</a>, <a href=\"http://intensedebate.com\">IntenseDebate</a>, <a href=\"http://www.blubrry.com/\">blubrry</a>, <a href=\"http://www.lijit.com\">Lijit</a>, <a href=\"http://www.bumpertunes.net/\">BumperTunes</a>, <a href=\"http://redmonk.com\">RedMonk</a>, <a href=\"http://www.mtmconcepts.com/\">MTM Concepts</a>, <a href=\"http://gigbot.com\">Gigbot</a>, <a href=\"http://www.flyingdogales.com/\">Flying Dog Brewery</a> and the great folks at the <a href=\"http://www.denverartmuseum.org/\" rel=\"external\">Denver Art Museum</a>.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordCamp+Denver+Recap&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F04%2Fwordcamp-denver-recap\">ShareThis</a></p>\";}i:49;a:7:{s:5:\"title\";s:41:\"Alex King: WordPress Mobile Edition 3.0b1\";s:4:\"guid\";s:65:\"http://alexking.org/blog/2009/03/04/wordpress-mobile-edition-30b1\";s:4:\"link\";s:65:\"http://alexking.org/blog/2009/03/04/wordpress-mobile-edition-30b1\";s:11:\"description\";s:2024:\"<p>A brand spankin’ new version of WordPress Mobile Edition is now available. This is a <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin that will display a mobile-friendly theme for your site if your site visitor is using a mobile browser.</p>\n<p class=\"center\"><a href=\"http://www.flickr.com/photos/alexkingorg/3328573237/\" title=\"Carrington Mobile by alexkingorg, on Flickr\"><img src=\"http://farm4.static.flickr.com/3542/3328573237_009b81e306_o.png\" width=\"240\" height=\"180\" alt=\"Carrington Mobile\" /></a></p>\n<p>Here are some of the changes since the 2.x releases:</p>\n<ul>\n<li>New (<a href=\"http://carringtontheme.com\">Carrington</a>-based) theme with more advanced display for advanced mobile browsers. You can see a <a href=\"http://mobile.carringtontheme.com\">preview of the theme here</a>.</li>\n<li>Advanced mobile browsers (iPhone, Android, etc.) are now shown the mobile theme by default.</li>\n<li>Special CSS for “touch” browsers like the iPhone, Android, BlackBerry Storm, etc. that make links and buttons nicely finger-sized.</li>\n<li>Admin page to enable adding/editing the list of detected mobile and touch browsers.</li>\n<li>Compatible with the excellent WP SuperCache (latest version).</li>\n</ul>\n<p>This is a beta release as we’ve only done internal testing on the new version so far, so be sure to let us know if you run into any trouble with it.</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 <a href=\"http://alexking.org/contact\">e-mail</a> me a link to the thread.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordPress+Mobile+Edition+3.0b1&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F04%2Fwordpress-mobile-edition-30b1\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Wed, 04 Mar 2009 21:25:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2024:\"<p>A brand spankin’ new version of WordPress Mobile Edition is now available. This is a <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin that will display a mobile-friendly theme for your site if your site visitor is using a mobile browser.</p>\n<p class=\"center\"><a href=\"http://www.flickr.com/photos/alexkingorg/3328573237/\" title=\"Carrington Mobile by alexkingorg, on Flickr\"><img src=\"http://farm4.static.flickr.com/3542/3328573237_009b81e306_o.png\" width=\"240\" height=\"180\" alt=\"Carrington Mobile\" /></a></p>\n<p>Here are some of the changes since the 2.x releases:</p>\n<ul>\n<li>New (<a href=\"http://carringtontheme.com\">Carrington</a>-based) theme with more advanced display for advanced mobile browsers. You can see a <a href=\"http://mobile.carringtontheme.com\">preview of the theme here</a>.</li>\n<li>Advanced mobile browsers (iPhone, Android, etc.) are now shown the mobile theme by default.</li>\n<li>Special CSS for “touch” browsers like the iPhone, Android, BlackBerry Storm, etc. that make links and buttons nicely finger-sized.</li>\n<li>Admin page to enable adding/editing the list of detected mobile and touch browsers.</li>\n<li>Compatible with the excellent WP SuperCache (latest version).</li>\n</ul>\n<p>This is a beta release as we’ve only done internal testing on the new version so far, so be sure to let us know if you run into any trouble with it.</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 <a href=\"http://alexking.org/contact\">e-mail</a> me a link to the thread.</p>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordPress+Mobile+Edition+3.0b1&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F04%2Fwordpress-mobile-edition-30b1\">ShareThis</a></p>\";}}s:7:\"channel\";a:5:{s:5:\"title\";s:16:\"WordPress Planet\";s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:8:\"language\";s:2:\"en\";s:11:\"description\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"tagline\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(121,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','1237825792','no'),(124,0,'kubrick_header_color','','yes'),(125,0,'ftp_credentials','a:3:{s:8:\"hostname\";s:5:\"blog1\";s:8:\"username\";s:7:\"dbarnes\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(126,0,'category_children','a:0:{}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; 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 AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; 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 */; INSERT INTO `wp_postmeta` VALUES (12,9,'_wp_attached_file','2009/03/2-10-09_0295-c-white-winged-crossbill-male.jpg'),(14,10,'_edit_lock','1237823687'),(15,10,'_edit_last','1'),(16,2,'_edit_lock','1237826571'),(17,2,'_edit_last','1'),(18,2,'_wp_page_template','default'),(8,6,'_edit_lock','1237313172'),(9,6,'_edit_last','1'),(13,9,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"1286\";s:14:\"hwstring_small\";s:23:\"height=\'82\' width=\'128\'\";s:4:\"file\";s:54:\"2009/03/2-10-09_0295-c-white-winged-crossbill-male.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:54:\"2-10-09_0295-c-white-winged-crossbill-male-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:54:\"2-10-09_0295-c-white-winged-crossbill-male-300x192.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"192\";}s:5:\"large\";a:3:{s:4:\"file\";s:55:\"2-10-09_0295-c-white-winged-crossbill-male-1024x658.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"658\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1234295618\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";}}'); /*!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` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; 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 (11,1,'2009-03-23 11:53:47','2009-03-23 15:53:47','Saturday, I photographed a wedding for Matt Boes and Megan Seitter in Findlay and was impressed with the huge turnout of their friends and relatives. The ceremony was in the new and impressive St. Michael Catholic Church and the reception was at the Humane Society, a fairly acceptable hall . The caterer was Special Occasions which did a good job as usual. All in all, my 2500 pictures prove that this celebration was one of the best and funnest with great people all around.','',0,'','inherit','open','open','','10-revision','','','2009-03-23 11:53:47','2009-03-23 15:53:47','',10,'http://www.dennisbarnesphotography.com/blog1/?p=11',0,'revision','',0),(2,1,'2009-03-17 10:20:44','2009-03-17 14:20:44','Blog of Dennis Barnes Photography 419 722-2269','About',0,'','publish','open','open','','about','','','2009-03-23 12:34:40','2009-03-23 16:34:40','',0,'http://00254a6.netsolhost.com/blog1/?page_id=2',0,'page','',0),(9,1,'2009-03-23 11:03:48','2009-03-23 15:03:48','','2-10-09_0295-c-white-winged-crossbill-male',0,'Photo of the week: male white-winged crossbill eating hemlock cone seeds.','inherit','open','open','','2-10-09_0295-c-white-winged-crossbill-male','','','2009-03-23 11:03:48','2009-03-23 15:03:48','',0,'http://www.dennisbarnesphotography.com/blog1/wp-content/uploads/2009/03/2-10-09_0295-c-white-winged-crossbill-male.jpg',0,'attachment','image/jpeg',0),(6,1,'2009-03-17 13:51:14','2009-03-17 17:51:14','[caption id=\"attachment_5\" align=\"alignnone\" width=\"300\" caption=\"These four trumpeter swans on 3-11-09 stopped overnight on their migration to Canada.\"]<img class=\"size-medium wp-image-5\" title=\"3-11-09_0030-b-four-trumpeter-swans\" src=\"http://www.dennisbarnesphotography.com/blog1/wp-content/uploads/2009/03/3-11-09_0030-b-four-trumpeter-swans-300x192.jpg\" alt=\"These four trumpeter swans on 3-11-09 stopped overnight on their migration to Canada.\" width=\"300\" height=\"192\" />[/caption]','',0,'','publish','open','open','','6','','','2009-03-17 13:52:21','2009-03-17 17:52:21','',0,'http://www.dennisbarnesphotography.com/blog1/?p=6',0,'post','',3),(7,1,'2009-03-17 13:51:00','2009-03-17 17:51:00','[caption id=\"attachment_5\" align=\"alignnone\" width=\"300\" caption=\"These four trumpeter swans on 3-11-09 stopped overnight on their migration to Canada.\"]<img class=\"size-medium wp-image-5\" title=\"3-11-09_0030-b-four-trumpeter-swans\" src=\"http://www.dennisbarnesphotography.com/blog1/wp-content/uploads/2009/03/3-11-09_0030-b-four-trumpeter-swans-300x192.jpg\" alt=\"These four trumpeter swans on 3-11-09 stopped overnight on their migration to Canada.\" width=\"300\" height=\"192\" />[/caption]','',0,'','inherit','open','open','','6-revision','','','2009-03-17 13:51:00','2009-03-17 17:51:00','',6,'http://www.dennisbarnesphotography.com/blog1/?p=7',0,'revision','',0),(8,1,'2009-03-17 13:51:14','2009-03-17 17:51:14','[caption id=\"attachment_5\" align=\"alignnone\" width=\"300\" caption=\"These four trumpeter swans on 3-11-09 stopped overnight on their migration to Canada.\"]<img class=\"size-medium wp-image-5\" title=\"3-11-09_0030-b-four-trumpeter-swans\" src=\"http://www.dennisbarnesphotography.com/blog1/wp-content/uploads/2009/03/3-11-09_0030-b-four-trumpeter-swans-300x192.jpg\" alt=\"These four trumpeter swans on 3-11-09 stopped overnight on their migration to Canada.\" width=\"300\" height=\"192\" />[/caption]','',0,'','inherit','open','open','','6-revision-2','','','2009-03-17 13:51:14','2009-03-17 17:51:14','',6,'http://www.dennisbarnesphotography.com/blog1/?p=8',0,'revision','',0),(10,1,'2009-03-23 11:54:16','0000-00-00 00:00:00','Saturday, I photographed a wedding for Matt Boes and Megan Seitter in Findlay and was impressed with the huge turnout of their friends and relatives. The ceremony was in the new and impressive St. Michael Catholic Church and the reception was at the Humane Society, a fairly acceptable hall . The caterer was Special Occasions which did a good job as usual. All in all, my 2500 pictures prove that this celebration was one of the best and funnest with great people all around.','',0,'','draft','open','open','','','','','2009-03-23 11:54:16','2009-03-23 15:54:16','',0,'http://www.dennisbarnesphotography.com/blog1/?p=10',0,'post','',0),(12,1,'2009-03-23 12:34:29','2009-03-23 16:34:29','Blog of Dennis Barnes Photography 419 722-2269','About',0,'','inherit','open','open','','2-autosave','','','2009-03-23 12:34:29','2009-03-23 16:34:29','',2,'http://www.dennisbarnesphotography.com/blog1/?p=12',0,'revision','',0),(13,1,'2009-03-17 10:20:44','2009-03-17 14:20:44','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,'','inherit','open','open','','2-revision','','','2009-03-17 10:20:44','2009-03-17 14:20:44','',2,'http://www.dennisbarnesphotography.com/blog1/?p=13',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) NOT NULL default '0', `term_taxonomy_id` bigint(20) NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(7,1,0),(8,2,0),(11,1,0),(6,1,0),(8,1,0),(9,1,0),(10,1,0),(12,1,0),(13,1,0),(2,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) NOT NULL auto_increment, `term_id` bigint(20) NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'link_category','',0,8); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; 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=13 DEFAULT CHARSET=utf8; 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,'comment_shortcuts','true'),(4,1,'admin_color','classic'),(5,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(6,1,'wp_user_level','10'),(7,1,'wp_usersettings','m0=c&m1=c&m2=c&m3=c&m4=c&m5=c&m6=c&m7=c&m8=c'),(8,1,'wp_usersettingstime','1237311983'),(9,1,'wp_autosave_draft_ids','a:2:{i:-1237312079;i:6;i:-1237821220;i:10;}'),(10,1,'first_name','Dennis'),(11,1,'last_name','Barnes'); /*!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`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; 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,'dbarnes','$P$BH/mXnvSWkJBU.c1rxyt9QLfJpfqhA0','dbarnes','dbarnes@thewavz.com','http://www.dennisbarnesphotography.com','2009-03-17 14:20:44','',0,'dbarnes'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_00254a6_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-09-08 11:12:10