0byt3m1n1
Path:
/
data
/
0
/
0
/
86
/
3
/
86329
/
meta
/
87678
/
mysql.backup
/
[
Home
]
File: 1_0011f36_8.mysqlv4.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv4 Database: 1_0011f36_8 -- ------------------------------------------------------ -- Server version 5.0.75 /*!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=2 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 (1,1,'Mr WordPress','','http://wordpress.org/','','2009-04-04 00:44:34','2009-04-04 04:44:34','Hi, this is a comment.<br />To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; 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=8 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','','',''); /*!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.chiefpeopleperson.com/ProAvatarBlog','yes'),(2,0,'blogname','ProAvatar Blog','yes'),(3,0,'blogdescription','Another Working Relationships Blog','yes'),(4,0,'users_can_register','','yes'),(5,0,'admin_email','WorkingRel@aol.com','yes'),(6,0,'start_of_week','0','yes'),(7,0,'use_balanceTags','0','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','1','yes'),(10,0,'comments_notify','1','yes'),(11,0,'posts_per_rss','10','yes'),(12,0,'rss_excerpt_length','50','yes'),(13,0,'rss_use_excerpt','0','yes'),(14,0,'mailserver_url','127.0.0.1','yes'),(15,0,'mailserver_login','login@example.com','yes'),(16,0,'mailserver_pass','password','yes'),(17,0,'mailserver_port','110','yes'),(18,0,'default_category','1','yes'),(19,0,'default_comment_status','open','yes'),(20,0,'default_ping_status','open','yes'),(21,0,'default_pingback_flag','0','yes'),(22,0,'default_post_edit_rows','10','yes'),(23,0,'posts_per_page','10','yes'),(24,0,'what_to_show','posts','yes'),(25,0,'date_format','F j, Y','yes'),(26,0,'time_format','g:i a','yes'),(27,0,'links_updated_date_format','F j, Y g:i a','yes'),(28,0,'links_recently_updated_prepend','<em>','yes'),(29,0,'links_recently_updated_append','</em>','yes'),(30,0,'links_recently_updated_time','120','yes'),(31,0,'comment_moderation','0','yes'),(32,0,'moderation_notify','1','yes'),(33,0,'permalink_structure','','yes'),(34,0,'gzipcompression','0','yes'),(35,0,'hack_file','0','yes'),(36,0,'blog_charset','UTF-8','yes'),(37,0,'moderation_keys','','no'),(38,0,'active_plugins','a:1:{i:0;s:19:\"akismet/akismet.php\";}','yes'),(39,0,'home','http://www.chiefpeopleperson.com/ProAvatarBlog','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','','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/86/3/86329/user/87678/htdocs/ProAvatar/wp-content/uploads','yes'),(61,0,'random_seed','b0977f17a3d284154fb80841ff49bdf9','yes'),(62,0,'secret','jZAvFY15C6Aw^1v(Q&L7tZW(AHOPrFI%v)4OY(p1CouexrTWI^NgvMqsPX83^a#^','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.7.1.zip\";s:7:\"current\";s:5:\"2.7.1\";s:6:\"locale\";s:5:\"en_US\";}}s:12:\"last_checked\";i:1238820391;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:1238863589;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','4Wv&xpM04GR!','yes'),(101,0,'doing_cron','0','yes'),(104,0,'logged_in_salt','rbrW9j&V8iT)','yes'),(102,0,'update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1238820391;s:7:\"checked\";a:2:{s:19:\"akismet/akismet.php\";s:5:\"2.2.3\";s:9:\"hello.php\";s:3:\"1.5\";}s:8:\"response\";a:0:{}}','yes'),(103,0,'update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1238820391;}','yes'),(105,0,'nonce_salt','jKjp#Xj1uC(U','yes'),(106,0,'wporg_popular_tags','O:8:\"stdClass\":2:{s:7:\"timeout\";i:1238820482;s:6:\"cached\";a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:3:\"652\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:3:\"631\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:3:\"480\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:3:\"441\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:3:\"389\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:3:\"375\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:3:\"364\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:3:\"260\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"229\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:3:\"211\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:3:\"210\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"183\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"183\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:3:\"155\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"147\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"145\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"143\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"128\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:3:\"126\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"122\";}s:10:\"formatting\";a:3:{s:4:\"name\";s:10:\"Formatting\";s:4:\"slug\";s:10:\"formatting\";s:5:\"count\";s:3:\"116\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"115\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"113\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"110\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"109\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"105\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"104\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"102\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"102\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:2:\"98\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:2:\"93\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:2:\"93\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:2:\"93\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:2:\"92\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:2:\"85\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:2:\"84\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:2:\"82\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:2:\"80\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:2:\"80\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:2:\"77\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:2:\"75\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:2:\"72\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:2:\"71\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:2:\"69\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:2:\"64\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:2:\"63\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:2:\"61\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:2:\"61\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:2:\"60\";}s:11:\"integration\";a:3:{s:4:\"name\";s:11:\"integration\";s:4:\"slug\";s:11:\"integration\";s:5:\"count\";s:2:\"60\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:2:\"60\";}s:4:\"digg\";a:3:{s:4:\"name\";s:4:\"Digg\";s:4:\"slug\";s:4:\"digg\";s:5:\"count\";s:2:\"59\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:2:\"59\";}s:6:\"flickr\";a:3:{s:4:\"name\";s:6:\"flickr\";s:4:\"slug\";s:6:\"flickr\";s:5:\"count\";s:2:\"58\";}s:8:\"bookmark\";a:3:{s:4:\"name\";s:8:\"bookmark\";s:4:\"slug\";s:8:\"bookmark\";s:5:\"count\";s:2:\"58\";}s:9:\"bookmarks\";a:3:{s:4:\"name\";s:9:\"bookmarks\";s:4:\"slug\";s:9:\"bookmarks\";s:5:\"count\";s:2:\"57\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:2:\"54\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:2:\"54\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:2:\"52\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:2:\"52\";}s:6:\"random\";a:3:{s:4:\"name\";s:6:\"random\";s:4:\"slug\";s:6:\"random\";s:5:\"count\";s:2:\"50\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:2:\"50\";}s:5:\"yahoo\";a:3:{s:4:\"name\";s:5:\"yahoo\";s:4:\"slug\";s:5:\"yahoo\";s:5:\"count\";s:2:\"50\";}s:4:\"blog\";a:3:{s:4:\"name\";s:4:\"blog\";s:4:\"slug\";s:4:\"blog\";s:5:\"count\";s:2:\"50\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:2:\"50\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:2:\"49\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:2:\"49\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:2:\"49\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:2:\"49\";}s:8:\"blogroll\";a:3:{s:4:\"name\";s:8:\"blogroll\";s:4:\"slug\";s:8:\"blogroll\";s:5:\"count\";s:2:\"48\";}s:5:\"music\";a:3:{s:4:\"name\";s:5:\"music\";s:4:\"slug\";s:5:\"music\";s:5:\"count\";s:2:\"48\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:2:\"48\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:2:\"47\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:2:\"46\";}s:5:\"feeds\";a:3:{s:4:\"name\";s:5:\"feeds\";s:4:\"slug\";s:5:\"feeds\";s:5:\"count\";s:2:\"46\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:2:\"46\";}s:7:\"archive\";a:3:{s:4:\"name\";s:7:\"archive\";s:4:\"slug\";s:7:\"archive\";s:5:\"count\";s:2:\"45\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:2:\"45\";}s:4:\"atom\";a:3:{s:4:\"name\";s:4:\"atom\";s:4:\"slug\";s:4:\"atom\";s:5:\"count\";s:2:\"44\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:2:\"43\";}s:4:\"date\";a:3:{s:4:\"name\";s:4:\"date\";s:4:\"slug\";s:4:\"date\";s:5:\"count\";s:2:\"42\";}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";s:2:\"42\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:2:\"42\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:2:\"42\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:2:\"41\";}s:11:\"delicious-1\";a:3:{s:4:\"name\";s:9:\"delicious\";s:4:\"slug\";s:11:\"delicious-1\";s:5:\"count\";s:2:\"40\";}s:4:\"wpmu\";a:3:{s:4:\"name\";s:4:\"wpmu\";s:4:\"slug\";s:4:\"wpmu\";s:5:\"count\";s:2:\"40\";}s:8:\"template\";a:3:{s:4:\"name\";s:8:\"template\";s:4:\"slug\";s:8:\"template\";s:5:\"count\";s:2:\"40\";}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";s:2:\"39\";}s:3:\"cms\";a:3:{s:4:\"name\";s:3:\"cms\";s:4:\"slug\";s:3:\"cms\";s:5:\"count\";s:2:\"39\";}s:10:\"technorati\";a:3:{s:4:\"name\";s:10:\"technorati\";s:4:\"slug\";s:10:\"technorati\";s:5:\"count\";s:2:\"38\";}s:14:\"authentication\";a:3:{s:4:\"name\";s:14:\"authentication\";s:4:\"slug\";s:14:\"authentication\";s:5:\"count\";s:2:\"38\";}s:11:\"bookmarking\";a:3:{s:4:\"name\";s:11:\"bookmarking\";s:4:\"slug\";s:11:\"bookmarking\";s:5:\"count\";s:2:\"38\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:2:\"37\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:2:\"36\";}s:18:\"social-bookmarking\";a:3:{s:4:\"name\";s:18:\"social bookmarking\";s:4:\"slug\";s:18:\"social-bookmarking\";s:5:\"count\";s:2:\"36\";}s:9:\"permalink\";a:3:{s:4:\"name\";s:9:\"permalink\";s:4:\"slug\";s:9:\"permalink\";s:5:\"count\";s:2:\"35\";}s:6:\"manage\";a:3:{s:4:\"name\";s:6:\"manage\";s:4:\"slug\";s:6:\"manage\";s:5:\"count\";s:2:\"35\";}s:7:\"counter\";a:3:{s:4:\"name\";s:7:\"counter\";s:4:\"slug\";s:7:\"counter\";s:5:\"count\";s:2:\"35\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:2:\"35\";}}}','no'),(107,0,'wordpress_api_key','f70c417a196b','yes'),(108,0,'akismet_discard_month','false','yes'),(109,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:42:\"http://www.chiefpeopleperson.com/ProAvatar\";s:4:\"link\";s:124:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://www.chiefpeopleperson.com/ProAvatar/\";s:3:\"url\";s:157:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.chiefpeopleperson.com/ProAvatar/\";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'),(110,0,'current_theme','WordPress Default','yes'),(111,0,'sidebars_widgets','a:1:{s:13:\"array_version\";i:3;}','yes'),(112,0,'rss_5982271bdc6a517e116dd5291c354b1f','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:69:\"link:http://www.chiefpeopleperson.com/ProAvatar/ - Google Blog Search\";s:4:\"link\";s:127:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://www.chiefpeopleperson.com/ProAvatar/\";s:11:\"description\";s:103:\"Your search - <b>link:http://www.chiefpeopleperson.com/ProAvatar/</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:103:\"Your search - <b>link:http://www.chiefpeopleperson.com/ProAvatar/</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'),(113,0,'rss_5982271bdc6a517e116dd5291c354b1f_ts','1238825855','no'),(114,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:43:\"Submit Your Summer of Code Application Now!\";s:4:\"link\";s:84:\"http://wordpress.org/development/2009/04/submit-your-summer-of-code-application-now/\";s:8:\"comments\";s:93:\"http://wordpress.org/development/2009/04/submit-your-summer-of-code-application-now/#comments\";s:7:\"pubdate\";s:31:\"Fri, 03 Apr 2009 16:07:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"lloyd\";}s:8:\"category\";s:72:\"DevelopmentCollege StudentsGoogle Summer of CodeGSoCInternshipUniversity\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=578\";s:11:\"description\";s:154:\"Students, secure your awesome summer by applying to the WordPress Summer of Code now! The deadline is in 3 hours, 12 noon PDT / 19:00 UTC.\nBe like Billy.\n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:254:\"<p>Students, secure your awesome summer by applying to the <a href=\"http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009/\">WordPress Summer of Code</a> now! The deadline is in 3 hours, 12 noon PDT / 19:00 UTC.</p>\n<p>Be like Billy.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:89:\"http://wordpress.org/development/2009/04/submit-your-summer-of-code-application-now/feed/\";}s:7:\"summary\";s:154:\"Students, secure your awesome summer by applying to the WordPress Summer of Code now! The deadline is in 3 hours, 12 noon PDT / 19:00 UTC.\nBe like Billy.\n\";s:12:\"atom_content\";s:254:\"<p>Students, secure your awesome summer by applying to the <a href=\"http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009/\">WordPress Summer of Code</a> now! The deadline is in 3 hours, 12 noon PDT / 19:00 UTC.</p>\n<p>Be like Billy.</p>\n\";}i:1;a:12:{s:5:\"title\";s:29:\"WordPress Summer of Code 2009\";s:4:\"link\";s:71:\"http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009/\";s:8:\"comments\";s:80:\"http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009/#comments\";s:7:\"pubdate\";s:31:\"Mon, 23 Mar 2009 23:16:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:44:\"DevelopmentGoogle Summer of CodeGSoCstudents\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=583\";s:11:\"description\";s:339:\"Dad: Well, Billy, another school year is coming to a close. No more college parties, just another summer here at home. What will you do all day?\nBilly: Oh, I dunno. I’ll probably work on my blog or something.\nDad: You need more direction! That blog is just your generation’s answer to comic books.\nBilly: On the contrary, [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:5148:\"<p><strong>Dad: </strong>Well, Billy, another school year is coming to a close. No more college parties, just another summer here at home. What will you do all day?</p>\n<p><strong>Billy:</strong> Oh, I dunno. I’ll probably work on my blog or something.</p>\n<p><strong>Dad:</strong> You need more direction! That blog is just your generation’s answer to comic books.</p>\n<p><strong>Billy:</strong> On the contrary, Dad, working on my blog utilizes my skills in programming, design, writing, critical thinking, and all sorts of other liberal artsy things that you’re paying those professors to teach me.</p>\n<p><strong>Dad:</strong> If only there were a more practical application for those skills, one that could lead you to fame and fortune!</p>\n<p><strong>Billy: </strong>Where’ve you been living, Dad? My skills are totally in demand in today’s questionable economy. An awesome WordPress developer is worth his/her weight in gold. Lead, even.</p>\n<p><strong>Dad: </strong>What is this WordPress?</p>\n<p><strong>Billy:</strong> Only the greatest open source publishing platform ever created. It’s what runs my blog. I like to fiddle around with the code and come up with cool hacks that make mine better than the average College Joe’s.</p>\n<p><strong>Dad:</strong> I had no idea you were that capable.</p>\n<p><strong>Billy:</strong> Duh, Dad. I’ve been using WordPress for a couple of years now. I could practically teach a course on it, though there are definitely things I could learn from the lead devs. They are like kings.</p>\n<p><strong>Dad:</strong> Hm. That kind of ability ought to be worth something. Seems like there would be programs in place for kids like you to utilize your skills while being nurtured by people like these lead kings.</p>\n<p><strong>Billy:</strong> Lead devs, Dad. Not lead kings.</p>\n<p><strong>Dad:</strong> Maybe you could apply for an internship or something, earn a little money this summer instead of just spending mine.<br />\n<strong><br />\nBilly:</strong> Well, there is this one thing like that.</p>\n<p><em>Dad perks up.</em></p>\n<p><strong>Billy:</strong> The Google Summer of Code lets college students work with lead developers on a bunch of open source projects, you can get college credit for it, and if you do a good job, you can earn up to forty-five hundred bucks over the summer. And WordPress is one of the participating projects.</p>\n<p><strong>Dad: </strong>!!</p>\n<p><strong>Billy:</strong> But it’s pretty competitive. My friend Joe applied last year and didn’t make the cut. I can improve my skills just by fiddling around on my own this summer without the rejection, thanks.<br />\n<strong><br />\nDad:</strong> Don’t be lame! You said yourself you’re awesome. And that you could learn from the kings. And that you could earn over FOUR THOUSAND DOLLARS. Life is full of rejection, kid. Best way to get over that is to make yourself so awesome that no one wants to reject you. And know that even if they do reject you, there’s always next time.</p>\n<p><strong>Billy:</strong> I dunno, Dad.</p>\n<p><strong>Dad:</strong> Tell you what, if you apply, I’ll give you $500 toward that car you’ve been wanting, whether you’re accepted into the program or not. And if you get in and complete it successfully, I’ll match that $4500. I’d be so proud of you. And the bragging rights at work! My kid, a Google engineer!<br />\n<strong><br />\nBilly: </strong>I wouldn’t actually be a Google engineer, Dad.</p>\n<p><strong>Dad:</strong> Oh be quiet. Do you think Harold in shipping knows the difference?</p>\n<p><strong>Billy:</strong> Okay, Dad, I’ll do it!</p>\n<p><strong>Dad: </strong>That’s my boy.</p>\n<p>…………………….</p>\n<p>College students! Don’t wait for your parents to bribe you; apply to the Google Summer of Code program now! For the third year in a row, WordPress is participating, and this year we’ve got project suggestions ranging from core functionality to plugins and BuddyPress development. You name it, we want you to propose it. It’s true, competition is fierce, but hey, if you’re already hacking WordPress, you’re ahead of the pack as far as we’re concerned. Applications are being accepted as of today, and the deadline is on April 3, 2009. For more information, check out the <a title=\"WordPress Codex GSoC 2009\" href=\"http://codex.wordpress.org/GSoC2009\">WordPress Codex GSoC2009 page</a>, where we suggest some projects and let you know who our kingly mentors will be this year. The <a title=\"GSoC FAQ\" href=\"http://socghop.appspot.com/document/show/program/google/gsoc2009/faqs#administrivia\">GSoC FAQ</a> is also a good place to get an overview of the program. To apply, head to the <a title=\"Google Summer of Code application site\" href=\"http://socghop.appspot.com/\">Google Summer of Code application site</a>. Remember, we want *you* to work on WordPress this summer! And College Janes, this isn’t just for College Joes. Female applicants encouraged to apply!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:76:\"http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009/feed/\";}s:7:\"summary\";s:339:\"Dad: Well, Billy, another school year is coming to a close. No more college parties, just another summer here at home. What will you do all day?\nBilly: Oh, I dunno. I’ll probably work on my blog or something.\nDad: You need more direction! That blog is just your generation’s answer to comic books.\nBilly: On the contrary, [...]\";s:12:\"atom_content\";s:5148:\"<p><strong>Dad: </strong>Well, Billy, another school year is coming to a close. No more college parties, just another summer here at home. What will you do all day?</p>\n<p><strong>Billy:</strong> Oh, I dunno. I’ll probably work on my blog or something.</p>\n<p><strong>Dad:</strong> You need more direction! That blog is just your generation’s answer to comic books.</p>\n<p><strong>Billy:</strong> On the contrary, Dad, working on my blog utilizes my skills in programming, design, writing, critical thinking, and all sorts of other liberal artsy things that you’re paying those professors to teach me.</p>\n<p><strong>Dad:</strong> If only there were a more practical application for those skills, one that could lead you to fame and fortune!</p>\n<p><strong>Billy: </strong>Where’ve you been living, Dad? My skills are totally in demand in today’s questionable economy. An awesome WordPress developer is worth his/her weight in gold. Lead, even.</p>\n<p><strong>Dad: </strong>What is this WordPress?</p>\n<p><strong>Billy:</strong> Only the greatest open source publishing platform ever created. It’s what runs my blog. I like to fiddle around with the code and come up with cool hacks that make mine better than the average College Joe’s.</p>\n<p><strong>Dad:</strong> I had no idea you were that capable.</p>\n<p><strong>Billy:</strong> Duh, Dad. I’ve been using WordPress for a couple of years now. I could practically teach a course on it, though there are definitely things I could learn from the lead devs. They are like kings.</p>\n<p><strong>Dad:</strong> Hm. That kind of ability ought to be worth something. Seems like there would be programs in place for kids like you to utilize your skills while being nurtured by people like these lead kings.</p>\n<p><strong>Billy:</strong> Lead devs, Dad. Not lead kings.</p>\n<p><strong>Dad:</strong> Maybe you could apply for an internship or something, earn a little money this summer instead of just spending mine.<br />\n<strong><br />\nBilly:</strong> Well, there is this one thing like that.</p>\n<p><em>Dad perks up.</em></p>\n<p><strong>Billy:</strong> The Google Summer of Code lets college students work with lead developers on a bunch of open source projects, you can get college credit for it, and if you do a good job, you can earn up to forty-five hundred bucks over the summer. And WordPress is one of the participating projects.</p>\n<p><strong>Dad: </strong>!!</p>\n<p><strong>Billy:</strong> But it’s pretty competitive. My friend Joe applied last year and didn’t make the cut. I can improve my skills just by fiddling around on my own this summer without the rejection, thanks.<br />\n<strong><br />\nDad:</strong> Don’t be lame! You said yourself you’re awesome. And that you could learn from the kings. And that you could earn over FOUR THOUSAND DOLLARS. Life is full of rejection, kid. Best way to get over that is to make yourself so awesome that no one wants to reject you. And know that even if they do reject you, there’s always next time.</p>\n<p><strong>Billy:</strong> I dunno, Dad.</p>\n<p><strong>Dad:</strong> Tell you what, if you apply, I’ll give you $500 toward that car you’ve been wanting, whether you’re accepted into the program or not. And if you get in and complete it successfully, I’ll match that $4500. I’d be so proud of you. And the bragging rights at work! My kid, a Google engineer!<br />\n<strong><br />\nBilly: </strong>I wouldn’t actually be a Google engineer, Dad.</p>\n<p><strong>Dad:</strong> Oh be quiet. Do you think Harold in shipping knows the difference?</p>\n<p><strong>Billy:</strong> Okay, Dad, I’ll do it!</p>\n<p><strong>Dad: </strong>That’s my boy.</p>\n<p>…………………….</p>\n<p>College students! Don’t wait for your parents to bribe you; apply to the Google Summer of Code program now! For the third year in a row, WordPress is participating, and this year we’ve got project suggestions ranging from core functionality to plugins and BuddyPress development. You name it, we want you to propose it. It’s true, competition is fierce, but hey, if you’re already hacking WordPress, you’re ahead of the pack as far as we’re concerned. Applications are being accepted as of today, and the deadline is on April 3, 2009. For more information, check out the <a title=\"WordPress Codex GSoC 2009\" href=\"http://codex.wordpress.org/GSoC2009\">WordPress Codex GSoC2009 page</a>, where we suggest some projects and let you know who our kingly mentors will be this year. The <a title=\"GSoC FAQ\" href=\"http://socghop.appspot.com/document/show/program/google/gsoc2009/faqs#administrivia\">GSoC FAQ</a> is also a good place to get an overview of the program. To apply, head to the <a title=\"Google Summer of Code application site\" href=\"http://socghop.appspot.com/\">Google Summer of Code application site</a>. Remember, we want *you* to work on WordPress this summer! And College Janes, this isn’t just for College Joes. Female applicants encouraged to apply!</p>\n\";}i:2;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:6586:\"<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 <del datetime=\"2009-03-23T21:21:33+00:00\">every day during</del> <em>after</em> 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:6586:\"<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 <del datetime=\"2009-03-23T21:21:33+00:00\">every day during</del> <em>after</em> 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:3;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:4;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:5;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:6;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:7;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:8;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:9;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\";}}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:\"Fri, 03 Apr 2009 16:08:47 +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'),(115,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','1238820616','no'),(116,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:59:\"Weblog Tools Collection: WordPress Theme Releases for 04/03\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5501\";s:4:\"link\";s:89:\"http://weblogtoolscollection.com/archives/2009/04/03/wordpress-theme-releases-for-0403-2/\";s:11:\"description\";s:3129:\"<h4><a href=\"http://human3rror.com/2009/03/31/ipseity-personal-branding-wordpress-theme/\">Ipseity</a></h4>\n<p><a href=\"http://johnsaddington.com/\"><img title=\"Ipseity\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/ipseity.jpg\" alt=\"Ipseity\" width=\"200\" height=\"90\" /></a></p>\n<p>A light, configurable theme ideal for a personal branding website. Includes styles for H1/H2/H3 with posts displayed in a slidescroller.</p>\n<h4><a href=\"http://www.lenen-nu.nl/contact/lenen-theme-wordpress-theme/\">Lenen</a></h4>\n<p><img title=\"Lenen\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/lenen.png\" alt=\"Lenen\" width=\"200\" height=\"150\" /></p>\n<p>Lenen Theme is a free, 2-column, Widget-ready, xhtml valid and SEO friendly theme created for Wordpress. Compatible with wordpress 2.7+</p>\n<h4><a href=\"http://semlabs.co.uk/journal/free-fluid-wordpress-themes-and-css-templates\">Alaskan Lake</a></h4>\n<p><a href=\"http://semlabs.co.uk/sandbox/templates/Alaskan_Lake/\"><img title=\"Alaskan Lake\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/alaskanlake.png\" alt=\"Alaskan Lake\" width=\"200\" height=\"160\" /></a></p>\n<p>Two column, fluid, widget ready theme with a font-resizing bar. Also available are four other variations of the theme on the same page.</p>\n<h4><a href=\"http://www.tobacamp.com/featured/majapahit-20-wordpress-theme/\">Majapahit 2.0</a></h4>\n<p><img title=\"Majapahit 2\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/majapahit2.jpg\" alt=\"Majapahit 2\" width=\"200\" height=\"153\" /></p>\n<p>Newspaper style widget ready, WP 2.7+ compatible, 3/4 columns theme with theme options and several other features.</p>\n<h4><a href=\"http://izzataziz.com/2009/04/02/black-carpet-free-wordpress-theme/\">Black Carpet</a></h4>\n<p><img title=\"Black Carpet\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/blackcarpet.jpg\" alt=\"Black Carpet\" width=\"200\" height=\"99\" /></p>\n<p>A three column WordPress theme, widget and WP2.7 ready.</p>\n<h4><a href=\"http://standstrongmedia.com/the-integrity-theme/\">The Integrity Theme</a></h4>\n<p><img title=\"Integrity\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/integrity.jpg\" alt=\"Integrity\" width=\"200\" height=\"111\" /></p>\n<p>The design is sleek, usable, professional, and has several design options one can control from the theme’s control panel. The home page can be organized like a traditional blog (latest post at the top of the page), or as a magazine theme + static content.</p>\n<h4><a href=\"http://themehybrid.com/archives/2009/04/life-collage-wordpress-theme\">Life Collage</a></h4>\n<p><a href=\"http://themehybrid.com/demo/life-collage\"><img title=\"life Collage\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/lifecollage.jpg\" alt=\"life Collage\" width=\"200\" height=\"107\" /></a></p>\n<p>Life Collage is a child theme of the Hybrid theme that’s all about having fun when you’re blogging. It gives you a total of 11 widget areas to play around with and an extra page template that shows off a stream of your life.</p>\n<p>Are you a theme author? Learn how to <a href=\"http://weblogtoolscollection.com/submit-news/\">submit your theme</a> to us.</p>\";s:7:\"pubdate\";s:31:\"Fri, 03 Apr 2009 16:38:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:3129:\"<h4><a href=\"http://human3rror.com/2009/03/31/ipseity-personal-branding-wordpress-theme/\">Ipseity</a></h4>\n<p><a href=\"http://johnsaddington.com/\"><img title=\"Ipseity\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/ipseity.jpg\" alt=\"Ipseity\" width=\"200\" height=\"90\" /></a></p>\n<p>A light, configurable theme ideal for a personal branding website. Includes styles for H1/H2/H3 with posts displayed in a slidescroller.</p>\n<h4><a href=\"http://www.lenen-nu.nl/contact/lenen-theme-wordpress-theme/\">Lenen</a></h4>\n<p><img title=\"Lenen\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/lenen.png\" alt=\"Lenen\" width=\"200\" height=\"150\" /></p>\n<p>Lenen Theme is a free, 2-column, Widget-ready, xhtml valid and SEO friendly theme created for Wordpress. Compatible with wordpress 2.7+</p>\n<h4><a href=\"http://semlabs.co.uk/journal/free-fluid-wordpress-themes-and-css-templates\">Alaskan Lake</a></h4>\n<p><a href=\"http://semlabs.co.uk/sandbox/templates/Alaskan_Lake/\"><img title=\"Alaskan Lake\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/alaskanlake.png\" alt=\"Alaskan Lake\" width=\"200\" height=\"160\" /></a></p>\n<p>Two column, fluid, widget ready theme with a font-resizing bar. Also available are four other variations of the theme on the same page.</p>\n<h4><a href=\"http://www.tobacamp.com/featured/majapahit-20-wordpress-theme/\">Majapahit 2.0</a></h4>\n<p><img title=\"Majapahit 2\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/majapahit2.jpg\" alt=\"Majapahit 2\" width=\"200\" height=\"153\" /></p>\n<p>Newspaper style widget ready, WP 2.7+ compatible, 3/4 columns theme with theme options and several other features.</p>\n<h4><a href=\"http://izzataziz.com/2009/04/02/black-carpet-free-wordpress-theme/\">Black Carpet</a></h4>\n<p><img title=\"Black Carpet\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/blackcarpet.jpg\" alt=\"Black Carpet\" width=\"200\" height=\"99\" /></p>\n<p>A three column WordPress theme, widget and WP2.7 ready.</p>\n<h4><a href=\"http://standstrongmedia.com/the-integrity-theme/\">The Integrity Theme</a></h4>\n<p><img title=\"Integrity\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/integrity.jpg\" alt=\"Integrity\" width=\"200\" height=\"111\" /></p>\n<p>The design is sleek, usable, professional, and has several design options one can control from the theme’s control panel. The home page can be organized like a traditional blog (latest post at the top of the page), or as a magazine theme + static content.</p>\n<h4><a href=\"http://themehybrid.com/archives/2009/04/life-collage-wordpress-theme\">Life Collage</a></h4>\n<p><a href=\"http://themehybrid.com/demo/life-collage\"><img title=\"life Collage\" src=\"http://weblogtoolscollection.com/b2-img/2009/04/lifecollage.jpg\" alt=\"life Collage\" width=\"200\" height=\"107\" /></a></p>\n<p>Life Collage is a child theme of the Hybrid theme that’s all about having fun when you’re blogging. It gives you a total of 11 widget areas to play around with and an extra page template that shows off a stream of your life.</p>\n<p>Are you a theme author? Learn how to <a href=\"http://weblogtoolscollection.com/submit-news/\">submit your theme</a> to us.</p>\";}i:1;a:7:{s:5:\"title\";s:53:\"Dev Blog: Submit Your Summer of Code Application Now!\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=578\";s:4:\"link\";s:84:\"http://wordpress.org/development/2009/04/submit-your-summer-of-code-application-now/\";s:11:\"description\";s:253:\"<p>Students, secure your awesome summer by applying to the <a href=\"http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009/\">WordPress Summer of Code</a> now! The deadline is in 3 hours, 12 noon PDT / 19:00 UTC.</p>\n<p>Be like Billy.</p>\";s:7:\"pubdate\";s:31:\"Fri, 03 Apr 2009 16:07:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"lloyd\";}s:7:\"summary\";s:253:\"<p>Students, secure your awesome summer by applying to the <a href=\"http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009/\">WordPress Summer of Code</a> now! The deadline is in 3 hours, 12 noon PDT / 19:00 UTC.</p>\n<p>Be like Billy.</p>\";}i:2;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 04/02\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5490\";s:4:\"link\";s:90:\"http://weblogtoolscollection.com/archives/2009/04/02/wordpress-plugin-releases-for-0402-2/\";s:11:\"description\";s:4380:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.planetmike.com/2009/03/31/announcing-home-page-text-reverser/\">Home Page Text Reverser</a></p>\n<p>Reverse all of the text in the posts on your home page on April 1st. It does not affect titles, meta information, or HTML tags.</p>\n<p><a href=\"http://bayu.freelancer.web.id/2009/03/31/wordpress-plugin-cr-post2pingfm/\">CR-Post2Pingfm</a></p>\n<p>Automatically send a short update to ping.fm for each time you hit the Publish button. To use it, you will need a ping.fm <a href=\"http://ping.fm/key/\">Application Key</a>. This little plugin utilizes <a href=\"http://dmitrizone.com/phpingfm/\">PHPingFM API</a> by <a href=\"http://dmitrizone.com/\">Dmitri Gaskin</a>.</p>\n<p><a href=\"http://www.bloggingtips.com/wordpress-plugins/twitter-user/\">Twitter User</a></p>\n<p>Twitter User is a simple plugin which adds an additional field to the authors profile in which they can add their twitter username.</p>\n<p><a href=\"http://www.thulasidas.com/adsense\">Easy AdSenser</a></p>\n<p>Easy AdSenser manages all aspects of Google AdSense for a blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete! It is available in Spanish, Portuguese and French.</p>\n<p><a href=\"http://www.spotonseoservices.com/wordpress-theme-demo-plugin/\">WordPress Theme Demo Plugin</a></p>\n<p>These two plugins are designed to help web designers easily demo there WordPress themes. For example, you want to demonstrate 10 themes over the same content, this plugin will allow you to do same without having to install multiple databases/instances of WordPress.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/admin-per-page-limits/\">Admin Per Page Limits</a></p>\n<p>Control the number of posts per page, pages per page, and comments per page that appear in the admin listings of posts, pages, and comments.</p>\n<p><a href=\"http://scribu.net/wordpress/front-end-editor\">Front End Editor</a></p>\n<p>Front-end Editor is a plugin that lets you edit posts or pages directly from your site. No need to load the admin backend just to correct a typo.</p>\n<p><a href=\"http://konstruktors.com/blog/projects-services/wordpress-plugins/widget-context/\">Widget Context</a></p>\n<p>Display widgets only on certain pages.</p>\n<p><span><a href=\"http://watershedstudio.com/blog/2009/04/wordpress-mindreader-plugin/\">WordPress Mindreader Plugin</a></span></p>\n<p><span>The WordPress MindReader Plugin is similar to speech-to-text applications but instead of actually speaking, MindReader reads what’s on your mind (web cam required) and outputs your thoughts as text in the WordPress editor.</span></p>\n<p>[removed, April Fool\'s Joke]</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/restrict-usernames\">Restrict Usernames</a></p>\n<p>Restrict the usernames that new users may use when registering for your site.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\">Better Search</a></p>\n<p>Improve the inbuilt WordPress search by automatically making WordPress search for posts by relevance. Custom templates allow you to fit the plugin into the look and feel of your blog.</p>\n<p><a href=\"http://www.addtoany.com/blog/service-links-and-service-icons-for-wordpress-plugin/\">Add to Any</a></p>\n<p>Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more social bookmarking and sharing sites. The button comes with Add to Any’s customizable Smart Menu, which places the services visitors use at the top of the menu, based on each visitor’s browsing history.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/custom-post-limits/\">Custom Post Limits</a></p>\n<p>Control the number of posts that appear on the front page, search results, and author, category, tag, and date archives, independent of each other, including specific archives.</p>\n<p><a href=\"http://www.justinshattuck.com/2009/04/01/comment-relish-version-20-release/\">Comment Relish</a></p>\n<p>The plugin allows you to set up an automated e-mail that gets sent out to first time commenters on your blog, enticing them to come back or subscribe to your RSS.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/configure-smtp\">Configure SMTP</a></p>\n<p>Configure SMTP mailing in WordPress, including support for sending e-mail via SSL/TLS (such as GMail).</p>\";s:7:\"pubdate\";s:31:\"Thu, 02 Apr 2009 16:02:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4380:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.planetmike.com/2009/03/31/announcing-home-page-text-reverser/\">Home Page Text Reverser</a></p>\n<p>Reverse all of the text in the posts on your home page on April 1st. It does not affect titles, meta information, or HTML tags.</p>\n<p><a href=\"http://bayu.freelancer.web.id/2009/03/31/wordpress-plugin-cr-post2pingfm/\">CR-Post2Pingfm</a></p>\n<p>Automatically send a short update to ping.fm for each time you hit the Publish button. To use it, you will need a ping.fm <a href=\"http://ping.fm/key/\">Application Key</a>. This little plugin utilizes <a href=\"http://dmitrizone.com/phpingfm/\">PHPingFM API</a> by <a href=\"http://dmitrizone.com/\">Dmitri Gaskin</a>.</p>\n<p><a href=\"http://www.bloggingtips.com/wordpress-plugins/twitter-user/\">Twitter User</a></p>\n<p>Twitter User is a simple plugin which adds an additional field to the authors profile in which they can add their twitter username.</p>\n<p><a href=\"http://www.thulasidas.com/adsense\">Easy AdSenser</a></p>\n<p>Easy AdSenser manages all aspects of Google AdSense for a blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete! It is available in Spanish, Portuguese and French.</p>\n<p><a href=\"http://www.spotonseoservices.com/wordpress-theme-demo-plugin/\">WordPress Theme Demo Plugin</a></p>\n<p>These two plugins are designed to help web designers easily demo there WordPress themes. For example, you want to demonstrate 10 themes over the same content, this plugin will allow you to do same without having to install multiple databases/instances of WordPress.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/admin-per-page-limits/\">Admin Per Page Limits</a></p>\n<p>Control the number of posts per page, pages per page, and comments per page that appear in the admin listings of posts, pages, and comments.</p>\n<p><a href=\"http://scribu.net/wordpress/front-end-editor\">Front End Editor</a></p>\n<p>Front-end Editor is a plugin that lets you edit posts or pages directly from your site. No need to load the admin backend just to correct a typo.</p>\n<p><a href=\"http://konstruktors.com/blog/projects-services/wordpress-plugins/widget-context/\">Widget Context</a></p>\n<p>Display widgets only on certain pages.</p>\n<p><span><a href=\"http://watershedstudio.com/blog/2009/04/wordpress-mindreader-plugin/\">WordPress Mindreader Plugin</a></span></p>\n<p><span>The WordPress MindReader Plugin is similar to speech-to-text applications but instead of actually speaking, MindReader reads what’s on your mind (web cam required) and outputs your thoughts as text in the WordPress editor.</span></p>\n<p>[removed, April Fool\'s Joke]</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/restrict-usernames\">Restrict Usernames</a></p>\n<p>Restrict the usernames that new users may use when registering for your site.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\">Better Search</a></p>\n<p>Improve the inbuilt WordPress search by automatically making WordPress search for posts by relevance. Custom templates allow you to fit the plugin into the look and feel of your blog.</p>\n<p><a href=\"http://www.addtoany.com/blog/service-links-and-service-icons-for-wordpress-plugin/\">Add to Any</a></p>\n<p>Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more social bookmarking and sharing sites. The button comes with Add to Any’s customizable Smart Menu, which places the services visitors use at the top of the menu, based on each visitor’s browsing history.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/custom-post-limits/\">Custom Post Limits</a></p>\n<p>Control the number of posts that appear on the front page, search results, and author, category, tag, and date archives, independent of each other, including specific archives.</p>\n<p><a href=\"http://www.justinshattuck.com/2009/04/01/comment-relish-version-20-release/\">Comment Relish</a></p>\n<p>The plugin allows you to set up an automated e-mail that gets sent out to first time commenters on your blog, enticing them to come back or subscribe to your RSS.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/configure-smtp\">Configure SMTP</a></p>\n<p>Configure SMTP mailing in WordPress, including support for sending e-mail via SSL/TLS (such as GMail).</p>\";}i:3;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/31\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5488\";s:4:\"link\";s:89:\"http://weblogtoolscollection.com/archives/2009/03/31/wordpress-theme-releases-for-0331-2/\";s:11:\"description\";s:2164:\"<p><a href=\"http://www.junglejar.com/2009/03/27/wordpress-template-vexedbox/\">vexed.box</a></p>\n<p><a href=\"http://www.junglejar.com/templates/demos/vexedbox/\"><img title=\"vexed.box\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/vexedbox.png\" alt=\"vexed.box\" width=\"200\" height=\"150\" /></a></p>\n<p>Three column, widget ready, WordPress template capable of displaying large amounts of content without suffering aesthetically nor functionally.</p>\n<p><a href=\"http://gorillathemes.com/latest-themes/affiliatepress-free-wordpress-theme/\">AffiliatePress</a></p>\n<p><img title=\"AffiliatePress\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/affiliatepress.png\" alt=\"AffiliatePress\" width=\"200\" height=\"105\" /></p>\n<p>AffiliatePress is intended to assist you in starting your own affiliate website. Start making extra income selling any products on the net that have an affiliate program. This theme is very easy to use and requires no custom fields to use. This theme is WordPress 2.71 compatible and comes with a variety of extra features you don’t receive with most free themes. These include a Tabbed Sidebar for recent posts, tags and most popular posts and built in banner ad management.</p>\n<p><a href=\"http://bizzartic.com/2009/03/29/isotherm-news-magazine-wordpress-theme/\">IsoTherm</a></p>\n<p><a href=\"http://bizzartic.com/bizzthemes/isotherm/\"><img title=\"IsoTherm\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/isotherm.png\" alt=\"IsoTherm\" width=\"200\" height=\"167\" /></a></p>\n<p>Two Column, magazine styled theme with everything you need to start publishing your own web journal with all the features you will need to attract new visitors.</p>\n<p><a href=\"http://bestrezv.com/free-wordpress-theme/\">Rez-V</a></p>\n<p><img title=\"rez-V\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/rezv.png\" alt=\"rez-V\" width=\"200\" height=\"125\" /></p>\n<p>Two column, fixed width, mostly blue and white, threaded-comments, twitter and retweet button integrated theme. Perfect for affiliates.</p>\n<p>Are you a theme author? Get featured in our daily releases. <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to us.</p>\";s:7:\"pubdate\";s:31:\"Tue, 31 Mar 2009 16:55:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2164:\"<p><a href=\"http://www.junglejar.com/2009/03/27/wordpress-template-vexedbox/\">vexed.box</a></p>\n<p><a href=\"http://www.junglejar.com/templates/demos/vexedbox/\"><img title=\"vexed.box\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/vexedbox.png\" alt=\"vexed.box\" width=\"200\" height=\"150\" /></a></p>\n<p>Three column, widget ready, WordPress template capable of displaying large amounts of content without suffering aesthetically nor functionally.</p>\n<p><a href=\"http://gorillathemes.com/latest-themes/affiliatepress-free-wordpress-theme/\">AffiliatePress</a></p>\n<p><img title=\"AffiliatePress\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/affiliatepress.png\" alt=\"AffiliatePress\" width=\"200\" height=\"105\" /></p>\n<p>AffiliatePress is intended to assist you in starting your own affiliate website. Start making extra income selling any products on the net that have an affiliate program. This theme is very easy to use and requires no custom fields to use. This theme is WordPress 2.71 compatible and comes with a variety of extra features you don’t receive with most free themes. These include a Tabbed Sidebar for recent posts, tags and most popular posts and built in banner ad management.</p>\n<p><a href=\"http://bizzartic.com/2009/03/29/isotherm-news-magazine-wordpress-theme/\">IsoTherm</a></p>\n<p><a href=\"http://bizzartic.com/bizzthemes/isotherm/\"><img title=\"IsoTherm\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/isotherm.png\" alt=\"IsoTherm\" width=\"200\" height=\"167\" /></a></p>\n<p>Two Column, magazine styled theme with everything you need to start publishing your own web journal with all the features you will need to attract new visitors.</p>\n<p><a href=\"http://bestrezv.com/free-wordpress-theme/\">Rez-V</a></p>\n<p><img title=\"rez-V\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/rezv.png\" alt=\"rez-V\" width=\"200\" height=\"125\" /></p>\n<p>Two column, fixed width, mostly blue and white, threaded-comments, twitter and retweet button integrated theme. Perfect for affiliates.</p>\n<p>Are you a theme author? Get featured in our daily releases. <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to us.</p>\";}i:4;a:7:{s:5:\"title\";s:51:\"Weblog Tools Collection: WordPress News for 3/31/09\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5421\";s:4:\"link\";s:78:\"http://weblogtoolscollection.com/archives/2009/03/31/wordpress-news-for-33109/\";s:11:\"description\";s:1012:\"<p>Learn how to <a href=\"http://psdvibe.com/2009/03/22/myblues-wordpress-style-layout/\">create a sleek and stylish WordPress theme in Photoshop with this tutorial from PSDVibe</a>. A little tweak with a little creativity could land you a personalized theme. Once you put together your new theme, don’t forget to <a href=\"http://weblogtoolscollection.com/submit-news/\">offer it to others to download and enjoy</a>!</p>\n<p>Learn some <a href=\"http://www.noupe.com/wordpress/13-great-wordpress-speed-tips-tricks-for-max-performance.html\">new tricks and discover new tools and plugins to speed up your WordPress blog</a>. I have run into some scalability issues with this blog recently and have learned quite a bit.</p>\n<p><a href=\"http://www.catswhocode.com/blog/10-awesome-htaccess-hacks-for-wordpress\">Jean-Baptiste tells us about 10 awesome .htaccess hacks</a> for your WordPress blog including the ability to redirect visitors to a maintenance page while you can continue to see and work on your blog.</p>\";s:7:\"pubdate\";s:31:\"Tue, 31 Mar 2009 12:16:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1012:\"<p>Learn how to <a href=\"http://psdvibe.com/2009/03/22/myblues-wordpress-style-layout/\">create a sleek and stylish WordPress theme in Photoshop with this tutorial from PSDVibe</a>. A little tweak with a little creativity could land you a personalized theme. Once you put together your new theme, don’t forget to <a href=\"http://weblogtoolscollection.com/submit-news/\">offer it to others to download and enjoy</a>!</p>\n<p>Learn some <a href=\"http://www.noupe.com/wordpress/13-great-wordpress-speed-tips-tricks-for-max-performance.html\">new tricks and discover new tools and plugins to speed up your WordPress blog</a>. I have run into some scalability issues with this blog recently and have learned quite a bit.</p>\n<p><a href=\"http://www.catswhocode.com/blog/10-awesome-htaccess-hacks-for-wordpress\">Jean-Baptiste tells us about 10 awesome .htaccess hacks</a> for your WordPress blog including the ability to redirect visitors to a maintenance page while you can continue to see and work on your blog.</p>\";}i:5;a:7:{s:5:\"title\";s:37:\"mdawaffe: WordPress __autoload() idea\";s:4:\"guid\";s:35:\"http://mdawaffe.wordpress.com/?p=69\";s:4:\"link\";s:67:\"http://mdawaffe.wordpress.com/2009/03/31/wordpress-__autoload-idea/\";s:11:\"description\";s:4970:\"<div class=\"snap_preview\"><br /><p>PHP 5 introduces <a href=\"http://php.net/manual/en/language.oop5.autoload.php\">autoloading classes</a>. The way WordPress is currently structured, I don’t think we’d get much benefit from switching to autoloading. There aren’t that many classes in core WordPress that don’t need to get loaded on every page load.</p>\n<p>With some restructuring, though, we might be able to cut down on the number of bytes of code we load on every page (and we could get rid of some <code>class_exists()</code> and <code>require_once</code> calls).</p>\n<p>We’d want an autoloader, though, that could handle plugin files as well as core files.</p>\n<p><span id=\"more-69\"></span></p>\n<p><strong>Idea</strong>: an autoloader that can load classes from some deterministic path (e.g., the usual <code>$classname.class.php</code> or what have you) but that can also register classes at specific paths.</p>\n<pre name=\"code\" class=\"php\">\n\nif ( !defined( 'WP_AUTOLOAD_CLASSES' ) ) {\n define(\n 'WP_AUTOLOAD_CLASSES',\n function_exists( 'spl_autoload_register' )\n );\n}\n\nif ( WP_AUTOLOAD_CLASSES ) {\n /**\n<ul>\n <li>PHP 5.1.2+</li>\n<li>Called once per class during setup (each time</li>\n<li>with two args) to tell it where the class is</li>\n<li>located.</li>\n<li>Don't need to call for a class if that class</li>\n<li>exists in some easy deterministic path.</li>\n<li>Called (with only one arg) when looking for a</li>\n<li>not-currently-loaded class.</li>\n<li>/</li>\n</ul>\n\n function wp_autoload( $class, $path = null ) {\n static $classes = array();\n\n // Being called by PHP's autoloader\n if ( is_null( $path ) ) {\n if ( isset( $classes[$class] ) ) {\n /* Use include, not require. That\n<ul>\n <li>way we get a more meaningful</li>\n<li>Fatal error: class does not exist</li>\n<li>/</li>\n</ul>\n\n include( $classes[$class] );\n } else {\n /* Look in some default path(s) for\n<ul>\n <li>appropriately named files.</li>\n<li>/</li>\n</ul>\n\n }\n return;\n }\n\n // Being called by us\n $classes[$class] = $path;\n }\n\n // Register it\n spl_autoload_register( 'wp_autoload' );\n} else {\n /**\n<ul>\n <li>PHP 4 (PHP 5.1.1-)</li>\n<li>Just require each file.</li>\n<li>/</li>\n</ul>\n\n function wp_autoload( $class, $path ) {\n require_once( $path );\n }\n}\n\n// Core classes in WPINC probably wouldn't have\n// to be explicitly registered, but as an example:\nwp_autoload(\n 'WP_Error',\n ABSPATH . WPINC . '/classes.php'\n);\n// OK to call multiple times per path\nwp_autoload(\n 'Walker',\n ABSPATH . WPINC . '/classes.php'\n);\n// ...\n\n// In some plugin file\nwp_autoload(\n 'My_Plugin_Foo',\n plugin_dir_path( __FILE__ ) . 'foo.class.php'\n);\n</pre>\n<p><strong>Update</strong>: To clarify, I don’t mean to imply that this idea would improve WordPress performance. It’s just an idea, not a proposal. I haven’t done any benchmarking or even naive experimentation.</p>\n<p>Conditionally including files involves tradeoffs that need to be evaluated per app. Also, as Jacob Santos points out in the comments below, conditionally including files from conditionally defined functions is way out there.</p>\n<p>I might call the idea clever, but it’s not necessarily good <img src=\"http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/mdawaffe.wordpress.com/69/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/mdawaffe.wordpress.com/69/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/mdawaffe.wordpress.com/69/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/mdawaffe.wordpress.com/69/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/mdawaffe.wordpress.com/69/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/mdawaffe.wordpress.com/69/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/mdawaffe.wordpress.com/69/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/mdawaffe.wordpress.com/69/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/mdawaffe.wordpress.com/69/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/mdawaffe.wordpress.com/69/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=mdawaffe.wordpress.com&blog=90&post=69&subd=mdawaffe&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Tue, 31 Mar 2009 08:36:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mdawaffe\";}s:7:\"summary\";s:4970:\"<div class=\"snap_preview\"><br /><p>PHP 5 introduces <a href=\"http://php.net/manual/en/language.oop5.autoload.php\">autoloading classes</a>. The way WordPress is currently structured, I don’t think we’d get much benefit from switching to autoloading. There aren’t that many classes in core WordPress that don’t need to get loaded on every page load.</p>\n<p>With some restructuring, though, we might be able to cut down on the number of bytes of code we load on every page (and we could get rid of some <code>class_exists()</code> and <code>require_once</code> calls).</p>\n<p>We’d want an autoloader, though, that could handle plugin files as well as core files.</p>\n<p><span id=\"more-69\"></span></p>\n<p><strong>Idea</strong>: an autoloader that can load classes from some deterministic path (e.g., the usual <code>$classname.class.php</code> or what have you) but that can also register classes at specific paths.</p>\n<pre name=\"code\" class=\"php\">\n\nif ( !defined( 'WP_AUTOLOAD_CLASSES' ) ) {\n define(\n 'WP_AUTOLOAD_CLASSES',\n function_exists( 'spl_autoload_register' )\n );\n}\n\nif ( WP_AUTOLOAD_CLASSES ) {\n /**\n<ul>\n <li>PHP 5.1.2+</li>\n<li>Called once per class during setup (each time</li>\n<li>with two args) to tell it where the class is</li>\n<li>located.</li>\n<li>Don't need to call for a class if that class</li>\n<li>exists in some easy deterministic path.</li>\n<li>Called (with only one arg) when looking for a</li>\n<li>not-currently-loaded class.</li>\n<li>/</li>\n</ul>\n\n function wp_autoload( $class, $path = null ) {\n static $classes = array();\n\n // Being called by PHP's autoloader\n if ( is_null( $path ) ) {\n if ( isset( $classes[$class] ) ) {\n /* Use include, not require. That\n<ul>\n <li>way we get a more meaningful</li>\n<li>Fatal error: class does not exist</li>\n<li>/</li>\n</ul>\n\n include( $classes[$class] );\n } else {\n /* Look in some default path(s) for\n<ul>\n <li>appropriately named files.</li>\n<li>/</li>\n</ul>\n\n }\n return;\n }\n\n // Being called by us\n $classes[$class] = $path;\n }\n\n // Register it\n spl_autoload_register( 'wp_autoload' );\n} else {\n /**\n<ul>\n <li>PHP 4 (PHP 5.1.1-)</li>\n<li>Just require each file.</li>\n<li>/</li>\n</ul>\n\n function wp_autoload( $class, $path ) {\n require_once( $path );\n }\n}\n\n// Core classes in WPINC probably wouldn't have\n// to be explicitly registered, but as an example:\nwp_autoload(\n 'WP_Error',\n ABSPATH . WPINC . '/classes.php'\n);\n// OK to call multiple times per path\nwp_autoload(\n 'Walker',\n ABSPATH . WPINC . '/classes.php'\n);\n// ...\n\n// In some plugin file\nwp_autoload(\n 'My_Plugin_Foo',\n plugin_dir_path( __FILE__ ) . 'foo.class.php'\n);\n</pre>\n<p><strong>Update</strong>: To clarify, I don’t mean to imply that this idea would improve WordPress performance. It’s just an idea, not a proposal. I haven’t done any benchmarking or even naive experimentation.</p>\n<p>Conditionally including files involves tradeoffs that need to be evaluated per app. Also, as Jacob Santos points out in the comments below, conditionally including files from conditionally defined functions is way out there.</p>\n<p>I might call the idea clever, but it’s not necessarily good <img src=\"http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/mdawaffe.wordpress.com/69/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/mdawaffe.wordpress.com/69/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/mdawaffe.wordpress.com/69/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/mdawaffe.wordpress.com/69/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/mdawaffe.wordpress.com/69/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/mdawaffe.wordpress.com/69/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/mdawaffe.wordpress.com/69/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/mdawaffe.wordpress.com/69/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/mdawaffe.wordpress.com/69/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/mdawaffe.wordpress.com/69/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=mdawaffe.wordpress.com&blog=90&post=69&subd=mdawaffe&ref=&feed=1\" /></div>\";}i:6;a:7:{s:5:\"title\";s:30:\"Matt: WordPress Party Pictures\";s:4:\"guid\";s:21:\"http://ma.tt/?p=13350\";s:4:\"link\";s:46:\"http://ma.tt/2009/03/wordpress-party-pictures/\";s:11:\"description\";s:20327:\"<p>Pictures from the <a href=\"http://ma.tt/2009/03/wordpress-party-tonight/\">party at the Automattic lounge</a>. It got a little rowdy! If you recognize, please help caption using the “tag” feature on the photo page.</p>\n<p><span id=\"more-13350\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4008/\" title=\"mcm_4008\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4008-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"It all started out so tidy\" title=\"mcm_4008\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4011/\" title=\"mcm_4011\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4011-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4011\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4013-2/\" title=\"mcm_4013\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4013-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4013\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4014/\" title=\"mcm_4014\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4014-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4014\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4017-2/\" title=\"mcm_4017\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4017-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"matt mullenweg, ryan boren\" title=\"mcm_4017\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4019/\" title=\"mcm_4019\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4019-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4019\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4020-2/\" title=\"mcm_4020\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4020-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4020\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4023/\" title=\"mcm_4023\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4023-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4023\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4026/\" title=\"mcm_4026\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4026-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4026\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4027/\" title=\"mcm_4027\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4027-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4027\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4030-2/\" title=\"mcm_4030\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4030-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4030\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4032-2/\" title=\"mcm_4032\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4032-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4032\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4035/\" title=\"mcm_4035\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4035-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4035\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4038/\" title=\"mcm_4038\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4038-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4038\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4040-2/\" title=\"mcm_4040\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4040-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4040\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4043/\" title=\"mcm_4043\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4043-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4043\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4045-2/\" title=\"mcm_4045\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4045-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4045\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4048-2/\" title=\"mcm_4048\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4048-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4048\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4050-2/\" title=\"mcm_4050\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4050-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4050\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4052-2/\" title=\"mcm_4052\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4052-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4052\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4054-3/\" title=\"mcm_4054\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4054-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4054\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4056-2/\" title=\"mcm_4056\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4056-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4056\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4059-2/\" title=\"mcm_4059\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4059-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4059\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4061-2/\" title=\"mcm_4061\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4061-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4061\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4063/\" title=\"mcm_4063\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4063-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4063\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4064-2/\" title=\"mcm_4064\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4064-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4064\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4070/\" title=\"mcm_4070\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4070-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4070\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4074/\" title=\"mcm_4074\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4074-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4074\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4079-3/\" title=\"mcm_4079\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4079-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4079\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4082/\" title=\"mcm_4082\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4082-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4082\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4087-2/\" title=\"mcm_4087\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4087-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4087\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4089/\" title=\"mcm_4089\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4089-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4089\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4090-3/\" title=\"mcm_4090\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4090-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4090\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4096-2/\" title=\"mcm_4096\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4096-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4096\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4102/\" title=\"mcm_4102\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4102-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4102\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4108/\" title=\"mcm_4108\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4108-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4108\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4110/\" title=\"mcm_4110\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4110-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4110\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4113/\" title=\"mcm_4113\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4113-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4113\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4114-3/\" title=\"mcm_4114\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4114-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4114\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4121/\" title=\"mcm_4121\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4121-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4121\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4124/\" title=\"mcm_4124\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4124-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4124\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4127-2/\" title=\"mcm_4127\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4127-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4127\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4128-2/\" title=\"mcm_4128\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4128-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4128\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4138/\" title=\"mcm_4138\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4138-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4138\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4142-2/\" title=\"mcm_4142\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4142-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4142\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4147-2/\" title=\"mcm_4147\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4147-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4147\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4151-2/\" title=\"mcm_4151\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4151-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4151\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4152-2/\" title=\"mcm_4152\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4152-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4152\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4158-2/\" title=\"mcm_4158\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4158-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4158\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4161-2/\" title=\"mcm_4161\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4161-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4161\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4166-3/\" title=\"mcm_4166\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4166-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4166\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4167-3/\" title=\"mcm_4167\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4167-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4167\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4173-2/\" title=\"mcm_4173\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4173-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"This fellow was videoing himself doing the shot\" title=\"mcm_4173\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4177-2/\" title=\"mcm_4177\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4177-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4177\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4184-2/\" title=\"mcm_4184\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4184-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4184\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4195/\" title=\"mcm_4195\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4195-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4195\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4196/\" title=\"mcm_4196\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4196-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4196\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4200-2/\" title=\"mcm_4200\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4200-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4200\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4201/\" title=\"mcm_4201\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4201-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Does anyone know who the guy on the right is?\" title=\"mcm_4201\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4210-2/\" title=\"mcm_4210\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4210-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4210\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4211/\" title=\"mcm_4211\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4211-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4211\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4215-2/\" title=\"mcm_4215\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4215-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4215\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4220-3/\" title=\"mcm_4220\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4220-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4220\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4221-2/\" title=\"mcm_4221\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4221-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4221\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4229-2/\" title=\"mcm_4229\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4229-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4229\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4233/\" title=\"mcm_4233\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4233-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"kevin cheng\" title=\"mcm_4233\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4239/\" title=\"mcm_4239\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4239-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"kevin cheng\" title=\"mcm_4239\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4244-2/\" title=\"mcm_4244\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4244-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"mark trammell\" title=\"mcm_4244\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4250/\" title=\"mcm_4250\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4250-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4250\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4257-2/\" title=\"mcm_4257\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4257-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4257\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4266/\" title=\"mcm_4266\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4266-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4266\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4274/\" title=\"mcm_4274\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4274-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4274\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4276-2/\" title=\"mcm_4276\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4276-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4276\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4278-2/\" title=\"mcm_4278\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4278-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4278\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4279-3/\" title=\"mcm_4279\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4279-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4279\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4280/\" title=\"mcm_4280\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4280-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"The aftermath\" title=\"mcm_4280\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4281/\" title=\"mcm_4281\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4281-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4281\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4282/\" title=\"mcm_4282\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4282-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"New WordPress sweatshirt\" title=\"mcm_4282\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4284-2/\" title=\"mcm_4284\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4284-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4284\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4289-2/\" title=\"mcm_4289\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4289-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4289\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4292/\" title=\"mcm_4292\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4292-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4292\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4296-2/\" title=\"mcm_4296\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4296-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4296\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4299-2/\" title=\"mcm_4299\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4299-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Chicken Wings with Buffalo Sauce\" title=\"mcm_4299\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4301/\" title=\"mcm_4301\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4301-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4301\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4302/\" title=\"mcm_4302\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4302-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Moons over My Hammy\" title=\"mcm_4302\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4305/\" title=\"mcm_4305\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4305-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4305\" /></a>\";s:7:\"pubdate\";s:31:\"Tue, 31 Mar 2009 07:00:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:20327:\"<p>Pictures from the <a href=\"http://ma.tt/2009/03/wordpress-party-tonight/\">party at the Automattic lounge</a>. It got a little rowdy! If you recognize, please help caption using the “tag” feature on the photo page.</p>\n<p><span id=\"more-13350\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4008/\" title=\"mcm_4008\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4008-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"It all started out so tidy\" title=\"mcm_4008\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4011/\" title=\"mcm_4011\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4011-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4011\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4013-2/\" title=\"mcm_4013\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4013-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4013\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4014/\" title=\"mcm_4014\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4014-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4014\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4017-2/\" title=\"mcm_4017\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4017-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"matt mullenweg, ryan boren\" title=\"mcm_4017\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4019/\" title=\"mcm_4019\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4019-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4019\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4020-2/\" title=\"mcm_4020\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4020-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4020\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4023/\" title=\"mcm_4023\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4023-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4023\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4026/\" title=\"mcm_4026\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4026-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4026\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4027/\" title=\"mcm_4027\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4027-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4027\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4030-2/\" title=\"mcm_4030\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4030-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4030\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4032-2/\" title=\"mcm_4032\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4032-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4032\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4035/\" title=\"mcm_4035\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4035-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4035\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4038/\" title=\"mcm_4038\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4038-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4038\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4040-2/\" title=\"mcm_4040\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4040-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4040\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4043/\" title=\"mcm_4043\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4043-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4043\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4045-2/\" title=\"mcm_4045\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4045-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4045\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4048-2/\" title=\"mcm_4048\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4048-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4048\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4050-2/\" title=\"mcm_4050\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4050-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4050\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4052-2/\" title=\"mcm_4052\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4052-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4052\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4054-3/\" title=\"mcm_4054\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4054-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4054\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4056-2/\" title=\"mcm_4056\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4056-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4056\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4059-2/\" title=\"mcm_4059\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4059-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4059\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4061-2/\" title=\"mcm_4061\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4061-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4061\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4063/\" title=\"mcm_4063\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4063-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4063\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4064-2/\" title=\"mcm_4064\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4064-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4064\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4070/\" title=\"mcm_4070\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4070-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4070\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4074/\" title=\"mcm_4074\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4074-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4074\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4079-3/\" title=\"mcm_4079\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4079-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4079\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4082/\" title=\"mcm_4082\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4082-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4082\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4087-2/\" title=\"mcm_4087\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4087-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4087\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4089/\" title=\"mcm_4089\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4089-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4089\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4090-3/\" title=\"mcm_4090\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4090-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4090\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4096-2/\" title=\"mcm_4096\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4096-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4096\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4102/\" title=\"mcm_4102\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4102-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4102\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4108/\" title=\"mcm_4108\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4108-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4108\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4110/\" title=\"mcm_4110\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4110-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4110\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4113/\" title=\"mcm_4113\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4113-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4113\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4114-3/\" title=\"mcm_4114\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4114-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4114\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4121/\" title=\"mcm_4121\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4121-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4121\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4124/\" title=\"mcm_4124\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4124-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4124\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4127-2/\" title=\"mcm_4127\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4127-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4127\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4128-2/\" title=\"mcm_4128\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4128-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4128\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4138/\" title=\"mcm_4138\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4138-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4138\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4142-2/\" title=\"mcm_4142\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4142-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4142\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4147-2/\" title=\"mcm_4147\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4147-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4147\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4151-2/\" title=\"mcm_4151\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4151-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4151\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4152-2/\" title=\"mcm_4152\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4152-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4152\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4158-2/\" title=\"mcm_4158\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4158-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4158\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4161-2/\" title=\"mcm_4161\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4161-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4161\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4166-3/\" title=\"mcm_4166\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4166-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4166\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4167-3/\" title=\"mcm_4167\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4167-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4167\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4173-2/\" title=\"mcm_4173\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4173-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"This fellow was videoing himself doing the shot\" title=\"mcm_4173\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4177-2/\" title=\"mcm_4177\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4177-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4177\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4184-2/\" title=\"mcm_4184\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4184-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4184\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4195/\" title=\"mcm_4195\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4195-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4195\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4196/\" title=\"mcm_4196\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4196-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4196\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4200-2/\" title=\"mcm_4200\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4200-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4200\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4201/\" title=\"mcm_4201\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4201-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Does anyone know who the guy on the right is?\" title=\"mcm_4201\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4210-2/\" title=\"mcm_4210\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4210-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4210\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4211/\" title=\"mcm_4211\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4211-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4211\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4215-2/\" title=\"mcm_4215\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4215-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4215\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4220-3/\" title=\"mcm_4220\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4220-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4220\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4221-2/\" title=\"mcm_4221\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4221-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4221\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4229-2/\" title=\"mcm_4229\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4229-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4229\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4233/\" title=\"mcm_4233\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4233-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"kevin cheng\" title=\"mcm_4233\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4239/\" title=\"mcm_4239\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4239-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"kevin cheng\" title=\"mcm_4239\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4244-2/\" title=\"mcm_4244\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4244-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"mark trammell\" title=\"mcm_4244\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4250/\" title=\"mcm_4250\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4250-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4250\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4257-2/\" title=\"mcm_4257\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4257-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4257\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4266/\" title=\"mcm_4266\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4266-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4266\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4274/\" title=\"mcm_4274\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4274-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4274\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4276-2/\" title=\"mcm_4276\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4276-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4276\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4278-2/\" title=\"mcm_4278\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4278-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4278\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4279-3/\" title=\"mcm_4279\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4279-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4279\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4280/\" title=\"mcm_4280\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4280-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"The aftermath\" title=\"mcm_4280\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4281/\" title=\"mcm_4281\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4281-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4281\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4282/\" title=\"mcm_4282\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4282-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"New WordPress sweatshirt\" title=\"mcm_4282\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4284-2/\" title=\"mcm_4284\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4284-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4284\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4289-2/\" title=\"mcm_4289\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4289-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4289\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4292/\" title=\"mcm_4292\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4292-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4292\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4296-2/\" title=\"mcm_4296\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4296-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4296\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4299-2/\" title=\"mcm_4299\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4299-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Chicken Wings with Buffalo Sauce\" title=\"mcm_4299\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4301/\" title=\"mcm_4301\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4301-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4301\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4302/\" title=\"mcm_4302\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_4302-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Moons over My Hammy\" title=\"mcm_4302\" /></a>\n<a href=\"http://ma.tt/2009/03/wordpress-party-pictures/mcm_4305/\" title=\"mcm_4305\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_4305-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_4305\" /></a>\";}i:7;a:7:{s:5:\"title\";s:23:\"Matt: Pottery and Water\";s:4:\"guid\";s:21:\"http://ma.tt/?p=13315\";s:4:\"link\";s:39:\"http://ma.tt/2009/03/pottery-and-water/\";s:11:\"description\";s:7228:\"<p>End of boating, pottery studio, and fishing in Hanoi.</p>\n<p><span id=\"more-13315\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1666-2/\" title=\"mcm_1666\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1666-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1666\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1667-2/\" title=\"mcm_1667\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1667-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1667\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1668-2/\" title=\"mcm_1668\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1668-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1668\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1669-2/\" title=\"mcm_1669\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1669-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1669\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1671/\" title=\"mcm_1671\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1671-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1671\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1672-2/\" title=\"mcm_1672\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1672-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1672\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1674-2/\" title=\"mcm_1674\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1674-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1674\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1675-2/\" title=\"mcm_1675\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1675-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1675\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1676-2/\" title=\"mcm_1676\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1676-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1676\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1678-2/\" title=\"mcm_1678\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1678-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1678\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1679-2/\" title=\"mcm_1679\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1679-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1679\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1681-2/\" title=\"mcm_1681\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1681-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1681\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1683/\" title=\"mcm_1683\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1683-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1683\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1684/\" title=\"mcm_1684\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1684-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1684\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1686/\" title=\"mcm_1686\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1686-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1686\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1687/\" title=\"mcm_1687\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1687-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1687\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1688/\" title=\"mcm_1688\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1688-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1688\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1689/\" title=\"mcm_1689\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1689-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1689\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1691/\" title=\"mcm_1691\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1691-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1691\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1692-2/\" title=\"mcm_1692\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1692-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1692\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1693/\" title=\"mcm_1693\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1693-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1693\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1694/\" title=\"mcm_1694\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1694-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1694\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1695/\" title=\"mcm_1695\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1695-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1695\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1696/\" title=\"mcm_1696\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1696-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1696\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1699/\" title=\"mcm_1699\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1699-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1699\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1702/\" title=\"mcm_1702\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1702-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1702\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1705-2/\" title=\"mcm_1705\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1705-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1705\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1707/\" title=\"mcm_1707\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1707-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1707\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1712/\" title=\"mcm_1712\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1712-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1712\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1716/\" title=\"mcm_1716\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1716-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1716\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1718/\" title=\"mcm_1718\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1718-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1718\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1719/\" title=\"mcm_1719\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1719-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1719\" /></a>\";s:7:\"pubdate\";s:31:\"Mon, 30 Mar 2009 22:30:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:7228:\"<p>End of boating, pottery studio, and fishing in Hanoi.</p>\n<p><span id=\"more-13315\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1666-2/\" title=\"mcm_1666\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1666-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1666\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1667-2/\" title=\"mcm_1667\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1667-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1667\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1668-2/\" title=\"mcm_1668\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1668-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1668\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1669-2/\" title=\"mcm_1669\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1669-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1669\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1671/\" title=\"mcm_1671\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1671-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1671\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1672-2/\" title=\"mcm_1672\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1672-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1672\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1674-2/\" title=\"mcm_1674\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1674-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1674\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1675-2/\" title=\"mcm_1675\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1675-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1675\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1676-2/\" title=\"mcm_1676\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1676-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1676\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1678-2/\" title=\"mcm_1678\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1678-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1678\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1679-2/\" title=\"mcm_1679\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1679-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1679\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1681-2/\" title=\"mcm_1681\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1681-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1681\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1683/\" title=\"mcm_1683\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1683-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1683\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1684/\" title=\"mcm_1684\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1684-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1684\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1686/\" title=\"mcm_1686\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1686-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1686\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1687/\" title=\"mcm_1687\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1687-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1687\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1688/\" title=\"mcm_1688\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1688-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1688\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1689/\" title=\"mcm_1689\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1689-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1689\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1691/\" title=\"mcm_1691\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1691-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1691\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1692-2/\" title=\"mcm_1692\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1692-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1692\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1693/\" title=\"mcm_1693\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1693-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1693\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1694/\" title=\"mcm_1694\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1694-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1694\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1695/\" title=\"mcm_1695\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1695-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1695\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1696/\" title=\"mcm_1696\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1696-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1696\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1699/\" title=\"mcm_1699\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1699-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1699\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1702/\" title=\"mcm_1702\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1702-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1702\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1705-2/\" title=\"mcm_1705\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1705-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1705\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1707/\" title=\"mcm_1707\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1707-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1707\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1712/\" title=\"mcm_1712\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1712-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1712\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1716/\" title=\"mcm_1716\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1716-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1716\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1718/\" title=\"mcm_1718\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1718-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1718\" /></a>\n<a href=\"http://ma.tt/2009/03/pottery-and-water/mcm_1719/\" title=\"mcm_1719\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1719-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1719\" /></a>\";}i:8;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: WordCamp China 2009 on April 4th\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5342\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2009/03/30/wordcamp-china-2009-on-april-4th/\";s:11:\"description\";s:321:\"<p><a href=\"http://asia.cnet.com/blogs/thetechdynasty/post.htm?id=63009550&scid=rvhm_ms\">WordCamp China 2009 coming soon to Shanghai</a>: WordCamp is coming to the Fudan University in Shanghai, China on the 4th of April. If you are close by, be sure to <a href=\"http://wordcampchina.org/\">register</a> and attend.</p>\";s:7:\"pubdate\";s:31:\"Mon, 30 Mar 2009 22:30:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:321:\"<p><a href=\"http://asia.cnet.com/blogs/thetechdynasty/post.htm?id=63009550&scid=rvhm_ms\">WordCamp China 2009 coming soon to Shanghai</a>: WordCamp is coming to the Fudan University in Shanghai, China on the 4th of April. If you are close by, be sure to <a href=\"http://wordcampchina.org/\">register</a> and attend.</p>\";}i:9;a:7:{s:5:\"title\";s:18:\"Matt: Around Hanoi\";s:4:\"guid\";s:21:\"http://ma.tt/?p=13001\";s:4:\"link\";s:34:\"http://ma.tt/2009/03/around-hanoi/\";s:11:\"description\";s:64187:\"<p>Visiting the “Hanoi Hilton” prison, Ho Chi Min’s house, an art museum, a pedal-bike tour, some awesome break-dancers, and random place dinner.</p>\n<p><span id=\"more-13001\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0445-2/\" title=\"mcm_0445\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0445-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0445\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0446/\" title=\"mcm_0446\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0446-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0446\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0447-3/\" title=\"mcm_0447\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0447-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0447\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0449-3/\" title=\"mcm_0449\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0449-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0449\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0450-2/\" title=\"mcm_0450\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0450-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0450\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0452-3/\" title=\"mcm_0452\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0452-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0452\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0453-2/\" title=\"mcm_0453\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0453-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0453\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0454-2/\" title=\"mcm_0454\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0454-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0454\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0455-3/\" title=\"mcm_0455\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0455-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0455\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0457-2/\" title=\"mcm_0457\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0457-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0457\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0458-3/\" title=\"mcm_0458\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0458-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0458\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0459-2/\" title=\"mcm_0459\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0459-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0459\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0466-3/\" title=\"mcm_0466\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0466-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0466\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0469-2/\" title=\"mcm_0469\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0469-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0469\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0471-2/\" title=\"mcm_0471\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0471-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0471\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0472-2/\" title=\"mcm_0472\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0472-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0472\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0473-3/\" title=\"mcm_0473\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0473-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0473\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0475-2/\" title=\"mcm_0475\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0475-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0475\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0476-3/\" title=\"mcm_0476\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0476-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0476\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0477-3/\" title=\"mcm_0477\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0477-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0477\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0478-3/\" title=\"mcm_0478\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0478-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0478\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0481-2/\" title=\"mcm_0481\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0481-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0481\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0482-2/\" title=\"mcm_0482\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0482-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0482\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0483-3/\" title=\"mcm_0483\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0483-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0483\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0486-3/\" title=\"mcm_0486\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0486-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0486\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0487-3/\" title=\"mcm_0487\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0487-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0487\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0488-3/\" title=\"mcm_0488\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0488-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0488\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0489-2/\" title=\"mcm_0489\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0489-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0489\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0490-2/\" title=\"mcm_0490\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0490-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0490\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0491-2/\" title=\"mcm_0491\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0491-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0491\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0492/\" title=\"mcm_0492\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0492-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0492\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0493-2/\" title=\"mcm_0493\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0493-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0493\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0494-3/\" title=\"mcm_0494\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0494-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0494\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0495-3/\" title=\"mcm_0495\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0495-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0495\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0497-2/\" title=\"mcm_0497\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0497-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0497\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0498-3/\" title=\"mcm_0498\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0498-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0498\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0500-2/\" title=\"mcm_0500\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0500-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0500\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0502-3/\" title=\"mcm_0502\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0502-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0502\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0503/\" title=\"mcm_0503\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0503-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0503\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0505-3/\" title=\"mcm_0505\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0505-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0505\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0509-3/\" title=\"mcm_0509\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0509-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0509\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0510-2/\" title=\"mcm_0510\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0510-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0510\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0512/\" title=\"mcm_0512\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0512-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0512\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0513-2/\" title=\"mcm_0513\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0513-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0513\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0514/\" title=\"mcm_0514\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0514-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0514\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0515-2/\" title=\"mcm_0515\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0515-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0515\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0518/\" title=\"mcm_0518\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0518-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0518\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0519-2/\" title=\"mcm_0519\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0519-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0519\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0522/\" title=\"mcm_0522\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0522-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0522\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0523/\" title=\"mcm_0523\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0523-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0523\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0527-2/\" title=\"mcm_0527\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0527-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0527\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0528-2/\" title=\"mcm_0528\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0528-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0528\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0530-2/\" title=\"mcm_0530\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0530-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0530\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0531/\" title=\"mcm_0531\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0531-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0531\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0533-2/\" title=\"mcm_0533\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0533-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0533\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0534-2/\" title=\"mcm_0534\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0534-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0534\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0535-2/\" title=\"mcm_0535\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0535-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0535\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0536/\" title=\"mcm_0536\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0536-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0536\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0537-2/\" title=\"mcm_0537\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0537-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0537\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0538-2/\" title=\"mcm_0538\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0538-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0538\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0539/\" title=\"mcm_0539\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0539-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0539\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0540/\" title=\"mcm_0540\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0540-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0540\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0541/\" title=\"mcm_0541\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0541-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0541\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0543-2/\" title=\"mcm_0543\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0543-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0543\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0545-2/\" title=\"mcm_0545\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0545-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0545\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0547-2/\" title=\"mcm_0547\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0547-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0547\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0549-2/\" title=\"mcm_0549\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0549-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0549\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0550-2/\" title=\"mcm_0550\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0550-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0550\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0553/\" title=\"mcm_0553\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0553-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0553\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0554/\" title=\"mcm_0554\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0554-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0554\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0557-2/\" title=\"mcm_0557\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0557-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0557\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0558/\" title=\"mcm_0558\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0558-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0558\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0559/\" title=\"mcm_0559\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0559-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0559\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0564-2/\" title=\"mcm_0564\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0564-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0564\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0565/\" title=\"mcm_0565\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0565-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0565\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0566-2/\" title=\"mcm_0566\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0566-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0566\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0567-2/\" title=\"mcm_0567\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0567-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0567\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0568-2/\" title=\"mcm_0568\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0568-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0568\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0569-2/\" title=\"mcm_0569\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0569-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0569\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0572/\" title=\"mcm_0572\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0572-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0572\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0573-2/\" title=\"mcm_0573\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0573-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0573\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0575-2/\" title=\"mcm_0575\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0575-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0575\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0577-2/\" title=\"mcm_0577\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0577-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0577\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0578/\" title=\"mcm_0578\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0578-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0578\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0581/\" title=\"mcm_0581\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0581-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0581\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0584/\" title=\"mcm_0584\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0584-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0584\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0586-2/\" title=\"mcm_0586\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0586-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0586\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0587/\" title=\"mcm_0587\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0587-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0587\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0588-2/\" title=\"mcm_0588\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0588-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0588\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0589-2/\" title=\"mcm_0589\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0589-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0589\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0590/\" title=\"mcm_0590\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0590-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0590\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0591-2/\" title=\"mcm_0591\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0591-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0591\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0594-2/\" title=\"mcm_0594\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0594-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0594\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0596-2/\" title=\"mcm_0596\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0596-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0596\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0597-2/\" title=\"mcm_0597\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0597-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0597\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0599/\" title=\"mcm_0599\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0599-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0599\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0600-2/\" title=\"mcm_0600\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0600-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0600\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0602/\" title=\"mcm_0602\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0602-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0602\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0603/\" title=\"mcm_0603\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0603-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0603\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0604-2/\" title=\"mcm_0604\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0604-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0604\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0605-2/\" title=\"mcm_0605\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0605-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0605\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0606-2/\" title=\"mcm_0606\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0606-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0606\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0607-2/\" title=\"mcm_0607\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0607-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0607\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0608/\" title=\"mcm_0608\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0608-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0608\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0610-2/\" title=\"mcm_0610\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0610-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0610\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0611-2/\" title=\"mcm_0611\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0611-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0611\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0612-2/\" title=\"mcm_0612\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0612-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0612\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0613/\" title=\"mcm_0613\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0613-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0613\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0614-2/\" title=\"mcm_0614\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0614-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0614\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0615/\" title=\"mcm_0615\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0615-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0615\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0616-2/\" title=\"mcm_0616\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0616-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0616\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0617/\" title=\"mcm_0617\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0617-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0617\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0618-2/\" title=\"mcm_0618\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0618-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0618\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0619-2/\" title=\"mcm_0619\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0619-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0619\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0620/\" title=\"mcm_0620\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0620-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0620\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0621-2/\" title=\"mcm_0621\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0621-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0621\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0622-2/\" title=\"mcm_0622\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0622-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0622\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0623/\" title=\"mcm_0623\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0623-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0623\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0625/\" title=\"mcm_0625\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0625-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0625\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0626-2/\" title=\"mcm_0626\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0626-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0626\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0629/\" title=\"mcm_0629\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0629-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0629\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0631-2/\" title=\"mcm_0631\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0631-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0631\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0632/\" title=\"mcm_0632\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0632-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0632\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0634-2/\" title=\"mcm_0634\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0634-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0634\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0636-2/\" title=\"mcm_0636\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0636-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0636\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0637/\" title=\"mcm_0637\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0637-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0637\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0639-2/\" title=\"mcm_0639\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0639-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0639\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0643/\" title=\"mcm_0643\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0643-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0643\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0645/\" title=\"mcm_0645\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0645-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0645\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0646-2/\" title=\"mcm_0646\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0646-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0646\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0647/\" title=\"mcm_0647\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0647-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0647\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0650-2/\" title=\"mcm_0650\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0650-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0650\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0652-2/\" title=\"mcm_0652\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0652-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0652\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0653/\" title=\"mcm_0653\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0653-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0653\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0654/\" title=\"mcm_0654\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0654-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0654\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0655-2/\" title=\"mcm_0655\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0655-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0655\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0657/\" title=\"mcm_0657\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0657-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0657\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0659-2/\" title=\"mcm_0659\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0659-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0659\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0661/\" title=\"mcm_0661\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0661-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0661\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0668-2/\" title=\"mcm_0668\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0668-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0668\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0669/\" title=\"mcm_0669\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0669-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0669\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0670/\" title=\"mcm_0670\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0670-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0670\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0672-2/\" title=\"mcm_0672\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0672-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0672\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0673/\" title=\"mcm_0673\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0673-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0673\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0674/\" title=\"mcm_0674\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0674-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0674\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0676/\" title=\"mcm_0676\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0676-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0676\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0677/\" title=\"mcm_0677\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0677-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0677\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0681/\" title=\"mcm_0681\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0681-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0681\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0685/\" title=\"mcm_0685\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0685-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0685\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0686-2/\" title=\"mcm_0686\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0686-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0686\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0689-2/\" title=\"mcm_0689\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0689-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0689\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0690/\" title=\"mcm_0690\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0690-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0690\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0691-2/\" title=\"mcm_0691\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0691-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0691\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0693/\" title=\"mcm_0693\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0693-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0693\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0694-2/\" title=\"mcm_0694\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0694-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0694\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0696-2/\" title=\"mcm_0696\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0696-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0696\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0697/\" title=\"mcm_0697\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0697-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0697\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0702-2/\" title=\"mcm_0702\"><img width=\"140\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0702-140x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0702\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0703/\" title=\"mcm_0703\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0703-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0703\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0704/\" title=\"mcm_0704\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0704-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0704\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0706/\" title=\"mcm_0706\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0706-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0706\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0707-2/\" title=\"mcm_0707\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0707-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0707\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0709-2/\" title=\"mcm_0709\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0709-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0709\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0711/\" title=\"mcm_0711\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0711-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0711\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0715-2/\" title=\"mcm_0715\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0715-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0715\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0718-2/\" title=\"mcm_0718\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0718-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0718\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0722/\" title=\"mcm_0722\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0722-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0722\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0724/\" title=\"mcm_0724\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0724-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0724\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0726-2/\" title=\"mcm_0726\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0726-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0726\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0730/\" title=\"mcm_0730\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0730-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0730\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0735-2/\" title=\"mcm_0735\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0735-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0735\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0736-2/\" title=\"mcm_0736\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0736-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0736\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0737-2/\" title=\"mcm_0737\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0737-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0737\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0740/\" title=\"mcm_0740\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0740-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0740\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0745/\" title=\"mcm_0745\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0745-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0745\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0748/\" title=\"mcm_0748\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0748-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0748\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0749/\" title=\"mcm_0749\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0749-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0749\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0751-2/\" title=\"mcm_0751\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0751-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0751\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0752/\" title=\"mcm_0752\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0752-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0752\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0753-2/\" title=\"mcm_0753\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0753-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0753\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0755/\" title=\"mcm_0755\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0755-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0755\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0759/\" title=\"mcm_0759\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0759-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0759\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0761/\" title=\"mcm_0761\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0761-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0761\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0763/\" title=\"mcm_0763\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0763-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0763\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0767/\" title=\"mcm_0767\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0767-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0767\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0771-2/\" title=\"mcm_0771\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0771-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0771\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0773/\" title=\"mcm_0773\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0773-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0773\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0774-2/\" title=\"mcm_0774\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0774-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0774\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0777/\" title=\"mcm_0777\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0777-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0777\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0780-2/\" title=\"mcm_0780\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0780-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0780\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0786/\" title=\"mcm_0786\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0786-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0786\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0787-2/\" title=\"mcm_0787\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0787-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0787\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0788-2/\" title=\"mcm_0788\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0788-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0788\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0789-2/\" title=\"mcm_0789\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0789-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0789\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0790-2/\" title=\"mcm_0790\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0790-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0790\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0792/\" title=\"mcm_0792\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0792-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0792\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0794-2/\" title=\"mcm_0794\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0794-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0794\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0796/\" title=\"mcm_0796\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0796-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0796\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0798/\" title=\"mcm_0798\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0798-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0798\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0804-2/\" title=\"mcm_0804\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0804-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0804\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0807/\" title=\"mcm_0807\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0807-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0807\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0808/\" title=\"mcm_0808\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0808-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0808\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0809/\" title=\"mcm_0809\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0809-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0809\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0815-2/\" title=\"mcm_0815\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0815-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0815\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0816-2/\" title=\"mcm_0816\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0816-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0816\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0818/\" title=\"mcm_0818\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0818-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0818\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0820-2/\" title=\"mcm_0820\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0820-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0820\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0822-2/\" title=\"mcm_0822\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0822-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0822\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0824/\" title=\"mcm_0824\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0824-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0824\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0826/\" title=\"mcm_0826\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0826-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0826\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0828-2/\" title=\"mcm_0828\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0828-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0828\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0834-2/\" title=\"mcm_0834\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0834-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0834\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0839-2/\" title=\"mcm_0839\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0839-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0839\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0840-2/\" title=\"mcm_0840\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0840-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0840\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0841-2/\" title=\"mcm_0841\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0841-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0841\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0847-2/\" title=\"mcm_0847\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0847-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0847\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0848-2/\" title=\"mcm_0848\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0848-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0848\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0850/\" title=\"mcm_0850\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0850-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0850\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0851-2/\" title=\"mcm_0851\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0851-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0851\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0852-2/\" title=\"mcm_0852\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0852-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0852\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0853/\" title=\"mcm_0853\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0853-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0853\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0854/\" title=\"mcm_0854\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0854-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0854\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0855/\" title=\"mcm_0855\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0855-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0855\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0856-2/\" title=\"mcm_0856\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0856-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0856\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0857/\" title=\"mcm_0857\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0857-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0857\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0858/\" title=\"mcm_0858\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0858-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0858\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0859/\" title=\"mcm_0859\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0859-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0859\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0860-2/\" title=\"mcm_0860\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0860-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0860\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0864-2/\" title=\"mcm_0864\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0864-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0864\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0869/\" title=\"mcm_0869\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0869-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0869\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0873/\" title=\"mcm_0873\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0873-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0873\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0875/\" title=\"mcm_0875\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0875-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0875\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0878/\" title=\"mcm_0878\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0878-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0878\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0880/\" title=\"mcm_0880\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0880-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0880\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0882/\" title=\"mcm_0882\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0882-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0882\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0890-2/\" title=\"mcm_0890\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0890-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0890\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0896-2/\" title=\"mcm_0896\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0896-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0896\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0897-2/\" title=\"mcm_0897\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0897-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0897\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0898-2/\" title=\"mcm_0898\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0898-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0898\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0900-3/\" title=\"mcm_0900\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0900-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0900\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0904-3/\" title=\"mcm_0904\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0904-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0904\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0909-2/\" title=\"mcm_0909\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0909-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0909\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0915-3/\" title=\"mcm_0915\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0915-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0915\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0918-2/\" title=\"mcm_0918\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0918-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0918\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0919/\" title=\"mcm_0919\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0919-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0919\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0923/\" title=\"mcm_0923\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0923-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0923\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0924-2/\" title=\"mcm_0924\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0924-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0924\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0925-2/\" title=\"mcm_0925\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0925-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0925\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0928-3/\" title=\"mcm_0928\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0928-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0928\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0931-3/\" title=\"mcm_0931\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0931-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0931\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0934-2/\" title=\"mcm_0934\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0934-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0934\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0935-3/\" title=\"mcm_0935\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0935-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0935\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0944-3/\" title=\"mcm_0944\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0944-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0944\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0949/\" title=\"mcm_0949\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0949-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0949\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0957-3/\" title=\"mcm_0957\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0957-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0957\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0971-2/\" title=\"mcm_0971\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0971-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"This is one of my favorite photos from the trip\" title=\"mcm_0971\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0972/\" title=\"mcm_0972\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0972-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0972\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0974-2/\" title=\"mcm_0974\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0974-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0974\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0975-2/\" title=\"mcm_0975\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0975-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0975\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0977-3/\" title=\"mcm_0977\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0977-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0977\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0980/\" title=\"mcm_0980\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0980-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0980\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0982-2/\" title=\"mcm_0982\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0982-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0982\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0983-2/\" title=\"mcm_0983\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0983-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0983\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0984-2/\" title=\"mcm_0984\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0984-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0984\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0985/\" title=\"mcm_0985\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0985-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0985\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0986-2/\" title=\"mcm_0986\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0986-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0986\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0988-2/\" title=\"mcm_0988\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0988-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0988\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0989-2/\" title=\"mcm_0989\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0989-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0989\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0990-2/\" title=\"mcm_0990\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0990-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0990\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0992-2/\" title=\"mcm_0992\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0992-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0992\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0994-2/\" title=\"mcm_0994\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0994-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0994\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0996/\" title=\"mcm_0996\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0996-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0996\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0997/\" title=\"mcm_0997\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0997-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0997\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0999/\" title=\"mcm_0999\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0999-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0999\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1000-2/\" title=\"mcm_1000\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1000-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1000\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1001/\" title=\"mcm_1001\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1001-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1001\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1003/\" title=\"mcm_1003\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1003-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1003\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1005-2/\" title=\"mcm_1005\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1005-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1005\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1006/\" title=\"mcm_1006\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1006-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1006\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1018/\" title=\"mcm_1018\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1018-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1018\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1021/\" title=\"mcm_1021\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1021-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1021\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1022/\" title=\"mcm_1022\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1022-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1022\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1024-2/\" title=\"mcm_1024\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1024-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1024\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1026-2/\" title=\"mcm_1026\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1026-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1026\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1028-2/\" title=\"mcm_1028\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1028-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1028\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1029/\" title=\"mcm_1029\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1029-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1029\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1030-2/\" title=\"mcm_1030\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1030-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1030\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1031/\" title=\"mcm_1031\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1031-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1031\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1032/\" title=\"mcm_1032\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1032-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1032\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1033-2/\" title=\"mcm_1033\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1033-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1033\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1037-2/\" title=\"mcm_1037\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1037-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1037\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1038-2/\" title=\"mcm_1038\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1038-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1038\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1039/\" title=\"mcm_1039\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1039-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1039\" /></a>\";s:7:\"pubdate\";s:31:\"Mon, 30 Mar 2009 22:00:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:64187:\"<p>Visiting the “Hanoi Hilton” prison, Ho Chi Min’s house, an art museum, a pedal-bike tour, some awesome break-dancers, and random place dinner.</p>\n<p><span id=\"more-13001\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0445-2/\" title=\"mcm_0445\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0445-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0445\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0446/\" title=\"mcm_0446\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0446-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0446\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0447-3/\" title=\"mcm_0447\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0447-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0447\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0449-3/\" title=\"mcm_0449\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0449-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0449\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0450-2/\" title=\"mcm_0450\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0450-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0450\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0452-3/\" title=\"mcm_0452\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0452-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0452\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0453-2/\" title=\"mcm_0453\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0453-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0453\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0454-2/\" title=\"mcm_0454\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0454-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0454\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0455-3/\" title=\"mcm_0455\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0455-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0455\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0457-2/\" title=\"mcm_0457\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0457-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0457\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0458-3/\" title=\"mcm_0458\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0458-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0458\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0459-2/\" title=\"mcm_0459\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0459-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0459\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0466-3/\" title=\"mcm_0466\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0466-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0466\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0469-2/\" title=\"mcm_0469\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0469-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0469\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0471-2/\" title=\"mcm_0471\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0471-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0471\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0472-2/\" title=\"mcm_0472\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0472-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0472\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0473-3/\" title=\"mcm_0473\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0473-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0473\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0475-2/\" title=\"mcm_0475\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0475-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0475\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0476-3/\" title=\"mcm_0476\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0476-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0476\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0477-3/\" title=\"mcm_0477\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0477-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0477\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0478-3/\" title=\"mcm_0478\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0478-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0478\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0481-2/\" title=\"mcm_0481\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0481-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0481\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0482-2/\" title=\"mcm_0482\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0482-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0482\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0483-3/\" title=\"mcm_0483\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0483-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0483\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0486-3/\" title=\"mcm_0486\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0486-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0486\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0487-3/\" title=\"mcm_0487\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0487-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0487\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0488-3/\" title=\"mcm_0488\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0488-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0488\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0489-2/\" title=\"mcm_0489\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0489-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0489\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0490-2/\" title=\"mcm_0490\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0490-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0490\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0491-2/\" title=\"mcm_0491\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0491-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0491\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0492/\" title=\"mcm_0492\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0492-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0492\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0493-2/\" title=\"mcm_0493\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0493-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0493\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0494-3/\" title=\"mcm_0494\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0494-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0494\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0495-3/\" title=\"mcm_0495\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0495-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0495\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0497-2/\" title=\"mcm_0497\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0497-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0497\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0498-3/\" title=\"mcm_0498\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0498-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0498\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0500-2/\" title=\"mcm_0500\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0500-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0500\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0502-3/\" title=\"mcm_0502\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0502-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0502\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0503/\" title=\"mcm_0503\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0503-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0503\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0505-3/\" title=\"mcm_0505\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0505-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0505\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0509-3/\" title=\"mcm_0509\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0509-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0509\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0510-2/\" title=\"mcm_0510\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0510-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0510\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0512/\" title=\"mcm_0512\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0512-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0512\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0513-2/\" title=\"mcm_0513\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0513-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0513\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0514/\" title=\"mcm_0514\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0514-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0514\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0515-2/\" title=\"mcm_0515\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0515-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0515\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0518/\" title=\"mcm_0518\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0518-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0518\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0519-2/\" title=\"mcm_0519\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0519-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0519\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0522/\" title=\"mcm_0522\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0522-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0522\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0523/\" title=\"mcm_0523\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0523-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0523\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0527-2/\" title=\"mcm_0527\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0527-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0527\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0528-2/\" title=\"mcm_0528\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0528-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0528\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0530-2/\" title=\"mcm_0530\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0530-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0530\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0531/\" title=\"mcm_0531\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0531-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0531\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0533-2/\" title=\"mcm_0533\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0533-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0533\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0534-2/\" title=\"mcm_0534\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0534-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0534\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0535-2/\" title=\"mcm_0535\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0535-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0535\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0536/\" title=\"mcm_0536\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0536-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0536\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0537-2/\" title=\"mcm_0537\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0537-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0537\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0538-2/\" title=\"mcm_0538\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0538-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0538\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0539/\" title=\"mcm_0539\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0539-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0539\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0540/\" title=\"mcm_0540\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0540-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0540\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0541/\" title=\"mcm_0541\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0541-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0541\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0543-2/\" title=\"mcm_0543\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0543-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0543\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0545-2/\" title=\"mcm_0545\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0545-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0545\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0547-2/\" title=\"mcm_0547\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0547-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0547\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0549-2/\" title=\"mcm_0549\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0549-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0549\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0550-2/\" title=\"mcm_0550\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0550-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0550\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0553/\" title=\"mcm_0553\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0553-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0553\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0554/\" title=\"mcm_0554\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0554-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0554\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0557-2/\" title=\"mcm_0557\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0557-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0557\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0558/\" title=\"mcm_0558\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0558-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0558\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0559/\" title=\"mcm_0559\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0559-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0559\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0564-2/\" title=\"mcm_0564\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0564-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0564\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0565/\" title=\"mcm_0565\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0565-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0565\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0566-2/\" title=\"mcm_0566\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0566-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0566\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0567-2/\" title=\"mcm_0567\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0567-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0567\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0568-2/\" title=\"mcm_0568\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0568-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0568\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0569-2/\" title=\"mcm_0569\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0569-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0569\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0572/\" title=\"mcm_0572\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0572-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0572\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0573-2/\" title=\"mcm_0573\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0573-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0573\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0575-2/\" title=\"mcm_0575\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0575-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0575\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0577-2/\" title=\"mcm_0577\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0577-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0577\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0578/\" title=\"mcm_0578\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0578-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0578\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0581/\" title=\"mcm_0581\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0581-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0581\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0584/\" title=\"mcm_0584\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0584-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0584\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0586-2/\" title=\"mcm_0586\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0586-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0586\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0587/\" title=\"mcm_0587\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0587-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0587\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0588-2/\" title=\"mcm_0588\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0588-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0588\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0589-2/\" title=\"mcm_0589\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0589-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0589\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0590/\" title=\"mcm_0590\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0590-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0590\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0591-2/\" title=\"mcm_0591\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0591-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0591\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0594-2/\" title=\"mcm_0594\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0594-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0594\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0596-2/\" title=\"mcm_0596\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0596-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0596\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0597-2/\" title=\"mcm_0597\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0597-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0597\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0599/\" title=\"mcm_0599\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0599-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0599\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0600-2/\" title=\"mcm_0600\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0600-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0600\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0602/\" title=\"mcm_0602\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0602-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0602\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0603/\" title=\"mcm_0603\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0603-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0603\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0604-2/\" title=\"mcm_0604\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0604-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0604\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0605-2/\" title=\"mcm_0605\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0605-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0605\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0606-2/\" title=\"mcm_0606\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0606-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0606\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0607-2/\" title=\"mcm_0607\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0607-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0607\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0608/\" title=\"mcm_0608\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0608-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0608\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0610-2/\" title=\"mcm_0610\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0610-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0610\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0611-2/\" title=\"mcm_0611\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0611-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0611\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0612-2/\" title=\"mcm_0612\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0612-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0612\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0613/\" title=\"mcm_0613\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0613-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0613\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0614-2/\" title=\"mcm_0614\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0614-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0614\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0615/\" title=\"mcm_0615\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0615-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0615\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0616-2/\" title=\"mcm_0616\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0616-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0616\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0617/\" title=\"mcm_0617\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0617-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0617\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0618-2/\" title=\"mcm_0618\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0618-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0618\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0619-2/\" title=\"mcm_0619\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0619-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0619\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0620/\" title=\"mcm_0620\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0620-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0620\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0621-2/\" title=\"mcm_0621\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0621-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0621\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0622-2/\" title=\"mcm_0622\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0622-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0622\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0623/\" title=\"mcm_0623\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0623-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0623\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0625/\" title=\"mcm_0625\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0625-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0625\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0626-2/\" title=\"mcm_0626\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0626-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0626\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0629/\" title=\"mcm_0629\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0629-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0629\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0631-2/\" title=\"mcm_0631\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0631-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0631\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0632/\" title=\"mcm_0632\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0632-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0632\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0634-2/\" title=\"mcm_0634\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0634-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0634\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0636-2/\" title=\"mcm_0636\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0636-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0636\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0637/\" title=\"mcm_0637\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0637-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0637\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0639-2/\" title=\"mcm_0639\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0639-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0639\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0643/\" title=\"mcm_0643\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0643-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0643\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0645/\" title=\"mcm_0645\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0645-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0645\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0646-2/\" title=\"mcm_0646\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0646-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0646\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0647/\" title=\"mcm_0647\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0647-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0647\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0650-2/\" title=\"mcm_0650\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0650-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0650\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0652-2/\" title=\"mcm_0652\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0652-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0652\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0653/\" title=\"mcm_0653\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0653-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0653\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0654/\" title=\"mcm_0654\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0654-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0654\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0655-2/\" title=\"mcm_0655\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0655-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0655\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0657/\" title=\"mcm_0657\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0657-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0657\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0659-2/\" title=\"mcm_0659\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0659-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0659\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0661/\" title=\"mcm_0661\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0661-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0661\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0668-2/\" title=\"mcm_0668\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0668-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0668\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0669/\" title=\"mcm_0669\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0669-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0669\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0670/\" title=\"mcm_0670\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0670-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0670\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0672-2/\" title=\"mcm_0672\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0672-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0672\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0673/\" title=\"mcm_0673\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0673-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0673\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0674/\" title=\"mcm_0674\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0674-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0674\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0676/\" title=\"mcm_0676\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0676-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0676\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0677/\" title=\"mcm_0677\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0677-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0677\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0681/\" title=\"mcm_0681\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0681-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0681\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0685/\" title=\"mcm_0685\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0685-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0685\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0686-2/\" title=\"mcm_0686\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0686-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0686\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0689-2/\" title=\"mcm_0689\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0689-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0689\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0690/\" title=\"mcm_0690\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0690-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0690\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0691-2/\" title=\"mcm_0691\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0691-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0691\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0693/\" title=\"mcm_0693\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0693-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0693\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0694-2/\" title=\"mcm_0694\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0694-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0694\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0696-2/\" title=\"mcm_0696\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0696-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0696\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0697/\" title=\"mcm_0697\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0697-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0697\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0702-2/\" title=\"mcm_0702\"><img width=\"140\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0702-140x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0702\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0703/\" title=\"mcm_0703\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0703-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0703\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0704/\" title=\"mcm_0704\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0704-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0704\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0706/\" title=\"mcm_0706\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0706-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0706\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0707-2/\" title=\"mcm_0707\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0707-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0707\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0709-2/\" title=\"mcm_0709\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0709-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0709\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0711/\" title=\"mcm_0711\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0711-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0711\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0715-2/\" title=\"mcm_0715\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0715-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0715\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0718-2/\" title=\"mcm_0718\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0718-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0718\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0722/\" title=\"mcm_0722\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0722-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0722\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0724/\" title=\"mcm_0724\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0724-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0724\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0726-2/\" title=\"mcm_0726\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0726-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0726\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0730/\" title=\"mcm_0730\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0730-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0730\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0735-2/\" title=\"mcm_0735\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0735-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0735\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0736-2/\" title=\"mcm_0736\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0736-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0736\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0737-2/\" title=\"mcm_0737\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0737-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0737\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0740/\" title=\"mcm_0740\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0740-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0740\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0745/\" title=\"mcm_0745\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0745-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0745\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0748/\" title=\"mcm_0748\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0748-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0748\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0749/\" title=\"mcm_0749\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0749-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0749\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0751-2/\" title=\"mcm_0751\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0751-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0751\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0752/\" title=\"mcm_0752\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0752-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0752\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0753-2/\" title=\"mcm_0753\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0753-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0753\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0755/\" title=\"mcm_0755\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0755-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0755\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0759/\" title=\"mcm_0759\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0759-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0759\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0761/\" title=\"mcm_0761\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0761-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0761\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0763/\" title=\"mcm_0763\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0763-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0763\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0767/\" title=\"mcm_0767\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0767-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0767\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0771-2/\" title=\"mcm_0771\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0771-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0771\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0773/\" title=\"mcm_0773\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0773-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0773\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0774-2/\" title=\"mcm_0774\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0774-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0774\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0777/\" title=\"mcm_0777\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0777-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0777\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0780-2/\" title=\"mcm_0780\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0780-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0780\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0786/\" title=\"mcm_0786\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0786-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0786\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0787-2/\" title=\"mcm_0787\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0787-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0787\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0788-2/\" title=\"mcm_0788\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0788-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0788\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0789-2/\" title=\"mcm_0789\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0789-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0789\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0790-2/\" title=\"mcm_0790\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0790-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0790\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0792/\" title=\"mcm_0792\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0792-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0792\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0794-2/\" title=\"mcm_0794\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0794-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0794\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0796/\" title=\"mcm_0796\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0796-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0796\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0798/\" title=\"mcm_0798\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0798-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0798\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0804-2/\" title=\"mcm_0804\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0804-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0804\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0807/\" title=\"mcm_0807\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0807-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0807\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0808/\" title=\"mcm_0808\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0808-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0808\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0809/\" title=\"mcm_0809\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0809-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0809\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0815-2/\" title=\"mcm_0815\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0815-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0815\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0816-2/\" title=\"mcm_0816\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0816-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0816\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0818/\" title=\"mcm_0818\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0818-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0818\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0820-2/\" title=\"mcm_0820\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0820-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0820\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0822-2/\" title=\"mcm_0822\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0822-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0822\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0824/\" title=\"mcm_0824\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0824-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0824\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0826/\" title=\"mcm_0826\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0826-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0826\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0828-2/\" title=\"mcm_0828\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0828-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0828\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0834-2/\" title=\"mcm_0834\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0834-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0834\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0839-2/\" title=\"mcm_0839\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0839-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0839\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0840-2/\" title=\"mcm_0840\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0840-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0840\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0841-2/\" title=\"mcm_0841\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0841-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0841\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0847-2/\" title=\"mcm_0847\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0847-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0847\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0848-2/\" title=\"mcm_0848\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0848-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0848\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0850/\" title=\"mcm_0850\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0850-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0850\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0851-2/\" title=\"mcm_0851\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0851-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0851\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0852-2/\" title=\"mcm_0852\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0852-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0852\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0853/\" title=\"mcm_0853\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0853-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0853\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0854/\" title=\"mcm_0854\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0854-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0854\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0855/\" title=\"mcm_0855\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0855-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0855\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0856-2/\" title=\"mcm_0856\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0856-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0856\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0857/\" title=\"mcm_0857\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0857-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0857\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0858/\" title=\"mcm_0858\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0858-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0858\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0859/\" title=\"mcm_0859\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0859-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0859\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0860-2/\" title=\"mcm_0860\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0860-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0860\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0864-2/\" title=\"mcm_0864\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0864-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0864\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0869/\" title=\"mcm_0869\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0869-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0869\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0873/\" title=\"mcm_0873\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0873-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0873\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0875/\" title=\"mcm_0875\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0875-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0875\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0878/\" title=\"mcm_0878\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0878-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0878\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0880/\" title=\"mcm_0880\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0880-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0880\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0882/\" title=\"mcm_0882\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0882-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0882\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0890-2/\" title=\"mcm_0890\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0890-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0890\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0896-2/\" title=\"mcm_0896\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0896-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0896\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0897-2/\" title=\"mcm_0897\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0897-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0897\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0898-2/\" title=\"mcm_0898\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0898-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0898\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0900-3/\" title=\"mcm_0900\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0900-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0900\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0904-3/\" title=\"mcm_0904\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0904-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0904\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0909-2/\" title=\"mcm_0909\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0909-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0909\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0915-3/\" title=\"mcm_0915\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0915-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0915\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0918-2/\" title=\"mcm_0918\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0918-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0918\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0919/\" title=\"mcm_0919\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0919-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0919\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0923/\" title=\"mcm_0923\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0923-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0923\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0924-2/\" title=\"mcm_0924\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0924-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0924\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0925-2/\" title=\"mcm_0925\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0925-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0925\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0928-3/\" title=\"mcm_0928\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0928-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0928\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0931-3/\" title=\"mcm_0931\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0931-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0931\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0934-2/\" title=\"mcm_0934\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0934-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0934\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0935-3/\" title=\"mcm_0935\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0935-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0935\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0944-3/\" title=\"mcm_0944\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0944-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0944\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0949/\" title=\"mcm_0949\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0949-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0949\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0957-3/\" title=\"mcm_0957\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0957-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0957\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0971-2/\" title=\"mcm_0971\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0971-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"This is one of my favorite photos from the trip\" title=\"mcm_0971\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0972/\" title=\"mcm_0972\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0972-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0972\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0974-2/\" title=\"mcm_0974\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0974-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0974\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0975-2/\" title=\"mcm_0975\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0975-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0975\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0977-3/\" title=\"mcm_0977\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0977-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0977\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0980/\" title=\"mcm_0980\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0980-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0980\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0982-2/\" title=\"mcm_0982\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0982-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0982\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0983-2/\" title=\"mcm_0983\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0983-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0983\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0984-2/\" title=\"mcm_0984\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_0984-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0984\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0985/\" title=\"mcm_0985\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0985-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0985\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0986-2/\" title=\"mcm_0986\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0986-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0986\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0988-2/\" title=\"mcm_0988\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0988-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0988\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0989-2/\" title=\"mcm_0989\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0989-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0989\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0990-2/\" title=\"mcm_0990\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0990-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0990\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0992-2/\" title=\"mcm_0992\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0992-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0992\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0994-2/\" title=\"mcm_0994\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0994-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0994\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0996/\" title=\"mcm_0996\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0996-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0996\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0997/\" title=\"mcm_0997\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0997-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0997\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_0999/\" title=\"mcm_0999\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_0999-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_0999\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1000-2/\" title=\"mcm_1000\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1000-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1000\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1001/\" title=\"mcm_1001\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1001-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1001\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1003/\" title=\"mcm_1003\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1003-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1003\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1005-2/\" title=\"mcm_1005\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1005-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1005\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1006/\" title=\"mcm_1006\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1006-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1006\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1018/\" title=\"mcm_1018\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1018-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1018\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1021/\" title=\"mcm_1021\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1021-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1021\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1022/\" title=\"mcm_1022\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1022-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1022\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1024-2/\" title=\"mcm_1024\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1024-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1024\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1026-2/\" title=\"mcm_1026\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1026-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1026\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1028-2/\" title=\"mcm_1028\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1028-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1028\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1029/\" title=\"mcm_1029\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1029-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1029\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1030-2/\" title=\"mcm_1030\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1030-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1030\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1031/\" title=\"mcm_1031\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1031-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1031\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1032/\" title=\"mcm_1032\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1032-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1032\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1033-2/\" title=\"mcm_1033\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1033-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1033\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1037-2/\" title=\"mcm_1037\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1037-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1037\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1038-2/\" title=\"mcm_1038\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1038-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1038\" /></a>\n<a href=\"http://ma.tt/2009/03/around-hanoi/mcm_1039/\" title=\"mcm_1039\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1039-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1039\" /></a>\";}i:10;a:7:{s:5:\"title\";s:29:\"Matt: WordPress Party Tonight\";s:4:\"guid\";s:21:\"http://ma.tt/?p=13079\";s:4:\"link\";s:45:\"http://ma.tt/2009/03/wordpress-party-tonight/\";s:11:\"description\";s:774:\"<p>Tonight (Monday March 30) at 7 PM we’re opening up the new Automattic space at <a href=\"http://pier38.com/\">Pier 38</a> for the first time because so many of our friends will be in town for Web 2.0 Expo and <a href=\"http://www.web2expo.com/webexsf2009/public/content/events\">all their fun events</a>. Come by our spot (on Embarcadero in between Brannan and Townsend) starting at 7 PM and enjoy good music, free booze, and geeky friends. We’re on the left corner and there’s a bunch of circles in the window and an Automattic sign over the door. (Sorry for the late announcement, if you could help us get the word out I’d appreciate it.) <a href=\"http://www.facebook.com/event.php?eid=61601458193&ref=nf\">You can RSVP on Facebook here</a>.</p>\";s:7:\"pubdate\";s:31:\"Mon, 30 Mar 2009 17:55:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:774:\"<p>Tonight (Monday March 30) at 7 PM we’re opening up the new Automattic space at <a href=\"http://pier38.com/\">Pier 38</a> for the first time because so many of our friends will be in town for Web 2.0 Expo and <a href=\"http://www.web2expo.com/webexsf2009/public/content/events\">all their fun events</a>. Come by our spot (on Embarcadero in between Brannan and Townsend) starting at 7 PM and enjoy good music, free booze, and geeky friends. We’re on the left corner and there’s a bunch of circles in the window and an Automattic sign over the door. (Sorry for the late announcement, if you could help us get the word out I’d appreciate it.) <a href=\"http://www.facebook.com/event.php?eid=61601458193&ref=nf\">You can RSVP on Facebook here</a>.</p>\";}i:11;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 03/30\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5481\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/03/30/wordpress-plugin-releases-for-0330/\";s:11:\"description\";s:3537:\"<h3>New Plugins</h3>\n<p><a href=\"http://smallwebsitehost.com/statistic-wordpress-plugin/wordpress/\">Simple Referal Stat</a></p>\n<p>This plugin is a simple blog stat. You can see where does your traffic come from and how many page view.</p>\n<p><a href=\"http://www.docstrangelove.com/wordpress-plugins/\">Twitter LiveBlog</a></p>\n<p>Twitter LiveBlog integrates with Twitter and lets you liveblog on your WordPress blog.</p>\n<p><a href=\"http://blog.mudy.info/my-plugins/\">Image Optimizer</a></p>\n<p>Reduce uploaded images’s size with Optipng and Jhead. There is no option for this plugin.</p>\n<p><a href=\"http://timheuer.com/silverlight-for-wordpress\">Silverlight for WordPress</a></p>\n<p>Silverlight for WordPress allows a WordPress user to specify a Silverlight application (XAP) to embed within their WordPress content</p>\n<p><a href=\"http://www.fergusweb.net/software/linkhopper/\">Link Hopper</a></p>\n<p>Easily set up links like /hop/google/ to redirect users to www.google.com. This can be useful in masking your affiliate links. If your affiliate link needs to change, you can just change the HOP values in a single place, without having to search your site for outdated links.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.gdstarrating.com/2009/03/26/gd-star-rating-118/\">GD Star Rating</a></p>\n<p>GD Star Rating is post, page and comment rating plugin for WordPress. Plugin supports different image sets, rating moderation, vote rules, time restricted voting, templates, trend calculations, has a widgets build in and extensive shortcode support.</p>\n<p><a href=\"http://deuced.net/shout-stream/\">Shout Stream</a></p>\n<p>Shout Stream plugin is a widget that embeds a mini Player at your sidebar to connect to a shoutcast stream along with LIVE stats. You can select Media player which is readable from all major browsers or <a href=\"http://www.draftlight.net/dnex/mp3player/minicaster/free/\">Minicaster</a> flash player.</p>\n<p>Now supports popup windows for multiple shoutcast streams along with minicaster flash player or media player and live stats (ajax) from your shoutcast page.</p>\n<p><a href=\"http://www.italyisfalling.com/stray-random-quotes/\">Stray Random Quotes</a></p>\n<p>Stray Random Quotes helps you collect and display random quotes everywhere on your blog. The quotes can be reloaded with ajax automation. The plugin is widget compatible, and the appearance of the quotes can be highly customized. It comes with a easy to use management tool and a option page.</p>\n<p><a href=\"http://blog.avirtualhome.com/wordpress-plugins/avh-amazon/\">AVH Amazon</a></p>\n<p>The AVH-Amazon WordPress plugin gives you the ability to add a widget which will display a random item from your Amazon wish list, baby and/or wedding registry.</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://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/\">SyntaxHighlighter</a></p>\n<p>SyntaxHighlighter Evolved allows you to easily post syntax-highlighted code to your site without loosing it’s formatting or making any manual changes. It uses the <a href=\"http://alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter JavaScript package by Alex Gorbatchev</a> and a bit of code by <a href=\"http://wordpress.com/\">Automattic</a>.</p>\";s:7:\"pubdate\";s:31:\"Mon, 30 Mar 2009 16:00:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:3537:\"<h3>New Plugins</h3>\n<p><a href=\"http://smallwebsitehost.com/statistic-wordpress-plugin/wordpress/\">Simple Referal Stat</a></p>\n<p>This plugin is a simple blog stat. You can see where does your traffic come from and how many page view.</p>\n<p><a href=\"http://www.docstrangelove.com/wordpress-plugins/\">Twitter LiveBlog</a></p>\n<p>Twitter LiveBlog integrates with Twitter and lets you liveblog on your WordPress blog.</p>\n<p><a href=\"http://blog.mudy.info/my-plugins/\">Image Optimizer</a></p>\n<p>Reduce uploaded images’s size with Optipng and Jhead. There is no option for this plugin.</p>\n<p><a href=\"http://timheuer.com/silverlight-for-wordpress\">Silverlight for WordPress</a></p>\n<p>Silverlight for WordPress allows a WordPress user to specify a Silverlight application (XAP) to embed within their WordPress content</p>\n<p><a href=\"http://www.fergusweb.net/software/linkhopper/\">Link Hopper</a></p>\n<p>Easily set up links like /hop/google/ to redirect users to www.google.com. This can be useful in masking your affiliate links. If your affiliate link needs to change, you can just change the HOP values in a single place, without having to search your site for outdated links.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.gdstarrating.com/2009/03/26/gd-star-rating-118/\">GD Star Rating</a></p>\n<p>GD Star Rating is post, page and comment rating plugin for WordPress. Plugin supports different image sets, rating moderation, vote rules, time restricted voting, templates, trend calculations, has a widgets build in and extensive shortcode support.</p>\n<p><a href=\"http://deuced.net/shout-stream/\">Shout Stream</a></p>\n<p>Shout Stream plugin is a widget that embeds a mini Player at your sidebar to connect to a shoutcast stream along with LIVE stats. You can select Media player which is readable from all major browsers or <a href=\"http://www.draftlight.net/dnex/mp3player/minicaster/free/\">Minicaster</a> flash player.</p>\n<p>Now supports popup windows for multiple shoutcast streams along with minicaster flash player or media player and live stats (ajax) from your shoutcast page.</p>\n<p><a href=\"http://www.italyisfalling.com/stray-random-quotes/\">Stray Random Quotes</a></p>\n<p>Stray Random Quotes helps you collect and display random quotes everywhere on your blog. The quotes can be reloaded with ajax automation. The plugin is widget compatible, and the appearance of the quotes can be highly customized. It comes with a easy to use management tool and a option page.</p>\n<p><a href=\"http://blog.avirtualhome.com/wordpress-plugins/avh-amazon/\">AVH Amazon</a></p>\n<p>The AVH-Amazon WordPress plugin gives you the ability to add a widget which will display a random item from your Amazon wish list, baby and/or wedding registry.</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://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/\">SyntaxHighlighter</a></p>\n<p>SyntaxHighlighter Evolved allows you to easily post syntax-highlighted code to your site without loosing it’s formatting or making any manual changes. It uses the <a href=\"http://alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter JavaScript package by Alex Gorbatchev</a> and a bit of code by <a href=\"http://wordpress.com/\">Automattic</a>.</p>\";}i:12;a:7:{s:5:\"title\";s:58:\"Weblog Tools Collection: Is It Time For Kubrick To Retire?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5471\";s:4:\"link\";s:86:\"http://weblogtoolscollection.com/archives/2009/03/30/is-it-time-for-kubrick-to-retire/\";s:11:\"description\";s:3164:\"<p>Dion Hulse a.k.a. <strong>DD32</strong> who is a very active WordPress contributor created a <a href=\"http://core.trac.wordpress.org/ticket/9015\" target=\"_blank\">ticket in Trac about eight weeks ago</a> outlining his proposal for a new theme to be based on the current WordPress codebase. It’s long been known that a majority of themes that are created for WordPress end up using Kubrick as the base theme. In this day in age, that is not such a good idea as this leads to themes that are not easy to customize, little documentation, and possibly ugly code. </p>\n<p><b>DD32’s proposal for a new base theme contains the following suggestions:</b></p>\n<ul>\n<li>Uses clean markup </li>\n<li>Has a basic style included, Which is designed to be replaced.\n<ul>\n<li>The default style should be able to be used by itself, But it should be in such a way that its simple to be customized </li>\n</ul>\n</li>\n<li>Doesn’t rely upon fixed width styling, or fixed background images </li>\n<li>Uses limited JavaScript </li>\n<li>Uses the Theme api correctly\n<ul>\n<li>comments_option() instead of ‘open’ == $post->comment_status </li>\n<li>post_class(), etc. </li>\n</ul>\n</li>\n<li>Look good even when the user modifies the theme slightly (ie. changes widths or floats an item)\n<ul>\n<li>I realize it’s impossible if they’re changing it, But a simple small change should not break everything, It should be designed with the purpose of looking good whilst having its layout moved around </li>\n</ul>\n</li>\n<li>includes custom Widget examples, SIMPLE widget examples\n<ul>\n<li>Ie. Something with no control, Just a simple “This little widget Adds this theme-specific functionality, It requires no modification, just does this when inserted” </li>\n</ul>\n</li>\n<li>Uses ALL the current functionality WordPress offers </li>\n</ul>\n<p>The way I see it, if you attack the root of the problem and replace Kubrick with a base theme that contains everything DD32 mentioned, this could do nothing but positive things for the WordPress community. First time theme developers would have an excellent base to start from and learn a thing or two in the process with documentation included within the theme. Of course, with the new Syntax highlighter along with function lookups which are now going to be part of WordPress 2.8 and at some point down the road, <b>POSSIBLY</b> template/theme versioning which would work in much the same way as post revisions, we could see a WordPress in the near future where you can build your theme from within the software itself. </p>\n<p>So is Kubrick really being replaced? Right now, it’s an idea that is on the table. In fact, this years <a href=\"http://codex.wordpress.org/GSoC2009\" target=\"_blank\">WordPress Google Of Code projects list Theme Frameworks</a> as a project which possibly would be used as a default theme. So if anyone decides to tackle this issue head on, we could end up seeing Kubrick replaced with a much more modern, useful theme. </p>\n<p>Are you ready to see Kubrick retire and be replaced with a theme that matches DD32’s criteria or do you want to see something else?</p>\";s:7:\"pubdate\";s:31:\"Mon, 30 Mar 2009 04:00:50 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:3164:\"<p>Dion Hulse a.k.a. <strong>DD32</strong> who is a very active WordPress contributor created a <a href=\"http://core.trac.wordpress.org/ticket/9015\" target=\"_blank\">ticket in Trac about eight weeks ago</a> outlining his proposal for a new theme to be based on the current WordPress codebase. It’s long been known that a majority of themes that are created for WordPress end up using Kubrick as the base theme. In this day in age, that is not such a good idea as this leads to themes that are not easy to customize, little documentation, and possibly ugly code. </p>\n<p><b>DD32’s proposal for a new base theme contains the following suggestions:</b></p>\n<ul>\n<li>Uses clean markup </li>\n<li>Has a basic style included, Which is designed to be replaced.\n<ul>\n<li>The default style should be able to be used by itself, But it should be in such a way that its simple to be customized </li>\n</ul>\n</li>\n<li>Doesn’t rely upon fixed width styling, or fixed background images </li>\n<li>Uses limited JavaScript </li>\n<li>Uses the Theme api correctly\n<ul>\n<li>comments_option() instead of ‘open’ == $post->comment_status </li>\n<li>post_class(), etc. </li>\n</ul>\n</li>\n<li>Look good even when the user modifies the theme slightly (ie. changes widths or floats an item)\n<ul>\n<li>I realize it’s impossible if they’re changing it, But a simple small change should not break everything, It should be designed with the purpose of looking good whilst having its layout moved around </li>\n</ul>\n</li>\n<li>includes custom Widget examples, SIMPLE widget examples\n<ul>\n<li>Ie. Something with no control, Just a simple “This little widget Adds this theme-specific functionality, It requires no modification, just does this when inserted” </li>\n</ul>\n</li>\n<li>Uses ALL the current functionality WordPress offers </li>\n</ul>\n<p>The way I see it, if you attack the root of the problem and replace Kubrick with a base theme that contains everything DD32 mentioned, this could do nothing but positive things for the WordPress community. First time theme developers would have an excellent base to start from and learn a thing or two in the process with documentation included within the theme. Of course, with the new Syntax highlighter along with function lookups which are now going to be part of WordPress 2.8 and at some point down the road, <b>POSSIBLY</b> template/theme versioning which would work in much the same way as post revisions, we could see a WordPress in the near future where you can build your theme from within the software itself. </p>\n<p>So is Kubrick really being replaced? Right now, it’s an idea that is on the table. In fact, this years <a href=\"http://codex.wordpress.org/GSoC2009\" target=\"_blank\">WordPress Google Of Code projects list Theme Frameworks</a> as a project which possibly would be used as a default theme. So if anyone decides to tackle this issue head on, we could end up seeing Kubrick replaced with a much more modern, useful theme. </p>\n<p>Are you ready to see Kubrick retire and be replaced with a theme that matches DD32’s criteria or do you want to see something else?</p>\";}i:13;a:7:{s:5:\"title\";s:41:\"Alex King: WordPress Mobile Edition 3.0.2\";s:4:\"guid\";s:64:\"http://alexking.org/blog/2009/03/29/wordpress-mobile-edition-302\";s:4:\"link\";s:64:\"http://alexking.org/blog/2009/03/29/wordpress-mobile-edition-302\";s:11:\"description\";s:1407:\"<p>WordPress Mobile Edition is a plugin that shows an interface designed for a mobile device when visitors come to your site on a mobile device.</p>\n<p>The 3.0.1 release of WordPress Mobile Edition suffered from a failed SVN merge in the theme, causing the comments to display incorrectly. I took a more direct approach with the theme this time so this shouldn’t be an issue with the 3.0.2 release.</p>\n<p>I also made the following changes:</p>\n<ul>\n<li>Changed the name of the theme so that it’s clear that you still have work to do (place the theme in the themes directory, per the README) if you try to “auto-upgrade”. This will be done by standard in future releases.</li>\n<li>Added mobile search engines to the default list of auto-detected mobile devices.</li>\n</ul>\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.0.2&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F29%2Fwordpress-mobile-edition-302\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Mon, 30 Mar 2009 01:17:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1407:\"<p>WordPress Mobile Edition is a plugin that shows an interface designed for a mobile device when visitors come to your site on a mobile device.</p>\n<p>The 3.0.1 release of WordPress Mobile Edition suffered from a failed SVN merge in the theme, causing the comments to display incorrectly. I took a more direct approach with the theme this time so this shouldn’t be an issue with the 3.0.2 release.</p>\n<p>I also made the following changes:</p>\n<ul>\n<li>Changed the name of the theme so that it’s clear that you still have work to do (place the theme in the themes directory, per the README) if you try to “auto-upgrade”. This will be done by standard in future releases.</li>\n<li>Added mobile search engines to the default list of auto-detected mobile devices.</li>\n</ul>\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.0.2&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F29%2Fwordpress-mobile-edition-302\">ShareThis</a></p>\";}i:14;a:7:{s:5:\"title\";s:62:\"Weblog Tools Collection: Plugin Review: cSprites for WordPress\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5456\";s:4:\"link\";s:90:\"http://weblogtoolscollection.com/archives/2009/03/29/plugin-review-csprites-for-wordpress/\";s:11:\"description\";s:4913:\"<h3>What is cSprites for WordPress?</h3>\n<p><a href=\"http://www.mummey.org/csprites/\">cSprites for WordPress</a> plugin helps speed up your blog by reducing the number of requests made for images. When activated all images within a post will automatically be stitched up and displayed properly as compressed <a href=\"http://css-tricks.com/css-sprites-what-they-are-why-theyre-cool-and-how-to-use-them/\">CSS sprites</a>.</p>\n<h3>Screenshots</h3>\n<p>Before activating, all images within a post are being retrieved using separate requests.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_before.png\" alt=\"Before using cSprite\" title=\"Before using cSprite\" width=\"320\" height=\"153\" class=\"alignnone size-full wp-image-5459\" /><br />\n<br /><br />\nAfter activating, all images are stitched together into one compressed image and retrieved using only one request.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_after.png\" alt=\"After using cSprites\" title=\"After using cSprites\" width=\"320\" height=\"182\" class=\"alignnone size-full wp-image-5460\" /><br />\n<br /><br />\nThe plugin then uses CSS magic to display these image sprites properly within the post.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_post.png\" alt=\"Post using cSprite\" title=\"Post using cSprite\" width=\"320\" height=\"279\" class=\"alignnone size-full wp-image-5461\" /></p>\n<h3>Features</h3>\n<ul>\n<li>Quality and style settings let you specify the compression level for the stitched up image sprite.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_quality.png\" alt=\"cSprite quality options\" title=\"cSprite quality options\" width=\"320\" height=\"98\" class=\"alignnone size-full wp-image-5462\" /></li>\n<li>Ability to include/exclude certain types.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_include.png\" alt=\"cSprite include exclude types\" title=\"cSprite include exclude types\" width=\"320\" height=\"89\" class=\"alignnone size-full wp-image-5463\" /></li>\n<li>Cache expiration tuning.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_cache.png\" alt=\"cSprite cache options\" title=\"cSprite cache options\" width=\"320\" height=\"72\" class=\"alignnone size-full wp-image-5464\" /></li>\n<li>SEO Options for SEO nerds.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_seo.png\" alt=\"cSprite seo options\" title=\"cSprite seo options\" width=\"320\" height=\"481\" class=\"alignnone size-full wp-image-5465\" /></li>\n</ul>\n<h3>What I Like About It</h3>\n<p>cSprites for WordPress was written to do one thing (convert all post images into compressed image sprites to speed up your blog) and it does it very well.</p>\n<p>Installation was very easy. Just <a href=\"http://wordpress.org/extend/plugins/csprites-for-wordpress/\">download it</a>, activate it, and all your post images automatically turn into images sprites.</p>\n<p>Just because you use image sprites doesn’t mean that you should lose SEO. I like that this plugin does not ignore SEO and there are SEO options for displaying any ALT or TITLE text you want.</p>\n<p>Next, this plugin supports caching image sprites, so it automatically includes external images into image sprites for you. Because of this, you are also saving external domain DNS resolutions to help make each page load even faster.</p>\n<p>What I like most about this plugin is that it can be used in conjunction with WP Super Cache. In that scenario WP Super Cache helps you avoid PHP execution/MySQL queries, and cSprites for Wordpress helps you reduce strain on your web server and improve front end page load time.</p>\n<h3>Possible Areas of Improvement</h3>\n<p>As of version 0.508, here are some drawbacks of this plugin:</p>\n<ul>\n<li>PHP5 with GD Library is required for this plugin.</li>\n<li>cSprites will not distinguish between PNG8 and PNG24 and will always sprite PNG images with PNG24.</li>\n<li>cSprites cannot handle dynamically generated images (e.g. “…thumbnail.php?thumb=http://example.com/myimage.jpg”)</li>\n<li>When upgrading via SVN, “svn up” command gives “svn: Unable to lock ‘cache’”. I have to remove the cache directory, run “svn cleanup”, then “svn up” to upgrade via SVN.</li>\n<li>You cannot use padding when displaying images or else it will show part of another image. It would be nice to be able to generate the image sprite with configurable padding so you can use padding when displaying images.</li>\n</ul>\n<h3>Final Words</h3>\n<p>If you can take advantage of this plugin (i.e. your host offers PHP5 with GD Library), then it is definitely worth a quick install.</p>\n<p>Are you currently using cSprites for WordPress? Are you happy with the performance improvements? How much load time has this plugin saved you? What additions would you like to see in this plugin?</p>\";s:7:\"pubdate\";s:31:\"Sun, 29 Mar 2009 08:00:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Thaya Kareeson\";}s:7:\"summary\";s:4913:\"<h3>What is cSprites for WordPress?</h3>\n<p><a href=\"http://www.mummey.org/csprites/\">cSprites for WordPress</a> plugin helps speed up your blog by reducing the number of requests made for images. When activated all images within a post will automatically be stitched up and displayed properly as compressed <a href=\"http://css-tricks.com/css-sprites-what-they-are-why-theyre-cool-and-how-to-use-them/\">CSS sprites</a>.</p>\n<h3>Screenshots</h3>\n<p>Before activating, all images within a post are being retrieved using separate requests.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_before.png\" alt=\"Before using cSprite\" title=\"Before using cSprite\" width=\"320\" height=\"153\" class=\"alignnone size-full wp-image-5459\" /><br />\n<br /><br />\nAfter activating, all images are stitched together into one compressed image and retrieved using only one request.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_after.png\" alt=\"After using cSprites\" title=\"After using cSprites\" width=\"320\" height=\"182\" class=\"alignnone size-full wp-image-5460\" /><br />\n<br /><br />\nThe plugin then uses CSS magic to display these image sprites properly within the post.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_post.png\" alt=\"Post using cSprite\" title=\"Post using cSprite\" width=\"320\" height=\"279\" class=\"alignnone size-full wp-image-5461\" /></p>\n<h3>Features</h3>\n<ul>\n<li>Quality and style settings let you specify the compression level for the stitched up image sprite.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_quality.png\" alt=\"cSprite quality options\" title=\"cSprite quality options\" width=\"320\" height=\"98\" class=\"alignnone size-full wp-image-5462\" /></li>\n<li>Ability to include/exclude certain types.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_include.png\" alt=\"cSprite include exclude types\" title=\"cSprite include exclude types\" width=\"320\" height=\"89\" class=\"alignnone size-full wp-image-5463\" /></li>\n<li>Cache expiration tuning.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_cache.png\" alt=\"cSprite cache options\" title=\"cSprite cache options\" width=\"320\" height=\"72\" class=\"alignnone size-full wp-image-5464\" /></li>\n<li>SEO Options for SEO nerds.<br />\n<img src=\"http://weblogtoolscollection.com/b2-img/2009/03/csprite_seo.png\" alt=\"cSprite seo options\" title=\"cSprite seo options\" width=\"320\" height=\"481\" class=\"alignnone size-full wp-image-5465\" /></li>\n</ul>\n<h3>What I Like About It</h3>\n<p>cSprites for WordPress was written to do one thing (convert all post images into compressed image sprites to speed up your blog) and it does it very well.</p>\n<p>Installation was very easy. Just <a href=\"http://wordpress.org/extend/plugins/csprites-for-wordpress/\">download it</a>, activate it, and all your post images automatically turn into images sprites.</p>\n<p>Just because you use image sprites doesn’t mean that you should lose SEO. I like that this plugin does not ignore SEO and there are SEO options for displaying any ALT or TITLE text you want.</p>\n<p>Next, this plugin supports caching image sprites, so it automatically includes external images into image sprites for you. Because of this, you are also saving external domain DNS resolutions to help make each page load even faster.</p>\n<p>What I like most about this plugin is that it can be used in conjunction with WP Super Cache. In that scenario WP Super Cache helps you avoid PHP execution/MySQL queries, and cSprites for Wordpress helps you reduce strain on your web server and improve front end page load time.</p>\n<h3>Possible Areas of Improvement</h3>\n<p>As of version 0.508, here are some drawbacks of this plugin:</p>\n<ul>\n<li>PHP5 with GD Library is required for this plugin.</li>\n<li>cSprites will not distinguish between PNG8 and PNG24 and will always sprite PNG images with PNG24.</li>\n<li>cSprites cannot handle dynamically generated images (e.g. “…thumbnail.php?thumb=http://example.com/myimage.jpg”)</li>\n<li>When upgrading via SVN, “svn up” command gives “svn: Unable to lock ‘cache’”. I have to remove the cache directory, run “svn cleanup”, then “svn up” to upgrade via SVN.</li>\n<li>You cannot use padding when displaying images or else it will show part of another image. It would be nice to be able to generate the image sprite with configurable padding so you can use padding when displaying images.</li>\n</ul>\n<h3>Final Words</h3>\n<p>If you can take advantage of this plugin (i.e. your host offers PHP5 with GD Library), then it is definitely worth a quick install.</p>\n<p>Are you currently using cSprites for WordPress? Are you happy with the performance improvements? How much load time has this plugin saved you? What additions would you like to see in this plugin?</p>\";}i:15;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: Jeff’s Interview with Andrew Ozz\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5453\";s:4:\"link\";s:94:\"http://weblogtoolscollection.com/archives/2009/03/28/jeff%e2%80%99s-interview-with-andrew-ozz/\";s:11:\"description\";s:1836:\"<p>Jeff Chandler over at WPTavern.com recently published an <a href=\"http://www.wptavern.com/interview-with-andrew-ozz-mr-visual-editor\" target=\"_blank\">interview with Andrew Ozz</a>. Andrew is the man responsible for the integration of TinyMCE into WordPress. He’s also a core committer for the WordPress project. In his interview, Jeff asked a number of questions that I believe are on the minds of many who have used the visual editor. Here is an example:</p>\n<blockquote><p><strong>Jeff - TinyMCE is labeled as a WYSIWYG editor. However, in my experience most times what I see is not what I get. For example, I’ll be in the visual editor and block quote a piece of text. But when I press enter to begin a new line, my cursor is stuck within the blockquote tag. This also works for any other styling elements as well. Why is that?</strong> I think the WYSIWYG a.k.a. RTE (rich text editor) comes from the early implementation of support for editing in the browsers. So it’s a dynamically displayed html (WYSIWYG) as opposite to typing html code in a textarea. That was before CSS was adopted so all formatting was in the html code. There are three types of buttons in TinyMCE. One brings up a popup, the other affects selected text only and the third acts as a toggle switch. The blockquote button is of the third type. It can also act on selected text like the align buttons. The toggle can be turned on at the beginning of the blockquote then turned off on the next paragraph after the blockquote, the same way as in Writer and Word. Alternatively a blockquote can be applied to one or more paragraphs after they are written.</p></blockquote>\n<p>The one thing worth taking from this interview is that, when something goes awry in the visual editor, it’s not always the fault of TinyMCE, but rather the browsers.</p>\";s:7:\"pubdate\";s:31:\"Sun, 29 Mar 2009 03:45:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1836:\"<p>Jeff Chandler over at WPTavern.com recently published an <a href=\"http://www.wptavern.com/interview-with-andrew-ozz-mr-visual-editor\" target=\"_blank\">interview with Andrew Ozz</a>. Andrew is the man responsible for the integration of TinyMCE into WordPress. He’s also a core committer for the WordPress project. In his interview, Jeff asked a number of questions that I believe are on the minds of many who have used the visual editor. Here is an example:</p>\n<blockquote><p><strong>Jeff - TinyMCE is labeled as a WYSIWYG editor. However, in my experience most times what I see is not what I get. For example, I’ll be in the visual editor and block quote a piece of text. But when I press enter to begin a new line, my cursor is stuck within the blockquote tag. This also works for any other styling elements as well. Why is that?</strong> I think the WYSIWYG a.k.a. RTE (rich text editor) comes from the early implementation of support for editing in the browsers. So it’s a dynamically displayed html (WYSIWYG) as opposite to typing html code in a textarea. That was before CSS was adopted so all formatting was in the html code. There are three types of buttons in TinyMCE. One brings up a popup, the other affects selected text only and the third acts as a toggle switch. The blockquote button is of the third type. It can also act on selected text like the align buttons. The toggle can be turned on at the beginning of the blockquote then turned off on the next paragraph after the blockquote, the same way as in Writer and Word. Alternatively a blockquote can be applied to one or more paragraphs after they are written.</p></blockquote>\n<p>The one thing worth taking from this interview is that, when something goes awry in the visual editor, it’s not always the fault of TinyMCE, but rather the browsers.</p>\";}i:16;a:7:{s:5:\"title\";s:75:\"Weblog Tools Collection: Top 10 Characteristics of a Great WordPress Plugin\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5438\";s:4:\"link\";s:104:\"http://weblogtoolscollection.com/archives/2009/03/28/top-10-characteristics-of-a-great-wordpress-plugin/\";s:11:\"description\";s:7068:\"<p>Like most of you, I have experimented with many WordPress plugins. I have seen a lot of great plugins and also a lot of bad plugins. I am a bit of a <a title=\"WordPress plugins\" href=\"http://omninoggin.com/wordpress-plugins/\">WordPress plugin</a> developer myself, and I admit that I borrow many ideas from other good WordPress plugins. From that experience I have consolidated these good ideas into a checklist that you can follow when reviewing or coding a new WordPress plugin. Here are my picks of the top characteristics that make a great WordPress plugin.</p>\n<h3>10. Easy Installation</h3>\n<p>I have seen plugins that require you to modify code after plugin activation to be able to get it to work properly. The instructions were documented clearly in the readme.txt file, but most of the users seem to have missed it (I could tell from the frustration in the plugin support thread). Not everybody reads the installation instructions inside the readme.txt file. The plugin should make an attempt to be able to run straight out of the box after activating no matter how complicated it is.</p>\n<p>A good example of this can be found in the “<a title=\"cSprites WordPress plugin\" href=\"http://www.mummey.org/csprites/\">cSprites</a>” plugin. Just activate the plugin and it stitches all images in your posts into CSS sprites to reduce HTTP requests.</p>\n<h3>9. Seamless Upgrade</h3>\n<p>As a plugin gets revised, there are bound to be more configuration options or database changes. A good plugin should be able to handle these database changes seamlessly upon upgrade. There are a few ways to do this.</p>\n<p>One method is to keep track of configuration option fields. If the option field is missing, then populate it with the default value.</p>\n<p>Another method is to keep track of the last upgraded version as one of the hidden plugin settings. On each wp-admin page load, the plugin can check the last upgraded version against the current version and perform a database upgrade operation if necessary.</p>\n<p>A good example of seamless upgrade can be found in the “<a title=\"Top 10 WordPress plugin\" href=\"http://ajaydsouza.com/wordpress/plugins/top-10/\">Top 10</a>” plugin.</p>\n<h3>8. Uninstall Option</h3>\n<p>The majority of plugins I see leave a bit of a foot print in the database after the user deactivates and deletes it. Some even leave a whole table in the database. Great plugins give you the option to “uninstall” and wipe out all information regarding the plugin.</p>\n<p>A good example of this uninstall feature can be found in the “<a title=\"WP-PostViews Wordpress plugin\" href=\"http://wordpress.org/extend/plugins/wp-postviews/\">WP-PostViews</a>” plugin.</p>\n<h3>7. Meaningful Error Messages</h3>\n<p>When things go wrong with the plugin, there should be a meaningful error message hinting at the problem. That way, the user can troubleshoot it themselves without having to ping the author for support. For example, there are quite a few plugins out there that require you to grant server write permissions to a folder before it can work properly. Failing to do so causes the plugin to silently fail or to bark with weird error messages.</p>\n<p>A good example of highly meaningful error messages for troubleshooting can be found in the “<a title=\"WP Super Cache plugin\" href=\"http://ocaoimh.ie/wp-super-cache/\">WP Super Cache</a>” plugin.</p>\n<h3>6. Localization Support</h3>\n<p>Not everybody is comfortable with English. Great plugins are aware of this and are coded with localization support.</p>\n<p>A good example of a plugin with localization support is the “<a title=\"All in One SEO Pack WordPress plugin\" href=\"http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/\">All in One SEO Pack</a>” plugin.</p>\n<h3>5. Intuitive Admin User Interface</h3>\n<p>Huge plugin configuration pages can confuse the user. It is best to group similar options into it’s own sub-page. It might also be helpful to group advanced features onto its own page or have them hidden by default. That way new users won’t get intimidated by confusing options.</p>\n<p>A good example of intuitive plugin admin user interface can be found in the “<a title=\"Referrer Detector WordPress plugin\" href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a>” plugin.</p>\n<h3>4. Reset/Import/Export Options</h3>\n<p>I am happy to see that a lot of plugins now have the “Reset options” feature which lets you restore configurations if anything bad happens. I have yet to see “Import” and “Export” configurations widely used though. If the plugin has a lot of options, it would be nice to offer the user the ability to import and export those options. That way people can make a backup of their settings or use it as a way to easily manage multiple blogs.</p>\n<p>A good example of reset/import/export options can be found in the “<a title=\"WP Greet Box WordPress plugin\" href=\"http://omninoggin.com/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a>” plugin.</p>\n<h3>3. Optimized</h3>\n<p>There are a many things to consider here aside from code performace and optimized database calls. Here are a few outside-of-the-box examples:</p>\n<ul>\n<li>A plugin should not load unnecessary CSS and Javascript files if it doesn’t need to. For example, there is no need to load the same CSS and Javascript files on every wp-admin page if it is only being used on one plugin settings page.</li>\n<li>Since WP Super Cache is one of the most popular ways to fight traffic storms, a good plugin makes an effort to be compatible with WP Super Cache.</li>\n<li>WordPress is always being enhanced (new functions/features added and old ones deprecated). A good plugin stays up to date with these API changes. For example, wp_enqueue_script() and wp_enqueue_style() help avoid reloading the same CSS or Javascript file. wp_enqueue_script() has been available since version 2.1 and wp_enqueue_style() since version 2.6, but I still see many plugins not using them.</li>\n</ul>\n<h3>2. Secured</h3>\n<p>A good plugin does not ignore security. There are also many things to consider when thinking about security. Here are a few basic examples:</p>\n<ul>\n<li>A good plugin makes use of nonce validation in wp-admin.</li>\n<li>A good plugin does not print sensitive information into the Javascript code since it is visible on the client side.</li>\n<li>A good plugin makes an effort to protect against SQL injection and XSS exploits.</li>\n</ul>\n<h3>1. Good Support and Thorough Documentation</h3>\n<p>Finally, no one will use the plugin if it’s not supported or documented properly. There are plenty of awesome plugins out there that I don’t use just because it is not supported (e.g. Popularity Contest).</p>\n<h3>Do you Disagree?</h3>\n<p>Do you think that there should be something else on that list? If so, please share in the comments section!</p>\";s:7:\"pubdate\";s:31:\"Sat, 28 Mar 2009 07:58:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Thaya Kareeson\";}s:7:\"summary\";s:7068:\"<p>Like most of you, I have experimented with many WordPress plugins. I have seen a lot of great plugins and also a lot of bad plugins. I am a bit of a <a title=\"WordPress plugins\" href=\"http://omninoggin.com/wordpress-plugins/\">WordPress plugin</a> developer myself, and I admit that I borrow many ideas from other good WordPress plugins. From that experience I have consolidated these good ideas into a checklist that you can follow when reviewing or coding a new WordPress plugin. Here are my picks of the top characteristics that make a great WordPress plugin.</p>\n<h3>10. Easy Installation</h3>\n<p>I have seen plugins that require you to modify code after plugin activation to be able to get it to work properly. The instructions were documented clearly in the readme.txt file, but most of the users seem to have missed it (I could tell from the frustration in the plugin support thread). Not everybody reads the installation instructions inside the readme.txt file. The plugin should make an attempt to be able to run straight out of the box after activating no matter how complicated it is.</p>\n<p>A good example of this can be found in the “<a title=\"cSprites WordPress plugin\" href=\"http://www.mummey.org/csprites/\">cSprites</a>” plugin. Just activate the plugin and it stitches all images in your posts into CSS sprites to reduce HTTP requests.</p>\n<h3>9. Seamless Upgrade</h3>\n<p>As a plugin gets revised, there are bound to be more configuration options or database changes. A good plugin should be able to handle these database changes seamlessly upon upgrade. There are a few ways to do this.</p>\n<p>One method is to keep track of configuration option fields. If the option field is missing, then populate it with the default value.</p>\n<p>Another method is to keep track of the last upgraded version as one of the hidden plugin settings. On each wp-admin page load, the plugin can check the last upgraded version against the current version and perform a database upgrade operation if necessary.</p>\n<p>A good example of seamless upgrade can be found in the “<a title=\"Top 10 WordPress plugin\" href=\"http://ajaydsouza.com/wordpress/plugins/top-10/\">Top 10</a>” plugin.</p>\n<h3>8. Uninstall Option</h3>\n<p>The majority of plugins I see leave a bit of a foot print in the database after the user deactivates and deletes it. Some even leave a whole table in the database. Great plugins give you the option to “uninstall” and wipe out all information regarding the plugin.</p>\n<p>A good example of this uninstall feature can be found in the “<a title=\"WP-PostViews Wordpress plugin\" href=\"http://wordpress.org/extend/plugins/wp-postviews/\">WP-PostViews</a>” plugin.</p>\n<h3>7. Meaningful Error Messages</h3>\n<p>When things go wrong with the plugin, there should be a meaningful error message hinting at the problem. That way, the user can troubleshoot it themselves without having to ping the author for support. For example, there are quite a few plugins out there that require you to grant server write permissions to a folder before it can work properly. Failing to do so causes the plugin to silently fail or to bark with weird error messages.</p>\n<p>A good example of highly meaningful error messages for troubleshooting can be found in the “<a title=\"WP Super Cache plugin\" href=\"http://ocaoimh.ie/wp-super-cache/\">WP Super Cache</a>” plugin.</p>\n<h3>6. Localization Support</h3>\n<p>Not everybody is comfortable with English. Great plugins are aware of this and are coded with localization support.</p>\n<p>A good example of a plugin with localization support is the “<a title=\"All in One SEO Pack WordPress plugin\" href=\"http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/\">All in One SEO Pack</a>” plugin.</p>\n<h3>5. Intuitive Admin User Interface</h3>\n<p>Huge plugin configuration pages can confuse the user. It is best to group similar options into it’s own sub-page. It might also be helpful to group advanced features onto its own page or have them hidden by default. That way new users won’t get intimidated by confusing options.</p>\n<p>A good example of intuitive plugin admin user interface can be found in the “<a title=\"Referrer Detector WordPress plugin\" href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a>” plugin.</p>\n<h3>4. Reset/Import/Export Options</h3>\n<p>I am happy to see that a lot of plugins now have the “Reset options” feature which lets you restore configurations if anything bad happens. I have yet to see “Import” and “Export” configurations widely used though. If the plugin has a lot of options, it would be nice to offer the user the ability to import and export those options. That way people can make a backup of their settings or use it as a way to easily manage multiple blogs.</p>\n<p>A good example of reset/import/export options can be found in the “<a title=\"WP Greet Box WordPress plugin\" href=\"http://omninoggin.com/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a>” plugin.</p>\n<h3>3. Optimized</h3>\n<p>There are a many things to consider here aside from code performace and optimized database calls. Here are a few outside-of-the-box examples:</p>\n<ul>\n<li>A plugin should not load unnecessary CSS and Javascript files if it doesn’t need to. For example, there is no need to load the same CSS and Javascript files on every wp-admin page if it is only being used on one plugin settings page.</li>\n<li>Since WP Super Cache is one of the most popular ways to fight traffic storms, a good plugin makes an effort to be compatible with WP Super Cache.</li>\n<li>WordPress is always being enhanced (new functions/features added and old ones deprecated). A good plugin stays up to date with these API changes. For example, wp_enqueue_script() and wp_enqueue_style() help avoid reloading the same CSS or Javascript file. wp_enqueue_script() has been available since version 2.1 and wp_enqueue_style() since version 2.6, but I still see many plugins not using them.</li>\n</ul>\n<h3>2. Secured</h3>\n<p>A good plugin does not ignore security. There are also many things to consider when thinking about security. Here are a few basic examples:</p>\n<ul>\n<li>A good plugin makes use of nonce validation in wp-admin.</li>\n<li>A good plugin does not print sensitive information into the Javascript code since it is visible on the client side.</li>\n<li>A good plugin makes an effort to protect against SQL injection and XSS exploits.</li>\n</ul>\n<h3>1. Good Support and Thorough Documentation</h3>\n<p>Finally, no one will use the plugin if it’s not supported or documented properly. There are plenty of awesome plugins out there that I don’t use just because it is not supported (e.g. Popularity Contest).</p>\n<h3>Do you Disagree?</h3>\n<p>Do you think that there should be something else on that list? If so, please share in the comments section!</p>\";}i:17;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/27\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5437\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/03/27/wordpress-theme-releases-for-0327/\";s:11:\"description\";s:1843:\"<h4><a href=\"http://jimbarraud.com/manifest/\">Manifest</a></h4>\n<p><img title=\"manifest\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/manifest.png\" alt=\"manifest\" width=\"181\" height=\"200\" /></p>\n<p>Manifest consists of a clean and streamlined layout that focuses on the content and not the distractions. It utilizes a single column, 500 pixel wide layout.</p>\n<h4><a href=\"http://www.altamentedecorativo.com/aether-un-nuovo-child-theme-per-thematic-09aether-a-brand-new-child-theme-for-thematic-09/\">Aether</a></h4>\n<p><img title=\"Aether\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/aether.gif\" alt=\"Aether\" width=\"200\" height=\"111\" /></p>\n<p>A new freechild theme for Thematic 0.9: Aether. A single column layout, Twitter plugin ready, configurable via an option page.</p>\n<h4><a href=\"http://smartpersonaldevelopment.com/get-this-wordpress-theme-free/\">The Integrity Theme</a></h4>\n<p><img title=\"Integrity Theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/passionduo.jpg\" alt=\"Integrity Theme\" width=\"200\" height=\"125\" /></p>\n<p>Clean, simple, minimalist, professional and usable. Several options for the blog index, including a static + tab approach, or a traditional blog approach. The design has it’s own control panel. The design will be modified as time goes on to include more sidebar options and usability choices.</p>\n<h4><a href=\"http://www.studiopress.com/themes/shades\">Shades of Blue</a></h4>\n<p><img title=\"Shades of Blue\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/shadesofblue.png\" alt=\"Shades of Blue\" width=\"200\" height=\"110\" /></p>\n<p>Shades of Blue is a 2-column theme created for WordPress. The sidebar and the footer are fully widgetized, and the navigation is coded for drop-down menus. Shades of Blue has been developed to accommodate threaded comments and sticky posts.</p>\";s:7:\"pubdate\";s:31:\"Fri, 27 Mar 2009 22:30:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1843:\"<h4><a href=\"http://jimbarraud.com/manifest/\">Manifest</a></h4>\n<p><img title=\"manifest\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/manifest.png\" alt=\"manifest\" width=\"181\" height=\"200\" /></p>\n<p>Manifest consists of a clean and streamlined layout that focuses on the content and not the distractions. It utilizes a single column, 500 pixel wide layout.</p>\n<h4><a href=\"http://www.altamentedecorativo.com/aether-un-nuovo-child-theme-per-thematic-09aether-a-brand-new-child-theme-for-thematic-09/\">Aether</a></h4>\n<p><img title=\"Aether\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/aether.gif\" alt=\"Aether\" width=\"200\" height=\"111\" /></p>\n<p>A new freechild theme for Thematic 0.9: Aether. A single column layout, Twitter plugin ready, configurable via an option page.</p>\n<h4><a href=\"http://smartpersonaldevelopment.com/get-this-wordpress-theme-free/\">The Integrity Theme</a></h4>\n<p><img title=\"Integrity Theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/passionduo.jpg\" alt=\"Integrity Theme\" width=\"200\" height=\"125\" /></p>\n<p>Clean, simple, minimalist, professional and usable. Several options for the blog index, including a static + tab approach, or a traditional blog approach. The design has it’s own control panel. The design will be modified as time goes on to include more sidebar options and usability choices.</p>\n<h4><a href=\"http://www.studiopress.com/themes/shades\">Shades of Blue</a></h4>\n<p><img title=\"Shades of Blue\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/shadesofblue.png\" alt=\"Shades of Blue\" width=\"200\" height=\"110\" /></p>\n<p>Shades of Blue is a 2-column theme created for WordPress. The sidebar and the footer are fully widgetized, and the navigation is coded for drop-down menus. Shades of Blue has been developed to accommodate threaded comments and sticky posts.</p>\";}i:18;a:7:{s:5:\"title\";s:81:\"Lorelle on WP: Exploring the Power and Variety of Image Gallery WordPress Plugins\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=4011\";s:4:\"link\";s:107:\"http://lorelle.wordpress.com/2009/03/27/exploring-the-power-and-variety-of-image-gallery-wordpress-plugins/\";s:11:\"description\";s:5384:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-plugins/\" title=\"WordPress Plugins\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpplugins.gif\" alt=\"WordPress Plugins\" align=\"right\" /></a>With work underway with the <a href=\"http://lorelle.wordpress.com/2009/03/24/time-to-break-wordpress-this-summer/\" title=\"Time to Break WordPress This Summer\">Google/WordPress Summer of Code</a> which includes work on the native gallery system within <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a>, let’s not overlook some of the WordPress Plugins which have taken the bare bones of the WordPress gallery feature and turned it into magic. </p>\n<p>Some of these gallery Plugins were hard at work presenting images on photoblogs and art blogs long before WordPress came up with the gallery feature and Media Library, so they have a long history of helping WordPress users display their images in unique and fun ways with lightbox effects, easy image management from multiple sources, and more. </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2007/02/imagegallery.png\" alt=\"Example of a photo album or gallery showcase on a blog\" title=\"Example of a photo album or gallery showcase on a blog\" width=\"308\" height=\"197\" class=\"alignright size-full wp-image-1615\" /><a href=\"http://www.blogohblog.com/\" title=\"Blog Oh Blog\">Blog Oh Blog</a> has reviewed what they think are the 10 best <a href=\"http://www.blogohblog.com/wordpress-gallery-plugins/\" title=\"WordPress Gallery Plugins\">WordPress Gallery Plugins</a>. </p>\n<p>They include:</p>\n<ul>\n<li><a href=\"http://benjaminsterling.com/photoxhibit/\" title=\"PhotoXhibit\">PhotoXhibit</a></li>\n<li><a href=\"http://brimosoft.nl/lazyest/\" title=\"Lazyest Gallery Plugin\">Lazyest Gallery Plugin</a></li>\n<li><a href=\"http://justintadlock.com/archives/2008/04/13/cleaner-wordpress-gallery-plugin\" title=\"Cleaner WordPress Gallery Plugin\">Cleaner WordPress Gallery Plugin</a></li>\n<li><a href=\"http://m0n5t3r.info/work/wordpress-plugins/inline-gallery\" title=\"Inline Gallery Plugin\">Inline Gallery Plugin</a></li>\n<li><a href=\"http://me.mywebsight.ws/web/wppa/\" title=\"WP Photo Album Plugin\">WP Photo Album Plugin</a></li>\n<li><a href=\"http://pageflipgallery.com/\" title=\"FlippingBook Gallery Plugin\">FlippingBook Gallery Plugin</a></li>\n<li><a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"NextGen Gallery Plugin\">NextGen Gallery Plugin</a></li>\n<li><a href=\"http://wordpressgogo.com/development/lightbox-gallery.html#english\" title=\"Lightbox Gallery Plugin\">Lightbox Gallery Plugin</a></li>\n<li><a href=\"http://www.awsom.org/awsom-pixgallery/\" title=\"AWSOM PixGallery Plugin\">AWSOM PixGallery Plugin</a></li>\n<li><a href=\"http://www.randombyte.net/blog/projects/falbum/\" title=\"Falbum Gallery Plugin\">Falbum Gallery Plugin</a></li>\n</ul>\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, WordPress Plugins, WordPress Tips <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/4011/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/4011/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/4011/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/4011/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/4011/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/4011/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/4011/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/4011/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/4011/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/4011/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4011&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Fri, 27 Mar 2009 16:56:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:5384:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-plugins/\" title=\"WordPress Plugins\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpplugins.gif\" alt=\"WordPress Plugins\" align=\"right\" /></a>With work underway with the <a href=\"http://lorelle.wordpress.com/2009/03/24/time-to-break-wordpress-this-summer/\" title=\"Time to Break WordPress This Summer\">Google/WordPress Summer of Code</a> which includes work on the native gallery system within <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a>, let’s not overlook some of the WordPress Plugins which have taken the bare bones of the WordPress gallery feature and turned it into magic. </p>\n<p>Some of these gallery Plugins were hard at work presenting images on photoblogs and art blogs long before WordPress came up with the gallery feature and Media Library, so they have a long history of helping WordPress users display their images in unique and fun ways with lightbox effects, easy image management from multiple sources, and more. </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2007/02/imagegallery.png\" alt=\"Example of a photo album or gallery showcase on a blog\" title=\"Example of a photo album or gallery showcase on a blog\" width=\"308\" height=\"197\" class=\"alignright size-full wp-image-1615\" /><a href=\"http://www.blogohblog.com/\" title=\"Blog Oh Blog\">Blog Oh Blog</a> has reviewed what they think are the 10 best <a href=\"http://www.blogohblog.com/wordpress-gallery-plugins/\" title=\"WordPress Gallery Plugins\">WordPress Gallery Plugins</a>. </p>\n<p>They include:</p>\n<ul>\n<li><a href=\"http://benjaminsterling.com/photoxhibit/\" title=\"PhotoXhibit\">PhotoXhibit</a></li>\n<li><a href=\"http://brimosoft.nl/lazyest/\" title=\"Lazyest Gallery Plugin\">Lazyest Gallery Plugin</a></li>\n<li><a href=\"http://justintadlock.com/archives/2008/04/13/cleaner-wordpress-gallery-plugin\" title=\"Cleaner WordPress Gallery Plugin\">Cleaner WordPress Gallery Plugin</a></li>\n<li><a href=\"http://m0n5t3r.info/work/wordpress-plugins/inline-gallery\" title=\"Inline Gallery Plugin\">Inline Gallery Plugin</a></li>\n<li><a href=\"http://me.mywebsight.ws/web/wppa/\" title=\"WP Photo Album Plugin\">WP Photo Album Plugin</a></li>\n<li><a href=\"http://pageflipgallery.com/\" title=\"FlippingBook Gallery Plugin\">FlippingBook Gallery Plugin</a></li>\n<li><a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"NextGen Gallery Plugin\">NextGen Gallery Plugin</a></li>\n<li><a href=\"http://wordpressgogo.com/development/lightbox-gallery.html#english\" title=\"Lightbox Gallery Plugin\">Lightbox Gallery Plugin</a></li>\n<li><a href=\"http://www.awsom.org/awsom-pixgallery/\" title=\"AWSOM PixGallery Plugin\">AWSOM PixGallery Plugin</a></li>\n<li><a href=\"http://www.randombyte.net/blog/projects/falbum/\" title=\"Falbum Gallery Plugin\">Falbum Gallery Plugin</a></li>\n</ul>\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, WordPress Plugins, WordPress Tips <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/4011/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/4011/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/4011/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/4011/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/4011/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/4011/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/4011/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/4011/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/4011/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/4011/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4011&subd=lorelle&ref=&feed=1\" /></div>\";}i:19;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 03/26\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5431\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/03/26/wordpress-plugin-releases-for-0326/\";s:11:\"description\";s:4938:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.3darmory.com/wordpress\">3DArmory</a></p>\n<p>3DArmory for Wordpress is a simple but effective plugin for players of the popular Massive Multiplayer Online game World of Warcraft. In few words, it renders players in-game World of Warcraft character as 3D Model on their blog. The model is zoomable and rotatable.</p>\n<p><a href=\"http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin\">Template Tag Shortcodes</a></p>\n<p>Template Tag Shortcodes is a plugin that turns WordPress template tags into easy-to-use [shortcodes] that can be inserted into your posts and pages. This release is packaged with 40 shortcodes to use.</p>\n<p><a href=\"http://www.turingtarpit.com/2009/03/12seconds-widget/\">12seconds Widget</a></p>\n<p>Adds a sidebar widget to display <a href=\"http://12seconds.tv\">http://12seconds.tv</a> video status updates. For those of you who are familiar with Twitter; 12seconds is like Twitter, but with video instead of text updates.</p>\n<p><a href=\"http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/\">Amazon QuickTags Plugin</a></p>\n<p>Adds a few buttons to the “Edit Post” page — both the TinyMCE / WYSIWYG version and the HTML version — to easily add links to Amazon items with your affiliate ID.</p>\n<p><a href=\"http://wordpresssupplies.com/wordpress-plugins/no-category-base/\">WP No Category Base</a></p>\n<p>As the name suggests this plugin will completely remove the mandatory ‘Category Base’ from your category permalinks ( e.g. myblog.com/category/my-category/ to myblog.com/my-category/).</p>\n<p><a href=\"http://blog.miawork.com/?page_id=1317\">SlideZoom</a></p>\n<p>SlideZoom is a lightweight plugin allow bulk upload images and generate a HighSlide JS gallery. Output as HTML code , and offering embed the gallery by simple copy and paste to posts or pages.</p>\n<p><a href=\"http://gwycon.com/quick-code/\">Quick Code</a></p>\n<p>With this Plugin you can enter and test code snippets (HTML, CSS, JavaScript, PHP) and see the results displayed directly on the same page.</p>\n<p><a href=\"http://justintadlock.com/archives/2009/03/15/query-posts-widget-wordpress-plugin\">Query Posts Widget</a></p>\n<p>It lets you displays posts by nearly any criteria you can imagine using the <a href=\"http://codex.wordpress.org/Template_Tags/query_posts\">query_posts()</a> function, except you don’t need to know anything about PHP to use it.</p>\n<p><a href=\"http://justintadlock.com/archives/2009/03/26/quote-this-wordpress-plugin\">Quote This</a></p>\n<p>A plugin to display quotes on your blog.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\">Better Search</a></p>\n<p>Improve your visitors search experience with Better Search. Better Search will provide contextually search your WordPress blogs and then list the results based on relevance. By using a <a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/bsearch-templates\">template file</a> you can completely control the look and feel of the search results page.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Add to Any</a></p>\n<p>Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more social bookmarking and sharing sites. The button comes with Add to Any’s customizable Smart Menu, which places the services visitors use at the top of the menu, based on each visitor’s browsing history.</p>\n<p><a href=\"http://www.goosegrade.com/wordpress\">gooseGrade</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://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>Store locator plugin for WordPress web developers & web site owners who need to show any set of locations on their website. Uses Google Maps.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/\">All in One SEO</a></p>\n<p>Optimizes your Wordpress blog for Search Engines (Search Engine Optimization).</p>\n<p><a href=\"http://alexking.org/blog/2009/03/25/wordpress-mobile-edition-30\">WordPress Mobile Edition</a></p>\n<p>This plugin creates a mobile-friendly version of your WordPress powered site, without any additional changes required.</p>\n<p><a href=\"http://sivel.net/wordpress/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 <a href=\"http://mjijackson.com/shadowbox/\">Shadowbox.js</a> written by <a href=\"http://mjijackson.com\">Michael J. I. Jackson</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 26 Mar 2009 16:56:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4938:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.3darmory.com/wordpress\">3DArmory</a></p>\n<p>3DArmory for Wordpress is a simple but effective plugin for players of the popular Massive Multiplayer Online game World of Warcraft. In few words, it renders players in-game World of Warcraft character as 3D Model on their blog. The model is zoomable and rotatable.</p>\n<p><a href=\"http://justintadlock.com/archives/2009/03/24/template-tag-shortcodes-wordpress-plugin\">Template Tag Shortcodes</a></p>\n<p>Template Tag Shortcodes is a plugin that turns WordPress template tags into easy-to-use [shortcodes] that can be inserted into your posts and pages. This release is packaged with 40 shortcodes to use.</p>\n<p><a href=\"http://www.turingtarpit.com/2009/03/12seconds-widget/\">12seconds Widget</a></p>\n<p>Adds a sidebar widget to display <a href=\"http://12seconds.tv\">http://12seconds.tv</a> video status updates. For those of you who are familiar with Twitter; 12seconds is like Twitter, but with video instead of text updates.</p>\n<p><a href=\"http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/\">Amazon QuickTags Plugin</a></p>\n<p>Adds a few buttons to the “Edit Post” page — both the TinyMCE / WYSIWYG version and the HTML version — to easily add links to Amazon items with your affiliate ID.</p>\n<p><a href=\"http://wordpresssupplies.com/wordpress-plugins/no-category-base/\">WP No Category Base</a></p>\n<p>As the name suggests this plugin will completely remove the mandatory ‘Category Base’ from your category permalinks ( e.g. myblog.com/category/my-category/ to myblog.com/my-category/).</p>\n<p><a href=\"http://blog.miawork.com/?page_id=1317\">SlideZoom</a></p>\n<p>SlideZoom is a lightweight plugin allow bulk upload images and generate a HighSlide JS gallery. Output as HTML code , and offering embed the gallery by simple copy and paste to posts or pages.</p>\n<p><a href=\"http://gwycon.com/quick-code/\">Quick Code</a></p>\n<p>With this Plugin you can enter and test code snippets (HTML, CSS, JavaScript, PHP) and see the results displayed directly on the same page.</p>\n<p><a href=\"http://justintadlock.com/archives/2009/03/15/query-posts-widget-wordpress-plugin\">Query Posts Widget</a></p>\n<p>It lets you displays posts by nearly any criteria you can imagine using the <a href=\"http://codex.wordpress.org/Template_Tags/query_posts\">query_posts()</a> function, except you don’t need to know anything about PHP to use it.</p>\n<p><a href=\"http://justintadlock.com/archives/2009/03/26/quote-this-wordpress-plugin\">Quote This</a></p>\n<p>A plugin to display quotes on your blog.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\">Better Search</a></p>\n<p>Improve your visitors search experience with Better Search. Better Search will provide contextually search your WordPress blogs and then list the results based on relevance. By using a <a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/bsearch-templates\">template file</a> you can completely control the look and feel of the search results page.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Add to Any</a></p>\n<p>Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more social bookmarking and sharing sites. The button comes with Add to Any’s customizable Smart Menu, which places the services visitors use at the top of the menu, based on each visitor’s browsing history.</p>\n<p><a href=\"http://www.goosegrade.com/wordpress\">gooseGrade</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://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>Store locator plugin for WordPress web developers & web site owners who need to show any set of locations on their website. Uses Google Maps.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/\">All in One SEO</a></p>\n<p>Optimizes your Wordpress blog for Search Engines (Search Engine Optimization).</p>\n<p><a href=\"http://alexking.org/blog/2009/03/25/wordpress-mobile-edition-30\">WordPress Mobile Edition</a></p>\n<p>This plugin creates a mobile-friendly version of your WordPress powered site, without any additional changes required.</p>\n<p><a href=\"http://sivel.net/wordpress/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 <a href=\"http://mjijackson.com/shadowbox/\">Shadowbox.js</a> written by <a href=\"http://mjijackson.com\">Michael J. I. Jackson</a>.</p>\";}i:20;a:7:{s:5:\"title\";s:12:\"Matt: Hoi An\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12465\";s:4:\"link\";s:28:\"http://ma.tt/2009/03/hoi-an/\";s:11:\"description\";s:46765:\"<p>Full Moon Festival in Hoi An, Vietnam. Also Tim and I got the cheapest haircut ever, about $0.80 a piece, and I got a shave for another dollar or so. (You don’t want to cheap a guy holding a razor to your neck.)</p>\n<p><span id=\"more-12465\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2005-2/\" title=\"mcm_2005\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2005-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2005\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2007-3/\" title=\"mcm_2007\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2007-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2007\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2009-2/\" title=\"mcm_2009\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2009-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2009\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2010/\" title=\"mcm_2010\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2010-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2010\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2016-2/\" title=\"mcm_2016\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2016-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2016\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2019/\" title=\"mcm_2019\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2019-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2019\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2024/\" title=\"mcm_2024\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2024-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2024\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2027-2/\" title=\"mcm_2027\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2027-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2027\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2038/\" title=\"mcm_2038\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2038-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2038\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2039-3/\" title=\"mcm_2039\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2039-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2039\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2040-3/\" title=\"mcm_2040\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2040-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2040\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2042-2/\" title=\"mcm_2042\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2042-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2042\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2045-2/\" title=\"mcm_2045\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2045-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2045\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2047-3/\" title=\"mcm_2047\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2047-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2047\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2050-2/\" title=\"mcm_2050\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2050-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2050\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2051-3/\" title=\"mcm_2051\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2051-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2051\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2052/\" title=\"mcm_2052\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2052-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2052\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2055/\" title=\"mcm_2055\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2055-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2055\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2056-2/\" title=\"mcm_2056\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2056-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2056\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2057/\" title=\"mcm_2057\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2057-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2057\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2060-2/\" title=\"mcm_2060\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2060-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2060\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2062/\" title=\"mcm_2062\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2062-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2062\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2063/\" title=\"mcm_2063\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2063-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2063\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2064-2/\" title=\"mcm_2064\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2064-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2064\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2065-3/\" title=\"mcm_2065\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2065-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2065\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2066-2/\" title=\"mcm_2066\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2066-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2066\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2067-3/\" title=\"mcm_2067\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2067-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2067\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2068-3/\" title=\"mcm_2068\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2068-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2068\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2069-2/\" title=\"mcm_2069\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2069-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2069\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2071/\" title=\"mcm_2071\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2071-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2071\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2072-2/\" title=\"mcm_2072\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2072-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2072\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2073/\" title=\"mcm_2073\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2073-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2073\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2075/\" title=\"mcm_2075\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2075-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2075\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2077-2/\" title=\"mcm_2077\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2077-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2077\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2078-3/\" title=\"mcm_2078\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2078-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2078\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2079-2/\" title=\"mcm_2079\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2079-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2079\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2080/\" title=\"mcm_2080\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2080-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2080\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2081/\" title=\"mcm_2081\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2081-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2081\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2082/\" title=\"mcm_2082\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2082-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2082\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2083/\" title=\"mcm_2083\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2083-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2083\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2084/\" title=\"mcm_2084\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2084-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2084\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2085-3/\" title=\"mcm_2085\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2085-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2085\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2087/\" title=\"mcm_2087\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2087-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2087\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2088/\" title=\"mcm_2088\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2088-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2088\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2089-2/\" title=\"mcm_2089\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2089-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2089\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2090/\" title=\"mcm_2090\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2090-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2090\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2091-2/\" title=\"mcm_2091\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2091-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2091\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2094/\" title=\"mcm_2094\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2094-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2094\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2095/\" title=\"mcm_2095\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2095-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2095\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2096-3/\" title=\"mcm_2096\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2096-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2096\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2097/\" title=\"mcm_2097\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2097-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2097\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2099-2/\" title=\"mcm_2099\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2099-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2099\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2100-2/\" title=\"mcm_2100\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2100-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2100\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2103-2/\" title=\"mcm_2103\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2103-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2103\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2104-2/\" title=\"mcm_2104\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2104-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2104\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2105-2/\" title=\"mcm_2105\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2105-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2105\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2107-3/\" title=\"mcm_2107\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2107-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2107\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2109-2/\" title=\"mcm_2109\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2109-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2109\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2113-3/\" title=\"mcm_2113\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2113-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2113\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2115/\" title=\"mcm_2115\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2115-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2115\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2116/\" title=\"mcm_2116\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2116-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2116\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2117-3/\" title=\"mcm_2117\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2117-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2117\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2118-3/\" title=\"mcm_2118\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2118-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2118\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2121/\" title=\"mcm_2121\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2121-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2121\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2122-2/\" title=\"mcm_2122\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2122-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2122\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2123-2/\" title=\"mcm_2123\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2123-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2123\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2124/\" title=\"mcm_2124\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2124-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2124\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2125-2/\" title=\"mcm_2125\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2125-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2125\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2127-2/\" title=\"mcm_2127\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2127-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2127\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2128-3/\" title=\"mcm_2128\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2128-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2128\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_21281/\" title=\"mcm_21281\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_21281-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_21281\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2129/\" title=\"mcm_2129\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2129-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2129\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2131-3/\" title=\"mcm_2131\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2131-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2131\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2132-2/\" title=\"mcm_2132\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2132-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2132\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2134/\" title=\"mcm_2134\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2134-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2134\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2138/\" title=\"mcm_2138\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2138-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2138\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2139-2/\" title=\"mcm_2139\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2139-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2139\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2140-2/\" title=\"mcm_2140\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2140-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2140\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2144-3/\" title=\"mcm_2144\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2144-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2144\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2146-2/\" title=\"mcm_2146\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2146-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2146\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2147/\" title=\"mcm_2147\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2147-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2147\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2151/\" title=\"mcm_2151\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2151-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2151\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2153-2/\" title=\"mcm_2153\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2153-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2153\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2156-2/\" title=\"mcm_2156\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2156-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2156\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2158-3/\" title=\"mcm_2158\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2158-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2158\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2161-2/\" title=\"mcm_2161\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2161-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2161\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2164-2/\" title=\"mcm_2164\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2164-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2164\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2166/\" title=\"mcm_2166\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2166-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2166\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2167-2/\" title=\"mcm_2167\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2167-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2167\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2168/\" title=\"mcm_2168\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2168-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2168\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2172-2/\" title=\"mcm_2172\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2172-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2172\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2174-2/\" title=\"mcm_2174\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2174-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2174\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2176/\" title=\"mcm_2176\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2176-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2176\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2177-2/\" title=\"mcm_2177\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2177-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2177\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2178-2/\" title=\"mcm_2178\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2178-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2178\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2179-2/\" title=\"mcm_2179\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2179-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2179\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2180/\" title=\"mcm_2180\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2180-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2180\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2181-3/\" title=\"mcm_2181\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2181-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2181\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2182-2/\" title=\"mcm_2182\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2182-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2182\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2183-2/\" title=\"mcm_2183\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2183-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2183\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2184-3/\" title=\"mcm_2184\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2184-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2184\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2185-2/\" title=\"mcm_2185\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2185-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2185\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2187-2/\" title=\"mcm_2187\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2187-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2187\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2188/\" title=\"mcm_2188\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2188-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2188\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2191/\" title=\"mcm_2191\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2191-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2191\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2193-2/\" title=\"mcm_2193\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2193-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2193\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2194-2/\" title=\"mcm_2194\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2194-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2194\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2195-2/\" title=\"mcm_2195\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2195-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2195\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2200/\" title=\"mcm_2200\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2200-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2200\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2201/\" title=\"mcm_2201\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2201-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2201\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2203-3/\" title=\"mcm_2203\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2203-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2203\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2205-2/\" title=\"mcm_2205\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2205-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2205\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2206-2/\" title=\"mcm_2206\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2206-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2206\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2207-2/\" title=\"mcm_2207\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2207-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2207\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2208-3/\" title=\"mcm_2208\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2208-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2208\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2210-3/\" title=\"mcm_2210\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2210-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2210\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2212-2/\" title=\"mcm_2212\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2212-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2212\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2213/\" title=\"mcm_2213\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2213-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2213\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2215-3/\" title=\"mcm_2215\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2215-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2215\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2216-3/\" title=\"mcm_2216\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2216-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2216\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2217/\" title=\"mcm_2217\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2217-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2217\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2218-2/\" title=\"mcm_2218\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2218-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2218\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2222/\" title=\"mcm_2222\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2222-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2222\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2223/\" title=\"mcm_2223\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2223-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2223\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2224/\" title=\"mcm_2224\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2224-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2224\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2225/\" title=\"mcm_2225\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2225-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2225\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2226-2/\" title=\"mcm_2226\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2226-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2226\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2228/\" title=\"mcm_2228\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2228-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2228\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2229-2/\" title=\"mcm_2229\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2229-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2229\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2230-3/\" title=\"mcm_2230\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2230-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2230\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2231/\" title=\"mcm_2231\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2231-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2231\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2234-2/\" title=\"mcm_2234\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2234-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2234\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2236-2/\" title=\"mcm_2236\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2236-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2236\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2245/\" title=\"mcm_2245\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2245-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2245\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2250-2/\" title=\"mcm_2250\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2250-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2250\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2251/\" title=\"mcm_2251\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2251-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2251\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2255-2/\" title=\"mcm_2255\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2255-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2255\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2258-3/\" title=\"mcm_2258\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2258-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2258\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_22581/\" title=\"mcm_22581\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_22581-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_22581\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2259/\" title=\"mcm_2259\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2259-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2259\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2266/\" title=\"mcm_2266\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2266-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2266\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2268/\" title=\"mcm_2268\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2268-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2268\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2270-2/\" title=\"mcm_2270\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2270-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2270\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2274/\" title=\"mcm_2274\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2274-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2274\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2280/\" title=\"mcm_2280\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2280-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2280\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2281-2/\" title=\"mcm_2281\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2281-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2281\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2283-2/\" title=\"mcm_2283\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2283-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2283\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2285/\" title=\"mcm_2285\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2285-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2285\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2286-3/\" title=\"mcm_2286\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2286-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2286\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2288-2/\" title=\"mcm_2288\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2288-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2288\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2291-3/\" title=\"mcm_2291\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2291-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2291\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2293-3/\" title=\"mcm_2293\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2293-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2293\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2294/\" title=\"mcm_2294\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2294-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2294\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2296-2/\" title=\"mcm_2296\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2296-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2296\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2298-2/\" title=\"mcm_2298\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2298-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2298\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2302-2/\" title=\"mcm_2302\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2302-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2302\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2303-2/\" title=\"mcm_2303\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2303-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2303\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2304-2/\" title=\"mcm_2304\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2304-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2304\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2309-2/\" title=\"mcm_2309\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2309-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2309\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2310-2/\" title=\"mcm_2310\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2310-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2310\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2311-2/\" title=\"mcm_2311\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2311-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2311\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2312/\" title=\"mcm_2312\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2312-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2312\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2313-2/\" title=\"mcm_2313\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2313-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2313\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2315-2/\" title=\"mcm_2315\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2315-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2315\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2316-2/\" title=\"mcm_2316\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2316-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2316\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2317/\" title=\"mcm_2317\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2317-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2317\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2319/\" title=\"mcm_2319\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2319-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2319\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2320-2/\" title=\"mcm_2320\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2320-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2320\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2323-3/\" title=\"mcm_2323\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2323-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2323\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2325-2/\" title=\"mcm_2325\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2325-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2325\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2326-2/\" title=\"mcm_2326\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2326-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2326\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2330-2/\" title=\"mcm_2330\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2330-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2330\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2333-2/\" title=\"mcm_2333\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2333-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2333\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2335-3/\" title=\"mcm_2335\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2335-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2335\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2336-3/\" title=\"mcm_2336\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2336-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2336\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2338/\" title=\"mcm_2338\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2338-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2338\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2339/\" title=\"mcm_2339\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2339-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2339\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2340-2/\" title=\"mcm_2340\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2340-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2340\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2343-2/\" title=\"mcm_2343\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2343-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2343\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2346/\" title=\"mcm_2346\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2346-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2346\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2347/\" title=\"mcm_2347\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2347-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2347\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2348-2/\" title=\"mcm_2348\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2348-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2348\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2349-2/\" title=\"mcm_2349\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2349-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2349\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2350/\" title=\"mcm_2350\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2350-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2350\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2352-2/\" title=\"mcm_2352\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2352-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2352\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2360-3/\" title=\"mcm_2360\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2360-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2360\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2372-2/\" title=\"mcm_2372\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2372-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2372\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2375/\" title=\"mcm_2375\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2375-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2375\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2378/\" title=\"mcm_2378\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2378-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2378\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2379-2/\" title=\"mcm_2379\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2379-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2379\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2389-2/\" title=\"mcm_2389\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2389-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2389\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2414-3/\" title=\"mcm_2414\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2414-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2414\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2416-3/\" title=\"mcm_2416\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2416-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2416\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2418-2/\" title=\"mcm_2418\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2418-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2418\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2419-2/\" title=\"mcm_2419\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2419-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2419\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2420-2/\" title=\"mcm_2420\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2420-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2420\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2424/\" title=\"mcm_2424\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2424-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2424\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2428-2/\" title=\"mcm_2428\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2428-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2428\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2436-2/\" title=\"mcm_2436\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2436-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2436\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2437-3/\" title=\"mcm_2437\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2437-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2437\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2439-2/\" title=\"mcm_2439\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2439-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2439\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2440/\" title=\"mcm_2440\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2440-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2440\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2442-3/\" title=\"mcm_2442\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2442-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2442\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2462-3/\" title=\"mcm_2462\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2462-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2462\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2467-2/\" title=\"mcm_2467\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2467-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2467\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2468-3/\" title=\"mcm_2468\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2468-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2468\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2469-3/\" title=\"mcm_2469\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2469-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2469\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2475/\" title=\"mcm_2475\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2475-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2475\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2477-2/\" title=\"mcm_2477\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2477-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2477\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2478-2/\" title=\"mcm_2478\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2478-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2478\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2480/\" title=\"mcm_2480\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2480-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2480\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2481-2/\" title=\"mcm_2481\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2481-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2481\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2487-2/\" title=\"mcm_2487\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2487-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2487\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2488/\" title=\"mcm_2488\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2488-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2488\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2492-2/\" title=\"mcm_2492\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2492-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2492\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2493-2/\" title=\"mcm_2493\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2493-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2493\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2494/\" title=\"mcm_2494\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2494-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2494\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2495/\" title=\"mcm_2495\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2495-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2495\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2497-2/\" title=\"mcm_2497\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2497-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2497\" /></a>\";s:7:\"pubdate\";s:31:\"Thu, 26 Mar 2009 15:31:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:46765:\"<p>Full Moon Festival in Hoi An, Vietnam. Also Tim and I got the cheapest haircut ever, about $0.80 a piece, and I got a shave for another dollar or so. (You don’t want to cheap a guy holding a razor to your neck.)</p>\n<p><span id=\"more-12465\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2005-2/\" title=\"mcm_2005\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2005-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2005\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2007-3/\" title=\"mcm_2007\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2007-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2007\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2009-2/\" title=\"mcm_2009\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2009-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2009\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2010/\" title=\"mcm_2010\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2010-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2010\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2016-2/\" title=\"mcm_2016\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2016-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2016\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2019/\" title=\"mcm_2019\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2019-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2019\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2024/\" title=\"mcm_2024\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2024-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2024\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2027-2/\" title=\"mcm_2027\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2027-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2027\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2038/\" title=\"mcm_2038\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2038-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2038\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2039-3/\" title=\"mcm_2039\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2039-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2039\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2040-3/\" title=\"mcm_2040\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2040-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2040\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2042-2/\" title=\"mcm_2042\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2042-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2042\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2045-2/\" title=\"mcm_2045\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2045-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2045\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2047-3/\" title=\"mcm_2047\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2047-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2047\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2050-2/\" title=\"mcm_2050\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2050-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2050\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2051-3/\" title=\"mcm_2051\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2051-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2051\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2052/\" title=\"mcm_2052\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2052-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2052\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2055/\" title=\"mcm_2055\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2055-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2055\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2056-2/\" title=\"mcm_2056\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2056-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2056\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2057/\" title=\"mcm_2057\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2057-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2057\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2060-2/\" title=\"mcm_2060\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2060-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2060\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2062/\" title=\"mcm_2062\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2062-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2062\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2063/\" title=\"mcm_2063\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2063-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2063\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2064-2/\" title=\"mcm_2064\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2064-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2064\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2065-3/\" title=\"mcm_2065\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2065-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2065\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2066-2/\" title=\"mcm_2066\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2066-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2066\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2067-3/\" title=\"mcm_2067\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2067-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2067\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2068-3/\" title=\"mcm_2068\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2068-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2068\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2069-2/\" title=\"mcm_2069\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2069-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2069\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2071/\" title=\"mcm_2071\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2071-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2071\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2072-2/\" title=\"mcm_2072\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2072-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2072\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2073/\" title=\"mcm_2073\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2073-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2073\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2075/\" title=\"mcm_2075\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2075-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2075\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2077-2/\" title=\"mcm_2077\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2077-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2077\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2078-3/\" title=\"mcm_2078\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2078-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2078\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2079-2/\" title=\"mcm_2079\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2079-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2079\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2080/\" title=\"mcm_2080\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2080-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2080\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2081/\" title=\"mcm_2081\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2081-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2081\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2082/\" title=\"mcm_2082\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2082-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2082\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2083/\" title=\"mcm_2083\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2083-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2083\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2084/\" title=\"mcm_2084\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2084-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2084\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2085-3/\" title=\"mcm_2085\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2085-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2085\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2087/\" title=\"mcm_2087\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2087-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2087\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2088/\" title=\"mcm_2088\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2088-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2088\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2089-2/\" title=\"mcm_2089\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2089-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2089\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2090/\" title=\"mcm_2090\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2090-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2090\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2091-2/\" title=\"mcm_2091\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2091-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2091\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2094/\" title=\"mcm_2094\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2094-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2094\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2095/\" title=\"mcm_2095\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2095-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2095\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2096-3/\" title=\"mcm_2096\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2096-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2096\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2097/\" title=\"mcm_2097\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2097-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2097\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2099-2/\" title=\"mcm_2099\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2099-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2099\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2100-2/\" title=\"mcm_2100\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2100-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2100\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2103-2/\" title=\"mcm_2103\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2103-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2103\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2104-2/\" title=\"mcm_2104\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2104-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2104\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2105-2/\" title=\"mcm_2105\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2105-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2105\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2107-3/\" title=\"mcm_2107\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2107-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2107\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2109-2/\" title=\"mcm_2109\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2109-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2109\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2113-3/\" title=\"mcm_2113\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2113-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2113\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2115/\" title=\"mcm_2115\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2115-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2115\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2116/\" title=\"mcm_2116\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2116-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2116\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2117-3/\" title=\"mcm_2117\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2117-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2117\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2118-3/\" title=\"mcm_2118\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2118-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2118\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2121/\" title=\"mcm_2121\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2121-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2121\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2122-2/\" title=\"mcm_2122\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2122-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2122\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2123-2/\" title=\"mcm_2123\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2123-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2123\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2124/\" title=\"mcm_2124\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2124-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2124\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2125-2/\" title=\"mcm_2125\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2125-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2125\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2127-2/\" title=\"mcm_2127\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2127-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2127\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2128-3/\" title=\"mcm_2128\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2128-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2128\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_21281/\" title=\"mcm_21281\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_21281-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_21281\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2129/\" title=\"mcm_2129\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2129-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2129\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2131-3/\" title=\"mcm_2131\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2131-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2131\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2132-2/\" title=\"mcm_2132\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2132-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2132\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2134/\" title=\"mcm_2134\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2134-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2134\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2138/\" title=\"mcm_2138\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2138-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2138\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2139-2/\" title=\"mcm_2139\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2139-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2139\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2140-2/\" title=\"mcm_2140\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2140-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2140\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2144-3/\" title=\"mcm_2144\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2144-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2144\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2146-2/\" title=\"mcm_2146\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2146-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2146\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2147/\" title=\"mcm_2147\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2147-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2147\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2151/\" title=\"mcm_2151\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2151-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2151\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2153-2/\" title=\"mcm_2153\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2153-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2153\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2156-2/\" title=\"mcm_2156\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2156-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2156\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2158-3/\" title=\"mcm_2158\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2158-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2158\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2161-2/\" title=\"mcm_2161\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2161-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2161\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2164-2/\" title=\"mcm_2164\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2164-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2164\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2166/\" title=\"mcm_2166\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2166-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2166\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2167-2/\" title=\"mcm_2167\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2167-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2167\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2168/\" title=\"mcm_2168\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2168-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2168\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2172-2/\" title=\"mcm_2172\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2172-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2172\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2174-2/\" title=\"mcm_2174\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2174-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2174\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2176/\" title=\"mcm_2176\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2176-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2176\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2177-2/\" title=\"mcm_2177\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2177-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2177\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2178-2/\" title=\"mcm_2178\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2178-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2178\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2179-2/\" title=\"mcm_2179\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2179-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2179\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2180/\" title=\"mcm_2180\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2180-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2180\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2181-3/\" title=\"mcm_2181\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2181-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2181\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2182-2/\" title=\"mcm_2182\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2182-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2182\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2183-2/\" title=\"mcm_2183\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2183-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2183\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2184-3/\" title=\"mcm_2184\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2184-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2184\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2185-2/\" title=\"mcm_2185\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2185-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2185\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2187-2/\" title=\"mcm_2187\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2187-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2187\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2188/\" title=\"mcm_2188\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2188-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2188\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2191/\" title=\"mcm_2191\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2191-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2191\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2193-2/\" title=\"mcm_2193\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2193-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2193\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2194-2/\" title=\"mcm_2194\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2194-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2194\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2195-2/\" title=\"mcm_2195\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2195-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2195\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2200/\" title=\"mcm_2200\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2200-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2200\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2201/\" title=\"mcm_2201\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2201-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2201\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2203-3/\" title=\"mcm_2203\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2203-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2203\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2205-2/\" title=\"mcm_2205\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2205-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2205\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2206-2/\" title=\"mcm_2206\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2206-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2206\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2207-2/\" title=\"mcm_2207\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2207-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2207\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2208-3/\" title=\"mcm_2208\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2208-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2208\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2210-3/\" title=\"mcm_2210\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2210-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2210\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2212-2/\" title=\"mcm_2212\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2212-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2212\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2213/\" title=\"mcm_2213\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2213-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2213\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2215-3/\" title=\"mcm_2215\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2215-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2215\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2216-3/\" title=\"mcm_2216\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2216-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2216\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2217/\" title=\"mcm_2217\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2217-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2217\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2218-2/\" title=\"mcm_2218\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2218-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2218\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2222/\" title=\"mcm_2222\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2222-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2222\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2223/\" title=\"mcm_2223\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2223-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2223\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2224/\" title=\"mcm_2224\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2224-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2224\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2225/\" title=\"mcm_2225\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2225-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2225\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2226-2/\" title=\"mcm_2226\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2226-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2226\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2228/\" title=\"mcm_2228\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2228-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2228\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2229-2/\" title=\"mcm_2229\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2229-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2229\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2230-3/\" title=\"mcm_2230\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2230-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2230\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2231/\" title=\"mcm_2231\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2231-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2231\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2234-2/\" title=\"mcm_2234\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2234-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2234\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2236-2/\" title=\"mcm_2236\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2236-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2236\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2245/\" title=\"mcm_2245\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2245-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2245\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2250-2/\" title=\"mcm_2250\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2250-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2250\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2251/\" title=\"mcm_2251\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2251-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2251\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2255-2/\" title=\"mcm_2255\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2255-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2255\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2258-3/\" title=\"mcm_2258\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2258-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2258\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_22581/\" title=\"mcm_22581\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_22581-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_22581\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2259/\" title=\"mcm_2259\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2259-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2259\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2266/\" title=\"mcm_2266\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2266-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2266\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2268/\" title=\"mcm_2268\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2268-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2268\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2270-2/\" title=\"mcm_2270\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2270-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2270\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2274/\" title=\"mcm_2274\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2274-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2274\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2280/\" title=\"mcm_2280\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2280-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2280\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2281-2/\" title=\"mcm_2281\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2281-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2281\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2283-2/\" title=\"mcm_2283\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2283-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2283\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2285/\" title=\"mcm_2285\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2285-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2285\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2286-3/\" title=\"mcm_2286\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2286-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2286\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2288-2/\" title=\"mcm_2288\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2288-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2288\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2291-3/\" title=\"mcm_2291\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2291-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2291\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2293-3/\" title=\"mcm_2293\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2293-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2293\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2294/\" title=\"mcm_2294\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2294-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2294\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2296-2/\" title=\"mcm_2296\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2296-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2296\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2298-2/\" title=\"mcm_2298\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2298-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2298\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2302-2/\" title=\"mcm_2302\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2302-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2302\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2303-2/\" title=\"mcm_2303\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2303-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2303\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2304-2/\" title=\"mcm_2304\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2304-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2304\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2309-2/\" title=\"mcm_2309\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2309-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2309\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2310-2/\" title=\"mcm_2310\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2310-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2310\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2311-2/\" title=\"mcm_2311\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2311-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2311\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2312/\" title=\"mcm_2312\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2312-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2312\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2313-2/\" title=\"mcm_2313\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2313-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2313\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2315-2/\" title=\"mcm_2315\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2315-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2315\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2316-2/\" title=\"mcm_2316\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2316-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2316\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2317/\" title=\"mcm_2317\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2317-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2317\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2319/\" title=\"mcm_2319\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2319-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2319\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2320-2/\" title=\"mcm_2320\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2320-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2320\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2323-3/\" title=\"mcm_2323\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2323-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2323\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2325-2/\" title=\"mcm_2325\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2325-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2325\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2326-2/\" title=\"mcm_2326\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2326-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2326\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2330-2/\" title=\"mcm_2330\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2330-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2330\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2333-2/\" title=\"mcm_2333\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2333-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2333\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2335-3/\" title=\"mcm_2335\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2335-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2335\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2336-3/\" title=\"mcm_2336\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2336-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2336\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2338/\" title=\"mcm_2338\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2338-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2338\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2339/\" title=\"mcm_2339\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2339-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2339\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2340-2/\" title=\"mcm_2340\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2340-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2340\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2343-2/\" title=\"mcm_2343\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2343-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2343\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2346/\" title=\"mcm_2346\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2346-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2346\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2347/\" title=\"mcm_2347\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2347-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2347\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2348-2/\" title=\"mcm_2348\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2348-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2348\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2349-2/\" title=\"mcm_2349\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2349-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2349\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2350/\" title=\"mcm_2350\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2350-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2350\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2352-2/\" title=\"mcm_2352\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2352-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2352\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2360-3/\" title=\"mcm_2360\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2360-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2360\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2372-2/\" title=\"mcm_2372\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2372-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2372\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2375/\" title=\"mcm_2375\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2375-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2375\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2378/\" title=\"mcm_2378\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2378-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2378\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2379-2/\" title=\"mcm_2379\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2379-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2379\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2389-2/\" title=\"mcm_2389\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2389-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2389\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2414-3/\" title=\"mcm_2414\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2414-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2414\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2416-3/\" title=\"mcm_2416\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2416-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2416\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2418-2/\" title=\"mcm_2418\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2418-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2418\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2419-2/\" title=\"mcm_2419\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2419-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2419\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2420-2/\" title=\"mcm_2420\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2420-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2420\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2424/\" title=\"mcm_2424\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2424-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2424\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2428-2/\" title=\"mcm_2428\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2428-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2428\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2436-2/\" title=\"mcm_2436\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2436-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2436\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2437-3/\" title=\"mcm_2437\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2437-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2437\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2439-2/\" title=\"mcm_2439\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2439-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2439\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2440/\" title=\"mcm_2440\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2440-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2440\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2442-3/\" title=\"mcm_2442\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2442-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2442\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2462-3/\" title=\"mcm_2462\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2462-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2462\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2467-2/\" title=\"mcm_2467\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2467-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2467\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2468-3/\" title=\"mcm_2468\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2468-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2468\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2469-3/\" title=\"mcm_2469\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2469-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2469\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2475/\" title=\"mcm_2475\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2475-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2475\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2477-2/\" title=\"mcm_2477\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2477-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2477\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2478-2/\" title=\"mcm_2478\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2478-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2478\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2480/\" title=\"mcm_2480\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2480-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2480\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2481-2/\" title=\"mcm_2481\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2481-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2481\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2487-2/\" title=\"mcm_2487\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2487-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2487\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2488/\" title=\"mcm_2488\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2488-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2488\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2492-2/\" title=\"mcm_2492\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2492-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2492\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2493-2/\" title=\"mcm_2493\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2493-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2493\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2494/\" title=\"mcm_2494\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2494-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2494\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2495/\" title=\"mcm_2495\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2495-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2495\" /></a>\n<a href=\"http://ma.tt/2009/03/hoi-an/mcm_2497-2/\" title=\"mcm_2497\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2497-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2497\" /></a>\";}i:21;a:7:{s:5:\"title\";s:42:\"Matt: WordCamp China, Hong Kong, and Japan\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12280\";s:4:\"link\";s:42:\"http://ma.tt/2009/03/china-hongkong-japan/\";s:11:\"description\";s:372:\"<p>I’ll be attending our two <a href=\"http://central.wordcamp.org/\">WordCamps</a> in China: <a href=\"http://wordcampchina.org/\">WordCamp China</a> in Shanghai, on April 4, and <a href=\"http://hk.wordcamp.org/\">WordCamp Hong Kong</a> on April 5. <a href=\"http://japan.wordcamp.org/\">I think this says I’m going to be in Japan</a> for WordCamp on April 12th.</p>\";s:7:\"pubdate\";s:31:\"Thu, 26 Mar 2009 13:43:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:372:\"<p>I’ll be attending our two <a href=\"http://central.wordcamp.org/\">WordCamps</a> in China: <a href=\"http://wordcampchina.org/\">WordCamp China</a> in Shanghai, on April 4, and <a href=\"http://hk.wordcamp.org/\">WordCamp Hong Kong</a> on April 5. <a href=\"http://japan.wordcamp.org/\">I think this says I’m going to be in Japan</a> for WordCamp on April 12th.</p>\";}i:22;a:7:{s:5:\"title\";s:35:\"Mark Jaquith: WordPress iPhone Skin\";s:4:\"guid\";s:39:\"http://markjaquith.wordpress.com/?p=265\";s:4:\"link\";s:66:\"http://markjaquith.wordpress.com/2009/03/26/wordpress-iphone-skin/\";s:11:\"description\";s:1801:\"<div class=\"snap_preview\"><br /><p>Check out the awesome WordPress skin that my iPhone is rocking.</p>\n<p> </p>\n<div id=\"attachment_266\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-266\" title=\"WordPress iPhone Skin\" src=\"http://markjaquith.files.wordpress.com/2009/03/iphone-skin.jpg?w=640&h=480\" alt=\"WordPress skin for the iPhone 3G\" width=\"640\" height=\"480\" /><p class=\"wp-caption-text\">WordPress skin for the iPhone 3G</p></div>\n<p>It’s my understanding that these will eventually be available for sale in <a title=\"Visit the WordPress shop\" href=\"http://shop.wordpress.net/\">the WordPress Shop</a>.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/265/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/265/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/265/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/265/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/265/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/265/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/265/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/265/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/265/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/265/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=265&subd=markjaquith&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Thu, 26 Mar 2009 05:40:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:7:\"summary\";s:1801:\"<div class=\"snap_preview\"><br /><p>Check out the awesome WordPress skin that my iPhone is rocking.</p>\n<p> </p>\n<div id=\"attachment_266\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-266\" title=\"WordPress iPhone Skin\" src=\"http://markjaquith.files.wordpress.com/2009/03/iphone-skin.jpg?w=640&h=480\" alt=\"WordPress skin for the iPhone 3G\" width=\"640\" height=\"480\" /><p class=\"wp-caption-text\">WordPress skin for the iPhone 3G</p></div>\n<p>It’s my understanding that these will eventually be available for sale in <a title=\"Visit the WordPress shop\" href=\"http://shop.wordpress.net/\">the WordPress Shop</a>.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/265/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/265/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/265/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/265/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/265/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/265/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/265/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/265/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/265/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/265/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=265&subd=markjaquith&ref=&feed=1\" /></div>\";}i:23;a:7:{s:5:\"title\";s:39:\"Andrew: podPress and Popularity Contest\";s:4:\"guid\";s:33:\"http://azaozz.wordpress.com/?p=76\";s:4:\"link\";s:71:\"http://azaozz.wordpress.com/2009/03/25/podpress-and-popularity-contest/\";s:11:\"description\";s:2370:\"<div class=\"snap_preview\"><br /><p>There have been couple of patches for the feeds in podPress by Tim Berger, <a href=\"http://plugins.trac.wordpress.org/ticket/961\">Update and bugfix for the atom feed</a> and <a href=\"http://plugins.trac.wordpress.org/ticket/962\">Bypass of the RSS Feed does not work</a>. Currently they are in the <a href=\"http://downloads.wordpress.org/plugin/podpress.zip\">Development Version.</a> If anybody wants to add more, please make a ticket on the <a href=\"http://plugins.trac.wordpress.org/wiki\">plugins trac</a> and drop me an <a href=\"http://azaozz.wordpress.com/contact/\">email</a>.</p>\n<p>Also recently had a look at the <a href=\"http://wordpress.org/extend/plugins/popularity-contest/\">Popularity Contest</a> plugin. It works well in WordPress 2.7 and 2.8-bleeding only the activation fails. To make it compatible a small piece of code has to be added to the beginning: <code>global $wpdb;</code></p>\n<p>This should go just above the first “if” statement, so it looks like this:</p>\n<pre name=\"code\" class=\"php\">\n\n// add this\nglobal $wpdb;\n\n// existing code\nif (!isset($wpdb)) {\n require('../../wp-blog-header.php');\n ...\n</pre>\n<p>Tried to contact the author and send him this fix so he can add it to the plugin.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/azaozz.wordpress.com/76/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/azaozz.wordpress.com/76/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/azaozz.wordpress.com/76/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/azaozz.wordpress.com/76/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/azaozz.wordpress.com/76/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/azaozz.wordpress.com/76/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/azaozz.wordpress.com/76/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/azaozz.wordpress.com/76/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/azaozz.wordpress.com/76/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/azaozz.wordpress.com/76/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=azaozz.wordpress.com&blog=3380945&post=76&subd=azaozz&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Wed, 25 Mar 2009 23:48:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Andrew Ozz\";}s:7:\"summary\";s:2370:\"<div class=\"snap_preview\"><br /><p>There have been couple of patches for the feeds in podPress by Tim Berger, <a href=\"http://plugins.trac.wordpress.org/ticket/961\">Update and bugfix for the atom feed</a> and <a href=\"http://plugins.trac.wordpress.org/ticket/962\">Bypass of the RSS Feed does not work</a>. Currently they are in the <a href=\"http://downloads.wordpress.org/plugin/podpress.zip\">Development Version.</a> If anybody wants to add more, please make a ticket on the <a href=\"http://plugins.trac.wordpress.org/wiki\">plugins trac</a> and drop me an <a href=\"http://azaozz.wordpress.com/contact/\">email</a>.</p>\n<p>Also recently had a look at the <a href=\"http://wordpress.org/extend/plugins/popularity-contest/\">Popularity Contest</a> plugin. It works well in WordPress 2.7 and 2.8-bleeding only the activation fails. To make it compatible a small piece of code has to be added to the beginning: <code>global $wpdb;</code></p>\n<p>This should go just above the first “if” statement, so it looks like this:</p>\n<pre name=\"code\" class=\"php\">\n\n// add this\nglobal $wpdb;\n\n// existing code\nif (!isset($wpdb)) {\n require('../../wp-blog-header.php');\n ...\n</pre>\n<p>Tried to contact the author and send him this fix so he can add it to the plugin.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/azaozz.wordpress.com/76/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/azaozz.wordpress.com/76/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/azaozz.wordpress.com/76/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/azaozz.wordpress.com/76/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/azaozz.wordpress.com/76/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/azaozz.wordpress.com/76/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/azaozz.wordpress.com/76/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/azaozz.wordpress.com/76/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/azaozz.wordpress.com/76/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/azaozz.wordpress.com/76/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=azaozz.wordpress.com&blog=3380945&post=76&subd=azaozz&ref=&feed=1\" /></div>\";}i:24;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 03/25\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5429\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/03/25/wordpress-theme-releases-for-0325/\";s:11:\"description\";s:1478:\"<h4><a href=\"http://www.smashingmagazine.com/2009/03/16/new-smashing-freebies-for-designers-and-bloggers/\">WP Smashing</a></h4>\n<p><img title=\"WP Smashing\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wpsmashing.gif\" alt=\"WP Smashing\" width=\"200\" height=\"111\" /></p>\n<p><a href=\"http://bustatheme.com/\">Greg Johnson</a>’s theme WP Smashing is also an example for such kind of themes. The main goal of the theme was to display WordPress posts in calendar format. The theme is widget-ready, WordPress 2.7 compatible, has an integrated configurable calendar functionality and a configurable contact form. Installation guidelines are provided in the package. The .PSD-source file is included as well.</p>\n<h4><a href=\"http://ericulous.com/2009/03/18/wp-theme-woogle-the-google-search-engine-clone/\">Woogle</a></h4>\n<p><img title=\"woogle\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/woogle.jpg\" alt=\"woogle\" width=\"200\" height=\"181\" /></p>\n<p>Turns your blog into a Google Search Engine on April Fool’s Day.</p>\n<h4><a href=\"http://www.antidote.com.sg/blueskool-free-wordpress-theme/\">BlueSkool</a></h4>\n<p><img title=\"blueskool\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/blueskool.jpg\" alt=\"blueskool\" width=\"200\" height=\"95\" /></p>\n<p>A blue, 2-column theme designed to be easy on the eyes.</p>\n<p>Theme author? Looking to get featured in our release posts? <a href=\"http://weblogtoolscollection.com/submit-news\">Submit your theme</a> to us.</p>\";s:7:\"pubdate\";s:31:\"Wed, 25 Mar 2009 16:52:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1478:\"<h4><a href=\"http://www.smashingmagazine.com/2009/03/16/new-smashing-freebies-for-designers-and-bloggers/\">WP Smashing</a></h4>\n<p><img title=\"WP Smashing\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wpsmashing.gif\" alt=\"WP Smashing\" width=\"200\" height=\"111\" /></p>\n<p><a href=\"http://bustatheme.com/\">Greg Johnson</a>’s theme WP Smashing is also an example for such kind of themes. The main goal of the theme was to display WordPress posts in calendar format. The theme is widget-ready, WordPress 2.7 compatible, has an integrated configurable calendar functionality and a configurable contact form. Installation guidelines are provided in the package. The .PSD-source file is included as well.</p>\n<h4><a href=\"http://ericulous.com/2009/03/18/wp-theme-woogle-the-google-search-engine-clone/\">Woogle</a></h4>\n<p><img title=\"woogle\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/woogle.jpg\" alt=\"woogle\" width=\"200\" height=\"181\" /></p>\n<p>Turns your blog into a Google Search Engine on April Fool’s Day.</p>\n<h4><a href=\"http://www.antidote.com.sg/blueskool-free-wordpress-theme/\">BlueSkool</a></h4>\n<p><img title=\"blueskool\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/blueskool.jpg\" alt=\"blueskool\" width=\"200\" height=\"95\" /></p>\n<p>A blue, 2-column theme designed to be easy on the eyes.</p>\n<p>Theme author? Looking to get featured in our release posts? <a href=\"http://weblogtoolscollection.com/submit-news\">Submit your theme</a> to us.</p>\";}i:25;a:7:{s:5:\"title\";s:39:\"Alex King: WordPress Mobile Edition 3.0\";s:4:\"guid\";s:63:\"http://alexking.org/blog/2009/03/25/wordpress-mobile-edition-30\";s:4:\"link\";s:63:\"http://alexking.org/blog/2009/03/25/wordpress-mobile-edition-30\";s:11:\"description\";s:3590:\"<p>I’m quite happy that WordPress Mobile Edition, a <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin I first created back in <a href=\"http://alexking.org/blog/2002/11/19/november-19-2002\">2002</a> to show a mobile-friendly version of my (<em>b2</em> powered) blog, has reached version 3.0.</p>\n<p class=\"center\"><img src=\"http://themes.svn.wordpress.org/carrington-mobile/1.0/screenshot.png\" alt=\"Carrington Mobile\" /></p>\n<p>This plugin creates a mobile-friendly version of your WordPress powered site, without any additional changes required.</p>\n<p>Over the last 7 years, mobile browsing has gone from tech novelty to psuedo-mainstream. Mobile browsers have advanced impressively and it’s been fun to watch it happen. I think I was using a Palm i705<sup><a href=\"http://alexking.org/blog/feed?cat=16#fn1237963133625n\" id=\"fn1237963133625\" class=\"footnote\">1</a></sup> when I built the first version of this plugin. Contrasting that to the mobile browser in the iPhone, Android and even the latest BlackBerry is pretty startling.</p>\n<p>Working with my team at <a href=\"http://crowdfavorite.com\">Crowd Favorite</a>, we set out to update the mobile plugin with a variety of enhancements.</p>\n<ol>\n<li><strong>Admin page with settings</strong> to allow people to choose what browsers to show the mobile theme to. I get a few reports a week from people with iPhones that report it as a bug that the old version of the plugin didn’t detect their browser. I always thought that the point of the iPhone was getting the <img src=\"http://alexking.org/images/smilies/ak_scare1.gif\" alt=\":scare:\" class=\"wp-smiley\" /> real web <img src=\"http://alexking.org/images/smilies/ak_scare2.gif\" alt=\":/scare:\" class=\"wp-smiley\" /> , but now people can choose for themselves.</li>\n<li><strong>Progressive enhancement</strong> so that users get an experience that is well suited for their mobile device. JS and CSS are used judiciously and carefully to provide a more elegant experience for phones that support it, and a simple interface for devices where that is more appropriate. For example, we make the “clickable” areas finger-sized for touch browsers (iPhone, Android, etc.) while non-touch browsers have content more visually compressed vertically so you can see more at once on the small screen. We tested on a bunch of different mobile devices and I’m pleased with the results we’ve seen.</li>\n<li><strong>A more robust theme</strong>, built on our <a href=\"http://carringtontheme.com\">Carrington theme framework</a>. You can <a href=\"http://mobile.carringtontheme.com\">preview the mobile theme</a> or download it as a stand-alone theme from the Carrington web site.</li>\n</ol>\n<p>I believe we hit the mark pretty well with this release - I hope you find it useful.</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<ol class=\"footnotes\">\n<li id=\"fn1237963133625n\">Anyone else remember PQAs? [<a href=\"http://alexking.org/blog/feed?cat=16#fn1237963133625\">back</a>]</li>\n</ol>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordPress+Mobile+Edition+3.0&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F25%2Fwordpress-mobile-edition-30\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Wed, 25 Mar 2009 14:10:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:3590:\"<p>I’m quite happy that WordPress Mobile Edition, a <a href=\"http://wordpress.org/\" rel=\"external\">WordPress</a> plugin I first created back in <a href=\"http://alexking.org/blog/2002/11/19/november-19-2002\">2002</a> to show a mobile-friendly version of my (<em>b2</em> powered) blog, has reached version 3.0.</p>\n<p class=\"center\"><img src=\"http://themes.svn.wordpress.org/carrington-mobile/1.0/screenshot.png\" alt=\"Carrington Mobile\" /></p>\n<p>This plugin creates a mobile-friendly version of your WordPress powered site, without any additional changes required.</p>\n<p>Over the last 7 years, mobile browsing has gone from tech novelty to psuedo-mainstream. Mobile browsers have advanced impressively and it’s been fun to watch it happen. I think I was using a Palm i705<sup><a href=\"http://alexking.org/blog/feed?cat=16#fn1237963133625n\" id=\"fn1237963133625\" class=\"footnote\">1</a></sup> when I built the first version of this plugin. Contrasting that to the mobile browser in the iPhone, Android and even the latest BlackBerry is pretty startling.</p>\n<p>Working with my team at <a href=\"http://crowdfavorite.com\">Crowd Favorite</a>, we set out to update the mobile plugin with a variety of enhancements.</p>\n<ol>\n<li><strong>Admin page with settings</strong> to allow people to choose what browsers to show the mobile theme to. I get a few reports a week from people with iPhones that report it as a bug that the old version of the plugin didn’t detect their browser. I always thought that the point of the iPhone was getting the <img src=\"http://alexking.org/images/smilies/ak_scare1.gif\" alt=\":scare:\" class=\"wp-smiley\" /> real web <img src=\"http://alexking.org/images/smilies/ak_scare2.gif\" alt=\":/scare:\" class=\"wp-smiley\" /> , but now people can choose for themselves.</li>\n<li><strong>Progressive enhancement</strong> so that users get an experience that is well suited for their mobile device. JS and CSS are used judiciously and carefully to provide a more elegant experience for phones that support it, and a simple interface for devices where that is more appropriate. For example, we make the “clickable” areas finger-sized for touch browsers (iPhone, Android, etc.) while non-touch browsers have content more visually compressed vertically so you can see more at once on the small screen. We tested on a bunch of different mobile devices and I’m pleased with the results we’ve seen.</li>\n<li><strong>A more robust theme</strong>, built on our <a href=\"http://carringtontheme.com\">Carrington theme framework</a>. You can <a href=\"http://mobile.carringtontheme.com\">preview the mobile theme</a> or download it as a stand-alone theme from the Carrington web site.</li>\n</ol>\n<p>I believe we hit the mark pretty well with this release - I hope you find it useful.</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<ol class=\"footnotes\">\n<li id=\"fn1237963133625n\">Anyone else remember PQAs? [<a href=\"http://alexking.org/blog/feed?cat=16#fn1237963133625\">back</a>]</li>\n</ol>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordPress+Mobile+Edition+3.0&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F03%2F25%2Fwordpress-mobile-edition-30\">ShareThis</a></p>\";}i:26;a:7:{s:5:\"title\";s:50:\"Lorelle on WP: Time to Break WordPress This Summer\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3999\";s:4:\"link\";s:76:\"http://lorelle.wordpress.com/2009/03/24/time-to-break-wordpress-this-summer/\";s:11:\"description\";s:19590:\"<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>In <a href=\"http://www.blogherald.com/2009/03/24/want-to-break-and-remake-wordpress/\" title=\"Want to Break and Remake WordPress?\">Want to Break and Remake WordPress?</a> on the <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a>, I summarized this year’s <a href=\"http://codex.wordpress.org/GSoC2009\" title=\"WordPress Google Summer of Code\">WordPress/Google Summer of Code</a>, an exciting annual project that brings together the top WordPress Community experts with college students from around the world dedicated to making and breaking <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> so we all benefit.</p>\n<p>When I read the cute <a href=\"http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009/\" title=\"WordPress Summer of Code 2009\">announcement by Jane Wells of Automattic on the WordPress Development blog</a>, I thought of all the amazing things that have come out of the past WordPress Summer of Code events, then took a look at what <a href=\"http://codex.wordpress.org/GSoC2009\" title=\"WordPress Google Summer of Code\">they have on the menu</a> for this year’s code hacker’s dream come true. </p>\n<p>WordPress has been a part of the Google Summer of Code I believe since it began five years ago. Each year, from among over a hundred student applications, about 10 are chosen to work with WordPress staff and experts, with some of them going on to become valuable members of the WordPress development team. The incredible inline documentation and code work by <a href=\"http://www.santosj.name/general/finishing-wp-admin-directory-inline-documentation/\" title=\"Finishing WP-Admin Directory Inline Documentation\">Jacob Santos</a> is just one example of the fine work the students have done. </p>\n<p>Each year, free and open source software companies vie to be one of the recipients of the mentoring program sponsored by Google. The students submit applications for the project of their choice from among only <a href=\"http://google-opensource.blogspot.com/2009/03/students-apply-now-for-google-summer-of.html\" title=\"Students, Apply Now for Google Summer of Code 2009!\">150 free and open source software projects</a> chosen. The project team leaders narrow their choices down based upon the proposals, skills, and expertise of the students. The students are paid a stipend of USD $4,500 to cover expenses and time to dig into the code from May through August. </p>\n<p>This year’s deadline for student applications is <a href=\"http://socghop.appspot.com/document/show/program/google/gsoc2009/tmeline\" title=\"April 3, 2009 at 19:00 UTC\">April 3, 2009 at 19:00 UTC</a>, so you don’t have much time to get your <a href=\"http://codex.wordpress.org/GSoC_2008_Application_Template\" title=\"GSoC 2008 Application Template\">application</a> in. </p>\n<p>Among the items proposed are three that really excite me. <span id=\"more-3999\"></span></p>\n<h3>WordPress Video Solution Framework</h3>\n<p>In 2008, Automattic released the <a title=\"WordPress Video Solution Framework\" href=\"http://wordpress.org/extend/plugins/wordpresscom-video-server/\">WordPress Video Solution Framework</a>, a non-Plugin just for <a href=\"http://mu.wordpress.org/\" title=\"WordPressMU\" rel=\"tag\">WordPressMU</a> to improve the handling and transcoding uploaded videos. A <a href=\"http://mu.wordpress.org/forums/topic.php?id=10778\">discussion on the WordPressMU forums</a> included tips for installation, tips, and recommendations for this exciting path for uploading and managing the load videos put upon a site. </p>\n<p>When you upload a video to many of the free and paid video hosting services, the video is converted or “<a href=\"http://en.wikipedia.org/wiki/Transcode\" title=\"Wikipedia - transcoding\">transcoded</a>” from one format to the requirements of that video service. Many will take AVI, WMV, MPG, and convert it to Quicktime, Flash, or other formats for faster streaming and the needs of that system. </p>\n<p>With the WordPress Video Solution Framework, WordPressMU functions or WordPress Plugins can hook into it to improve video uploading and processing, allowing users to host videos on their own servers, a boon for those using WordPressMU blog networks. </p>\n<p>With the demand for video on blogs, I see this as a start in the right direction, especially as server sizes increase and costs drop. I’m nervous about hosting video off-site, outside of my control and ability to protect it. If YouTube or other video hosting service goes down, there goes your video and all the links you counted on. If this is improved in WordPressMU sites, it’s possible it might make its way into the core or as a Plugin for self-hosted WordPress blogs.</p>\n<h3>Media File Management and Features</h3>\n<p>While we wait for the joy of converting and hosting our own videos, the WordPress Summer of Code list includes digging into the Media Library of WordPress to make it easier to manage multimedia such as images, audio, and video, but also to improve the features overall.</p>\n<p>I’m eager to see the gallery feature improve, as well as the ability to add images, slide shows, photo streams, random images, lightbox effects, image bars, and more image manipulation and displays within WordPress Themes that work independently from Plugins and Themes. Not sure we’ll get them all, but I can dream.<img src=\"http://lorelle.files.wordpress.com/2007/02/imagegallery.png\" alt=\"Example of a photo album or gallery showcase on a blog\" title=\"Example of a photo album or gallery showcase on a blog\" width=\"308\" height=\"197\" class=\"alignright size-full wp-image-1615\" /></p>\n<p>What I am most excited about with this project is improvement to the uploading and management of images. <a href=\"http://ma.tt/\" title=\"Matt Mullenweg\" rel=\"tag\">Matt Mullenweg</a> brags that he’s uploaded thousands and thousands of images to his blog, but I struggle with my small batches and am terrified to attempt to “import” the thousands of images already sitting on my server. </p>\n<p>Can I even import them into the new WordPress media format and storage structure? I haven’t found a way. I’m certainly not going to sit through hours of the long time “crunching” of images in small batches when they are already sitting there on my server. </p>\n<p>The labeling and organizing of images stinks. There are no categories, tags, or methods to group or sort your images. There is now a search option, but what if I forget the file name or didn’t put in a title. How would I find it? </p>\n<p>I’d like to group images together in interesting ways, maybe sorted by tags or categories, to display them in galleries independent of the post they were uploaded to. I’d like to mix and match images easily from within the media library and showcase those in gallery form. Why not?</p>\n<p>There are now image recognition software and web app services. Why can’t something like this or such services have the option to be integrated into our WordPress blogs? The Monologue WordPress Theme has an algorithm that detects the color range of an uploaded image and displays the Theme’s colors for that post to complement the color scheme, like a mat board around a framed picture. Why can’t we skip the changing of the entire color scheme on a per post basis and just have it frame the image with a complementary “mat board” for pretty? Again, why not?</p>\n<p>While some of what I want is probably best serviced with a Plugin, but I’m thinking out of the blog post image box here. The Summer of Code is about brainstorming, right? Dreaming the possible and letting the hackers hack away to turn our dreams into reality. </p>\n<p>Actually, my dreams for improving the image and multimedia functionality in WordPress is really down to earth and simple. Please, oh, please, fix the damn screwy IMG tag automatically created in the image upload process.</p>\n<p>I’d really like to see the format for the HTML IMG tag cleaned up to comply with Web Standards for Accessibility. WordPress enforces a title which goes into the title attribute of the Image tag. The caption becomes the ALT attribute, a required element in the Anchor tag. It also puts a text caption on the image. What if you don’t want a caption?</p>\n<p>You are forced to switch to HTML code mode in the Post Editor and add the ALT to the image and/or remove the caption SPAN by hand. This needs to be switched. Make the “title” become the ALT attribute and the caption be the caption and/or title if necessary. This would save so much time and energy spent editing the image links to conform with web standards, for those who still care.</p>\n<p>I want the simple ability to float an embedded video to the right or the left with the text wrapping around it. I want to create a gallery of videos, or at least a bar within a post. </p>\n<p>I don’t ask for much. I think these simple things should be natural functions of including multimedia within a blog post or blog. I can wait for the bigger bells and whistles, but let’s start with what should have been in WordPress several versions ago. </p>\n<h3>Building a Community Organizer Platform</h3>\n<p>I spend a lot of time talking with and helping WordCamp organizers and sponsors. For three years we’ve dreamed of having a single site that helped WordCamp volunteers produce and promote their event. One of the projects on the WordPress Summer of Code list is such a platform.</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2008/08/wordcamplogo.jpg\" alt=\"WordCamp\" title=\"WordCamp\" width=\"204\" height=\"174\" class=\"alignright size-full wp-image-2741\" />The dream is to create a BuddyPress/WordPressMU/bbPress integration to create a new community organizing platform. </p>\n<p>Using the new WordCamp site as a base, WordPress mentors want to create a “one stop shop” for WordCamp events and organizers using WordPress and Automattic tools. </p>\n<p>Think of the possibilities. All WordCamps and WordPress Meetups hosted under one roof. No hosting charges. </p>\n<p>If they can get a deal with an event registration service, or create their own, no longer will WordPress fans have to pay the costs for event registration out of their own pockets, hoping their event will pay them back. The costs of the venue and other fees are still there, but the registration will have a unified, easy-to-use interface and be one less worry.</p>\n<p><div id=\"attachment_3079\" class=\"wp-caption alignleft\"><a href=\"http://lorelle.files.wordpress.com/2008/10/wordcampportlandinstreetsm.jpg\"><img src=\"http://lorelle.files.wordpress.com/2008/10/wordcampportlandinstreetsm.jpg?w=300\" alt=\"WordCamp Portland 2008, taking over the streets of downtown Portland, Oregon, with the Fairy Blogmother\" title=\"WordCamp Portland 2008, taking over the streets of downtown Portland, Oregon, with the Fairy Blogmother\" width=\"300\" height=\"149\" class=\"size-medium wp-image-3079\" /></a><p class=\"wp-caption-text\">WordCamp Portland 2008, taking over the streets of downtown Portland, Oregon, with the Fairy Blogmother</p></div>Imagine all the features could be offered to WordPress fan groups and events, all there for the choice rather than brainstormed during the event development. Calendars and schedules with timelines to help volunteers, speakers, sponsors, and participants track the process leading up to, and even after, the event. Social networking extended profiles with discussion and messaging services. </p>\n<p>Special user permissions to allow organizers, participants, speakers, vendors, sponsors, and others to access only the areas they need to provide the information about their part in the event, taking a little of the work load off the organizers. </p>\n<p>Want to share a ride with someone or a group of folks coming from your neck of the woods to the event? Need a roommate at a hotel? Want to open your home to someone coming from out of town to the event? Message boards and forums could link people with needs with people meetings needs.</p>\n<p><div id=\"attachment_2987\" class=\"wp-caption alignright\"><a href=\"http://lorelle.files.wordpress.com/2008/09/matt-andy-markj-wordcamp2008sf.jpg\"><img src=\"http://lorelle.files.wordpress.com/2008/09/matt-andy-markj-wordcamp2008sf.jpg?w=300\" alt=\"Mark Mullenweg, Andy Skelton, Mark Jaquith at WordCamp San Francisco 2008\" title=\"matt-andy-markj-wordcamp2008sf\" width=\"300\" height=\"224\" class=\"size-medium wp-image-2987\" /></a><p class=\"wp-caption-text\">Mark Mullenweg, Andy Skelton, Mark Jaquith at WordCamp San Francisco 2008</p></div>What about live streaming? Videos of the event and speakers? Video interviews? Podcasts? Tracking live blogging, public images like flickr, Twitter streams, hashtags…Adding functionality to make the handling of the social media fire storm around every WordCamp and WordPress event would make the process easier and more fun, not only for those attending but for those watching from afar - around the world!</p>\n<p>Honestly, as so many WordPress projects, news, and information is spread all over the web, it’s hard to find, let alone keep up, with the various WordPress events, especially international ones. Having a centralized WordCamp and WordPress Event site and/or network would be a boon, and a huge draw for the WordPress Community. I dream of a one stop shop to track what’s happening in the WordPress world. This could be an exciting step in that direction.</p>\n<p>A platform like this wouldn’t be restricted to WordCamps, but it’s a good testing ground to begin with. Imagine being a band, traveling Broadway production, theatre, school, Tweetup, meetup, or any other social event or interaction group. What you could do with such a platform - wow! That’s exciting stuff coming out of WordPress/Google Summer of Code!</p>\n<h3>Get Involved with the WordPress Summer of Code</h3>\n<p>Remember, students must get their <a href=\"http://codex.wordpress.org/GSoC_2008_Application_Template\" title=\"GSoC 2008 Application Template\">WordPress project application</a> in by <a href=\"http://socghop.appspot.com/document/show/program/google/gsoc2009/timeline\" title=\"April 3, 2009 at 19:00 UTC\">April 3, 2009 at 19:00 UTC</a> in order to participate in the The <a href=\"http://code.google.com/soc/\" title=\"Google Summer of Code\">Google Summer of Code</a> for 2009. <a href=\"http://foolswisdom.com/\" title=\"Lloyd Budd\">Lloyd Budd</a> will be coordinating the WordPress project, so get his blog into your feed reader along with the other WordPress Summer of Code sites so you can track the development of the various projects.</p>\n<p>Everyone within the WordPress Community is invited to lend their support and energies to the project as well. You can start by offering <a href=\"http://wordpress.org/extend/ideas/\" title=\"WordPress Ideas\" rel=\"tag\">WordPress Ideas</a> or vote on the suggestions of others. If you are currently involved with any of the WordPress projects, or would like to be, listed, contact the mentors of those projects to find out if you might be of service. </p>\n<p>There are many ways to <a href=\"http://wordpress.org/development/2009/03/contributing-to-wordpress-part-i-development/\" title=\"Contributing to WordPress, Part I: Development\">get involved with the WordPress Community volunteers</a> and fans. </p>\n<p>Don’t forget that WordPress users like to work with WordPress users, whether on projects like the Google and WordPress Summer of Code or WordPress Meetups and events around the world. </p>\n<p>There are WordCamp and WordPress events probably forming in your area, so check out the lists on 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>, official <a href=\"http://central.wordcamp.org/\" title=\"WordCamp Central\">WordCamp Central</a> site, <a href=\"http://wordcamp.info/\" title=\"The WordCamp Report\">The WordCamp Report</a>, <a href=\"http://upcoming.yahoo.com/search/?type=Events&q=wordpress\" title=\"Event search for wordpress\">Yahoo Upcoming events for WordPress</a>, <a href=\"http://wordpress.meetup.com/events/upcoming/\" title=\"WordPress upcoming events\">WordPress Meetups Upcoming Events</a>, and <a href=\"http://upcoming.yahoo.com/tag/wordcamp/\" title=\"Upcoming: Public events tagged with \">Upcoming: Public events tagged with “WordCamp”</a>. They need sponsors, helpers, web designers and developers, video and podcasting whizbangs, clean up crews, ticket takers, food servers, t-shirt hander-outers, schwag stylists, speakers, hosts…the list is long and they need all the help they can get. Get to know your fellow WordPresser and you’ll find a new friend. </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 Events, WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3999/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3999/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3999/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3999/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3999/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3999/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3999/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3999/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3999/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3999/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3999&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Wed, 25 Mar 2009 05:43:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:19590:\"<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>In <a href=\"http://www.blogherald.com/2009/03/24/want-to-break-and-remake-wordpress/\" title=\"Want to Break and Remake WordPress?\">Want to Break and Remake WordPress?</a> on the <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a>, I summarized this year’s <a href=\"http://codex.wordpress.org/GSoC2009\" title=\"WordPress Google Summer of Code\">WordPress/Google Summer of Code</a>, an exciting annual project that brings together the top WordPress Community experts with college students from around the world dedicated to making and breaking <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> so we all benefit.</p>\n<p>When I read the cute <a href=\"http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009/\" title=\"WordPress Summer of Code 2009\">announcement by Jane Wells of Automattic on the WordPress Development blog</a>, I thought of all the amazing things that have come out of the past WordPress Summer of Code events, then took a look at what <a href=\"http://codex.wordpress.org/GSoC2009\" title=\"WordPress Google Summer of Code\">they have on the menu</a> for this year’s code hacker’s dream come true. </p>\n<p>WordPress has been a part of the Google Summer of Code I believe since it began five years ago. Each year, from among over a hundred student applications, about 10 are chosen to work with WordPress staff and experts, with some of them going on to become valuable members of the WordPress development team. The incredible inline documentation and code work by <a href=\"http://www.santosj.name/general/finishing-wp-admin-directory-inline-documentation/\" title=\"Finishing WP-Admin Directory Inline Documentation\">Jacob Santos</a> is just one example of the fine work the students have done. </p>\n<p>Each year, free and open source software companies vie to be one of the recipients of the mentoring program sponsored by Google. The students submit applications for the project of their choice from among only <a href=\"http://google-opensource.blogspot.com/2009/03/students-apply-now-for-google-summer-of.html\" title=\"Students, Apply Now for Google Summer of Code 2009!\">150 free and open source software projects</a> chosen. The project team leaders narrow their choices down based upon the proposals, skills, and expertise of the students. The students are paid a stipend of USD $4,500 to cover expenses and time to dig into the code from May through August. </p>\n<p>This year’s deadline for student applications is <a href=\"http://socghop.appspot.com/document/show/program/google/gsoc2009/tmeline\" title=\"April 3, 2009 at 19:00 UTC\">April 3, 2009 at 19:00 UTC</a>, so you don’t have much time to get your <a href=\"http://codex.wordpress.org/GSoC_2008_Application_Template\" title=\"GSoC 2008 Application Template\">application</a> in. </p>\n<p>Among the items proposed are three that really excite me. <span id=\"more-3999\"></span></p>\n<h3>WordPress Video Solution Framework</h3>\n<p>In 2008, Automattic released the <a title=\"WordPress Video Solution Framework\" href=\"http://wordpress.org/extend/plugins/wordpresscom-video-server/\">WordPress Video Solution Framework</a>, a non-Plugin just for <a href=\"http://mu.wordpress.org/\" title=\"WordPressMU\" rel=\"tag\">WordPressMU</a> to improve the handling and transcoding uploaded videos. A <a href=\"http://mu.wordpress.org/forums/topic.php?id=10778\">discussion on the WordPressMU forums</a> included tips for installation, tips, and recommendations for this exciting path for uploading and managing the load videos put upon a site. </p>\n<p>When you upload a video to many of the free and paid video hosting services, the video is converted or “<a href=\"http://en.wikipedia.org/wiki/Transcode\" title=\"Wikipedia - transcoding\">transcoded</a>” from one format to the requirements of that video service. Many will take AVI, WMV, MPG, and convert it to Quicktime, Flash, or other formats for faster streaming and the needs of that system. </p>\n<p>With the WordPress Video Solution Framework, WordPressMU functions or WordPress Plugins can hook into it to improve video uploading and processing, allowing users to host videos on their own servers, a boon for those using WordPressMU blog networks. </p>\n<p>With the demand for video on blogs, I see this as a start in the right direction, especially as server sizes increase and costs drop. I’m nervous about hosting video off-site, outside of my control and ability to protect it. If YouTube or other video hosting service goes down, there goes your video and all the links you counted on. If this is improved in WordPressMU sites, it’s possible it might make its way into the core or as a Plugin for self-hosted WordPress blogs.</p>\n<h3>Media File Management and Features</h3>\n<p>While we wait for the joy of converting and hosting our own videos, the WordPress Summer of Code list includes digging into the Media Library of WordPress to make it easier to manage multimedia such as images, audio, and video, but also to improve the features overall.</p>\n<p>I’m eager to see the gallery feature improve, as well as the ability to add images, slide shows, photo streams, random images, lightbox effects, image bars, and more image manipulation and displays within WordPress Themes that work independently from Plugins and Themes. Not sure we’ll get them all, but I can dream.<img src=\"http://lorelle.files.wordpress.com/2007/02/imagegallery.png\" alt=\"Example of a photo album or gallery showcase on a blog\" title=\"Example of a photo album or gallery showcase on a blog\" width=\"308\" height=\"197\" class=\"alignright size-full wp-image-1615\" /></p>\n<p>What I am most excited about with this project is improvement to the uploading and management of images. <a href=\"http://ma.tt/\" title=\"Matt Mullenweg\" rel=\"tag\">Matt Mullenweg</a> brags that he’s uploaded thousands and thousands of images to his blog, but I struggle with my small batches and am terrified to attempt to “import” the thousands of images already sitting on my server. </p>\n<p>Can I even import them into the new WordPress media format and storage structure? I haven’t found a way. I’m certainly not going to sit through hours of the long time “crunching” of images in small batches when they are already sitting there on my server. </p>\n<p>The labeling and organizing of images stinks. There are no categories, tags, or methods to group or sort your images. There is now a search option, but what if I forget the file name or didn’t put in a title. How would I find it? </p>\n<p>I’d like to group images together in interesting ways, maybe sorted by tags or categories, to display them in galleries independent of the post they were uploaded to. I’d like to mix and match images easily from within the media library and showcase those in gallery form. Why not?</p>\n<p>There are now image recognition software and web app services. Why can’t something like this or such services have the option to be integrated into our WordPress blogs? The Monologue WordPress Theme has an algorithm that detects the color range of an uploaded image and displays the Theme’s colors for that post to complement the color scheme, like a mat board around a framed picture. Why can’t we skip the changing of the entire color scheme on a per post basis and just have it frame the image with a complementary “mat board” for pretty? Again, why not?</p>\n<p>While some of what I want is probably best serviced with a Plugin, but I’m thinking out of the blog post image box here. The Summer of Code is about brainstorming, right? Dreaming the possible and letting the hackers hack away to turn our dreams into reality. </p>\n<p>Actually, my dreams for improving the image and multimedia functionality in WordPress is really down to earth and simple. Please, oh, please, fix the damn screwy IMG tag automatically created in the image upload process.</p>\n<p>I’d really like to see the format for the HTML IMG tag cleaned up to comply with Web Standards for Accessibility. WordPress enforces a title which goes into the title attribute of the Image tag. The caption becomes the ALT attribute, a required element in the Anchor tag. It also puts a text caption on the image. What if you don’t want a caption?</p>\n<p>You are forced to switch to HTML code mode in the Post Editor and add the ALT to the image and/or remove the caption SPAN by hand. This needs to be switched. Make the “title” become the ALT attribute and the caption be the caption and/or title if necessary. This would save so much time and energy spent editing the image links to conform with web standards, for those who still care.</p>\n<p>I want the simple ability to float an embedded video to the right or the left with the text wrapping around it. I want to create a gallery of videos, or at least a bar within a post. </p>\n<p>I don’t ask for much. I think these simple things should be natural functions of including multimedia within a blog post or blog. I can wait for the bigger bells and whistles, but let’s start with what should have been in WordPress several versions ago. </p>\n<h3>Building a Community Organizer Platform</h3>\n<p>I spend a lot of time talking with and helping WordCamp organizers and sponsors. For three years we’ve dreamed of having a single site that helped WordCamp volunteers produce and promote their event. One of the projects on the WordPress Summer of Code list is such a platform.</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2008/08/wordcamplogo.jpg\" alt=\"WordCamp\" title=\"WordCamp\" width=\"204\" height=\"174\" class=\"alignright size-full wp-image-2741\" />The dream is to create a BuddyPress/WordPressMU/bbPress integration to create a new community organizing platform. </p>\n<p>Using the new WordCamp site as a base, WordPress mentors want to create a “one stop shop” for WordCamp events and organizers using WordPress and Automattic tools. </p>\n<p>Think of the possibilities. All WordCamps and WordPress Meetups hosted under one roof. No hosting charges. </p>\n<p>If they can get a deal with an event registration service, or create their own, no longer will WordPress fans have to pay the costs for event registration out of their own pockets, hoping their event will pay them back. The costs of the venue and other fees are still there, but the registration will have a unified, easy-to-use interface and be one less worry.</p>\n<p><div id=\"attachment_3079\" class=\"wp-caption alignleft\"><a href=\"http://lorelle.files.wordpress.com/2008/10/wordcampportlandinstreetsm.jpg\"><img src=\"http://lorelle.files.wordpress.com/2008/10/wordcampportlandinstreetsm.jpg?w=300\" alt=\"WordCamp Portland 2008, taking over the streets of downtown Portland, Oregon, with the Fairy Blogmother\" title=\"WordCamp Portland 2008, taking over the streets of downtown Portland, Oregon, with the Fairy Blogmother\" width=\"300\" height=\"149\" class=\"size-medium wp-image-3079\" /></a><p class=\"wp-caption-text\">WordCamp Portland 2008, taking over the streets of downtown Portland, Oregon, with the Fairy Blogmother</p></div>Imagine all the features could be offered to WordPress fan groups and events, all there for the choice rather than brainstormed during the event development. Calendars and schedules with timelines to help volunteers, speakers, sponsors, and participants track the process leading up to, and even after, the event. Social networking extended profiles with discussion and messaging services. </p>\n<p>Special user permissions to allow organizers, participants, speakers, vendors, sponsors, and others to access only the areas they need to provide the information about their part in the event, taking a little of the work load off the organizers. </p>\n<p>Want to share a ride with someone or a group of folks coming from your neck of the woods to the event? Need a roommate at a hotel? Want to open your home to someone coming from out of town to the event? Message boards and forums could link people with needs with people meetings needs.</p>\n<p><div id=\"attachment_2987\" class=\"wp-caption alignright\"><a href=\"http://lorelle.files.wordpress.com/2008/09/matt-andy-markj-wordcamp2008sf.jpg\"><img src=\"http://lorelle.files.wordpress.com/2008/09/matt-andy-markj-wordcamp2008sf.jpg?w=300\" alt=\"Mark Mullenweg, Andy Skelton, Mark Jaquith at WordCamp San Francisco 2008\" title=\"matt-andy-markj-wordcamp2008sf\" width=\"300\" height=\"224\" class=\"size-medium wp-image-2987\" /></a><p class=\"wp-caption-text\">Mark Mullenweg, Andy Skelton, Mark Jaquith at WordCamp San Francisco 2008</p></div>What about live streaming? Videos of the event and speakers? Video interviews? Podcasts? Tracking live blogging, public images like flickr, Twitter streams, hashtags…Adding functionality to make the handling of the social media fire storm around every WordCamp and WordPress event would make the process easier and more fun, not only for those attending but for those watching from afar - around the world!</p>\n<p>Honestly, as so many WordPress projects, news, and information is spread all over the web, it’s hard to find, let alone keep up, with the various WordPress events, especially international ones. Having a centralized WordCamp and WordPress Event site and/or network would be a boon, and a huge draw for the WordPress Community. I dream of a one stop shop to track what’s happening in the WordPress world. This could be an exciting step in that direction.</p>\n<p>A platform like this wouldn’t be restricted to WordCamps, but it’s a good testing ground to begin with. Imagine being a band, traveling Broadway production, theatre, school, Tweetup, meetup, or any other social event or interaction group. What you could do with such a platform - wow! That’s exciting stuff coming out of WordPress/Google Summer of Code!</p>\n<h3>Get Involved with the WordPress Summer of Code</h3>\n<p>Remember, students must get their <a href=\"http://codex.wordpress.org/GSoC_2008_Application_Template\" title=\"GSoC 2008 Application Template\">WordPress project application</a> in by <a href=\"http://socghop.appspot.com/document/show/program/google/gsoc2009/timeline\" title=\"April 3, 2009 at 19:00 UTC\">April 3, 2009 at 19:00 UTC</a> in order to participate in the The <a href=\"http://code.google.com/soc/\" title=\"Google Summer of Code\">Google Summer of Code</a> for 2009. <a href=\"http://foolswisdom.com/\" title=\"Lloyd Budd\">Lloyd Budd</a> will be coordinating the WordPress project, so get his blog into your feed reader along with the other WordPress Summer of Code sites so you can track the development of the various projects.</p>\n<p>Everyone within the WordPress Community is invited to lend their support and energies to the project as well. You can start by offering <a href=\"http://wordpress.org/extend/ideas/\" title=\"WordPress Ideas\" rel=\"tag\">WordPress Ideas</a> or vote on the suggestions of others. If you are currently involved with any of the WordPress projects, or would like to be, listed, contact the mentors of those projects to find out if you might be of service. </p>\n<p>There are many ways to <a href=\"http://wordpress.org/development/2009/03/contributing-to-wordpress-part-i-development/\" title=\"Contributing to WordPress, Part I: Development\">get involved with the WordPress Community volunteers</a> and fans. </p>\n<p>Don’t forget that WordPress users like to work with WordPress users, whether on projects like the Google and WordPress Summer of Code or WordPress Meetups and events around the world. </p>\n<p>There are WordCamp and WordPress events probably forming in your area, so check out the lists on 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>, official <a href=\"http://central.wordcamp.org/\" title=\"WordCamp Central\">WordCamp Central</a> site, <a href=\"http://wordcamp.info/\" title=\"The WordCamp Report\">The WordCamp Report</a>, <a href=\"http://upcoming.yahoo.com/search/?type=Events&q=wordpress\" title=\"Event search for wordpress\">Yahoo Upcoming events for WordPress</a>, <a href=\"http://wordpress.meetup.com/events/upcoming/\" title=\"WordPress upcoming events\">WordPress Meetups Upcoming Events</a>, and <a href=\"http://upcoming.yahoo.com/tag/wordcamp/\" title=\"Upcoming: Public events tagged with \">Upcoming: Public events tagged with “WordCamp”</a>. They need sponsors, helpers, web designers and developers, video and podcasting whizbangs, clean up crews, ticket takers, food servers, t-shirt hander-outers, schwag stylists, speakers, hosts…the list is long and they need all the help they can get. Get to know your fellow WordPresser and you’ll find a new friend. </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 Events, WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3999/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3999/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3999/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3999/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3999/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3999/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3999/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3999/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3999/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3999/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3999&subd=lorelle&ref=&feed=1\" /></div>\";}i:27;a:7:{s:5:\"title\";s:9:\"Matt: Hue\";s:4:\"guid\";s:21:\"http://ma.tt/?p=12641\";s:4:\"link\";s:25:\"http://ma.tt/2009/03/hue/\";s:11:\"description\";s:37358:\"<p>Touring the various temples and tombs of Tu Duc and Khai Dinh around Hue, Vietnam.</p>\n<p><span id=\"more-12641\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/hue/mcm_1723/\" title=\"mcm_1723\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1723-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1723\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1724-2/\" title=\"mcm_1724\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1724-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1724\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1725/\" title=\"mcm_1725\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1725-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1725\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1726/\" title=\"mcm_1726\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1726-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1726\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1727/\" title=\"mcm_1727\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1727-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1727\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1728/\" title=\"mcm_1728\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1728-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1728\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1729/\" title=\"mcm_1729\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1729-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1729\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1730/\" title=\"mcm_1730\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1730-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1730\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1736/\" title=\"mcm_1736\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1736-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1736\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1737/\" title=\"mcm_1737\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1737-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1737\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1738/\" title=\"mcm_1738\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1738-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1738\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1739/\" title=\"mcm_1739\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1739-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1739\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1741/\" title=\"mcm_1741\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1741-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1741\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1742/\" title=\"mcm_1742\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1742-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1742\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1743/\" title=\"mcm_1743\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1743-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1743\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1744/\" title=\"mcm_1744\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1744-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1744\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1745/\" title=\"mcm_1745\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1745-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1745\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1746/\" title=\"mcm_1746\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1746-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1746\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1748/\" title=\"mcm_1748\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1748-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1748\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1749/\" title=\"mcm_1749\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1749-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1749\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1750/\" title=\"mcm_1750\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1750-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1750\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1751/\" title=\"mcm_1751\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1751-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1751\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1752/\" title=\"mcm_1752\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1752-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1752\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1754/\" title=\"mcm_1754\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1754-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1754\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1755/\" title=\"mcm_1755\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1755-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1755\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1757/\" title=\"mcm_1757\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1757-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1757\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1758/\" title=\"mcm_1758\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1758-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1758\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1759/\" title=\"mcm_1759\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1759-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1759\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1760/\" title=\"mcm_1760\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1760-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1760\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1761/\" title=\"mcm_1761\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1761-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1761\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1762/\" title=\"mcm_1762\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1762-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1762\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1763/\" title=\"mcm_1763\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1763-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1763\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1764/\" title=\"mcm_1764\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1764-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1764\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1766/\" title=\"mcm_1766\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1766-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1766\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1768/\" title=\"mcm_1768\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1768-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1768\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1770/\" title=\"mcm_1770\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1770-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1770\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1771/\" title=\"mcm_1771\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1771-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1771\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1772/\" title=\"mcm_1772\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1772-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1772\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1773/\" title=\"mcm_1773\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1773-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1773\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1774/\" title=\"mcm_1774\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1774-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1774\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1777/\" title=\"mcm_1777\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1777-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1777\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1778/\" title=\"mcm_1778\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1778-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1778\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1779/\" title=\"mcm_1779\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1779-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1779\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1781/\" title=\"mcm_1781\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1781-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1781\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1782/\" title=\"mcm_1782\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1782-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1782\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1785/\" title=\"mcm_1785\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1785-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1785\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1786/\" title=\"mcm_1786\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1786-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1786\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1787-2/\" title=\"mcm_1787\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1787-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1787\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1788/\" title=\"mcm_1788\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1788-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1788\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1789-2/\" title=\"mcm_1789\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1789-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1789\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1790/\" title=\"mcm_1790\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1790-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1790\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1791-2/\" title=\"mcm_1791\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1791-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1791\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1793-2/\" title=\"mcm_1793\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1793-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1793\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1795-2/\" title=\"mcm_1795\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1795-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1795\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1798-2/\" title=\"mcm_1798\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1798-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1798\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1801-2/\" title=\"mcm_1801\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1801-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1801\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1803/\" title=\"mcm_1803\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1803-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1803\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1804-2/\" title=\"mcm_1804\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1804-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1804\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1805-2/\" title=\"mcm_1805\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1805-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1805\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1808-2/\" title=\"mcm_1808\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1808-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1808\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1809-2/\" title=\"mcm_1809\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1809-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1809\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1810-2/\" title=\"mcm_1810\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1810-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1810\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1811-2/\" title=\"mcm_1811\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1811-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1811\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1812-2/\" title=\"mcm_1812\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1812-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1812\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1813/\" title=\"mcm_1813\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1813-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1813\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1815-2/\" title=\"mcm_1815\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1815-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1815\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1817-2/\" title=\"mcm_1817\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1817-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1817\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1818-2/\" title=\"mcm_1818\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1818-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1818\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1819-2/\" title=\"mcm_1819\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1819-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1819\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1820-2/\" title=\"mcm_1820\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1820-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1820\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1822-2/\" title=\"mcm_1822\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1822-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1822\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1823-2/\" title=\"mcm_1823\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1823-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1823\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1824-2/\" title=\"mcm_1824\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1824-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1824\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1826/\" title=\"mcm_1826\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1826-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1826\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1827-2/\" title=\"mcm_1827\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1827-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1827\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1828-2/\" title=\"mcm_1828\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1828-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1828\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1829/\" title=\"mcm_1829\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1829-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1829\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1830-2/\" title=\"mcm_1830\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1830-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1830\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1831-2/\" title=\"mcm_1831\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1831-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1831\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1832-2/\" title=\"mcm_1832\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1832-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1832\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1833-2/\" title=\"mcm_1833\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1833-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1833\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1834/\" title=\"mcm_1834\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1834-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1834\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1836-2/\" title=\"mcm_1836\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1836-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1836\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1840-2/\" title=\"mcm_1840\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1840-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1840\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1841-2/\" title=\"mcm_1841\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1841-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1841\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1842-2/\" title=\"mcm_1842\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1842-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1842\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1843-2/\" title=\"mcm_1843\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1843-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1843\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1845-2/\" title=\"mcm_1845\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1845-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1845\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1848/\" title=\"mcm_1848\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1848-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1848\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1849-2/\" title=\"mcm_1849\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1849-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1849\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1850-2/\" title=\"mcm_1850\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1850-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1850\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1851-2/\" title=\"mcm_1851\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1851-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1851\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1854-2/\" title=\"mcm_1854\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1854-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1854\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1859-2/\" title=\"mcm_1859\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1859-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1859\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1860/\" title=\"mcm_1860\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1860-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1860\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1863-2/\" title=\"mcm_1863\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1863-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1863\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1864/\" title=\"mcm_1864\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1864-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1864\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1867-2/\" title=\"mcm_1867\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1867-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1867\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1869-2/\" title=\"mcm_1869\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1869-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1869\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1870-2/\" title=\"mcm_1870\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1870-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1870\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1871-2/\" title=\"mcm_1871\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1871-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1871\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1872-2/\" title=\"mcm_1872\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1872-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1872\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1873/\" title=\"mcm_1873\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1873-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1873\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1877-2/\" title=\"mcm_1877\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1877-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1877\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1878/\" title=\"mcm_1878\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1878-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1878\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1879/\" title=\"mcm_1879\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1879-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1879\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1881/\" title=\"mcm_1881\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1881-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1881\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1882/\" title=\"mcm_1882\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1882-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1882\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1884/\" title=\"mcm_1884\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1884-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1884\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1885-2/\" title=\"mcm_1885\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1885-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1885\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1887-2/\" title=\"mcm_1887\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1887-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1887\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1889-2/\" title=\"mcm_1889\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1889-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1889\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1890/\" title=\"mcm_1890\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1890-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1890\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1893/\" title=\"mcm_1893\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1893-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1893\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1895-2/\" title=\"mcm_1895\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1895-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1895\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1896-2/\" title=\"mcm_1896\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1896-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1896\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1897/\" title=\"mcm_1897\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1897-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1897\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1898-2/\" title=\"mcm_1898\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1898-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1898\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1899/\" title=\"mcm_1899\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1899-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1899\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1903/\" title=\"mcm_1903\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1903-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1903\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1904-2/\" title=\"mcm_1904\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1904-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1904\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1905/\" title=\"mcm_1905\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1905-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1905\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1906-2/\" title=\"mcm_1906\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1906-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1906\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1907-2/\" title=\"mcm_1907\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1907-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1907\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1908-2/\" title=\"mcm_1908\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1908-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1908\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1909-2/\" title=\"mcm_1909\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1909-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1909\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1910-3/\" title=\"mcm_1910\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1910-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1910\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1911-2/\" title=\"mcm_1911\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1911-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1911\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1912-2/\" title=\"mcm_1912\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1912-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1912\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1920/\" title=\"mcm_1920\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1920-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1920\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1921/\" title=\"mcm_1921\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1921-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1921\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1922/\" title=\"mcm_1922\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1922-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1922\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1923/\" title=\"mcm_1923\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1923-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1923\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1924-2/\" title=\"mcm_1924\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1924-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1924\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1925-2/\" title=\"mcm_1925\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1925-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1925\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1926-2/\" title=\"mcm_1926\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1926-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1926\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1927/\" title=\"mcm_1927\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1927-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1927\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1928-2/\" title=\"mcm_1928\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1928-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1928\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1930-2/\" title=\"mcm_1930\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1930-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1930\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1931-2/\" title=\"mcm_1931\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1931-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1931\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1932-2/\" title=\"mcm_1932\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1932-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1932\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1935-3/\" title=\"mcm_1935\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1935-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1935\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1936/\" title=\"mcm_1936\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1936-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1936\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1938/\" title=\"mcm_1938\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1938-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1938\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1941-3/\" title=\"mcm_1941\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1941-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1941\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1942-3/\" title=\"mcm_1942\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1942-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1942\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1943/\" title=\"mcm_1943\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1943-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1943\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1947/\" title=\"mcm_1947\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1947-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1947\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1949-2/\" title=\"mcm_1949\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1949-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1949\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1951-3/\" title=\"mcm_1951\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1951-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1951\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1956-3/\" title=\"mcm_1956\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1956-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1956\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1957-2/\" title=\"mcm_1957\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1957-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1957\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1958/\" title=\"mcm_1958\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1958-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1958\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1959-2/\" title=\"mcm_1959\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1959-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1959\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1960/\" title=\"mcm_1960\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1960-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1960\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1962/\" title=\"mcm_1962\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1962-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1962\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1965/\" title=\"mcm_1965\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1965-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1965\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1966-2/\" title=\"mcm_1966\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1966-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1966\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1967-2/\" title=\"mcm_1967\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1967-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1967\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1972/\" title=\"mcm_1972\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1972-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1972\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1973-3/\" title=\"mcm_1973\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1973-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1973\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1975-2/\" title=\"mcm_1975\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1975-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1975\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1976-2/\" title=\"mcm_1976\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1976-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1976\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1978-3/\" title=\"mcm_1978\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1978-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1978\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1979-2/\" title=\"mcm_1979\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1979-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1979\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1980-2/\" title=\"mcm_1980\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1980-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1980\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1981-2/\" title=\"mcm_1981\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1981-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1981\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1982/\" title=\"mcm_1982\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1982-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1982\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1983-3/\" title=\"mcm_1983\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1983-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1983\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1984/\" title=\"mcm_1984\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1984-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1984\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1985-2/\" title=\"mcm_1985\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1985-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1985\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1986-2/\" title=\"mcm_1986\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1986-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1986\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1989-2/\" title=\"mcm_1989\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1989-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1989\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1995-3/\" title=\"mcm_1995\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1995-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Incense and cigarette\" title=\"mcm_1995\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1999-3/\" title=\"mcm_1999\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1999-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1999\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_2000-2/\" title=\"mcm_2000\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2000-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2000\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_2002/\" title=\"mcm_2002\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2002-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2002\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_2004-2/\" title=\"mcm_2004\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2004-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2004\" /></a>\";s:7:\"pubdate\";s:31:\"Wed, 25 Mar 2009 04:31:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:37358:\"<p>Touring the various temples and tombs of Tu Duc and Khai Dinh around Hue, Vietnam.</p>\n<p><span id=\"more-12641\"></span></p>\n\n<a href=\"http://ma.tt/2009/03/hue/mcm_1723/\" title=\"mcm_1723\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1723-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1723\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1724-2/\" title=\"mcm_1724\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1724-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1724\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1725/\" title=\"mcm_1725\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1725-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1725\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1726/\" title=\"mcm_1726\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1726-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1726\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1727/\" title=\"mcm_1727\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1727-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1727\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1728/\" title=\"mcm_1728\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1728-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1728\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1729/\" title=\"mcm_1729\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1729-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1729\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1730/\" title=\"mcm_1730\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1730-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1730\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1736/\" title=\"mcm_1736\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1736-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1736\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1737/\" title=\"mcm_1737\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1737-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1737\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1738/\" title=\"mcm_1738\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1738-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1738\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1739/\" title=\"mcm_1739\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1739-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1739\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1741/\" title=\"mcm_1741\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1741-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1741\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1742/\" title=\"mcm_1742\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1742-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1742\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1743/\" title=\"mcm_1743\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1743-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1743\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1744/\" title=\"mcm_1744\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1744-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1744\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1745/\" title=\"mcm_1745\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1745-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1745\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1746/\" title=\"mcm_1746\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1746-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1746\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1748/\" title=\"mcm_1748\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1748-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1748\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1749/\" title=\"mcm_1749\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1749-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1749\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1750/\" title=\"mcm_1750\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1750-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1750\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1751/\" title=\"mcm_1751\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1751-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1751\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1752/\" title=\"mcm_1752\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1752-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1752\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1754/\" title=\"mcm_1754\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1754-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1754\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1755/\" title=\"mcm_1755\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1755-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1755\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1757/\" title=\"mcm_1757\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1757-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1757\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1758/\" title=\"mcm_1758\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1758-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1758\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1759/\" title=\"mcm_1759\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1759-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1759\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1760/\" title=\"mcm_1760\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1760-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1760\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1761/\" title=\"mcm_1761\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1761-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1761\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1762/\" title=\"mcm_1762\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1762-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1762\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1763/\" title=\"mcm_1763\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1763-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1763\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1764/\" title=\"mcm_1764\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1764-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1764\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1766/\" title=\"mcm_1766\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1766-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1766\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1768/\" title=\"mcm_1768\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1768-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1768\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1770/\" title=\"mcm_1770\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1770-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1770\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1771/\" title=\"mcm_1771\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1771-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1771\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1772/\" title=\"mcm_1772\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1772-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1772\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1773/\" title=\"mcm_1773\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1773-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1773\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1774/\" title=\"mcm_1774\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1774-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1774\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1777/\" title=\"mcm_1777\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1777-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1777\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1778/\" title=\"mcm_1778\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1778-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1778\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1779/\" title=\"mcm_1779\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1779-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1779\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1781/\" title=\"mcm_1781\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1781-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1781\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1782/\" title=\"mcm_1782\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1782-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1782\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1785/\" title=\"mcm_1785\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1785-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1785\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1786/\" title=\"mcm_1786\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1786-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1786\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1787-2/\" title=\"mcm_1787\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1787-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1787\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1788/\" title=\"mcm_1788\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1788-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1788\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1789-2/\" title=\"mcm_1789\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1789-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1789\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1790/\" title=\"mcm_1790\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1790-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1790\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1791-2/\" title=\"mcm_1791\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1791-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1791\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1793-2/\" title=\"mcm_1793\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1793-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1793\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1795-2/\" title=\"mcm_1795\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1795-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1795\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1798-2/\" title=\"mcm_1798\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1798-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1798\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1801-2/\" title=\"mcm_1801\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1801-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1801\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1803/\" title=\"mcm_1803\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1803-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1803\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1804-2/\" title=\"mcm_1804\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1804-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1804\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1805-2/\" title=\"mcm_1805\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1805-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1805\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1808-2/\" title=\"mcm_1808\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1808-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1808\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1809-2/\" title=\"mcm_1809\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1809-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1809\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1810-2/\" title=\"mcm_1810\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1810-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1810\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1811-2/\" title=\"mcm_1811\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1811-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1811\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1812-2/\" title=\"mcm_1812\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1812-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1812\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1813/\" title=\"mcm_1813\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1813-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1813\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1815-2/\" title=\"mcm_1815\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1815-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1815\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1817-2/\" title=\"mcm_1817\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1817-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1817\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1818-2/\" title=\"mcm_1818\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1818-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1818\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1819-2/\" title=\"mcm_1819\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1819-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1819\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1820-2/\" title=\"mcm_1820\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1820-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1820\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1822-2/\" title=\"mcm_1822\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1822-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1822\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1823-2/\" title=\"mcm_1823\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1823-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1823\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1824-2/\" title=\"mcm_1824\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1824-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1824\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1826/\" title=\"mcm_1826\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1826-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1826\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1827-2/\" title=\"mcm_1827\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1827-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1827\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1828-2/\" title=\"mcm_1828\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1828-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1828\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1829/\" title=\"mcm_1829\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1829-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1829\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1830-2/\" title=\"mcm_1830\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1830-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1830\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1831-2/\" title=\"mcm_1831\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1831-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1831\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1832-2/\" title=\"mcm_1832\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1832-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1832\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1833-2/\" title=\"mcm_1833\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1833-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1833\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1834/\" title=\"mcm_1834\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1834-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1834\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1836-2/\" title=\"mcm_1836\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1836-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1836\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1840-2/\" title=\"mcm_1840\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1840-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1840\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1841-2/\" title=\"mcm_1841\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1841-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1841\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1842-2/\" title=\"mcm_1842\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1842-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1842\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1843-2/\" title=\"mcm_1843\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1843-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1843\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1845-2/\" title=\"mcm_1845\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1845-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1845\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1848/\" title=\"mcm_1848\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1848-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1848\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1849-2/\" title=\"mcm_1849\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1849-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1849\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1850-2/\" title=\"mcm_1850\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1850-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1850\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1851-2/\" title=\"mcm_1851\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1851-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1851\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1854-2/\" title=\"mcm_1854\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1854-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1854\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1859-2/\" title=\"mcm_1859\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1859-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1859\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1860/\" title=\"mcm_1860\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1860-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1860\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1863-2/\" title=\"mcm_1863\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1863-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1863\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1864/\" title=\"mcm_1864\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1864-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1864\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1867-2/\" title=\"mcm_1867\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1867-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1867\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1869-2/\" title=\"mcm_1869\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1869-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1869\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1870-2/\" title=\"mcm_1870\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1870-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1870\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1871-2/\" title=\"mcm_1871\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1871-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1871\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1872-2/\" title=\"mcm_1872\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1872-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1872\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1873/\" title=\"mcm_1873\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1873-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1873\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1877-2/\" title=\"mcm_1877\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1877-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1877\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1878/\" title=\"mcm_1878\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1878-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1878\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1879/\" title=\"mcm_1879\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1879-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1879\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1881/\" title=\"mcm_1881\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1881-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1881\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1882/\" title=\"mcm_1882\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1882-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1882\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1884/\" title=\"mcm_1884\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1884-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1884\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1885-2/\" title=\"mcm_1885\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1885-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1885\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1887-2/\" title=\"mcm_1887\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1887-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1887\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1889-2/\" title=\"mcm_1889\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1889-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1889\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1890/\" title=\"mcm_1890\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1890-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1890\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1893/\" title=\"mcm_1893\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1893-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1893\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1895-2/\" title=\"mcm_1895\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1895-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1895\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1896-2/\" title=\"mcm_1896\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1896-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1896\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1897/\" title=\"mcm_1897\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1897-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1897\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1898-2/\" title=\"mcm_1898\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1898-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1898\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1899/\" title=\"mcm_1899\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1899-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1899\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1903/\" title=\"mcm_1903\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1903-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1903\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1904-2/\" title=\"mcm_1904\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1904-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1904\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1905/\" title=\"mcm_1905\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1905-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1905\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1906-2/\" title=\"mcm_1906\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1906-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1906\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1907-2/\" title=\"mcm_1907\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1907-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1907\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1908-2/\" title=\"mcm_1908\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1908-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1908\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1909-2/\" title=\"mcm_1909\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1909-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1909\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1910-3/\" title=\"mcm_1910\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1910-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1910\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1911-2/\" title=\"mcm_1911\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1911-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1911\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1912-2/\" title=\"mcm_1912\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1912-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1912\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1920/\" title=\"mcm_1920\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1920-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1920\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1921/\" title=\"mcm_1921\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1921-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1921\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1922/\" title=\"mcm_1922\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1922-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1922\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1923/\" title=\"mcm_1923\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1923-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1923\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1924-2/\" title=\"mcm_1924\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1924-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1924\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1925-2/\" title=\"mcm_1925\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1925-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1925\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1926-2/\" title=\"mcm_1926\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1926-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1926\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1927/\" title=\"mcm_1927\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1927-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1927\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1928-2/\" title=\"mcm_1928\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1928-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1928\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1930-2/\" title=\"mcm_1930\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1930-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1930\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1931-2/\" title=\"mcm_1931\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1931-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1931\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1932-2/\" title=\"mcm_1932\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1932-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1932\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1935-3/\" title=\"mcm_1935\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1935-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1935\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1936/\" title=\"mcm_1936\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1936-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1936\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1938/\" title=\"mcm_1938\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1938-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1938\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1941-3/\" title=\"mcm_1941\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1941-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1941\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1942-3/\" title=\"mcm_1942\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1942-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1942\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1943/\" title=\"mcm_1943\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1943-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1943\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1947/\" title=\"mcm_1947\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1947-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1947\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1949-2/\" title=\"mcm_1949\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1949-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1949\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1951-3/\" title=\"mcm_1951\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1951-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1951\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1956-3/\" title=\"mcm_1956\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1956-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1956\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1957-2/\" title=\"mcm_1957\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1957-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1957\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1958/\" title=\"mcm_1958\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1958-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1958\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1959-2/\" title=\"mcm_1959\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1959-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1959\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1960/\" title=\"mcm_1960\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1960-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1960\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1962/\" title=\"mcm_1962\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1962-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1962\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1965/\" title=\"mcm_1965\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1965-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1965\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1966-2/\" title=\"mcm_1966\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1966-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1966\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1967-2/\" title=\"mcm_1967\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1967-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1967\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1972/\" title=\"mcm_1972\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1972-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1972\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1973-3/\" title=\"mcm_1973\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1973-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1973\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1975-2/\" title=\"mcm_1975\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1975-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1975\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1976-2/\" title=\"mcm_1976\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1976-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1976\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1978-3/\" title=\"mcm_1978\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1978-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1978\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1979-2/\" title=\"mcm_1979\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1979-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1979\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1980-2/\" title=\"mcm_1980\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1980-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1980\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1981-2/\" title=\"mcm_1981\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1981-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1981\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1982/\" title=\"mcm_1982\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1982-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1982\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1983-3/\" title=\"mcm_1983\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1983-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1983\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1984/\" title=\"mcm_1984\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_1984-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1984\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1985-2/\" title=\"mcm_1985\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1985-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1985\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1986-2/\" title=\"mcm_1986\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1986-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1986\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1989-2/\" title=\"mcm_1989\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1989-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1989\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1995-3/\" title=\"mcm_1995\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1995-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Incense and cigarette\" title=\"mcm_1995\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_1999-3/\" title=\"mcm_1999\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_1999-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_1999\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_2000-2/\" title=\"mcm_2000\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/03/mcm_2000-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2000\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_2002/\" title=\"mcm_2002\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2002-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2002\" /></a>\n<a href=\"http://ma.tt/2009/03/hue/mcm_2004-2/\" title=\"mcm_2004\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/03/mcm_2004-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"mcm_2004\" /></a>\";}i:28;a:7:{s:5:\"title\";s:71:\"Weblog Tools Collection: Microsoft Web Platform Featured App: WordPress\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5419\";s:4:\"link\";s:99:\"http://weblogtoolscollection.com/archives/2009/03/24/microsoft-web-platform-featured-app-wordpress/\";s:11:\"description\";s:868:\"<p><a href=\"http://www.microsoft.com/web/gallery/\">Microsoft Web Platform</a>: Microsoft has added <a href=\"http://www.microsoft.com/web/gallery/WordPress.aspx\">WordPress</a>, Drupal, DotNetNuke, Gallery and a few other applications to the Microsoft Web App Gallery. The Microsoft Web Platform Installer 2.0 installs PHP and includes WordPress and other PHP applications by default. What is not immediately obvious is whether this version of WordPress has been modified to work with SQL Server Express and IIS that is included with the Web Platform or whether MySql is included as part of the install. If you have installed the Platform, what are you impressions? The <a href=\"http://www.thestandard.com/news/2009/03/23/microsoft-bundles-php-wordpress-other-open-source-apps-its-web-platform\">Industry Standard has an interesting take on this bundling</a> as well.</p>\";s:7:\"pubdate\";s:31:\"Tue, 24 Mar 2009 12:30:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:868:\"<p><a href=\"http://www.microsoft.com/web/gallery/\">Microsoft Web Platform</a>: Microsoft has added <a href=\"http://www.microsoft.com/web/gallery/WordPress.aspx\">WordPress</a>, Drupal, DotNetNuke, Gallery and a few other applications to the Microsoft Web App Gallery. The Microsoft Web Platform Installer 2.0 installs PHP and includes WordPress and other PHP applications by default. What is not immediately obvious is whether this version of WordPress has been modified to work with SQL Server Express and IIS that is included with the Web Platform or whether MySql is included as part of the install. If you have installed the Platform, what are you impressions? The <a href=\"http://www.thestandard.com/news/2009/03/23/microsoft-bundles-php-wordpress-other-open-source-apps-its-web-platform\">Industry Standard has an interesting take on this bundling</a> as well.</p>\";}i:29;a:7:{s:5:\"title\";s:39:\"Dev Blog: WordPress Summer of Code 2009\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=583\";s:4:\"link\";s:71:\"http://wordpress.org/development/2009/03/wordpress-summer-of-code-2009/\";s:11:\"description\";s:5147:\"<p><strong>Dad: </strong>Well, Billy, another school year is coming to a close. No more college parties, just another summer here at home. What will you do all day?</p>\n<p><strong>Billy:</strong> Oh, I dunno. I’ll probably work on my blog or something.</p>\n<p><strong>Dad:</strong> You need more direction! That blog is just your generation’s answer to comic books.</p>\n<p><strong>Billy:</strong> On the contrary, Dad, working on my blog utilizes my skills in programming, design, writing, critical thinking, and all sorts of other liberal artsy things that you’re paying those professors to teach me.</p>\n<p><strong>Dad:</strong> If only there were a more practical application for those skills, one that could lead you to fame and fortune!</p>\n<p><strong>Billy: </strong>Where’ve you been living, Dad? My skills are totally in demand in today’s questionable economy. An awesome WordPress developer is worth his/her weight in gold. Lead, even.</p>\n<p><strong>Dad: </strong>What is this WordPress?</p>\n<p><strong>Billy:</strong> Only the greatest open source publishing platform ever created. It’s what runs my blog. I like to fiddle around with the code and come up with cool hacks that make mine better than the average College Joe’s.</p>\n<p><strong>Dad:</strong> I had no idea you were that capable.</p>\n<p><strong>Billy:</strong> Duh, Dad. I’ve been using WordPress for a couple of years now. I could practically teach a course on it, though there are definitely things I could learn from the lead devs. They are like kings.</p>\n<p><strong>Dad:</strong> Hm. That kind of ability ought to be worth something. Seems like there would be programs in place for kids like you to utilize your skills while being nurtured by people like these lead kings.</p>\n<p><strong>Billy:</strong> Lead devs, Dad. Not lead kings.</p>\n<p><strong>Dad:</strong> Maybe you could apply for an internship or something, earn a little money this summer instead of just spending mine.<br />\n<strong><br />\nBilly:</strong> Well, there is this one thing like that.</p>\n<p><em>Dad perks up.</em></p>\n<p><strong>Billy:</strong> The Google Summer of Code lets college students work with lead developers on a bunch of open source projects, you can get college credit for it, and if you do a good job, you can earn up to forty-five hundred bucks over the summer. And WordPress is one of the participating projects.</p>\n<p><strong>Dad: </strong>!!</p>\n<p><strong>Billy:</strong> But it’s pretty competitive. My friend Joe applied last year and didn’t make the cut. I can improve my skills just by fiddling around on my own this summer without the rejection, thanks.<br />\n<strong><br />\nDad:</strong> Don’t be lame! You said yourself you’re awesome. And that you could learn from the kings. And that you could earn over FOUR THOUSAND DOLLARS. Life is full of rejection, kid. Best way to get over that is to make yourself so awesome that no one wants to reject you. And know that even if they do reject you, there’s always next time.</p>\n<p><strong>Billy:</strong> I dunno, Dad.</p>\n<p><strong>Dad:</strong> Tell you what, if you apply, I’ll give you $500 toward that car you’ve been wanting, whether you’re accepted into the program or not. And if you get in and complete it successfully, I’ll match that $4500. I’d be so proud of you. And the bragging rights at work! My kid, a Google engineer!<br />\n<strong><br />\nBilly: </strong>I wouldn’t actually be a Google engineer, Dad.</p>\n<p><strong>Dad:</strong> Oh be quiet. Do you think Harold in shipping knows the difference?</p>\n<p><strong>Billy:</strong> Okay, Dad, I’ll do it!</p>\n<p><strong>Dad: </strong>That’s my boy.</p>\n<p>…………………….</p>\n<p>College students! Don’t wait for your parents to bribe you; apply to the Google Summer of Code program now! For the third year in a row, WordPress is participating, and this year we’ve got project suggestions ranging from core functionality to plugins and BuddyPress development. You name it, we want you to propose it. It’s true, competition is fierce, but hey, if you’re already hacking WordPress, you’re ahead of the pack as far as we’re concerned. Applications are being accepted as of today, and the deadline is on April 3, 2009. For more information, check out the <a title=\"WordPress Codex GSoC 2009\" href=\"http://codex.wordpress.org/GSoC2009\">WordPress Codex GSoC2009 page</a>, where we suggest some projects and let you know who our kingly mentors will be this year. The <a title=\"GSoC FAQ\" href=\"http://socghop.appspot.com/document/show/program/google/gsoc2009/faqs#administrivia\">GSoC FAQ</a> is also a good place to get an overview of the program. To apply, head to the <a title=\"Google Summer of Code application site\" href=\"http://socghop.appspot.com/\">Google Summer of Code application site</a>. Remember, we want *you* to work on WordPress this summer! And College Janes, this isn’t just for College Joes. Female applicants encouraged to apply!</p>\";s:7:\"pubdate\";s:31:\"Mon, 23 Mar 2009 23:16:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:7:\"summary\";s:5147:\"<p><strong>Dad: </strong>Well, Billy, another school year is coming to a close. No more college parties, just another summer here at home. What will you do all day?</p>\n<p><strong>Billy:</strong> Oh, I dunno. I’ll probably work on my blog or something.</p>\n<p><strong>Dad:</strong> You need more direction! That blog is just your generation’s answer to comic books.</p>\n<p><strong>Billy:</strong> On the contrary, Dad, working on my blog utilizes my skills in programming, design, writing, critical thinking, and all sorts of other liberal artsy things that you’re paying those professors to teach me.</p>\n<p><strong>Dad:</strong> If only there were a more practical application for those skills, one that could lead you to fame and fortune!</p>\n<p><strong>Billy: </strong>Where’ve you been living, Dad? My skills are totally in demand in today’s questionable economy. An awesome WordPress developer is worth his/her weight in gold. Lead, even.</p>\n<p><strong>Dad: </strong>What is this WordPress?</p>\n<p><strong>Billy:</strong> Only the greatest open source publishing platform ever created. It’s what runs my blog. I like to fiddle around with the code and come up with cool hacks that make mine better than the average College Joe’s.</p>\n<p><strong>Dad:</strong> I had no idea you were that capable.</p>\n<p><strong>Billy:</strong> Duh, Dad. I’ve been using WordPress for a couple of years now. I could practically teach a course on it, though there are definitely things I could learn from the lead devs. They are like kings.</p>\n<p><strong>Dad:</strong> Hm. That kind of ability ought to be worth something. Seems like there would be programs in place for kids like you to utilize your skills while being nurtured by people like these lead kings.</p>\n<p><strong>Billy:</strong> Lead devs, Dad. Not lead kings.</p>\n<p><strong>Dad:</strong> Maybe you could apply for an internship or something, earn a little money this summer instead of just spending mine.<br />\n<strong><br />\nBilly:</strong> Well, there is this one thing like that.</p>\n<p><em>Dad perks up.</em></p>\n<p><strong>Billy:</strong> The Google Summer of Code lets college students work with lead developers on a bunch of open source projects, you can get college credit for it, and if you do a good job, you can earn up to forty-five hundred bucks over the summer. And WordPress is one of the participating projects.</p>\n<p><strong>Dad: </strong>!!</p>\n<p><strong>Billy:</strong> But it’s pretty competitive. My friend Joe applied last year and didn’t make the cut. I can improve my skills just by fiddling around on my own this summer without the rejection, thanks.<br />\n<strong><br />\nDad:</strong> Don’t be lame! You said yourself you’re awesome. And that you could learn from the kings. And that you could earn over FOUR THOUSAND DOLLARS. Life is full of rejection, kid. Best way to get over that is to make yourself so awesome that no one wants to reject you. And know that even if they do reject you, there’s always next time.</p>\n<p><strong>Billy:</strong> I dunno, Dad.</p>\n<p><strong>Dad:</strong> Tell you what, if you apply, I’ll give you $500 toward that car you’ve been wanting, whether you’re accepted into the program or not. And if you get in and complete it successfully, I’ll match that $4500. I’d be so proud of you. And the bragging rights at work! My kid, a Google engineer!<br />\n<strong><br />\nBilly: </strong>I wouldn’t actually be a Google engineer, Dad.</p>\n<p><strong>Dad:</strong> Oh be quiet. Do you think Harold in shipping knows the difference?</p>\n<p><strong>Billy:</strong> Okay, Dad, I’ll do it!</p>\n<p><strong>Dad: </strong>That’s my boy.</p>\n<p>…………………….</p>\n<p>College students! Don’t wait for your parents to bribe you; apply to the Google Summer of Code program now! For the third year in a row, WordPress is participating, and this year we’ve got project suggestions ranging from core functionality to plugins and BuddyPress development. You name it, we want you to propose it. It’s true, competition is fierce, but hey, if you’re already hacking WordPress, you’re ahead of the pack as far as we’re concerned. Applications are being accepted as of today, and the deadline is on April 3, 2009. For more information, check out the <a title=\"WordPress Codex GSoC 2009\" href=\"http://codex.wordpress.org/GSoC2009\">WordPress Codex GSoC2009 page</a>, where we suggest some projects and let you know who our kingly mentors will be this year. The <a title=\"GSoC FAQ\" href=\"http://socghop.appspot.com/document/show/program/google/gsoc2009/faqs#administrivia\">GSoC FAQ</a> is also a good place to get an overview of the program. To apply, head to the <a title=\"Google Summer of Code application site\" href=\"http://socghop.appspot.com/\">Google Summer of Code application site</a>. Remember, we want *you* to work on WordPress this summer! And College Janes, this isn’t just for College Joes. Female applicants encouraged to apply!</p>\";}i:30;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 03/23\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5415\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/03/23/wordpress-plugin-releases-for-0323/\";s:11:\"description\";s:5379:\"<h3>New Plugins</h3>\n<p><a href=\"http://gwycon.com/products/wordpress-plugins/admin-log/\">Admin Log</a></p>\n<p>Displays a list of all the admin pages accessed in the Blog admin area. This is updated every time a page in the admin area is accessed. Information displayed includes: admin page accessed, user, and time of access.</p>\n<p><a href=\"http://www.bestblogs.asia/wp-feed-plugin.php\">Add URL to Feed</a></p>\n<p>It is designed to make sure all feed readers know where the feed post content has come from. All too often feed content is scraped, re-used and then distributed on other sites without acknowledgement to the original author.</p>\n<p><a href=\"http://www.dagondesign.com/articles/stock-quotes-plugin-for-wordpress/\">Stock Quotes</a></p>\n<p>This WordPress plugin allows you to easily display stock quotes on your website. The output of the plugin is designed to be minimal - the stock symbol, last price, and change amount are shown. You can configure the output in the options page for the plugin. The data is retrieved from Yahoo finance.</p>\n<p>GalleryShot</p>\n<p>GalleryShot SW is a WordPress plugin (sorry, no blogger version is available) which displays your sites recent images from posts. Each image is then linked to the post associated with it. When someone moves their cursor across an image, the title of the post is displayed and the image slightly increases–you can change this within the settings panel.</p>\n<p><a href=\"http://www.nicmyers.com/where-ive-been-wordpress-plugin/\">Where I’ve Been</a></p>\n<p>Integrate Where I’ve Been into WordPress</p>\n<p><a href=\"http://wordpress.org/extend/plugins/include-javascript-widget/\">Include JavaScript Widget</a></p>\n<p>Allows you to insert any JavaScript code from a js file to your Wordpress widget</p>\n<p><a href=\"http://wordpress.org/extend/plugins/phpbbauth/\">phpbbauth</a></p>\n<p>Authenticate in WordPress using passwords from a phpBB installation</p>\n<p><a href=\"http://wordpress.org/extend/plugins/private-wordpress/\">Private WordPress</a></p>\n<p>Redirects all guest to the login page, so only registered could view your blog. For private blogs or family blogs.</p>\n<p><a href=\"http://www.superlevel.de/wordpress/wpsuperquiz\">WPSuperQuiz</a></p>\n<p>Convert WordPress into a Quizzing platform. <em>Page in German</em>.</p>\n<p><a href=\"http://jacobrask.net/lab/wp/taglinks/\">Dynamic Tag Links</a></p>\n<p>Adds a shortcode for internal links to tags, but checks if the tag exists before linking it.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\">Better Search</a></p>\n<p>Better Search will provide contextually search your WordPress blogs and then list the results based on relevance. By using a <a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/bsearch-templates\">template file</a> you can completely control the look and feel of the search results page. Additionally, you can display a heatmap of popular searches.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/wp-ajax-edit-comments/\">WP Ajax Edit Comments</a></p>\n<p>WP Ajax Edit Comments (for WP 2.5+) allows users and admins to edit comments on a post. Users can edit their own comments for a limited time, while admins can edit all comments.</p>\n<p><a href=\"http://scribu.net/projects/custom-field-taxonomies\">Custom Field Taxonomies</a></p>\n<p>A WordPress plugin that let’s you use custom fields as meta taxonomies. New to this update are wildcard support, meta rank and enhanced search & replace.</p>\n<p><a href=\"http://www.dev4press.com/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, change some aspects of WordPress. Bellow you can find the detailed list of features and plugin version when the feature is added.</p>\n<p><a href=\"http://gwycon.com/to-do-list-12-wordpress-plugin-update/\">To Do List</a></p>\n<p>Maintains a to do list for every blog user, in the admin area. Each to do list is unique for each user. The Plugin automatically monitors who is logged in and displays the appropriate to do list. Bloggers can keep track of important tasks and activities, and any other information necessary.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/linkworth-wp-plugin/\">LinkWorth Plugin</a></p>\n<p>Easily publish different types of text link products and in-content ads from linkworth.com.</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://bc-bd.org/blog/?page_id=48\">Hover</a></p>\n<p>Hover is a WordPress plugin that replaces keywords with links and an optional popup.</p>\n<p><a href=\"http://kovshenin.com/wordpress/plugins/quick-flickr-widget/\">Quick Flickr Widget</a></p>\n<p>Display up to ten of your latest Flickr submissions in your sidebar. Fully customizable HTML around items and widget! Can display Flickr photo titles.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/vipers-video-quicktags/\">Viper’s Video Quicktags</a></p>\n<p>Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.</p>\";s:7:\"pubdate\";s:31:\"Mon, 23 Mar 2009 17:18:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:5379:\"<h3>New Plugins</h3>\n<p><a href=\"http://gwycon.com/products/wordpress-plugins/admin-log/\">Admin Log</a></p>\n<p>Displays a list of all the admin pages accessed in the Blog admin area. This is updated every time a page in the admin area is accessed. Information displayed includes: admin page accessed, user, and time of access.</p>\n<p><a href=\"http://www.bestblogs.asia/wp-feed-plugin.php\">Add URL to Feed</a></p>\n<p>It is designed to make sure all feed readers know where the feed post content has come from. All too often feed content is scraped, re-used and then distributed on other sites without acknowledgement to the original author.</p>\n<p><a href=\"http://www.dagondesign.com/articles/stock-quotes-plugin-for-wordpress/\">Stock Quotes</a></p>\n<p>This WordPress plugin allows you to easily display stock quotes on your website. The output of the plugin is designed to be minimal - the stock symbol, last price, and change amount are shown. You can configure the output in the options page for the plugin. The data is retrieved from Yahoo finance.</p>\n<p>GalleryShot</p>\n<p>GalleryShot SW is a WordPress plugin (sorry, no blogger version is available) which displays your sites recent images from posts. Each image is then linked to the post associated with it. When someone moves their cursor across an image, the title of the post is displayed and the image slightly increases–you can change this within the settings panel.</p>\n<p><a href=\"http://www.nicmyers.com/where-ive-been-wordpress-plugin/\">Where I’ve Been</a></p>\n<p>Integrate Where I’ve Been into WordPress</p>\n<p><a href=\"http://wordpress.org/extend/plugins/include-javascript-widget/\">Include JavaScript Widget</a></p>\n<p>Allows you to insert any JavaScript code from a js file to your Wordpress widget</p>\n<p><a href=\"http://wordpress.org/extend/plugins/phpbbauth/\">phpbbauth</a></p>\n<p>Authenticate in WordPress using passwords from a phpBB installation</p>\n<p><a href=\"http://wordpress.org/extend/plugins/private-wordpress/\">Private WordPress</a></p>\n<p>Redirects all guest to the login page, so only registered could view your blog. For private blogs or family blogs.</p>\n<p><a href=\"http://www.superlevel.de/wordpress/wpsuperquiz\">WPSuperQuiz</a></p>\n<p>Convert WordPress into a Quizzing platform. <em>Page in German</em>.</p>\n<p><a href=\"http://jacobrask.net/lab/wp/taglinks/\">Dynamic Tag Links</a></p>\n<p>Adds a shortcode for internal links to tags, but checks if the tag exists before linking it.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/\">Better Search</a></p>\n<p>Better Search will provide contextually search your WordPress blogs and then list the results based on relevance. By using a <a href=\"http://ajaydsouza.com/wordpress/plugins/better-search/bsearch-templates\">template file</a> you can completely control the look and feel of the search results page. Additionally, you can display a heatmap of popular searches.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/wp-ajax-edit-comments/\">WP Ajax Edit Comments</a></p>\n<p>WP Ajax Edit Comments (for WP 2.5+) allows users and admins to edit comments on a post. Users can edit their own comments for a limited time, while admins can edit all comments.</p>\n<p><a href=\"http://scribu.net/projects/custom-field-taxonomies\">Custom Field Taxonomies</a></p>\n<p>A WordPress plugin that let’s you use custom fields as meta taxonomies. New to this update are wildcard support, meta rank and enhanced search & replace.</p>\n<p><a href=\"http://www.dev4press.com/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, change some aspects of WordPress. Bellow you can find the detailed list of features and plugin version when the feature is added.</p>\n<p><a href=\"http://gwycon.com/to-do-list-12-wordpress-plugin-update/\">To Do List</a></p>\n<p>Maintains a to do list for every blog user, in the admin area. Each to do list is unique for each user. The Plugin automatically monitors who is logged in and displays the appropriate to do list. Bloggers can keep track of important tasks and activities, and any other information necessary.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/linkworth-wp-plugin/\">LinkWorth Plugin</a></p>\n<p>Easily publish different types of text link products and in-content ads from linkworth.com.</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://bc-bd.org/blog/?page_id=48\">Hover</a></p>\n<p>Hover is a WordPress plugin that replaces keywords with links and an optional popup.</p>\n<p><a href=\"http://kovshenin.com/wordpress/plugins/quick-flickr-widget/\">Quick Flickr Widget</a></p>\n<p>Display up to ten of your latest Flickr submissions in your sidebar. Fully customizable HTML around items and widget! Can display Flickr photo titles.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/vipers-video-quicktags/\">Viper’s Video Quicktags</a></p>\n<p>Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.</p>\";}i:31;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:32;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:33;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:34;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:35;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:36;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:37;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:4886:\"<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 class=\"alignnone size-full wp-image-5387\" title=\"WordPress for iPhone Comments Moderation\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_comments1.jpg\" alt=\"WordPress for iPhone Comments Moderation\" width=\"320\" height=\"213\" /><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>. <span>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!</span> Version 1.21 is out with this bug fixed. Go grab it now!</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:4886:\"<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 class=\"alignnone size-full wp-image-5387\" title=\"WordPress for iPhone Comments Moderation\" src=\"http://weblogtoolscollection.com/b2-img/2009/03/wp_iphone_comments1.jpg\" alt=\"WordPress for iPhone Comments Moderation\" width=\"320\" height=\"213\" /><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>. <span>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!</span> Version 1.21 is out with this bug fixed. Go grab it now!</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:38;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:39;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:40;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:41;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:42;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:43;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:44;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:45;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:\"Sun, 15 Mar 2009 09:32:06 +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:46;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:47;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:48;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:49;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>\";}}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'),(117,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','1238820617','no'),(118,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: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:2;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:3;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:4;a:7:{s:5:\"title\";s:37:\"cavemonkey50 on \"Google Analyticator\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/google-analyticator/#post-130\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:31:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"cavemonkey50\";}s:4:\"guid\";s:40:\"130@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:62:\"Adds the necessary JavaScript code to enable Google Analytics.\";s:7:\"summary\";s:62:\"Adds the necessary JavaScript code to enable Google Analytics.\";}i:5;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:6;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:7;a:7:{s:5:\"title\";s:32:\"kjodies on \"Get Recent Comments\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/get-recent-comments/#post-126\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:30:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"kjodies\";}s:4:\"guid\";s:40:\"126@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:87:\"Display the most recent comments or trackbacks with your own formatting in the sidebar.\";s:7:\"summary\";s:87:\"Display the most recent comments or trackbacks with your own formatting in the sidebar.\";}i:8;a:7:{s:5:\"title\";s:30:\"momo360modena on \"Simple Tags\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/simple-tags/#post-2463\";s:7:\"pubdate\";s:31:\"Wed, 10 Oct 2007 15:30:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"momo360modena\";}s:4:\"guid\";s:41:\"2463@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Simple Tags is the successor of Simple Tagging Plugin and is THE perfect tool to manage perfectly your WP 2.3, 2.5, 2.6, 2.7 and 2.8 tags (Related Pos\";s:7:\"summary\";s:150:\"Simple Tags is the successor of Simple Tagging Plugin and is THE perfect tool to manage perfectly your WP 2.3, 2.5, 2.6, 2.7 and 2.8 tags (Related Pos\";}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: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: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:148:\"Helps readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.\";s:7:\"summary\";s:148:\"Helps readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.\";}i:12;a:7:{s:5:\"title\";s:25:\"joostdevalk on \"Sociable\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/sociable/#post-2865\";s:7:\"pubdate\";s:31:\"Thu, 31 Jan 2008 11:36:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"joostdevalk\";}s:4:\"guid\";s:41:\"2865@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:100:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.\";s:7:\"summary\";s:100:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.\";}i:13;a:7:{s:5:\"title\";s:35:\"matrixagent on \"StatPress Reloaded\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/statpress-reloaded/#post-6983\";s:7:\"pubdate\";s:31:\"Thu, 11 Sep 2008 02:11:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"matrixagent\";}s:4:\"guid\";s:41:\"6983@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"This plugin shows you real time statistics about your blog. It collects information about visitors, spiders, search keywords, feeds, browsers, OS etc.\";s:7:\"summary\";s:150:\"This plugin shows you real time statistics about your blog. It collects information about visitors, spiders, search keywords, feeds, browsers, OS etc.\";}i:14;a:7:{s:5:\"title\";s:41:\"alexkingorg on \"WordPress Mobile Edition\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/wordpress-mobile-edition/#post-330\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 23:13:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"alexkingorg\";}s:4:\"guid\";s:40:\"330@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:149:\"WordPress Mobile Edition is a plugin that shows an interface designed for a mobile device when visitors come to your site on a mobile device.\n\nMobile\";s:7:\"summary\";s:149:\"WordPress Mobile Edition is a plugin that shows an interface designed for a mobile device when visitors come to your site on a mobile device.\n\nMobile\";}}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:\"Sat, 04 Apr 2009 06:17:38 +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'),(119,0,'rss_a5420c83891a9c88ad2a4f04584a5efc_ts','1238825858','no'),(120,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:26:\"misternifty on \"Translate\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/translate/#post-9979\";s:7:\"pubdate\";s:31:\"Fri, 03 Apr 2009 18:49:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"misternifty\";}s:4:\"guid\";s:41:\"9979@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:108:\"Display different content from within a single post or page based on a user\'s language or version selection.\";s:7:\"summary\";s:108:\"Display different content from within a single post or page based on a user\'s language or version selection.\";}i:1;a:7:{s:5:\"title\";s:29:\"JMcIntyre on \"Tracked Tweets\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/tracked-tweets/#post-9972\";s:7:\"pubdate\";s:31:\"Fri, 03 Apr 2009 03:09:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"JMcIntyre\";}s:4:\"guid\";s:41:\"9972@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:139:\"Posts are added to your twitter account. Tweet can be formatted. URL\'s are shortened using Tinyurl, and Google Analytics tracking is added.\";s:7:\"summary\";s:139:\"Posts are added to your twitter account. Tweet can be formatted. URL\'s are shortened using Tinyurl, and Google Analytics tracking is added.\";}i:2;a:7:{s:5:\"title\";s:20:\"bobs1982 on \"Geotag\"\";s:4:\"link\";s:53:\"http://wordpress.org/extend/plugins/geotag/#post-9968\";s:7:\"pubdate\";s:31:\"Thu, 02 Apr 2009 21:01:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"bobs1982\";}s:4:\"guid\";s:41:\"9968@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:42:\"Provides geocoding features for Wordpress.\";s:7:\"summary\";s:42:\"Provides geocoding features for Wordpress.\";}i:3;a:7:{s:5:\"title\";s:40:\"xtream23 on \"Notificacion de comentario\"\";s:4:\"link\";s:88:\"http://wordpress.org/extend/plugins/notify-on-comment-and-on-approved-comment/#post-9966\";s:7:\"pubdate\";s:31:\"Thu, 02 Apr 2009 18:00:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"xtream23\";}s:4:\"guid\";s:41:\"9966@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:146:\"Send a notification on comment to an specified email to approve the post\nand another notification to another specified email when post is approved\";s:7:\"summary\";s:146:\"Send a notification on comment to an specified email to approve the post\nand another notification to another specified email when post is approved\";}i:4;a:7:{s:5:\"title\";s:39:\"Atsutane on \"Bbpress Latest Discussion\"\";s:4:\"link\";s:72:\"http://wordpress.org/extend/plugins/bbpress-latest-discussion/#post-9963\";s:7:\"pubdate\";s:31:\"Thu, 02 Apr 2009 14:57:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"Atsutane\";}s:4:\"guid\";s:41:\"9963@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:99:\"This plugin will generates Latest Discussion list from your bbpress forum into your wordpress page.\";s:7:\"summary\";s:99:\"This plugin will generates Latest Discussion list from your bbpress forum into your wordpress page.\";}i:5;a:7:{s:5:\"title\";s:31:\"iglauser on \"Img Title Removal\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/img-title-removal/#post-9962\";s:7:\"pubdate\";s:31:\"Thu, 02 Apr 2009 14:40:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"iglauser\";}s:4:\"guid\";s:41:\"9962@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:63:\"Plugin that hide all title attribute-tags from images in posts.\";s:7:\"summary\";s:63:\"Plugin that hide all title attribute-tags from images in posts.\";}i:6;a:7:{s:5:\"title\";s:29:\"gargoyle11 on \"Simple Crumbs\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/simple-crumbs/#post-9961\";s:7:\"pubdate\";s:31:\"Thu, 02 Apr 2009 13:25:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"gargoyle11\";}s:4:\"guid\";s:41:\"9961@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:77:\"Summary: Generates navigation bread crumbs in WordPress. Requires permalinks.\";s:7:\"summary\";s:77:\"Summary: Generates navigation bread crumbs in WordPress. Requires permalinks.\";}i:7;a:7:{s:5:\"title\";s:42:\"madebysimple on \"Made by Simple Slideshow\"\";s:4:\"link\";s:71:\"http://wordpress.org/extend/plugins/made-by-simple-slideshow/#post-9958\";s:7:\"pubdate\";s:31:\"Thu, 02 Apr 2009 03:26:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"madebysimple\";}s:4:\"guid\";s:41:\"9958@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:122:\"This plugin makes Made by Simple Slideshow, a clean and simple Flash slideshow, available on your Wordpress Media Library.\";s:7:\"summary\";s:122:\"This plugin makes Made by Simple Slideshow, a clean and simple Flash slideshow, available on your Wordpress Media Library.\";}i:8;a:7:{s:5:\"title\";s:40:\"Frumph on \"SocialPress - Lastest Online\"\";s:4:\"link\";s:72:\"http://wordpress.org/extend/plugins/socialpress-latest-online/#post-9956\";s:7:\"pubdate\";s:31:\"Wed, 01 Apr 2009 20:28:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Frumph\";}s:4:\"guid\";s:41:\"9956@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:117:\"SocialPress Latestonline shows the latest users who are registered and logged in, in a widget or provided extra code.\";s:7:\"summary\";s:117:\"SocialPress Latestonline shows the latest users who are registered and logged in, in a widget or provided extra code.\";}i:9;a:7:{s:5:\"title\";s:33:\"sojweb on \"SoJ Edit Notification\"\";s:4:\"link\";s:68:\"http://wordpress.org/extend/plugins/soj-edit-notification/#post-9954\";s:7:\"pubdate\";s:31:\"Wed, 01 Apr 2009 18:32:42 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"sojweb\";}s:4:\"guid\";s:41:\"9954@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:94:\"Send notifications whenever a post or page is edited/deleted to all users in a specified role.\";s:7:\"summary\";s:94:\"Send notifications whenever a post or page is edited/deleted to all users in a specified role.\";}i:10;a:7:{s:5:\"title\";s:21:\"nakahira on \"cdnvote\"\";s:4:\"link\";s:54:\"http://wordpress.org/extend/plugins/cdnvote/#post-9953\";s:7:\"pubdate\";s:31:\"Wed, 01 Apr 2009 17:45:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"nakahira\";}s:4:\"guid\";s:41:\"9953@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:99:\"wordpressの記事に投票機能を追加するプラグイン。Add a vote function to wordpress.\";s:7:\"summary\";s:99:\"wordpressの記事に投票機能を追加するプラグイン。Add a vote function to wordpress.\";}i:11;a:7:{s:5:\"title\";s:45:\"blogpig.com on \"NukePiG - Mass Delete Plugin\"\";s:4:\"link\";s:68:\"http://wordpress.org/extend/plugins/nukepig-bulk-deletion/#post-9951\";s:7:\"pubdate\";s:31:\"Wed, 01 Apr 2009 15:46:52 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"blogpig.com\";}s:4:\"guid\";s:41:\"9951@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:95:\"NukePiG allows you one-click deletion of all your blog posts, pages, tags, categories or links.\";s:7:\"summary\";s:95:\"NukePiG allows you one-click deletion of all your blog posts, pages, tags, categories or links.\";}i:12;a:7:{s:5:\"title\";s:27:\"blogpig.com on \"WP Tag PiG\"\";s:4:\"link\";s:74:\"http://wordpress.org/extend/plugins/tagpig-wordpress-autotagger/#post-9950\";s:7:\"pubdate\";s:31:\"Wed, 01 Apr 2009 12:11:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"blogpig.com\";}s:4:\"guid\";s:41:\"9950@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:94:\"TagPiG is an auto-tagging plugin for WordPress that completely automates your tagging process.\";s:7:\"summary\";s:94:\"TagPiG is an auto-tagging plugin for WordPress that completely automates your tagging process.\";}i:13;a:7:{s:5:\"title\";s:27:\"kousuke on \"dont_send_mail\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/dont-send-mail/#post-9947\";s:7:\"pubdate\";s:31:\"Wed, 01 Apr 2009 07:18:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"kousuke\";}s:4:\"guid\";s:41:\"9947@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:14:\"License: GPLv2\";s:7:\"summary\";s:14:\"License: GPLv2\";}i:14;a:7:{s:5:\"title\";s:21:\"devoox on \"tradivoox\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/tradivoox/#post-9946\";s:7:\"pubdate\";s:31:\"Wed, 01 Apr 2009 07:14:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"devoox\";}s:4:\"guid\";s:41:\"9946@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:94:\"Tradivoox : For translate all your blog contents in French,Italian, Spain,German and Japanese.\";s:7:\"summary\";s:94:\"Tradivoox : For translate all your blog contents in French,Italian, Spain,German and Japanese.\";}}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:\"Sat, 04 Apr 2009 06:17:38 +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'),(121,0,'rss_57bc725ad6568758915363af670fd8bc_ts','1238825858','no'),(122,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:32:\"toppa on \"Post-to-Post Links II\"\";s:4:\"link\";s:68:\"http://wordpress.org/extend/plugins/post-to-post-links-ii/#post-9854\";s:7:\"pubdate\";s:31:\"Thu, 26 Mar 2009 22:16:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"toppa\";}s:4:\"guid\";s:41:\"9854@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:89:\"Using a shortcode, easily link to another post, page, or category in your WordPress blog.\";s:7:\"summary\";s:89:\"Using a shortcode, easily link to another post, page, or category in your WordPress blog.\";}i:1;a:7:{s:5:\"title\";s:32:\"anmari on \"AmR iCal Events List\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/amr-ical-events-list/#post-6546\";s:7:\"pubdate\";s:31:\"Mon, 04 Aug 2008 03:21:43 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"anmari\";}s:4:\"guid\";s:41:\"6546@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:149:\"The best Wordpress Ical parser. Displays events from multiple calendars in out the box or customised grouping, formatting and styling. Multiple pages\";s:7:\"summary\";s:149:\"The best Wordpress Ical parser. Displays events from multiple calendars in out the box or customised grouping, formatting and styling. Multiple pages\";}i:2;a:7:{s:5:\"title\";s:26:\"toppa on \"Koumpounophobia\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/koumpounophobia/#post-9853\";s:7:\"pubdate\";s:31:\"Thu, 26 Mar 2009 22:14:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"toppa\";}s:4:\"guid\";s:41:\"9853@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:64:\"A plugin for adding custom buttons to the WordPress HTML Editor.\";s:7:\"summary\";s:64:\"A plugin for adding custom buttons to the WordPress HTML Editor.\";}i:3;a:7:{s:5:\"title\";s:18:\"ryanlath on \"Zina\"\";s:4:\"link\";s:51:\"http://wordpress.org/extend/plugins/zina/#post-7256\";s:7:\"pubdate\";s:31:\"Mon, 06 Oct 2008 17:50:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"ryanlath\";}s:4:\"guid\";s:41:\"7256@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:90:\"Zina is a graphical interface to your MP3 collection, a personal jukebox, an MP3 streamer.\";s:7:\"summary\";s:90:\"Zina is a graphical interface to your MP3 collection, a personal jukebox, an MP3 streamer.\";}i:4;a:7:{s:5:\"title\";s:28:\"Txanny on \"SidePosts Widget\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/sideposts/#post-5999\";s:7:\"pubdate\";s:31:\"Sun, 15 Jun 2008 00:07:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Txanny\";}s:4:\"guid\";s:41:\"5999@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:146:\"Simple widget to move posts from a category to the sidebar. Posts in this category do not show on index, archives or feeds, and have its own feed.\";s:7:\"summary\";s:146:\"Simple widget to move posts from a category to the sidebar. Posts in this category do not show on index, archives or feeds, and have its own feed.\";}i:5;a:7:{s:5:\"title\";s:29:\"JMcIntyre on \"Tracked Tweets\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/tracked-tweets/#post-9972\";s:7:\"pubdate\";s:31:\"Fri, 03 Apr 2009 03:09:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"JMcIntyre\";}s:4:\"guid\";s:41:\"9972@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:139:\"Posts are added to your twitter account. Tweet can be formatted. URL\'s are shortened using Tinyurl, and Google Analytics tracking is added.\";s:7:\"summary\";s:139:\"Posts are added to your twitter account. Tweet can be formatted. URL\'s are shortened using Tinyurl, and Google Analytics tracking is added.\";}i:6;a:7:{s:5:\"title\";s:26:\"Txanny on \"User Community\"\";s:4:\"link\";s:54:\"http://wordpress.org/extend/plugins/alkivia/#post-9649\";s:7:\"pubdate\";s:31:\"Fri, 13 Mar 2009 21:12:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Txanny\";}s:4:\"guid\";s:41:\"9649@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:57:\"Plugin to create a users community on any WordPress Blog.\";s:7:\"summary\";s:57:\"Plugin to create a users community on any WordPress Blog.\";}i:7;a:7:{s:5:\"title\";s:28:\"scribu on \"Front-end Editor\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/front-end-editor/#post-9916\";s:7:\"pubdate\";s:31:\"Mon, 30 Mar 2009 18:56:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"scribu\";}s:4:\"guid\";s:41:\"9916@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:87:\"Enable "edit in place" functionality on your site. Compatible with any theme.\";s:7:\"summary\";s:87:\"Enable "edit in place" functionality on your site. Compatible with any theme.\";}i:8;a:7:{s:5:\"title\";s:47:\"awpcp on \"Another Wordpress Classifieds Plugin\"\";s:4:\"link\";s:83:\"http://wordpress.org/extend/plugins/another-wordpress-classifieds-plugin/#post-9736\";s:7:\"pubdate\";s:31:\"Thu, 19 Mar 2009 14:55:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"awpcp\";}s:4:\"guid\";s:41:\"9736@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:111:\"Another Wordpress Classifieds Plugin provides the ability for you to add classified ads to your wordpress blog.\";s:7:\"summary\";s:111:\"Another Wordpress Classifieds Plugin provides the ability for you to add classified ads to your wordpress blog.\";}i:9;a:7:{s:5:\"title\";s:30:\"peterchester on \"Image Widget\"\";s:4:\"link\";s:59:\"http://wordpress.org/extend/plugins/image-widget/#post-6343\";s:7:\"pubdate\";s:31:\"Mon, 21 Jul 2008 15:13:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"peterchester\";}s:4:\"guid\";s:41:\"6343@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:102:\"Simple image widget. Allows for placement of an image in the sidebar without requiring Design access.\";s:7:\"summary\";s:102:\"Simple image widget. Allows for placement of an image in the sidebar without requiring Design access.\";}i:10;a:7:{s:5:\"title\";s:30:\"mmilan81 on \"MM-Breaking News\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/mm-breaking-news/#post-9484\";s:7:\"pubdate\";s:31:\"Thu, 05 Mar 2009 23:53:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mmilan81\";}s:4:\"guid\";s:41:\"9484@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:129:\"Displays lists of posts from selected categories. You can select how many different lists you want, sort posts by date or random.\";s:7:\"summary\";s:129:\"Displays lists of posts from selected categories. You can select how many different lists you want, sort posts by date or random.\";}i:11;a:7:{s:5:\"title\";s:30:\"mashuqur on \"Twitter LiveBlog\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/twitter-liveblog/#post-9896\";s:7:\"pubdate\";s:31:\"Sun, 29 Mar 2009 00:03:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"mashuqur\";}s:4:\"guid\";s:41:\"9896@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:89:\"Twitter LiveBlog is a plugin that lets you liveblog on your Wordpress blog using Twitter.\";s:7:\"summary\";s:89:\"Twitter LiveBlog is a plugin that lets you liveblog on your Wordpress blog using Twitter.\";}i:12;a:7:{s:5:\"title\";s:35:\"oltdev on \"Post and Comment Growth\"\";s:4:\"link\";s:71:\"http://wordpress.org/extend/plugins/post-and-comments-growth/#post-9870\";s:7:\"pubdate\";s:31:\"Fri, 27 Mar 2009 17:45:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"oltdev\";}s:4:\"guid\";s:41:\"9870@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:70:\"Generates a graph to display population growth for posts and comments.\";s:7:\"summary\";s:70:\"Generates a graph to display population growth for posts and comments.\";}i:13;a:7:{s:5:\"title\";s:37:\"freediver on \"WP Nofollow Categories\"\";s:4:\"link\";s:69:\"http://wordpress.org/extend/plugins/wp-nofollow-categories/#post-9826\";s:7:\"pubdate\";s:31:\"Wed, 25 Mar 2009 19:26:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"freediver\";}s:4:\"guid\";s:41:\"9826@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:73:\"Nofollows category links across the site. Adds Noindex to category pages.\";s:7:\"summary\";s:73:\"Nofollows category links across the site. Adds Noindex to category pages.\";}i:14;a:7:{s:5:\"title\";s:20:\"bobs1982 on \"Geotag\"\";s:4:\"link\";s:53:\"http://wordpress.org/extend/plugins/geotag/#post-9968\";s:7:\"pubdate\";s:31:\"Thu, 02 Apr 2009 21:01:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"bobs1982\";}s:4:\"guid\";s:41:\"9968@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:42:\"Provides geocoding features for Wordpress.\";s:7:\"summary\";s:42:\"Provides geocoding features for Wordpress.\";}}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:\"Sat, 04 Apr 2009 06:17:38 +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'),(123,0,'rss_1a5f760f2e2b48827d4974a60857e7c2_ts','1238825858','no'),(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=5 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 (1,2,'_edit_lock','1238823694'),(2,2,'_edit_last','1'),(3,3,'_wp_attached_file','2009/04/avatar1.jpg'),(4,3,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"698\";s:6:\"height\";s:3:\"702\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'95\'\";s:4:\"file\";s:19:\"2009/04/avatar1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"avatar1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"avatar1-298x300.jpg\";s:5:\"width\";s:3:\"298\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";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=5 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 (1,1,'2009-04-04 00:44:34','2009-04-04 04:44:34','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!',0,'','publish','open','open','','hello-world','','','2009-04-04 00:44:34','2009-04-04 04:44:34','',0,'http://0011f36.netsolhost.com/ProAvatar/?p=1',0,'post','',1),(2,1,'2009-04-04 00:44:34','2009-04-04 04:44:34','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','About',0,'','publish','open','open','','about','','','2009-04-04 00:44:34','2009-04-04 04:44:34','',0,'http://0011f36.netsolhost.com/ProAvatar/?page_id=2',0,'page','',0),(3,1,'2009-04-04 00:55:43','2009-04-04 04:55:43','Deb Quintessa is an Avatar in \'Second Life\' -- an online 3D virtual world conceived of and constructed by its resident Avatars. She is a novice – a newb (\'new-bee\') who serves as a virtual representation of Debbie Newman, Chief People Person for Working Relationships.\r\n\r\nBoth Deb and Debbie are on a quest to investigate the potential of immersive training methodologies in the service of the professional development and learning aspirations of SL residents and others.\r\n\r\nThis blog traces Deb’s and Debbie’s progress from Deb’s birth as an Avatar to the present.\r\n\r\nMillions of real people from around the world choose to represent themselves by Avatars which act on behalf of these real people in their chosen digital persona.','About Me',0,'Deb Quintessa','inherit','open','open','','avatar1','','','2009-04-04 00:55:43','2009-04-04 04:55:43','',2,'http://www.chiefpeopleperson.com/ProAvatar/wp-content/uploads/2009/04/avatar1.jpg',0,'attachment','image/jpeg',0),(4,1,'2009-04-04 01:41:34','2009-04-04 05:41:34','[caption id=\"attachment_3\" align=\"alignright\" width=\"698\" caption=\"Deb Quintessa\"]<img class=\"size-full wp-image-3\" title=\"About Me\" src=\"http://www.chiefpeopleperson.com/ProAvatar/wp-content/uploads/2009/04/avatar1.jpg\" alt=\"Deb Quintessa\" width=\"698\" height=\"702\" />[/caption]\n\nThis 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-autosave','','','2009-04-04 01:41:34','2009-04-04 05:41:34','',2,'http://www.chiefpeopleperson.com/ProAvatar/?p=4',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),(1,1,0),(3,1,0),(4,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,7); /*!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=9 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','false'),(4,1,'admin_color','fresh'),(5,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(6,1,'wp_user_level','10'),(7,1,'wp_usersettings','align=right'),(8,1,'wp_usersettingstime','1238823720'); /*!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=2 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,'WorkingRel','$P$B/YPeEHQybWEglTVRcoljc84LdmbL3.','WorkingRel','WorkingRel@aol.com','','2009-04-04 04:44:34','',0,'WorkingRel'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0011f36_8' -- 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 2009-04-04 11:24:13